@import url(product.listitem.css);


#layout_content h2 {
	margin-bottom: 10px;
	color: #1b5c9d;
	font-size: 18px;
}

#layout_content h3 {
	color: #900b09;
	font-size: 16px;
}

#layout_content h5 {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000;
}

#layout_content hr {
	height: 1px;
	margin-bottom: 10px;
	clear: both;
	border: none;
	color: #eee;
	background: #eee;
}



/*
 *	Search
 */

#search {
	margin-bottom: 20px;
}

#search fieldset {
	width: 300px;
	padding-bottom: 0px;
	border: none;
	background: url(/images/default/search_fieldset_background.png) repeat-x 0 100%;
}

#search legend {
	display: none;
}

#search label {
	margin: 0 0 3px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#search input {
	border: none;
	vertical-align: top;
}

#search input.text {
	width: 268px;
	margin: 5px 0 0 6px;
	background: #fff; /* IE fix: clears theme styling */
	font: 11px Arial, Helvetica, Verdana, Sans-Serif;
}

#searchresults {
	width: 100%;
	overflow: hidden;
}

#searchresults li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
	width: 300px;
	float: left;
}


/*
 * Warehouse search
 */

#customerservice_searchbox h4 {
	padding-bottom: 3px;
}
 
#customerservice_searchbox .customerservice_searchbar {
	width: 465px;
	height: 29px;
	background: transparent url(/images/default/search_searchbox_divider.gif) repeat-x scroll 0 0;
}

#customerservice_searchbox .customerservice_searchbar_label {
	width: 63px;
	height: 22px;
	padding: 6px 5px 0px 33px;	
	float: left;
	background:transparent url(/images/default/sprite_searchbar.png) no-repeat scroll -202px 0;
}

#customerservice_searchbox .customerservice_searchbar_label label {
	font-size: 12px;
}

#customerservice_searchbox .customerservice_searchbar_input{
	padding-top: 4px;
	float: left;
}

#customerservice_searchbox .customerservice_searchbar_input input{
	width:293px;
	height:15px;
	margin: 0px;
	padding:1px 1px 1px 3px;
	border-color:#4C4C4C #848484 #848484 #4C4C4C;
	border-style:solid;
	border-width:1px;
	font-size:12px;	
}

#customerservice_searchbox .customerservice_searchbar_submit {
	float: right;
}

#customerservice_searchbox .customerservice_searchbar_submit button.submit {
	width: 61px;
	height: 29px;	
	overflow: hidden;
	border: none;
	outline: none;
	background: url(/images/default/sprite_searchbar.png) no-repeat -140px 0;
	cursor: pointer;
}

#customerservice_searchbox .customerservice_searchbar_submit button.submit:hover {
	background-position: -140px -29px;
}

#customerservice_searchbox .customerservice_searchbar_submit button.submit span {
	display: none;
}

/*
 *	Customer service categories
 */

#customerservice_categories {
	width: 100%;
	overflow: hidden;
}

#customerservice_categories div.category {
	width: 33%;
	margin-bottom: 10px;
	float: left;
}

#customerservice_categories h4 {
	margin: 0 0 3px 30px;
	font-size: 14px;
}

#customerservice_categories img {
	float: left;
}

#customerservice_categories ul {
	margin-left: 30px;
	font-size: 11px;
}

#customerservice_categories li {
	padding: 0;
	background: none;
}

#customerservice_categories li a {
	color: #000;
	text-decoration: none;
}

#customerservice_categories li a:hover {
	text-decoration: underline;
}




/*
 *	Customer service e-mail form
 */

#customerservice_helpdesk {
	font-size: 11px;
}

#customerservice_helpdesk fieldset {
	width: 100%; /* IE fix: set layout to prevent the margins from collapsing */
	margin-bottom: 10px;
	border: none;
}

#customerservice_helpdesk legend {
	margin-bottom: 4px;
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
	font-weight: bold;
}

#customerservice_helpdesk span.required {
	color: #f00;
}

#customerservice_helpdesk fieldset div {
	height: 1%;
	padding: 2px 8px;
	overflow: hidden;
	border-top: 1px #fff solid;
	border-bottom: 1px #e4e4e4 solid;
	background: #f7f7f7;
}

#customerservice_helpdesk label {
	margin-right: 2px;
	float: left;
}

#customerservice_helpdesk p {
	margin: 0;
	clear: both;
}

#customerservice_helpdesk ul.errors {
	margin: 10px 0;
}



/* Form fields */

#customerservice_helpdesk input.text,
#customerservice_helpdesk select,
#customerservice_helpdesk textarea {
	display: block;
	font: 12px Arial, Helvetica, Verdana, Sans-Serif;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #4c4c4c #848484 #848484 #4c4c4c;
}

#customerservice_helpdesk input.text {
	padding: 1px 0;
}

#initials {
	width: 60px;
}

#lastname {
	width: 240px;
}

