
/* We should presume the autocomplete throbber will not work with this design */
html.js body input.form-autocomplete {
  background-position: 0% 0%;
}
html.js body input.form-autocomplete {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
html.js body input.form-autocomplete.form-text {
  background-image: url('/sites/all/themes/clean/images/ui/ui-textfield.png');
}


/* Input elements */
#edit-qty,
.node-type-webform .form-text,
.page-cart .form-text,
.textfield {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 1.071em;
	padding: 3px 10px;
	border: none;
	background: url('/sites/all/themes/clean/images/ui/ui-textfield.png') no-repeat;
  max-width: 260px !important;
  width: 260px;
	height: 26px;
	display: block;
	clear: both;
	margin-bottom: 13px;
	border-image: initial;
}
  /* The quantity text-field on the cart page should NOT be 260px in width */
  html #edit-qty,
  html .qty input {
    width: 12px !important;
    float: left;
  }

/* The resizable textareas cannot use the default textarea background, as it is a fixed size */
.node-type-webform .form-textarea.resizable,
.page-cart .form-textarea.resizable,
.textarea.resizable {
  background: #faf6ed;
  border: 3px solid #998b7e;
}

.node-type-webform .form-textarea,
.page-cart .form-textarea,
.textarea {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 1.071em;
	padding: 5px 10px;
	border: none;
	background: url('/sites/all/themes/clean/images/ui/ui-textarea.png') no-repeat;
	height: 98px;
	width: 318px;
	display: block;
	clear: both;
	margin-bottom: 13px;
	overflow: auto;
	border-image: initial;
}
.radio, .checkbox {
	width: 18px;
	height: 26px;
	padding: 0 5px 0 0;
	background: url('/sites/all/themes/clean/images/ui/ui-radio-button-sprite.png') no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-bottom: 5px;
}
.checkbox {
	background: url('/sites/all/themes/clean/images/ui/ui-checkbox-sprite.png') no-repeat;
	height: 27px;
}
html .btn_submit:hover, html .form-submit:hover,
.buildmode-full .node-type-adwords_page .nd-region-middle-wrapper .field-adwords-featured-header .view-more-link a:hover {
	background: url('/sites/all/themes/clean/images/ui/ui-resize-button-sprite.png') repeat-x 100% bottom;
}
html .btn_submit, html .form-submit,
.buildmode-full .node-type-adwords_page .nd-region-middle-wrapper .field-adwords-featured-header .view-more-link a {
	background: url('/sites/all/themes/clean/images/ui/ui-resize-button-sprite.png') repeat-x 100% top;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-shadow: 1px 1px 1px white;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
	color: black;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: none;
	height: 31px;
	padding: 6px 14px;
	border-left: 2px solid #918472;
	border-right: 2px solid #918472;
	box-shadow: inset 0 0 6px #918472;
	margin-bottom: 15px;
	border-image: initial;
}

#content .buildmode-full .node-type-adwords_page .nd-region-middle-wrapper .field-adwords-featured-header .view-more-link a {
    text-decoration: none;
}

.button {
	background: url('/sites/all/themes/clean/images/ui/ui-resize-button-sprite.png') repeat-x top;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-shadow: 1px 1px 1px white;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
	color: black;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: none;
	height: 18px;
	padding: 6px 18px;
	border-left: 2px solid #918472;
	border-right: 2px solid #918472;
	box-shadow: inset 0 0 6px #918472;
	clear: both;
	margin-bottom: 15px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	text-decoration: none;
	border-image: initial;
}
.button:hover {
	background: url('/sites/all/themes/clean/images/ui/ui-resize-button-sprite.png') repeat-x top;
	text-decoration: none;
}

/* Search box */
#search {
	position: relative;
	width: 160px;
}
#search input.form-text {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 1.071em;
	color: black;
	text-shadow: 1px 1px 1px white;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
	border: none;
	height: 28px;
	cursor: text;
	z-index: 0;
	position: absolute;
	top: 5px;
	width: 106px;
	padding-right: 45px;
	padding-left: 10px;
	background: url('/sites/all/themes/clean/images/ui/ui-search-box.png') no-repeat;
	border-image: initial;
}
#search input.form-submit {
	margin: 0 !important;
	border: none;
	width: 26px;
	height: 32px;
	z-index: 100;
	background: url('/sites/all/themes/clean/images/ui/btn-search.png') no-repeat transparent 0 6px;
	cursor: pointer;
	box-shadow: none;
	position: absolute;
	right: 10px;
	top: 5px;
	border-image: initial;
}
.style-select {
  width: 278px;
  height: 32px;
  padding: 0;
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  background: url('/sites/all/themes/clean/images/ui/ui-select-menu-with-button.png') no-repeat;
  border: none;
  display: block;
  clear: both;
  /*margin-bottom: 15px;*/
  border-image: initial;
}
.style-select select {
  background: transparent;
  width: 278px;
  padding: 5px 6px 2px 12px;
  height: 26px;
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.071em;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  border-image: initial;
}

