/* ---------------------------------------------
Cart Screen Stylesheet for http://www.Coyotees.com
Created: 10/20/08 JDB, ibeccreative.com
Updated: 
-------------------------------------------------
::TOC::	Cart Classes	Cart Top Menu	Home Page Category Buttons	Cart Template & Typography	Cart Styles
------------------------------------------------- */

/* ---------- ::Cart Classes:: ------------------------ */
.align-right {text-align:right;}
.align-left {text-align:left;}
.clear-both {clear: both;}
.float-left {float: left;}
.float-right {float: right;}
.hand {cursor: pointer;}
.nowrap {white-space: nowrap;}
.dark-hr {
	border: solid #d5d5d5 0px;
	border-top-width: 1px;
	height: 0px;
	margin: 14px 0px 19px 0px;
}
.error-text {color: #f27a00;font-weight: bold;}

/* ---------- ::Cart Top Menu:: ------------------------ */
#topMenu {
float:left;
padding:26px 10px 0 24px;
width:542px;
margin:0 0 1px;
font-size:10px;
line-height:normal;
list-style:none;
border-bottom:1px solid #6F3014;
}
#topMenu li {display:inline;padding:0;}
#topMenu a {
float:left;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
background:transparent url(images/tableftI.gif) no-repeat left top;
}
#topMenu a span {
display:block;
float:left;
padding:5px 14px 4px 9px;
background:transparent url(images/tabrightI.gif) no-repeat right top;
color:#FFF;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#topMenu a span {float:none;}
	/* End IE5-Mac hack */

/* Tab Hover State */
#topMenu a:active ,#topMenu a:focus ,#topMenu a:hover,
/* Active States */
body.pg-168 #topMenu a.menuNew,
body.pg-165 #topMenu a.menuAdults,
body.pg-166 #topMenu a.menuLadies,
body.pg-167 #topMenu a.menuYouth,
body.pg-170 #topMenu a.menuSale,
body.pg-wholesale #topMenu a.menuWholesale,
body.pg-checkout #topMenu a.menuCheckout
{background-position:0% -42px;}

/* Tab Hover State */
#topMenu a:active span,#topMenu a:focus span, #topMenu a:hover span,
/* Active States */
body.pg-168 #topMenu a.menuNew span,
body.pg-165 #topMenu a.menuAdults span,
body.pg-166 #topMenu a.menuLadies span,
body.pg-167 #topMenu a.menuYouth span,
body.pg-170 #topMenu a.menuSale span,
body.pg-wholesale #topMenu a.menuWholesale span,
body.pg-checkout #topMenu a.menuCheckout span
{background-position:100% -42px;}

/* ---------- ::Home Page Category Buttons:: ------------------------ */
table.catLinks {margin-top:20px;}
table.catLinks, table.catLinks td, table.catLinks p, table.catLinks img {text-align:center;}
table.catLinks p {padding:0;font-size:11px;}
table.catLinks p a {text-decoration:none;}

/* ---------- ::Cart Template & Typography:: ------------------------ */
#main .inner {padding:10px 10px 0 15px;}
h1 {padding:0 0 6px 10px;}
.mainbox-body p {padding-left:10px;line-height:1.8;}
body.pg-home .mainbox-body p, body.pg-privacy_policy .mainbox-body p {padding-right:20px;}

#footer {
clear:both;
position:relative;
bottom:0;
top:0;
width:720px;
margin:0 auto;
padding:100px 0 0;
z-index:-1;
}

/* Category Titles / text/image replacement */
h1.categoryTitle {
position:relative;
top:0;
width:520px;
height:48px;
margin:0;
padding:0;
line-height:1;
font-size:10px;
font-weight:normal;
}
h1.categoryTitle img {
position:absolute;
top:0;
left:0;
width:520px;
height:48px;
}