#emailaddress {
	width: 180px;
}

#telephone {
	width: 120px;
}

#questiontype,
#subject,
#messagebody {
	width: 400px;
}

#customerservice_helpdesk textarea {
	width: 300px;
	height: 160px;
	float: left;
}




/*
 *	Customer service item
 */

#layout_content div.item {
	height: 1%;
	margin-bottom: 3px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}

#layout_content div.item h4 {
	margin-top: 1em;
	font-size: 12px;
}

#layout_content div.item ul {
	margin-bottom: 1em;
}

#layout_content div.item ul li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}

#layout_content div.item table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#layout_content div.item td {
	border-color: #eee;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 2px 5px;
}




/*
 *	Customer service product
 */

#customerservice_product_shortcuts {
	margin-top: 20px;
}

#customerservice_product_shortcuts li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}

#customerservice_product_questions {
	margin-top: 20px;
}

#customerservice_product_questions h4 {
	margin-top: 5px;
	font-size: 12px;
}

#customerservice_product_questions li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}




/*
 * Customerservice outlet information
 */

#shop_locations {
	width: 100%;
	overflow: hidden;
}

#shop_locations div.outlet {
	width: 212px;
	margin-right: 15px;
	float: left;
}

#shop_locations div.outlet address {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#shop_locations div.outlet ul li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}



/* Active Mailer Form */

#customerservice_form fieldset {
	border: none;
	font-size: 12px;
}

#customerservice_form div.row {
	height: 1%;
	padding: 4px 6px;
	overflow: hidden;
	background: #f7f7f7;
}

#customerservice_form div.row.highlighted {
	background: #e8e8e8;
}

#customerservice_form div.row.disabled {
	color: #b6b6b6;
}

#customerservice_form div.row.disabled input.text {
	border-color: #b3b3b3 #cecece #cecece #b3b3b3 !important;
	background: #e0e0e0;
}

#customerservice_form div.row label {
	width: 150px;
	padding-top: 2px;
	float: left;
	font-weight: bold;
}

#customerservice_form div.row label span {
	color: #555;
}

#customerservice_form div.row input.text {
	width: 200px; /* Uses IE.ancient fix for width */
	padding: 1px 0;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #4c4c4c #848484 #848484 #4c4c4c;
	font: 11px Arial, Helvetica, Verdana, Sans-Serif;
}

#customerservice_form div.row input#customerservice_subject {
	width: 300px;
}

#customerservice_form div.optional div.row label {
	width: 75px;
	margin-left: 8px;
}

#customerservice_form div.text {
	background: url(/images/default/validation_neutral_background.png) no-repeat 228px 50%;
}

#customerservice_form div.text input {
	width: 138px;
	padding: 1px 2px;
	border: 1px solid #555;
	color: #555;
	font: 11px Arial, Helvetica, Verdana, Sans-Serif;
}

#customerservice_form div.text label {
	width: 80px;
	float: left;
}

#customerservice_form div.text.error {
	background: url(/images/default/validation_failed_background.png) no-repeat 228px 50% !important;
}

#customerservice form div.text.passed {
	background: url(/images/default/validation_passed_background.png) no-repeat 228px 50% !important;
}

#customerservice_form div.text.error input {
	border-color: #f00 !important;
}

#customerservice_form div.row.validation.failed input.text {
	border-color: #f00 !important;
}

#customerservice_form div.row.validation.failed textarea {
	border-color: #f00 !important;
}

#customerservice_form #customerservice_gender {
	padding-left: 80px !important;
}

#customerservice_form #customerservice_submit {
	margin: 0 0 5px;
}

#customerservice_form #customerservice_submit input {
	outline: none;
}



/* Customerservice validation and errors */

#customerservice_form span.validation{
	margin-left: 3px;
}

#customerservice_form ul#customerservice_validationerrors {
	margin: 5px 0 5px -6px;
	padding-top: 3px;
	border-top: 1px solid #f00;
	color: #f00;
	font-size: 11px;
	text-align: left;
}

#customerservice_form #customerservice_validationerrors a {
	color:#f00;
}

#customerservice_form #customerservice_validationerrors a:hover {
	color:#fe8b8b;
}

#customerservice_form #customerservice_validationerrors li {
	margin-bottom: 3px;
	padding-left: 26px;
	background:transparent url(/images/default/validation_failed_background.png) no-repeat scroll 8px 2px;
}

#customerservice_form ul.errors li {
	padding-left: 20px;
	background: url(/images/default/validation_failed_background.png) no-repeat 2px 1px;
}

#customerservice_form div.row.failed span.validation {
	font-style: italic;
}
#customerservice_form div.row span.validation {
	color: #555;
	font-size: 11px;
}
#customerservice_form div.row span.validation img {
	padding-right: 3px;
}

#customerservice_form_container.callmeback div.row.failed span.validation {
	margin-left: 153px;
	clear: both;
	float: left;
}

