/*********** = #search= ***********/

div#search {
	position: absolute;
	right: 15px;
	top: 92px;
}

body.alt div#search {
	right: 35px;
}

body.solutions div#search {
	right: 10px;
}

div#search form.searchform,
div.search-box {
	background: url(/img/bg_search.gif) no-repeat 0 0;
	position: relative;
	height: 25px;
	width: 290px;
}

div#search input.searchbutton {
	position: absolute;
	right: 0;
	top: 0;
}

div#search input#searchTerm {
	background: #fff;
	border: 1px solid #fff;
	color: #222;
	font: normal 11px 'Lucida Grande', Arial, san-serif;
	height: 15px;
	line-height: 15px;
	padding: 1px;
	position: absolute;
	left: 23px;
	top: 4px;
	width: 217px;
}

div#search input#searchTerm:focus {
	background: #fcfae2;
	border: 1px solid #ddd;
	color: #222;
	font: normal 11px 'Lucida Grande', Arial, san-serif;
}

/*********** = #prodfinder = ***********/

div#prodfinder {
	margin: 35px 0;
}

body.alt div#prodfinder,
body.solutions div#prodfinder {
	display: none;
}

div#prodfinder label {
	background: url(/img/bg_prodfinder_label.gif) no-repeat 50% 0;
	display: block;
	height: 12px;
	text-indent: -9999em;
}

div#prodfinder form {
	background: url(/img/bg_prodfinder.gif) no-repeat 50% 100%;
	position: relative;
	height: 42px;
	width: 140px;
}

div#prodfinder input.searchbutton {
	position: absolute;
	right: 7px;
	top: 21px;
}

div#prodfinder input#finder-box {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 11px;
	height: 15px;
	padding: 1px;
	position: absolute;
	left: 15px;
	top: 20px;
	width: 105px;
}

div#prodfinder input#finder-box:focus {
	background: #fcfae2;
	border: 1px solid #ccc;
}

/* product page */
.index-layout div#prodfinder {
	margin: 20px 0 0 0;
	width: 212px;
}

.index-layout div#prodfinder label {
	background: url(/img/bg_prodfinder_label.gif) no-repeat 0 0;
}

.index-layout div#prodfinder form {
	background: url(/img/bg_prodfinder_products.gif) no-repeat 50% 100%;
	position: relative;
	width: 212px;
}

.index-layout div#prodfinder input#finder-box {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 11px;
	height: 15px;
	padding: 1px;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 185px;
}

.index-layout div#prodfinder input#finder-box:focus {
	background: #fcfae2;
	border: 1px solid #ccc;
}

/*********** = prodfinder type ahead = ***********/

ul.autocomplete {
	background: #fffde5;
	border: 1px solid #ccc;
	color: #3769ac !important;
	display: none;
	font-size: 11px !important;
	list-style: none !important;
	margin: 26px 0 0 15px !important;
	width: 106px;
	position: relative;
	z-index: 999;
}

.index-layout ul.autocomplete {
	margin-left: 10px !important;
	width: 187px;
}

ul.autocomplete li {
	background: none !important;
	margin: 3px 0 !important;
	padding: 0 !important; 
}

ul.autocomplete a,
ul.autocomplete a:visited {
	display: block !important;
	font-size: 11px !important;
	line-height: 11px;
	text-decoration: none !important;
	padding: 2px 4px!important;
}

ul.autocomplete a:hover,
ul.autocomplete li.selected a {
	background: #3769ac !important;
	color: #eee !important;
	line-height: 11px;
	text-decoration: none !important;
	position: relative;
	z-index: 999;
}

.resource-search ul.autocomplete {
	margin: 0 0 0 0 !important;
	width: 214px;
}

/*********** = search/type ahead = ***********/

div#search-ahead {
	background: url(/img/bg_search_ahead_top.png) no-repeat 0 0;
	color: #464646;
	left: 683px;
	font-size: 11px;
	padding: 12px 0 0 0;
	text-align: left;
	position: absolute;
	top: 105px;
	width: 274px;
	z-index: 998;
}