/* ---------- ::Cart Styles:: ------------------------ */
hr {
border: solid #eaf0f5 0px;
border-top-width: 1px;
height: 1px;
}
/* common sidebox style */
.sidebox-wrapper {
background-color:#FFF;
border:1px solid #002500;
margin:14px 0 8px;
}
.sidebox-title {
background:#9E7A65 /*#d9efff url('images/sidebox_title_bg.gif') repeat-x left top*/;
font: bold 11px tahoma, verdana, arial, sans-serif;
color: #fff;
text-transform: uppercase;
text-align: center;
margin: 0;
display: block;
}
.sidebox-body {
background-color:#FFF;
color:#002500;
padding:5px 0 10px 10px;
}
.sidebox-input-text {
width:100px;
font-size:11px;
border:1px solid #002500;
color:#002500;
}
/* Search side box */
.search-text {color: #2d2d2d;font: bold 12px tahoma, verdana, arial, sans-serif;}
.search-selectbox {width:150px;padding:0.1em 0;border:1px solid #002500;}
/* /Search side box */
/* /common sidebox style */

/* Bottom styles */
.bottom-search {
height: 25px;
text-align: center;
margin: 8px 0px 17px 0px;
padding-top: 5px;
}
.search-input {
border:1px solid #002500;
color:#002500;
margin-left:1px;
width:200px;
}
/* /Bottom styles */

/* *** Category Page - Product List *** */
table.productList {
border-top:1px solid #6F3014;
table-layout:fixed;
margin-top:4px;
text-align:center;
}
table.productList td {
padding:15px 0;
height:190px;
text-align:center;
}
table.productList td.productListBorder {border-bottom: 1px solid #6F3014;}
p.productImageBlock, p.productImageBlock-last {
text-align:center;
border-right: 1px solid #6F3014;
}
p.productImageBlock-last {border-right:0;}
p.productImageBlock a.productImage, p.productImageBlock-last a.productImage {
display:block;
text-align:center;
height:170px;
}
table.productList td.productPagination {height:1%;border-bottom: 1px solid #6F3014;}

	/* pagination styles */
	.pagination-wrapper {float:right;}
	.pagination-link:link, .pagination-link:visited, .pagination-link:hover, .pagination-link:active, .pagination-selected-page {padding: 0px 4px 1px 4px;border: 1px solid #D1EFD1;}
	.pagination-link:hover, .pagination-selected-page {border:1px solid #002500;background-color: #fff;}
	.pagination-selected-page {font-weight: bold;}
	/* /pagination styles */

/* *** Product Detail Page *** */
.product-detailsImage {
padding-bottom:20px;
text-align:center;
background:transparent url(images/brown-rule-top.gif) no-repeat center bottom;
}

/* * Product Description * */
#productDetailWrap {width:551px;}
.tab-content-border {
clear:both;
float:left;
width:240px;
margin:15px auto 8px;
padding:16px 20px 16px 0;
border-right:1px solid #6F3014
}
#content_description p {text-align:justify;}

/* * Price and Add to Cart Container * */
.product-description {
display:inline;
float:right;
margin:35px 20px 0 0;
width:240px;
}
.product-description .product-details-options {width:240px;margin-top:10px;}
.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;
}
/* * Additional product images * */
#content_images {clear:both;margin-top:20px;}
#content_images h2 {font-weight:normal;color:#003300;}
.mainbox-body ul.extraImgs {margin:0;list-style:none;}
.mainbox-body ul.extraImgs li,.mainbox-body ul.extraImgs li p {font-size:11px;text-align:center;margin:0 auto;}
.mainbox-body ul.extraImgs li p {padding-left:0;}

/* View large image link */
.view-large-image-link:link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {background:transparent url(images/view_larger.gif) no-repeat left 3px;padding:0 0 0 15px;}

/* * Categories side box * */
.sidebox-rootcategory {color: #2d2d2d;font: bold 12px tahoma, verdana, arial, sans-serif;}
.sidebox-rootcategory:link, .sidebox-rootcategory:visited, .sidebox-rootcategory:active {font: bold 12px verdana, arial, sans-serif;}
.sidebox-rootcategory:hover {color: #2d2d2d;font: bold 12px tahoma, verdana, arial, sans-serif;}
.sidebox-subcategory:link, .sidebox-subcategory:visited, .sidebox-subcategory:active {color: #2d2d2d;font: 11px tahoma, verdana, arial, sans-serif;}
.sidebox-subcategory:hover {color: #2d2d2d;font: 11px tahoma, verdana, arial, sans-serif;}
/* /Categories side box */

/* Notification box */
.notification-body {padding: 6px 10px;text-align: justify;}
/* Notification message */
.notification-title-n {color: #ffffff;font: bold 12px tahoma, verdana, arial, sans-serif;}
.notification-border-n {background-color:#FFFFFF;border:1px solid #012501;margin: 0px 39px;}
.notification-th-n {background:#012501;height: 19px;}
/* Error message */
.notification-title-e {color: #ffffff;font: bold 12px tahoma, 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: #fff;font: bold 12px tahoma, 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: #014ead;
	font: bold 11px tahoma, 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 */

/* Buttons */
.button:link, .button:visited, .button:hover, .button:active, .action_button:link, .action_button:visited, .action_button:hover, .action_button:active, .big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	color: #ffffff;
	background: #012501 url('images/but_bg.gif') repeat-x 0 0;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	padding: 4px 5px;
}
.action_button:link, .action_button:visited, .action_button:hover, .action_button:active {
padding: 4px;
font-size:10px;
background:#002500 url('images/but_bg.gif') repeat-x 0 0;
}
.big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
background:#002500;
padding:8px 14px 8px 17px
}
.disabled_big_button:link, .disabled_big_button:visited, .disabled_big_button:hover, .disabled_big_button:active {
    background: #ededed url(images/big_but_disable_bg.gif) repeat-x;
    color: #b4b4b4;
    border: 1px solid #c1c1c1;
    text-decoration: none;
	display: inline;
    font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 5px 14px 5px 17px;
    cursor: not-allowed;
}
.text_button_link:link, .text_button_link:visited, .text_button_link:hover, .text_button_link:active, .action_text_button_link:link, .action_text_button_link:visited, .action_text_button_link:hover, .action_text_button_link:active {
	white-space: nowrap;
	margin-right: 1px;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	text-decoration: underline;
	padding: 2px 5px 2px 0px;
}
.text_button_link:hover, .action_text_button_link:hover  {text-decoration: none;}
.action_text_button_link:link, .action_text_button_link:visited, .action_text_button_link:active, .action_text_button_link:hover {color: #ff5400;}
#buttons_line_add {
float:right;
margin-top:5px;
width:95px;
}
/* /Buttons */
/* Category page */
.category-description {
	color: #2d2d2d;
	font: 11px tahoma, arial, verdana, sans-serif;
	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;
}

.list-product-title:link, .list-product-title:visited, .list-product-title:active {
	color: #014ead;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.list-product-title:hover {
	color: #014ead;
	font-size: 12px;
	font-weight: bold;
	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-price {
	color: #555555;
	font-size: 11px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
.price, .sub-price {
color:#003300;
font-size:18px;
}
.sub-price {
	color: #333333;
}
.cart-price {
	font-size: 12px;
	font-weight: bold;
}
.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 */

/* progress bar styles */
.pb-main-bg {height: 26px;}
.pb-bg {
background:#002500 none repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
line-height:2;
padding:0 18px;
white-space:nowrap;
}
.pb-bg-active {
background:#701504 none repeat scroll 0 0;
color:#FFFFFF;
line-height:2;
padding:0 15px;
white-space:nowrap;
}
.pb-link:link, .pb-link:visited, .pb-link:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}
.pb-link:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
/* /progress bar 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: #ff6410;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	background-color: #ffffff;
	border-top: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 4px 10px 6px 10px;
}
.section-inactive-tab-bg {
	font: bold 11px tahoma, verdana, arial, sans-serif;
	color: #2b2b2b;
	white-space: nowrap;
	background: #d6e8f2 url('images/tab_bg_active.gif');
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 4px 10px;
	margin-bottom: 1px;
}

.section-outer-border {
	border: 1px #7A7A7A 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 #002500;
	border-bottom: 1px solid #002500;
	cursor: pointer;
}
.ajax-message {
background:#FFFFFF url(images/ajax_message_bg.gif) repeat-x scroll center bottom;
border:1px solid #002500;
padding:25px 29px 10px;
}

.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:#CE6631;
	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 {
	padding-top: 5px;
}
.lm-left {
	border-left: 1px solid #b7b7b7;
}
.lm-right {
	border-right: 1px solid #b7b7b7;
}
.lm-bottom {
	border-bottom: 1px solid #b7b7b7;
	font-size: 1px;
}
.lm-buttons-wrapper {
	padding: 0px 3px 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;
}
.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 */

/* Ads */
.ad-container {	/* to crop a large image */
	overflow: hidden;
	width: 100%;
}
/* /Ads */

/* common styles */
.products-list-wrapper {
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;
}
.float-wrapper {
	position: relative;
	overflow: hidden;
}
.border {
	border: 1px solid #a3a3a3;
	background-color: #ffffff;
	margin-bottom: 12px;
	width:544px;
}
/* /common styles */


/* top styles */
.top-quick-links {
	text-align: right;
	padding-top: 10px;
}
.top-quick-link:link, .top-quick-link:visited, .top-quick-link:active {
	text-decoration: underline;
	padding: 0px 7px 0px 8px;
	font: normal 11px tahoma, verdana, arial, sans-serif;
}
.top-quick-link:hover {
	text-decoration: none;
	font: normal 11px tahoma, verdana, arial, sans-serif;
	padding: 0px 7px 0px 8px;
}
.wrapper-top-menu-left {
	background: #ffffff url(images/top_menu_wrap_left_bg.gif) no-repeat bottom left;
	margin-top: 0px;
	height: 81px;
}
.wrapper-top-menu-right {
	background: #ffffff url(images/top_menu_wrap_right_bg.gif) no-repeat bottom right;
	margin-left: 3px;
	height: 81px;
}
.wrapper-top-menu {
	background: #ffffff url(images/top_menu_wrap_bg.gif) repeat-x bottom left;
	margin-right: 8px;
	height: 81px;
}
.logo-image-wrapper {
	width: 19%;
	float: left;
}
.top-menu-tabs-wrapper {
	width: 79%;
	float: right;
}
.top-menu-tabs {
	clear: both;
	height: 27px;
	padding-top: 31px;
}
.top-menu-title:link, .top-menu-title:visited, .top-menu-title:active {
	color: #0e0e0e;
	font: bold 12px tahoma, verdana, arial, sans-serif;
	display: block;
	white-space: nowrap;
}

.top-menu-left-bg, .top-menu-active-left-bg {
	background: #def3ff url(images/top_menu_left_bg.gif) no-repeat left;
	height: 27px;
	float: right;
	margin-left: 1px;
	cursor: pointer;
}
.top-menu-active-left-bg {
	background: #bbe6fe url(images/top_menu_active_left_bg.gif) no-repeat left;
}

.top-menu-right-bg, .top-menu-active-right-bg {
	background: #def3ff url(images/top_menu_right_bg.gif) no-repeat right;
	height: 27px;
	float: left;
	margin-left: 1px;
	cursor: pointer;
}
.top-menu-active-right-bg {
	background: #bbe6fe url(images/top_menu_active_right_bg.gif) no-repeat right;
}

.top-menu-bg, .top-menu-active-bg {
	background: #def3ff url(images/top_menu_bg.gif) repeat-x;
	margin-right: 1px;
	height: 22px;
	padding: 5px 20px 0px 20px;
	cursor: pointer;
	float: left;
}
.top-menu-active-bg {
	background: #bbe6fe url(images/top_menu_active_bg.gif) repeat-x;
}
/* /top styles */

/* main menu style */
.buttons-wrapper {
height:30px;
margin-top:10px;
width:544px;
}
.main-menu-first-section-left{
	background: #96d0f1 url(images/first_section_left_bg.gif) no-repeat left;
	height: 37px;
}
.main-menu-first-section-right {
	background: #96d0f1 url(images/first_section_right_bg.gif) no-repeat right;
	height: 37px;
	margin-left: 5px;
}
.main-menu-first-section-bg {
	background: #96d0f1 url(images/first_section_bg.gif) repeat-x;
	height: 37px;
	margin-right: 5px;
}
.main-menu-second-section {
	background: #4e4d4d url(images/second_section_bg.gif) repeat-x;
	height: 21px;
}
.main-menu-third-section-left {
	background: #ffffff url(images/third_section_left_bg.gif) no-repeat top left;
	height: 44px;
}
.main-menu-third-section-bg {
	margin-left: 5px;
	padding-left: 10px;
	background: #ffffff url(images/third_section_bg.gif) repeat-x center;
	height: 44px;
	margin-right: 0px;
}
p.top-text {
	background: url('images/hot_news_icon.gif') no-repeat left 2px;
	padding-left: 13px;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	color: #ff7800;
	margin-top: 0px;
}
/* /main menu style */

/* search styles */
.search-products-text {
	font: bold 12px tahoma, verdana, arial, sans-serif;
	color: #252525;
}
.search-advanced:link, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	color: #ffffff;
	font: 10px verdana, geneva, arial, helvetica, 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 verdana, geneva, arial, helvetica, sans-serif;
}
/* /search styles */

/* breadcrumbs links */
.breadcrumbs-text {
	color: #ffffff;
	font: bold 10px verdana, geneva, arial, helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	padding: 7px 9px 0px 11px;
}
.breadcrumbs {
	color: #ffffff;
	font: bold 10px verdana, geneva, arial, helvetica, sans-serif;
	float: left;
	padding: 7px 0px 0px 0px;
}
.breadcrumbs-link:link, .breadcrumbs-link:visited, .breadcrumbs-link:active {
	color: #ffffff;
	font: normal 10px verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
}
.breadcrumbs-link:hover {
	color: #ffffff;
	font: 10px verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: underline;
}
.breadcrumbs-arrow {
	width: 3px;
	height: 5px;
	margin: 0px 9px;
}
.bc-wrapper {
	padding: 3px 0px;
}
.bc-text {
	color: #014ead;
	font-weight: bold;
}
.bc-arrow {
	margin: 0px 6px;
}
.bc-link:link, .bc-link:visited, .bc-link:active {
	color: #014ead;
	font-weight: bold;
	text-decoration: underline;
}
.bc-link:hover {
	color: #014ead;
	font-weight: bold;
	text-decoration: none;
}
/* /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:link, .cartbox-link:visited, .cartbox-link:hover, .cartbox-link:active {
	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 */



/* categories sidebox style */
.sidebox-categories-wrapper {
/*	margin: 0px 0px 9px 1px;*/
}

.sidebox-categories-wrapper .sidebox-body {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

.sidebox-categories-wrapper .sidebox-title {
	background: #49ace1 url('images/sidebox_categories_title_bg.gif') repeat-x left top;
	height: 12px;
	border: 1px solid #0d669f;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
/*	padding: 8px 0px 7px 8px;*/
	margin-bottom: 2px;
}
.sidebox-categories-plain-wrapper  {
	margin: 0px 0px 9px 1px;
}

.sidebox-categories-plain-wrapper .sidebox-body {
	background-color: #ffffff;
	margin: 0;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 3px 1px 0px 1px;
}

.sidebox-categories-plain-wrapper .sidebox-title {
	background: #49ace1 url('images/sidebox_categories_title_bg.gif') repeat-x left top;
	height: 12px;
	border: 1px solid #0d669f;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 0px 7px 8px;
}
/* /categories sidebox styles */


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

/* Home page bottom boxes */
.bottom-table {
	width: 100%;
	border: 1px solid #616161;
	margin-top: 10px;
}

.bottom-table th {
	background: #5d5d5d url('images/bsidebox_title_bg.gif') repeat-x;
	height: 24px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 11px;
	width: 33%;
	text-align: left;
}

.bottom-table td {
	color: #2d2d2d;
	padding: 10px 5px 10px 5px;
	background: #ffffff url(images/bottombox_bg.gif) repeat-x bottom;
	width: 33%;
	vertical-align: top;
}

.bottom-table-delim {
	border-right: 1px solid #d5d5d5;
}
/* /Home page bottom boxes */

/* 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: #f3f3f3;
}
.cart-table-dark-bg {
	background-color: #efefef;
}
.cart-total-bg {
	background: #f0f0f0 url(images/cart_total_bg.gif) repeat-x;
	border: 1px solid #a3a3a3;
	height: 34px;
line-height:34px;
margin-top:15px;
	padding-right: 5px;
	width:537px;
}
/* /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-title {
	color: #3da5ee;
	font: 22px Arial, Helvetica, sans-serif;
	padding: 6px 0px 7px 0px;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	color: #023f8a;
	text-transform: uppercase;
	font: bold 12px tahoma, verdana, arial, sans-serif;
	background: url('images/pf-mainbox-delim.gif') repeat-x bottom;
	padding: 13px 0px 12px 0px; /* T R B L*/
	margin: 0px 15px 0px 15px; /* T R B L*/
	display: block;
}
.mainbox2-body, .subheaders-group {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin: 21px 15px 21px 15px; /* T R B L*/
}

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

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

/* /mainbox2 */

/* color mainbox */
.mainbox-cart-wrapper {
width:544px;
}

.mainbox-cart-title {
	background:#002500 /*url('images/mainbox_cart_title_bg.gif') repeat-x*/;
	border: 1px solid #606060;
	height: 26px;
	color: #fff;
	padding-left: 10px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}

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

.mainbox-cart-body {
height:500px;
max-height:500px;
overflow:auto;
}
.mainbox-cart-body .product-image {
float:left;
width:200px;
}
.mainbox-cart-body .product-description {
margin:0 auto;
}
.product-description a.product-title {
float:left;
width:175px;
font-size:10px;
}
.product-description span.remove-product {width:80px;font-size:10px;}
.cart-buttons-wrapper {
clear:both;
width:530px;
	background-color: #f1f1f1;
	border: 1px solid #a3a3a3;
	border-top:none; 
	height: 18px;
	padding: 6px 6px 6px 6px;
}
#checkout_totals  {
width:544px;
margin:15px 0 0;
}
#profiles_box  {margin:0 auto;}

/* /color mainbox */

.updates-wrapper p {
margin: 0;
padding-top: 0px;
padding-bottom: 3px;
font: normal 11px tahoma, verdana, arial, sans-serif;
}


/* Log in/out styles */
.sign-in-wrapper {
	float: right;
	padding: 4px 8px 0px 0px;
}
.sign-in-wrapper #sign_io {
	color: #ff6600;
	font: bold 11px tahoma, verdana, arial, sans-serif;
}
.sign-link:link, .sign-link:visited, .sign-link:hover, .sign-link:active {
	color: #ff6600;
	font: bold 11px tahoma, 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 */



/* 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 */



/* login page */
.reload-icon {
	margin-left: 7px;
	vertical-align: middle;
}
/* login page */

.info-field-title {
	background-color: #e2f3ff;
	font-size: 11px;
	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 verdana, geneva, arial, helvetica, sans-serif;
	width: 100px;
	line-height: 18px;
	float: left;
}

/* product details styles */
/*.product-details-options {margin-top:15px;}

.product-details-options p {
	font-size: 11px;
}*/
/* /product details 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.bullets-list, ul.arrows-list, ul.common-list, ul.tree-list, ul.bottom-list, ul.inside-list, ul.action-bullets, ul.menu-root-categories, ul.menu-subcategories, ul.sitemap-list {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 11px;
	list-style-type: none;
}

ul.bullets-list li, ul.arrows-list li, ul.common-list li, ul.tree-list li, ul.bottom-list li, ul.inside-list li, ul.action-bullets li, ul.menu-root-categories li, ul.menu-subcategories li, ul.sitemap-list li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
/* /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;
	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 li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
/* /Bottom list*/

/* Action bullets */
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-color: #ffffff;
}
ul.menu-root-categories li {
	background: #e7eff7 url(images/left_menu_arrow.gif) no-repeat 9px 7px;
	padding: 2px 5px 3px 18px;
	border-bottom: 1px solid #ffffff;
	height: 1%;
}
ul.menu-subcategories {
	padding: 1px 0px 7px 6px;
	background-color: #ffffff;
}
ul.menu-subcategories li {
	background: #ffffff none;
	padding:  1px 0px 4px 1px;
	line-height: 12px;
	height: 1%;
}
.subcategories-link:link, .subcategories-link:visited, .subcategories-link:active {
	text-decoration: underline;
	color: #2d2d2d;
}
.subcategories-link:hover {
	text-decoration: none;
	color: #2d2d2d;
}
.subcategories-link-active:link, .subcategories-link-active:visited, .subcategories-link-active:active {
	text-decoration: underline;
	color: #2d2d2d;
	font-weight: bold;
}
.subcategories-link-active:hover {
	text-decoration: none;
	color: #2d2d2d;
	font-weight: bold;
}
ul.sitemap-list li {padding-left: 10px;background: #fff url(images/left_menu_arrow.gif) no-repeat 0 5px;}
/* /plain/dynamic menu */
/* form styles */
.form-elm-required {border: 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 11px verdana, geneva, arial, helvetica, sans-serif;
}
.form-field .required-field-mark {
	display: block;
	float: left;
	width: 15px;
	text-align: center;
}
.form-field span {font-size: 11px;}
p.textarea-break {clear: both;margin: 0;padding: 0;}
.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{
	text-align: left;
	width: 95px;
	font: bold 11px verdana, geneva, arial, helvetica, sans-serif;
	padding-top: 1px;
}
.search-field label.long {width: 150px;}
.search-field div label {width: auto;font: normal 11px tahoma, 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 {
clear:left;
float:left;
font-weight:bold;
padding-top:2px;
text-align:left;
width:74px;
}
.product-features label {font-weight: normal;}
.product-details-options .product-list-field input.input-text {float:left;}
.product-list-field select {width:120px;}
/* form styles */
/* One page checkout styles */
#checkout_steps{width:544px;}
#step_one_anonymous_checkout {margin-top:10px;}
.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 {
width:502px;
padding:15px 20px 20px;
border:1px solid #A3A3A3;
border-top:none;
text-align:center;
}
.step-complete {font: bold 12px tahoma, verdana, arial, sans-serif;color: #369408;white-space: nowrap;}
.step-title-active {color: #000000;font: bold 12px tahoma, verdana, arial, sans-serif;white-space: nowrap;}
.step-not-complete {color: #ff7800;font: bold 12px tahoma, verdana, arial, sans-serif;white-space: nowrap;}
.step-title {color: #a3a3a3;font: bold 12px tahoma, verdana, arial, sans-serif;white-space: nowrap;}
.step-complete-wrapper {overflow: hidden;}
.step-complete-wrapper p {color: #858585;padding: 0;margin: 0;}
.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;}
.box {border: 1px solid #dadada;background-color: #f8f8f8;padding: 11px;}
/* /Estimation form */
/* Rating styles */
#content_discussion p {margin: 2px 0px 10px 0;}
.html-checkboxes {margin-top: 7px;}
label.label-html-checkboxes {width: auto;font: normal 11px tahoma, 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;}