#customerservice_form_container.callmeback div.row.failed span.validation img {
	margin-bottom: 1px;
}


/* customerservice form checkbox*/

#customerservice_form div.row.checkbox {
	height: 36px;
	padding: 4px 10px 0;
}

#customerservice_form div.row.checkbox label {
	width: auto !important;
	float: none !important;
	font-weight: normal !important;
}



/* Form row containing radio buttons */

#customerservice_form div.row.radio span {
	width: 150px;
	float: left;
	font-weight: bold;
	line-height: 19px;
}

#customerservice_form div.row.radio label {
	width: auto;
	margin-right: 5px;
	float: none;
	font-weight: normal;
	vertical-align: middle;
}

/* checkbox row*/
#field_newslettersubscription span {
	width: 623px;
	float: right;
	overflow: hidden;
	font-size: 12px;
	color: #000 !important;
}

#customerservice_form_container.callmeback #field_newslettersubscription span {
	width: 461px;
}

#field_newslettersubscription input {
	height: 13px;	
	float: left;
}

/* customerservice validation errors serverside */
ul#customerservice_postvalidationerrors {
	margin: -2px 0 5px -6px;
	padding-top: 3px;
	border-top: 1px solid #f00;
	color: #f00;
	font-size: 11px;
	text-align: left;
}

#customerservice_postvalidationerrors li {
	margin-bottom: 3px;
	padding-left: 26px;
	background:transparent url(/images/default/validation_failed_background.png) no-repeat scroll 8px 2px;
}

#customerservice_postvalidationerrors li span {
	font-style: italic;
}


/** Captcha validation */
#customerservice_captcha_notice {
	padding: 5px 0;
	background: #fff !important;
}

#customerservice_captcha_notice h3 {
	margin: 0 0 5px;
	padding-bottom: 5px;
	color: #f00;
	border-bottom: 1px solid #f00;
	font-size: 12px;
}

#customerservice_captcha_notice p {
	font-size: 12px;
}

#customerservice_captcha img {
	border: 1px solid #ddd;
}

#customerservice_captcha_text {
	width: 193px !important;
	margin: 5px 0 0 152px;
}

#customerservice_form_container.callmeback {
	width: 500px;
	float: left;
}

/* Call me button customerservice */

#customerservice_callmeback {
	width: 140px;
	margin: 0;
	padding-bottom: 5px;
	float: right;
	position: relative; /* IE 6 fix: prevents a huge border mess. Related to the negative margins on the H2 element below */
	background: url(/images/default/facet_shadow_w-140.png) no-repeat 0 100%;
	font-size: 11px;
}

#customerservice_callmeback form {
	border: solid 1px #ddd;
	border-top: 0;
}

#customerservice_callmeback h2 {
	padding-top: 2px;	
	padding-left: 9px;	
	color: #fff;
	background:transparent url(/images/default/box_background_top_sprite.png) no-repeat scroll 0 0;
	font-size: 12px;
	line-height: 21px;
	margin: 0px;
}

#customerservice_callmeback fieldset {
	width: 126px;
	margin-left: 4px;
	padding: 0 4px;
	color: #555;
	background: #fff;
	border: none;
}

#customerservice_callmeback p.help_notification {
	margin: 5px 0;
	padding-bottom: 3px;
	line-height: 14px;
}

#customerservice_callmeback p.closed_notification {
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
}

#customerservice_callmeback label {
	padding: 8px 0 2px;
	display: block;
	background: url(/images/default/customerservice_box_divider.jpg) no-repeat 0 0;
}

#customerservice_callmeback input {
	width: 121px;
	padding: 1px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #4c4c4c #848484 #848484 #4c4c4c;
}

#customerservice_callmeback button {
	width: 126px;
	height: 24px;
	margin: 5px 0;
	display: block;
	border: none;
	background: url(/images/default/customerservice_callme_button_background.png) no-repeat 0 0;
	cursor: pointer;
}

#customerservice_callmeback button:hover {
	background-position: 0 -24px;
}

#customerservice_callmeback button span {
	display: none;
}

#customerservice_callmeback p.openinghours {
	margin: 10px 0 6px 0;
	padding-top: 9px;
	line-height: 12px;
	background: url(/images/default/customerservice_box_divider.jpg) no-repeat 0 0;
}

#customerservice_callmeback p.openinghours strong.open {
	color: #329403;
}

#customerservice_callmeback p.openinghours strong.open_tomorrow {
	display: block;
	color: #555;
}

#customerservice_callmeback p.openinghours span.closed {
	margin-bottom: 5px;
	display: block;
}

#customerservice_callmeback p.more {
	color: #1b5c9d;
	text-decoration: underline;
}

#customerservice_callmeback p.closed_notification a {
	text-decoration: underline;
}

img.actionbox {
	display: none;
}

body.js img.actionbox {
	margin-bottom: 2px;
	display: inline;
}
