/* General styles */
@import url('round_buttons.css');

input,textarea,select {
	font: 11px helvetica,  verdana, arial, sans-serif;
	line-height: 12px;
	padding: 0;
	margin: 0px 3px 0px 0px;
}
input, textarea {
	padding: 2px 2px;
}
select {
	border: 1px solid #d5d5d5;
}
/*input:focus , textarea:focus {
	border: 1px #000 solid;
	color: #000;
}*/
textarea {
	margin: 0px;
}
.input-text {
	border: 1px solid #d5d5d5;
	font-weight: normal;
}
.input-textarea {
	border: 1px solid #d5d5d5;
	font-weight: normal;
}
.input-text:focus, .input-textarea:focus {
	border: 1px #000 solid;
	color: #000;
}
.input-text-100 {
	border: #333333 1px solid;
	width: 100%;
}
p {
	margin-top:	0px;
	margin-bottom: 0px;
	font-weight: normal;
}
a {
	color: black;
}
.white {
	color: white;}
.underlined {
	/*inherits*/
}
.underlined:hover {
	/*inherits*/
}
.underlined-bold {
	font-weight: bold;
}
.underlined-bold:hover {
	font-weight: bold;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
/*div.hr {
	height:0;
	line-height: 1px;
	margin-top: 4px;
	margin-bottom: 5px;
	border-bottom:#b4c4dc 1px solid}
div.dark-hr {
	height:0;
	line-height: 1px;
	margin-top: 4px;
	margin-bottom: 5px;
	border-bottom:#083d8c 1px solid}
div.hr hr,div.dark-hr hr {display:none}

hr {
	border: solid #b4c4dc 0px;
	border-top-width: 1px;
	height: 0;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
}
.dark-hr {
	border: solid #083d8c 0px;
	border-top-width: 1px;
	height: 0;
	margin-top: 4px;
	margin-bottom: 5px;
}*/
.page-title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.page-title:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.error-text {
	color: #f27a00;
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
/* /General styles */


/* Notification box */
#notification_contents {
	margin-top: 8px;
}
.notification-body {
	padding: 8px 14px;
	text-align: justify;
}
.notification-title-n { /* Notification message */
	color: #ffffff;
	font: bold 12px helvetica,  verdana, arial, sans-serif;
}
.notification-border-n {
	border: 1px solid #f3f8fc;
	background-color: #f3f8fc;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-th-n {
	background: #578bca url(images/notification_th_n.gif) repeat-x;
	height: 19px;
}
.notification-title-e { /* Error message */
	color: #ffffff;
	font: bold 12px helvetica,  verdana, arial, sans-serif;
}
.notification-border-e {
	border: 1px solid #b71408;
	background-color: #fcf3f3;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-th-e {
	background: #de3e37 url(images/notification_th_e.gif) repeat-x;
	height: 19px;
}
.notification-border-w { /* Warning message */
	border: 1px solid #d96e0f;
	background-color: #fdf6ed;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-title-w {
	color: #ffffff;
	font: bold 12px helvetica,  verdana, arial, sans-serif;
}
.notification-th-w {
	background: #d96e0f url(images/notification_th_w.gif) repeat-x;
	height: 19px;
}
/* /Notification box */

/* Section in main box */
.section-border {
	border: 1px solid #a3a3a3;
}
.section-title, .section-title-over {
	background: #f1f7fb url(images/section_title_bg.gif) repeat-x bottom;
}
.section-title img, .section-title-over img {
	padding-right: 8px;
}
.section-title span, .section-title-over span {
	text-transform: uppercase;
	text-decoration: underline;
	color: #0084c4;
	font: bold 11px helvetica,  verdana, arial, sans-serif;
	vertical-align: middle;
}
.section-title-over span {
	text-decoration: none;
	vertical-align: middle;
}
.section-body {
	background: #fbfdfe url(images/section_body_bg.gif) repeat-x bottom;
	color: #2d2d2d;
	padding: 16px;
}
.section-body-details {
	background: #fbfdfe url(images/section_body_bg.gif) repeat-x bottom;
	color: #2d2d2d;
	padding: 18px 16px;
}
/* Section in main box */

/* Category page */
.category-description {
	padding-bottom: 13px;
}
.categories-columns {
	float: left;
	padding-right: 40px;
}
.categories-columns ul {
	line-height: 18px;
}
.categories-image {
	float: left;
	margin: 0px 15px 15px 0px;
	display: inline;
}
.subcategories {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	display: table;
}
.subcategories p {
	padding: 0px;
	margin: 0px 0px 1px 0px;
}
.product-title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
}
.list-product-title {
	color: #0084c4;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.list-product-title:hover {
	color: #0084c4;
	text-decoration: none;
}
.product-details-title {
	color: #2d2d2d;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}
.sku {
	font-size: 10px;
	margin: 0px;
}
.more-info {
	font-size: 10px;
	text-align: center;
}
.list-price2, .list-price2 span{  /* adviesprijs */
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	text-align: center;
}
.list-price {
	color: #555555;
	font-size: 11px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
.price, .sub-price {
	color: #e72120;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.sub-price {
	color: #333333;
}
span.cart-price-txt {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
span.cart-price {
	font-weight: bold;
	font-size: 12px;
	color: #e72120;
}

.discount {
	color: #666666;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/* Category page */

/* Form styles */
.required-field-mark {
	color: #ff0000;
	font-size: 11px;
	vertical-align: top;
}
/* Form styles */

/* Checkout pages */
.tab-wrapper {
	overflow: hidden;
	background: url(images/tab_wrapper_bg.gif) repeat-x bottom;
}
.section-active-tab-bg {
	white-space: nowrap;
	color: #000;
	font: bold 11px helvetica,  verdana, arial, sans-serif;
	background-color: #ffffff;
	border-top: 1px solid #b4c4dc;
	border-right: 1px solid #b4c4dc;
	border-left: 1px solid #b4c4dc;
	padding: 4px 10px 6px 10px;
}
.section-inactive-tab-bg {
	font: bold 11px helvetica,  verdana, arial, sans-serif;
	color: #b4c4dc;
	white-space: nowrap;
	background: #d6e8f2 url('images/tab_bg_active.gif');
	border-top: 1px solid #b4c4dc;
	border-right: 1px solid #b4c4dc;
	border-left: 1px solid #b4c4dc;
	padding: 4px 10px;
	margin-bottom: 1px;
}
.tab-content-border {
	padding: 15px;
	clear: both;
	margin-bottom: 8px;
}
.section-outer-border {
	border: 1px #b4c4dc solid;
	clear: both;
}
a.sort-link:link, a.sort-link:visited, a.sort-link:hover, a.sort-link:active {
	color: #2c2b2b;
	font-weight: bold;
}

.affiliate-code {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	margin-right: 10px;
}
.field-name {
	font: bold 11px tahoma, arial, verdana, helvetica,	sans-serif;
	white-space: nowrap;
}

.valign {
	vertical-align: middle;
}
.compare-table td {
	padding-left: 8px;
}
.table-td-left-border {
	border-left: solid #ced6da 1px;
}
.table-td-bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
	white-space: nowrap;
}
table label {
	width: auto;
	font-weight: normal;
}

/* Ajax */
.ajax-loading-box {
	border: 1px solid #aaaaaa;
	background-color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 90%;
	width: 65px;
	display: none;
	z-index: 9999;
}
.ajax-message-wrapper {
	display: none;
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 9999;
	width: 339px;
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #ffffff; 
	border-right: 1px solid #366073;  
	border-bottom: 1px solid #366073;
	cursor: pointer;
}
.ajax-message {
	border: 1px solid #5b8496; 
	background: #ffffff url('images/ajax_message_bg.gif') repeat-x bottom; 
	padding: 25px 29px 10px 29px;
}

.ajax-notification-n, .ajax-notification-e, .ajax-notification-w {
	padding-left: 17px; 
	padding-bottom: 15px;
}

.ajax-notification-e {
	background: url('images/ajax_notification_e.gif') no-repeat left 1px; 
}

.ajax-notification-w {
	background: url('images/ajax_notification_w.gif') no-repeat left 1px; 
}

.ajax-notification-n {
	color: #1b7bdd; 
	font-weight: bold; 
	background: url('images/ajax_notification_n.gif') no-repeat left 1px; 
}
/* /Ajax*/

/* Listmania */
.lm-scroller {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
.lm-category-breadcrumbs-link, .lm-category-breadcrumbs-link:link, .lm-category-breadcrumbs-link:visited,  .lm-category-breadcrumbs-link:hover, .lm-category-breadcrumbs-link:active {
	font-weight: normal;
}
.lm-columns {
	float: left;
	width: 48%;
	min-width: 100px;
}
.lm-links {
	padding-bottom: 1px;
}
.lm-description {
	padding: 4px 0px 15px 0px;
	text-align: justify;
}
.lm-top {
	border-top: 1px solid #b7b7b7;
	font-size: 1px;
}
.lm-center {
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	padding-top: 5px;
}
.lm-bottom {
	border-bottom: 1px solid #b7b7b7;
	font-size: 1px;
}
.lm-buttons-wrapper {
	padding: 0px 0px 0px 0px;
}
.lm-buttons {
	float: right;
	margin-left: 6px;
	margin-bottom: 1px;
}
.item-wrap {
	background: url('images/sidebox_delim.gif') repeat-x bottom center;
	margin-bottom: 4px;
	padding-bottom: 10px;
	clear: both;
}
.item-image {
	float: left;
	width: 35%;
	margin-right: 5%;
}
.item-description {
	float: right;
	width: 59%;
}
.lm-manufacturer {
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.lm-product-name {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.lm-cell-content {
	padding: 5px 9px 9px 9px;
}
/* /Listmania */

/* common styles */
.products-list-wrapper {
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;
}
.float-wrapper {
	position: relative;
	overflow: hidden;
}
.border {
	margin-bottom: 12px;
}
/* /common styles */


/* search styles */
.search-products-text {
	font: bold 12px helvetica,  verdana, arial, sans-serif;
	color: #fff;
}
.search-advanced{
	color: #ffffff;
	font: 10px helvetica, verdana, sans-serif;
	padding: 0px 6px 0px 13px;
	text-decoration: none;
	background: url('images/small_white_arrow.gif') no-repeat right 5px;
}
.search-advanced:hover {
	text-decoration: underline;
}
.search-label {
	font: bold 11px helvetica, verdana, sans-serif;
}
/* /search styles */

/* breadcrumbs links */
.breadcrumbs-wrapper{
	height: 40px;
}
.breadcrumbs-wrapper  td{
	padding: 0 0px 4px 5px;
	vertical-align:bottom;
	line-height: 22px; 
}
.breadcrumbs {
	font-size: 23px;
	line-height: 1.25;
	color: #000;
	font-weight: normal;
}
.breadcrumbs-text {
	color: #000;
	text-decoration: none;
}
.breadcrumbs-link {
	color: #000;
	text-decoration: none;
}

.breadcrumbs-arrow {
	width: 3px;
	height: 5px;
	margin: 0px 9px;
}
.bc-wrapper {
	padding: 3px 0px;
}
.bc-text {
	color: #0084c4;
	font-weight: bold;
}
.bc-arrow {
	margin: 0px 6px;
}
.bc-link {
	color: #0084c4;
	font-weight: bold;
}
.bc-link:hover {
	color: #0084c4;
	font-weight: bold;
}
/* /breadcrumbs links */

/* cart box styles */
.cart-box-bg {
	background: #f9f9f9 url(images/cart_box_bg.gif) repeat-x;
	height: 44px;
	white-space: nowrap;
}
.cartbox-link {
	color: #2d2d2d;
	font: 11px tahoma, arial, verdana, sans-serif;
	padding-left: 11px;
	text-decoration: underline;
	background: url(images/cart_arrow.gif) no-repeat left 5px;
}
.cartbox-link:hover {
	text-decoration: none;
}
.cartbox-image {
	vertical-align: middle;
	margin: 0px 20px 0px 10px;
}
/* /cart box styles */


/***** Tables *****/

/* Common table */
.table {
	border-top: 1px solid #dee1e5;
	border-bottom: 1px solid #dee1e5;
	border-left: 1px solid #dee1e5;
}
.table th {
	background-color: #e8eff8;
	font-weight: bold;
	border-right: 1px solid #dee1e5;
	border-bottom: 1px solid #dee1e5;
	padding: 3px 5px 2px 5px;
	white-space: nowrap;
}
.table tr {
	background-color: #ffffff;
}
.table td {
	border-right: 1px solid #dee1e5;
	padding: 2px 7px 2px 7px;
}
.table .table-footer td {
	background-color: #e8eff8;
	border-right: 1px solid #dee1e5;
	padding: 0px;
	margin: 0px;
}
.table-row, tr.table-row, td.table-row {
	background-color: #f1f4f6;
}
.padding-td {
	padding: 3px 0px;;
}
/* /Common table */

/* Cart table */
.cart-table-td {
	padding: 5px;
	font-weight: bold;
}
.cart-table-td-slim {
	padding: 5px;
	font-weight: normal;
}
.cart-table-bg {
	background-color: #fff;
}
.cart-table-dark-bg {
	background-color: #efefef;
}
.cart-total-bg {
	background: #cac9c9;
	height: 34px;
	line-height: 34px;
	padding-right: 5px;
	margin-bottom: 10px;
	clear: both;
}
/* /Cart table */

/* Utility styles */
.noborder td {
	border: 0px solid #ffffff;
}
.table-bg {
	background: #f7f7f7 url(images/table_bg.gif) repeat-x;
	height: 34px;
}
/* /Utility styles */

/***** /Tables *****/

/* mainbox */
.mainbox-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainbox-body {
	padding: 0px 0px 0px 0px;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	color: #023f8a;
	text-transform: uppercase;
	font: bold 14px helvetica,  verdana, arial, sans-serif;
	display: block;
}
.mainbox2-body, .subheaders-group {
	background-color: #ffffff;
	margin: 5px 0 5px 0; /* T R B L*/
}

.subheaders-group {
	margin: 0px 15px 21px 15px; /* T R B L*/
}

.subheader {
	color: #000;
	font: bold 14px helvetica,  verdana, arial, sans-serif;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	padding: 13px 0px 4px 0px;
	margin-bottom: 15px;
}

/* /mainbox2 */

/* color mainbox */
.mainbox-cart-wrapper {
}

.mainbox-cart-title {
	background-color: #cac9c9;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

.mainbox-cart-body-flex, .mainbox-cart-body {
	border-right: 1px solid #cac9c9;
	border-left: 1px solid #cac9c9;
	border-bottom: 1px solid #cac9c9;
	padding: 14px 14px 0px 14px;
}

.mainbox-cart-body {
	max-height: 345px;
	height: 345px;
	overflow: auto;
}

.cart-buttons-wrapper {
	background-color: #cac9c9;
	border-right: 1px solid #cac9c9;
	border-bottom: 1px solid #cac9c9;
	border-left: 1px solid #cac9c9;
	height: 18px;
	padding: 6px 6px 6px 6px;
}



/* /color mainbox */

.updates-wrapper {
	margin: 0px;
	padding: 0;
}
.updates-wrapper p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
}


/* Listmania */
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}

.lm-link:link, .lm-link:visited, .lm-link:active {
	font-weight: bold;
	text-decoration: underline;
}

.lm-link:hover {
	font-weight: bold;
	text-decoration: none;
}

.lm-bc-icon {
	padding: 0px 7px;
}

/* /Listmania */

/* Log in/out styles */
.sign-in-wrapper {
	float: right;
	padding: 4px 8px 0px 0px;
}
.sign-in-wrapper #sign_io {
	color: #ff6600;
	font: bold 11px helvetica,  verdana, arial, sans-serif;
}
.sign-link:link, .sign-link:visited, .sign-link:hover, .sign-link:active {
	color: #ff6600;
	font: bold 11px helvetica,  verdana, arial, sans-serif;
	text-decoration: none;
	padding-right: 8px;
	background: url('images/red_arrow.gif') no-repeat right 4px;
}
.sign-link:hover {
	text-decoration: underline;
}
/* /Log in/out styles */

/* Bottom styles */
.bottommenu {
	width: 924px;
	margin: 0px auto;
	margin-top: 12px;
	border-bottom: 1px #9bb2d4 solid;
	text-align: center;
	font-size: 27px;line-height: 27px; 
}
.bottommenu a {
	margin: 0; 
	padding: 0px 7px 0px 7px;
	font: normal 12px Helvetica, Arial, sans-serif; color: #6e91c5;
	text-decoration: none !important;text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}
.bottommenu a:hover {
	color: #000; 
}
/*.bottom_delim {
	background: url('images/bottom_delim.gif') no-repeat center center;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	font-size: 27px;
	width: 1px;
}*/

.bottom-search {
	background: #f1f1f1 url(images/bottom_search_bg.gif) repeat-x;
	height: 25px;
	text-align: center;
	margin: 8px 0px 17px 0px;
	padding-top: 5px;
}
.search-input {
	color: #000;
	background: transparent url("images/search_input.gif") no-repeat fixed;
	width:90px;
	height: 14px;
	border:solid 0 #fff;
	margin-left: 1px;
	padding: 5px 20px 0 3px;
}
* html {
	width: 113px; w\idth: 90px; 
	height: 19px; he\ight: 14px;}
html>body input.search-input {
	background: transparent url("images/search_input.gif") no-repeat; }
.search-input:focus {
	border: none;
	background-image: url("images/search_input_over.gif");}

/*IE5+ doesn't get the fieldset>input.textfield
 /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
	padding: 5px 10px;
	margin: 0px -12px -11px -12px;
}
.recent-prod-link:link, .recent-prod-link:visited, .recent-prod-link:active {
	padding: 5px 0px;
	color: #ff5400;
	text-decoration: underline;
}
.recent-prod-link:hover {
	padding: 5px 0px;
	color: #ff5400;
	text-decoration: none;
}
/* /recently viewed */

/* product LIST view styles */
.products-wrapper {
	clear: both;
	width: 652px;
}
.product-wrapper {
	float: left;
	margin: 0;
	margin: 5px 0;
	padding: 0;
	width: 310px;
	height: auto;
	line-height: 6px;
	text-align: center;
}
.product-wrapper table{
	width: 262px;
	line-height: 13px;
}
.product-wrapper.odd {
	float: left;
	margin-right:10px;
}
* html .product-wrapper.odd {
	margin-right: 4px;
}
.product-wrapper img {
	display: block;
}
/*
.product-wrapper-top, .product-wrapper-bottom {
	display: block;
	background: url('images/product_wrapper_top.gif') no-repeat left top;
	font-size: 1px;
	line-height: 1px;
	height: 6px;
	width: 282px;
	clear: both;
}
.product-wrapper-bottom {
	background: url('images/product_wrapper_bottom.gif') no-repeat left bottom;
}*/
.product-wrapper-title {
	font: bold 12px helvetica,  verdana, arial, sans-serif;
	color: #000;
	line-height: 14px;
	text-align: left;
	margin: 0;
	padding: 2px 0px 5px 0;
}
.sidebox-title a{
	font: bold 12px helvetica,  verdana, arial, sans-serif;
	text-decoration: none !important;
}
.product-wrapper-body {
	color: #2d2d2d;
	margin: 0;
	padding: 2px 10px;
	font-size: 13px;
}
* html .product-wrapper-body {
	width: 282px; w\idth: 262px;
}

/* cart */
.product-cart-image {
	float: left;
	width: 120px;
	padding: 5px 0;
}
.product-cart-description {
	position: relative;
	float: left;
	width: 485px;
	padding: 5px 0 5px 0;
}
/* Hides from IE5-mac  (3 pixel bug ie)
* html .product-image , * html .product-detail{height: 1%;}\*/
/* End hide from IE5-mac */
.product-cart-content {
	padding-left: 5px;
	height: 95px;
}

.product-detail {
	background: url('images/product_detail_bg.gif') repeat-y left top;
	width: 574px;
	padding: 0;
	margin-bottom: 10px;
}
.product-detail-top, .product-detail-bottom {
	background: url('images/product_detail_top.gif') no-repeat left top;
	font-size: 2px;
	line-height: 2px;
	height: 6px;
}
.product-detail-bottom {
	background-image: url('images/product_detail_bottom.gif');
}
.product-detail-body {
	color: #2d2d2d;
	padding: 2px 7px;
	font-size: 13px;
}

.product-image {
	width: 300px;
	height: 235px;
}
.product-title {
	color: black;
	font: bold 16px Helvetica, sans-serif;
	line-height: 120%;
	padding: 0 0px 2px 0px;
}
.product-shortdescription {
	margin: 7px 0;
	color: #000;
}
.product-description {
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center
}
.product-button {
	padding: 10px 0px;
	text-align: center
}
.product-bulk-add-wrapper {
	padding-right: 3px;
	margin: 3px 0px;
}
.product-price-wrap {
	margin: 7px 0px 8px 0px;
}
.product-price-float {
	float: left;
	margin: 7px 30px 0px 0px;
}
.discount-label {
	background: url(images/discount_label_right.gif) no-repeat right top;
	float: left;
	padding: 0px 32px 1px 0px;
	margin-top: 16px;
}
.discount-label-text {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

/* /product LIST view styles */
/* pagination styles */
.pagination-wrapper {
	background-color: #f3f2f2;
	padding: 2px 0px 2px 0px;
	margin: 14px 0px 8px 0px;
}

.pagination-link, .pagination-selected-page {
	padding: 0px 4px 1px 4px;
	border: 1px solid #d5d5d5;
}

.pagination-link:hover, .pagination-selected-page {
	border: 1px solid #0084c4;
	background-color: #ffffff;
}

.pagination-selected-page {
	font-weight: bold;
}
/* /pagination styles */
/* login page */
.reload-icon {
	margin-left: 7px;
	vertical-align: middle;
}
/* login page */

.info-field-title {
	background-color: #d5d5d5;
	font-weight: normal;
	padding: 4px 4px 4px 8px;
	display: block;
}

.info-field-body {
	padding: 10px 0px 25px 10px;
}

p.info-field {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 18px;
}

p.info-field label {
	padding: 0;
	margin: 0;
	font: normal 11px helvetica, verdana, sans-serif;
	width: 100px;
	line-height: 18px;
	float: left;
}

/* product details styles */
.product-details-options {
	width: 240px;
	margin: 0px auto;
	margin-top: 12px;
	clear: left;
}
.product-details-options p {
	color: #000;
}
/* /product details styles */

/* progress bar styles */
.pb-main-bg {
	background: url(images/pb_main_bg.gif) repeat-x;
	height: 26px;
}
.pb-bg {
	background: url(images/pb_bg.gif) repeat-x;
	color: #7997c1;
	font-weight: bold;
	padding: 0px 18px;
	white-space: nowrap;
}
.pb-bg-active {
	background: url(images/pb_bg_active.gif) repeat-x;
	padding: 0px 18px;
	white-space: nowrap;
	color: #000;
}
.pb-link:link, .pb-link:visited, .pb-link:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}
.pb-link:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
/* /progress bar styles */

.delim {
	background: url('images/sidebox_delim.gif') repeat-x center center;
	padding: 0px;
	margin: 0px;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}

/* Basic list definition */
ul, ol {
	margin: 8px 0px 8px 22px;
	padding: 0px 0px 0px 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}
/* /Basic list (w/delimiters) */

/* List with circle bullets */
ul.bullets-list li {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 13px;
}
/* /List with circle bullets */

/* List with 2 arrows as bullet */
ul.arrows-list li {
	background-image: url(images/cart_arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left: 13px;
}

ul.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
	padding: 0px;
	margin: 0px;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}
/* /List with 2 arrows as bullet */

/* Tree list */
ul.tree-list li ul {
	margin-left: 7px;
}

ul.tree-list .expanded {
	background: url('images/links_expanded.gif') no-repeat scroll right 5px;
}

ul.tree-list .collapsed {
	background: url('images/links_collapsed.gif') no-repeat scroll right 5px;
}
/* /Tree list */

/* Bottom list */
ul.bottom-list {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	line-height: 17px;
}
ul.bottom-list li {
	padding-left: 10px;
	background: url(images/blue_arrow.gif) no-repeat 1px 6px;
}
ul.bottom-list li a.underlined:link, ul.bottom-list li a.underlined:visited, ul.bottom-list li a.underlined:hover, ul.bottom-list li a.underlined:active {
	font-weight: bold;	
}
ul.inside-list {
	margin: 0px;
	padding: 0px;
}
ul.inside-list li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
/* /Bottom list*/

/* Action bullets */
ul.action-bullets {
	padding: 0;
	margin: 0;
}

ul.action-bullets li {
	background-image: url('images/dot_dark.gif');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 10px 0px 13px;
	display: inline;
}
/* /Action bullets*/

/* plain/dynamic menu */
ul.menu-root-categories {
	background: url('images/leftmenu_delim.gif') no-repeat 0px 0px;
	padding: 1px 0 0 0;
	margin: 0px;
	list-style: none;
	line-height: 13px;
}
ul.menu-root-categories li {
	position: relative;
	width: 167px;
	display:block;
	line-height: 12px;
}
ul.menu-root-categories li a {
  	text-decoration:none; 
	color: white;
    display:block;
    padding: 6px 4px 6px 12px;
	font-size: 12px;
}
ul.menu-root-categories li:hover a {
	text-decoration: underline;
}
ul.menu-root-categories li a.active{
	background: url('images/leftmenu_over.gif') repeat-y left top;
	color: #000;
}
ul.menu-root-categories li a.active{
	font-weight: bold;
}
ul.menu-subcategories {
	display: block;
	background: url('images/sidebox2_bg.gif') repeat-y left top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 167px;
	z-index: 99;
	line-height: 6px;
}
ul.menu-subcategories li {
	position: relative;
	float: none;
	width: 167px;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 12px;
}
* html ul.menu-subcategories li {
	\display: inline;
	list-style: none;	}
ul.menu-subcategories li a {
 	background: #fff url('images/leftmenu_over.gif') repeat-y left top;
	text-decoration:none; 
	color: #3f3f3f;
    display:block;
	margin: 0px;
    padding: 7px 4px 7px 12px;
	font-size: 12px;
}
ul.menu-subcategories li a:hover {
	text-decoration: none;
	color: #000;
}
ul.menu-subcategories li a.active{
	color: #000;
}
ul.sitemap-list {
	margin: 0px;
	padding: 0px;
}
ul.sitemap-list li {
	padding: 5px 0 5px 0;
	padding-left: 10px;
	background: #ffffff url(images/left_menu_arrow.gif) no-repeat 0px 5px;
}
/* /plain/dynamic menu */

/* form styles */
form {
	margin: 0; padding: 0;
}
.form-elm-required {
	border: 1px solid #ff0000;
}

/* for checkboxes in FF */
input[type=checkbox].form-elm-required {
	outline: 1px solid #ff0000; 
}

.form-field {
	margin-bottom: 5px;
	z-index: 100;
	clear: both;
}

.form-field label {
	float: left;
	clear: left;
	text-align: left;
	width: 170px;
	padding-top: 1px;
	font: normal 12px helvetica, verdana, sans-serif;
}

.form-field .required-field-mark {
	display: block;
	float: left;
	width: 15px;
	text-align: center;
}

.form-field span {
	font-size: 12px;
}

select {
	border: 1px solid #d5d5d5;
}

p.textarea-break {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.search-field {
	margin-bottom: 7px;
}

/* Form field hack to avoid float div float outside the container */
.form-field:after, .search-field:after, .info-field-title:after, .item-wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.search-field label, .search-field label.long{
	float: left;
	clear: left;
	text-align: left;
	width: 95px;
	font: bold 11px helvetica, verdana, sans-serif;
	padding-top: 1px;
}

.search-field label.long {
	width: 150px;
}

.search-field div label {
	width: auto;
	font: normal 11px helvetica,  verdana, arial, sans-serif;
}
.search-field input {
	font-weight: normal;
}
.search-field select {
	font-weight: normal;
	border: 1px solid #6e9db7;
}
.search-field textarea {
	font-weight: normal;
	border: 1px solid #6e9db7;
}
.search-field span {
	font-weight: normal;
	font-size: 11px;
}
.product-list-field, .product-features {
	margin-bottom: 3px;
}
.product-list-field label, .product-features label {
	width: auto;
	clear: none;
	display: inline;
	text-align: left;
	padding-top: 1px;
	font-weight: bold;
	color: #000;
}
.product-list-field select {
	width: 100px;
}
.product-features label {
	font-weight: normal;
}
/* form styles */

/* One page checkout styles */
.step-title-bg {
	height: 34px;
	background: #f0f0f0 url(images/cart_total_bg.gif) repeat-x bottom;
	border: 1px solid #a3a3a3;
	padding-left: 4px;
	margin-top: 2px;
}

.step-title-active-bg {
	height: 34px;
	background: #f0f0f0 url(images/op_checkout_title_active_bg.gif) repeat-x bottom;
	border: 1px solid #a3a3a3;
	padding-left: 4px;
	margin-top: 2px;
}

.step-body {
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 15px 39px 20px 39px;
}
.step-complete {
	font: bold 12px helvetica,  verdana, arial, sans-serif;
	color: #369408;
	white-space: nowrap;
}

.step-title-active {
	color: #000000;
	font: bold 12px helvetica,  verdana, arial, sans-serif;
	white-space: nowrap;
}

.step-not-complete {
	color: #ff7800;
	font: bold 12px helvetica,  verdana, arial, sans-serif;
	white-space: nowrap;
}
.step-title {
	color: #a3a3a3;
	font: bold 12px helvetica,  verdana, arial, sans-serif;
	white-space: nowrap;
}

.step-complete-wrapper {
	overflow: hidden;
}

.step-complete-wrapper p {
	color: #858585;
	padding: 0px;
	margin: 0px;
}

.checkout-textarea {
	width: 374px;
}
.step-complete-text {
	color: #858585;
}
/* One page checkout styles */

/* Estimation form */
.popup-box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
	width: 350px;
	padding: 11px;
}
.popup-box .search-field label {
	width: 105px;
}

/* /Estimation form */

/* Rating styles */
#content_discussion p {
	margin: 2px 0px 10px 0px;
}
.html-checkboxes {
	margin-top: 7px;
}
label.label-html-checkboxes {
	width: auto;
	font: normal 11px wrapper-top-menu-lefthelvetica,  verdana, arial, sans-serif;
}
.order-search-label {
	display: table;
}
.order-search-label label {
	width: 80px;
	float: none;
	font-weight: normal;
}
input[type=checkbox].tall-checkbox {
	margin: 4px 3px 3px 4px;
}
#id_sbox_currency {
	padding: 1px;
}
#id_sl {
	padding: 1px;
}