div#search-ahead-inner {
	background: url(/img/bg_search_ahead_bottom.png) no-repeat 0 100%;
	padding: 5px 11px 12px 12px;
}

div#search-ahead dt {
	background: #ddeaf4;
	font-weight: bold;
	padding: 5px;
}

div#search-ahead dt,
div#search-ahead dd {
	margin: 0 !important;
}

div#search-ahead dd a {
	background: url(/img/bullet_sm.gif) no-repeat 3px 6px;
	display: block;
	color: #464646;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

div#search-ahead dd a:hover {
	background-color: #fcfae2;
	color: #3769ac;
}

div#search-ahead p {
	float: right;
	margin: 0 0 5px 0;
}

/*********** = search ahead = ***********/

div#search-criteria,
div#search-criteria-select {
	position: absolute;
	right: 28px;
	top: 54px;
	width: 274px;
	z-index: 998;
}

body.alt div#search-criteria,
body.alt div#search-criteria-select {
	right: 48px;
}

body.solutions div#search-criteria,
body.solutions div#search-criteria-select {
	right: 23px;
}

#search-criteria label { font-size: 11px !important; }

.criteria-toggle {
 	background: url(/img/bg_search_criteria.gif) no-repeat 0 0;
 	color: #666;
 	display: block;
 	height: 25px;
 	padding: 5px 29px 0 10px;
	text-decoration: none;
	width: 251px;
}

.criteria-toggle span {
	display: block;
	line-height: 25px;
}

/* .criteria-toggle:hover,
.criteria-toggle.toggled {
	background-position: 0 -29px;
	color: #000;
}

.criteria-toggle.toggled span {
	display: none !important;
}

.toggled {
	background-position: 0 -58px !important;
}

div#search-criteria .toggled  span {
	border-bottom: 1px dotted #aaa;
}

div#search-criteria .toggled:hover {
	background-position: 0 -87px !important;
}


div#search-criteria-drop {
	left: 62px;
	position: absolute;
	padding: 1px 7px 12px 7px;
	top: 7px;
	width:auto;
}

div#search-criteria-drop select {
	font-size: 11px;
	width: 210px;
}

div#search-criteria-drop ul {
	list-style: none;
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
}

div#search-criteria-drop ul a {
	border: 1px solid transparent;
	color: #464646;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 3px 3px 3px 19px;
	text-decoration: none;
}

div#search-criteria-drop ul a:hover {
	background: #fffde5;
	border: 1px solid #efedd7;
}

div#search-criteria-drop ul li.all a {
	border-top: 1px dashed #ccc;
	padding-top: 4px;
}

div#search-criteria-drop ul li.active a {
	background: #eef4f9 url(/img/bg_checked.gif) no-repeat 3px 50%;
	border: 1px solid #d1d9e5;
	color: #000;
	font-weight: bold;
}

div#search-criteria-drop a.close {
	background: url(/img/bg_search_criteria_close.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 21px;
	margin: 0 -8px -10px 0;
	text-indent: -9999em;
	position: relative !important;
	top: auto !important;
	right: auto !important;
	width: 21px;
}

div#search-criteria-drop a.close:hover {
	background-position: 0 -21px;
}

/*********** = forms = ***********/

.info-intro {
	margin: 15px 0;
}

.info-intro  p {
	color: #666;
	font-size: 15px;
	margin: -8px 0 10px 0 !important;
}

b.req { color: #cc0000; font-size: 1.2em; }

label {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}

/* account messaging - should float out in the right column, but the way app is built requires AP */
.column.account-message {
	float: right;
	margin: 15px 30px 0 0;
}

form.request-info p {
	font-size: 11px !important;
	line-height: 13px !important;
	margin: 0 0 5px 0 !important;
}

form.request-info label {
	display: block;
	font-size: 10px;
	color: #777;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
	text-transform: uppercase;
}

form.request-info input.text {
	width: 120px;
}

div.form {
	background: url(/img/bg_form_required.gif) no-repeat 0 0;
	margin: 6px 0;
	padding: 5px 0 0 0;
	width: 520px;
}

.simple div.form {
	margin-top: 7px;
}

div.form table.form {
	background: url(/img/bg_form_required.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 5px 15px 5px;	
	width: 100%;
}

div.form table.form table {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.form table.form.checkbox {
	padding: 0 15px 15px 15px;
}

div.form table.form.checkbox td {
	border-bottom: 1px solid #ddd;
	padding: 6px 3px;
}

div.form table.form.checkbox tr td:first-child {
	width:15px;
}

div.form.password table.form {
	margin: 0 auto;
	width: 50%;
}

table.form td {
	padding: 4px 2px 2px 2px;
	vertical-align: top;
}

div.form label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	margin: 5px 0 1px 0;
	padding: 0 0 0 14px;
}

div.form label.textarea {
	padding: 0;
}

input.checkbox {
	margin: 0 3px 0 14px;
}

div.form .checkbox label,
label.checkbox {
	display: inline !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 15px 0 0 !important;
}

div.form .checkbox label:hover,
label.checkbox:hover,
label.checkbox:hover strong {
	color: #888;
}

div.form div.text {
	padding: 4px 12px 0 12px; 
	min-height: 26px;
}

div.form div.text.half {
	background: url(/img/bg_input_text_half.gif) no-repeat 0 0;
	width: 226px;
}

div.form div.text.whole {
	background: url(/img/bg_input_text_full.gif) no-repeat 0 0;
	width: 389px;
}

div.form div.text.half.error {
	background: url(/img/bg_input_text_half_error.gif) no-repeat 0 0;
}

div.form div.text.half.disabled {
	background: url(/img/bg_input_text_half_disabled.gif) no-repeat 0 0;
}

div.form div.text.whole.error {
	background: url(/img/bg_input_text_full_error.gif) no-repeat 0 0;
}

div.form div.text.whole.disabled {
	background: url(/img/bg_input_text_full_disabled.gif) no-repeat 0 0;
}

div.form div.text input {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 11px;
	height: 14px;
	padding: 2px 1px 0 2px;
	width: 95px;
}

div.form div.text.half input {
	width: 225px;
}

div.form div.text.whole input {
	width: 366px;
}

div.form div.text.disabled input {
	background: #ececec;
	border: 1px solid #ececec;
	color: #444;
}

/* form div.text input:focus {
	background: #f7f7f7;
} */

div.form div.select {
	padding: 5px 14px 5px 14px;
}

div.form .profile-questions .select {
	padding: 0;
}

div.form .profile-questions .select select {
	width: 230px;
}

div.form div.select.select-half select {
	width: 223px;
} 

div.form div.select.select-full select {
	width: 363px;
} 

p.instructions {
	color: #777;
	font-size: 11px;
	margin: 4px 0 5px 14px !important;
}

div.error {
	padding-bottom: 5px;
}

p.instructionserror {
	color: #dd0000;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin: 5px 0 5px 5px !important;
}

div.submit {
	clear: both;
	line-height: 30px;
	margin: 12px 0 12px 10px;
}

div.submit a {
	font-size: 11px !important;
}

.submit-button {
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	min-width: 120px;
}

div.error-alert {
	background: url(/img/bg_error_alert.gif) no-repeat 0 0;
	padding: 0 0 0 34px;
}

div.error-alert span {
	background: url(/img/bg_error_alert.gif) no-repeat 100% 0;
	display: block;
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 0;
}

ul.error-list {
	margin-left: 34px !important;
}

ul.error-list a {
	text-decoration: underline !important;
}

.error,
.error-message {
	color: #ff0000 !important;
}

#passwordtarget {
	background-position: 50% 50%;
	width: 50%;
}

fieldset,
.form-container {
	border: 3px solid #ebebeb;
	margin: 12px 0;
	padding: 5px 12px;
}

.panel fieldset {
	margin: -2px 0 0 0;
}

fieldset {
	border: none;
	padding: 0;
}

legend {
	color: #777; 
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
}

fieldset label,
.form-container label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	margin: 5px 0 2px 0;
}

fieldset label em,
.form-container label em {
	color: #666;
	font-weight: normal;
	font-style: normal;
}

fieldset input.text,
.form-container input.text {
	display: block;
	padding: 2px;
}

fieldset p.instructions,
.form-container p.instructions {
	color: #777;
	font-size: 11px;
	margin: 4px 0 0 0 !important;
}

fieldset p,
fieldset div p:first-child,
.form-container p,
.form-container div p:first-child {
	margin: 8px 0 0 0 !important;
}

fieldset input.submit,
.form-container input.submit {
	margin: 12px 0 5px 0;
}

fieldset textarea,
.form-container textarea {
	height: 50px;
	width: 99%;
}

fieldset .hr,
.form-container hr {
	line-height: 1px;
	height: 1px;
	margin: 7px 0;
}

input.input-text {
	border: 1px solid #aaa;
	display: block;
	font-family: Arial;
	font-size: 11px;
	margin: 2px 0 4px 0;
	padding: 2px;
	width: 241px;
}

textarea.textarea,
.textarea textarea,
textarea {
	border: 1px solid #aaa;
	height: 70px;
	width: 400px;
}

textarea.textarea-sm {
	border: 1px solid #aaa;
	font-family: Arial;
	font-size: 11px;
	height: 48px;
	margin: 2px 0 8px 0;
	padding: 2px;
	width: 241px;
}

/* custom questions and profile questions */
div.form table.form.profile-questions {
	padding: 0 18px 10px 18px;
}

div.form table.form.profile-questions input.checkbox {
	margin: 0 3px 0 0;
}

div.custom-question {
	margin: 0;
	padding: 0 0 0 18px;
}

div.custom-question.append {
	margin-top:0;
}

label.{
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
}

div.custom-question p {
	line-height: 12px !important;
	margin: 2px 0 !important;
}

div.checkboxes p {
	line-height: 12px !important;
	margin: 7px 0 !important;
	padding: 0 !important;
}

#contact-me-container div.checkboxes {
	border-bottom: 1px solid #ddd;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}

label.comments {
	padding: 0 !important;
	margin: 0 0 3px 0 !important;
}

/* more info in solutions sidebar */

.more-info form {
	clear: both;
	padding: 0 30px 30px 30px;
}

.popup .more-info form {
	clear: both;
	padding: 0 30px 10px 30px;
}

.more-info label {
	color: #464646;
	display: block;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.more-info input.text {
	font-size: 11px;
	margin: 2px 0 8px 0;
	padding: 2px;
	width: 100%;
}

.more-info .textarea {
	height: 40px;
	margin: 2px 0 8px 0;
	width: 100%;
}

.more-info .submit {
	margin: 0;
}

/* confirm page */
.accountpromo br { display: none; }

.accountpromo label { display: block; }

/* blogs */

#commentform {
	margin: 12px 0;
}

#commentform label {
	font-weight: normal;
}

/* selector */
form.selector {
	background: url(/img/bg_selector.gif) no-repeat 0 0;
	float: right;
	height: 30px;
	margin: -35px 0 10px 0;
	padding: 0;
	position: relative;
	z-index: 99;
	width: 405px;
}

form.selector label {
	background:url(/img/next.gif) no-repeat 100% 50%; 
	color: #464646;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 8px 0 0;
	position: absolute;
	left: 10px;
	line-height: 30px;
	text-align: right;
	width: 125px;
}

form.selector select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 5px;
	width: 245px;
	padding: 2px;
	display: block;
	color: #676778;
	border: 1px solid #ccc;
}

form.selector select:focus,
form.selector select:hover {
	background-color: #f9f9f9;
	border: 1px solid #666;
}
