@import url('styles.base.css');
@import url('styles_jbanner.css');

body {
	font-size: 12px;
 	background: #000000; 
	/* padding: 21px 0 0; */
}
.helper-container {
}
body, div, p, h1, h2, h3, h4, h5, h6 {
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
}

font {
	font: 12px Arial, Helvetica, sans-serif;
}

.form-field label {
	font: normal 100% Arial !important;
}
.product-notification h1 {
	text-transform: none !important;
}
input, textarea, select {
	color: #626262;
	font: normal 100% Arial;
}
.input-text {
	padding: 4px;
}

.login {
	width: 340px;
}

.login .input-text {
	padding: 4px;
	width: 46%;

}

.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long {
	border: 1px solid #dfe6ed;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long, select {
	padding: 4px;
	background: #f9f9f6;
}

select {
	border: 1px solid #DFE6ED;
	padding: 2px;
}
.input-textarea {
	width: 335px;
}
a, a:visited, a:hover, a:active {
	color: #515151;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	border-bottom: 1px solid #e4e4e4;
}
.dark-hr {
	border-bottom: 1px solid #e3e3e3;
}
hr.dashed {
	border-bottom: 1px dashed #c5c5c5;
}
.error-text {
	color: #f27a00;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	background: #ffffff url(images/input_bg.png) repeat-x left top;
	border: #d5d5d5 1px solid;
	height: 24px;
}
.updates-wrapper .input-text {
	width: 121px;
}
.updates-wrapper p {
	font-size: 100%;
}

/* Ajax */
.ajax-loading-box {
	background: url('images/ajax_left.gif') no-repeat left bottom;
	padding: 0 0 0 5px;
	z-index: 600;
}

.right-inner-loading-box {
	background: url('images/ajax_right.gif') no-repeat right bottom;
	padding: 0 5px 0 0;
}

.ajax-inner-loading-box {
	background: #fff1a8 url('images/icons/ajax.gif') no-repeat 5px center;
	padding: 6px 6px 6px 26px;
	font-size: 109%;
	font-weight: bold;
	color: #3f0000;
}

.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Notification box */
.notification-header-w, .notification-header-n, .notification-header-e {
	color:#c52a01;	
}
.notification-n {
	background: #d0eaae url('images/icons/notice.png') no-repeat;
	border-color: #8bc045;
}
.notification-n div {
	color: #496e16;
}
.notification-w {
	background: #fffbcc  url('images/icons/warning.png') no-repeat;
	border-color: #e6db55;
}
.notification-w div {
	color:#8c8531;
}
.notification-e {
	background: #ffcece url('images/icons/error.png') no-repeat;
	border-color: #df8f8f;	
}
.notification-e div{
	color: #9c3535;
}
.notification-header-n {
	color:#668c34;
}
.notification-header-w {
	color:#bfa615;
}
/* /Notification box */


/* Checkout error box */
.error-box {
	background-color: #ff5c4a;
}
.error-box p {
	color: #ffffff;
}
/* /Checkout error */

/* Section in main box */
.section-border {
	border: 1px solid #dddddd;
}
.section-title {
	background: #eeeeee url('images/spacer.gif') repeat-x top;
}
.section-title a {
	color: #313131;
	padding-left: 14px;
	text-decoration: none;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-body, .section-body-details {
	border-top: 1px solid #d0cebe;
	background-color: #fafafa;
	padding: 9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}	
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-big a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #ffffff;
	font: bold 11px/11px Tahoma;
	height: 25px;
	border: 0 none;
	margin: 0;
}
.button-submit-action input, .button-submit input {
	padding: 3px 13px 4px 4px
}
.button-submit-action input, .button-submit input, x:-moz-any-link {
	padding: 2px 11px 6px 0;
}
.button a, .button-action a {
	padding: 5px 16px 0 6px;
	line-height: 12px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
	background: #999999 url('images/but_left_action.png') no-repeat left top;
	height: 25px;
	padding-left: 11px;
}

.button-submit, .button {
	background: transparent url(images/but_left.png) no-repeat left 2px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a {
	background: transparent url('images/but_right_action.png') no-repeat right top;
}
.button-submit input, .button a {
	background: url(images/but_right.png) no-repeat right 2px;
}
.button-submit-big, .button-big  {
	background: #ff4f01 url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 29px;
}
.button-submit-big input , .button-big a  {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('images/big_but_right.png') no-repeat right top;
	padding: 7px 19px 8px 7px;
	height: 29px;
	line-height: 16px;
}
.button-big a  {
	padding: 6px 19px 9px 7px;
	height: 14px;
}
.button-submit-big input, x:-moz-any-link {
	padding: 5px 16px 8px 4px;
}
/* /input buttons */
.text-button, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
	margin-right: 1px;
}
.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #ff5400;
	background: url('images/icons/action_text_but_arrow.gif') no-repeat right 4px;
	padding-right: 8px;
}
.go-button {
	padding-left: 0px;
	margin-left: -4px;
}
.top-tools-container .go-button {
	padding-left: 0;
}
.button-tool a, .button-tool a:visited, .button-tool a:hover, .button-tool a:active, a.tool-link, a.tool-link:hover {
	font: normal 92% Arial;
	color: #b20101;
	text-transform: lowercase;
}
.product-container .button-submit-action, .product-container .text-button {
	margin-right: 5px;
}
/* /Buttons */

/* Category page */
.product-title, .product-title:visited, .product-title:hover, .product-title:active {
	font: 0.917em arial;
	color: #5c5c5c;
}
.product-info .product-title, .product-info .product-title:visited, .product-info .product-title:hover, .product-info .product-title:active {
	font: bold 100% Arial;
	color: #444444;
}
.list-price {
	font: 100% Arial !important;
}
.list-price {
	color: #757575;
}
.price {
	font: normal 100% Arial;
	color: #A30101;
}
.sub-price {
	color: #333333;
}
.qty-in-stock {
	color: #000000;
}
.sku {
	font: normal 100% Tahoma;
	padding: 6px 0 0;
}
.product-main-info .sku {
	padding: 0;
}
/* Product picker box */
.cm-picker-data-container {
	border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
	padding: 0;
	margin-top: 30px;
}
.tabs ul li, .tabs ul li.cm-active {
	margin: 0 2px 0 0;
	background: #f3f5f7;
	padding: 0 0 0 3px;
	border: 1px solid #dddddd;
	border-bottom: none;
}
.tabs ul li.cm-active {
	background: #777777;
	border: 1px solid #444444;
	border-bottom: none;
}
.tabs ul li a {
	display: block;
	padding: 6px 12px 4px 10px;
	height: 16px;
}
.tabs ul li.cm-active a {
}
.tabs ul li a, .tabs ul li a:visited, .tabs ul li a:hover, .tabs ul li a:active {
	text-decoration: none;
	color: #8a8989;
	font: bold 109% Tahoma;
}
.tabs ul li.cm-active a, .tabs ul li.cm-active a:visited, .tabs ul li.cm-active a:hover, .tabs ul li.cm-active a:active {
	font: bold 109% Tahoma;
	color: #ffffff;
}
.tabs ul li a:hover {
	text-decoration: underline;
}
.cm-tabs-content {
	border: 1px solid #d9dbdd;
	padding: 15px 22px;
}
.tab-list-title {
	border-bottom: 1px solid #2d2e2e;
	font: normal 163% Arial, Helvetica, sans-serif;
	color: #2d2e2e;
}
/* /Tabs */

.compare-table .left-border {
	border-left: solid #ced6da 1px;
}
.compare-table .bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-table .first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
}
/* jCarusel */
.jcarousel-skin {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
/* /jCarusel */

/* Listmania */
.lm-top {
	border-top: 1px solid #dddddd;
}
.lm-left {
	border-left: 1px solid #dddddd;
}
.lm-right {
	border-right: 1px solid #dddddd;
}
.lm-bottom {
	border-bottom: 1px solid #dddddd;
}
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}
/* /Listmania */

/* common styles */
.border {
	border: 1px solid #e3e3e3;
	margin-bottom: 9px;
}
.no-items {
	background-color: #fafafa;
}
/* /common styles */

/* main styles */
#footer {
	padding: 3px 0 3px 0;
	background: none;
}

.bottom {
	background: #dddddd url("images/footer_bg.gif") repeat-x scroll left bottom;
	margin: 0;
	padding: 0;
	color: #a8a8a8 !important;
	border-top: 1px solid #c9c9c9;
}
.bottom table.fixed-layout {
	background: url("images/footer_bg_top.gif") repeat-x scroll left top;
}
.bottom a{
	color: #575757 !important;
}
.bottom a:hover{
}

.bottom_bg_left {
	background: url('images/footer_bg_left.gif') repeat-y left top,
				url('images/footer_bg_right.gif') repeat-y right top;
	width: 100%;
}

.bottom_bg_right {
	background: url('images/footer_lt.gif') no-repeat left top,
				url('images/footer_rt.gif') no-repeat right top,
				url('images/footer_lb.gif') no-repeat left bottom,
				url('images/footer_rb.gif') no-repeat right bottom;
	width: 100%;
}

.footer-helper-container {
	padding: 0px 0 4px 0;
}
.container-left #footer, .container-long #footer {
}
.container-right .footer-helper-container, .container-long .footer-helper-container {
}

#content {
	padding: 0px 0px 0 0px;
}

.content-helper {
	background: none;
}
.container-right .content-helper, .container-long .content-helper {
}
.container-long .content-helper {
	padding: 0;
}
.container-left #content, .container-long #content {
	background: url("images/bg_container_left.gif") repeat-y 0 0;
}

.container #content {
	background: url("images/bg_container.gif") repeat-y 0 0;
}

.container-right #content {
	background: url("images/bg_container_right.gif") repeat-y 0 0;
}

.container-right .central-content {
	padding-right: 0;
}
.container-left .central-content {
	padding-left: 0;
}
.login-popup .header {
    background: none;
	padding: 8px 0;
	border-bottom: 1px solid #dcdcdc;
	font: bold 169% arial;
}

.header a {
    color: #2c2c2c;
}

/* Styles for the fixed width layout */
.helper-container {
	padding-right: 1px;
	background: url("/skins/cmillow_red/customer/images/background.jpg") repeat scroll left 0 #000000;
	padding: 21px 0 0;
	padding-bottom: 10px;
}
#container {
	padding: 0 !important;
	width: 956px;
	margin: 0 auto;
}
.central-column, .container-right .central-column, .container-left .central-column {
	float: left;
	display: inline;
	margin: 0 198px 15px;
	width: 512px;
	padding: 24px;
	background: #fff;
	border-top: 2px solid #c9c9c9;
}
.container-long .central-column {
	padding: 0;
	background-color: transparent;
	width: 904px;
	background: #fff;
	border: 2px solid #C9C9C9;
	padding: 24px;
}
.container-long .central-column .central-content {
	padding: 0 1px;
}
.container-right .central-column, .container-left .central-column {
	width: 708px;
}
.container-right .central-column {
	margin: 0px 0 15px 198px;
	padding: 24px;
}
.container-left .central-column {
	margin: 0px 199px 0px 2px;
	padding: 24px;
}

.left-column, .right-column {              	
}
 
.left-column {
	float: left;
	width: 194px;
	margin-left: -955px;
	background: #EDEDED;
	border-top: 1px solid #d8d8d8;
}
.right-column {
	float: left;
	width: 194px;
	margin-left: -195px;
	padding: 0;
	border-top: 1px solid #d8d8d8;
}
.container-right .left-column {
	margin-left: -953px;
}
.container-left .right-column {
	margin-left: -196px;
}

.central-column {
	overflow-x: hidden !important;
}
.left-column, .right-column, .central-column {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

/* /Styles for the fixed width layout */ 

/* Styles for the 100% width layout */ 
/* Uncomment this set of styles for the 100% width layout. 
#container {
	padding: 0 11px;
}
.central-column, .container-right .central-column, .container-left .central-column {
	background-color: #ffffff;
	float: left;
	display: inline;
	margin: 0 213px 15px 212px;
	padding: 13px 0 15px 0;
	width: auto;
}
.central-content { margin: 0; }
.container-long .central-column { width: auto; }
.container-long .central-column {
	padding: 11px 13px 30px 13px;
	background-color: #ffffff;
	margin: 0 3px; 
	}
.container-right .central-column, .container-left .central-column {
	margin: 0 0 15px 212px;
}
.container-left .central-column {
	margin: 0 212px 15px 0;
}

.left-column {
	padding-top: 10px;
	float: left;
	width: 160px;
	margin-left: -99%;
}
.right-column {
	padding-top: 11px;
	float: left;
	width: 171px;
	margin-left: -183px;
}
*/
/* Styles for the 100% width layout */ 
/* /main styles */

/* top styles */
.logo-image {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.top-menu {
}
#top_menu {
	padding: 0 0 0 0;
	text-align: left;
	min-height: 34px;

}
#top_menu ul li {
	border-top: none;
}
#header {
	position: relative;
	padding: 0px 0px 0;
	display: inline-block;
	width: 100%;
}
.header-helper-container {
	padding: 0;
	margin: 0;
	position: relative;
}
.helper-block {
	display: block;
	width: 6px;
	height: 41px;
	position: absolute;
	margin-top: -40px;
	z-index: 8;
	right: 0;
}
#top_menu ul {
	padding: 0;
	z-index: 1;
}
#top_menu ul li {
}
#top_menu li ul li {
	border: none;
}
#top_menu ul li.first-level:hover {
}
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
	padding: 0 0 0 0;
	text-align: left;
	height: 42px;
}

#top_menu ul li.first-level.cm-active{
	background: url('images/tab_active_bg.png') no-repeat center bottom;
}

#top_menu ul li.first-level:first-child span {
}
#top_menu ul li.first-level.cm-active:first-child span {
}

/*======FIRST HOVER=========*/
#top_menu ul li.first-level.cm-active:first-child:hover {
}
/*======/FIRST HOVER=========*/

#top_menu ul li.first-level.cm-active, #top_menu ul li.first-level.cm-active:hover  {
	height: 42px;
}
#top_menu ul li.first-level span {
	background: url('images/top_tab_right.gif') no-repeat right top;
	padding: 11px 18px;
}
#top_menu ul li.first-level.cm-active span, #top_menu ul li.first-level.cm-active:hover span {
	background-position: right -76px; 
	padding: 11px 18px;
}
#top_menu ul li.first-level a, #top_menu ul li.first-level a:hover {
	color: #FFFBBE;
	font: bold 1.083em Arial;
	line-height: 14px;
	height: 14px;
	text-decoration: none;
}

#top_menu ul li.first-level ul li a:hover {
	text-decoration: underline;
}
#top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level.cm-active a:hover {
	color: #FFFBBE;
	font: bold 1.083em Arial;
	line-height: 14px;
	height: 14px;
	text-decoration: none;
}
#top_menu ul ul {
	background: #830000;
	margin-top: 0;
	padding: 2px;
	left: 1px;
}
#top_menu ul li.first-level ul li a, #top_menu ul li.first-level ul li a:hover {
	font-weight: normal;
	height: auto;
	line-height: normal;
	padding: 5px 20px 2px 5px;
	font-size: 136%;
	text-decoration: none;
}
#top_menu ul li.first-level ul li a:hover {
	color: #fff !important;
	/* background: #171717; */
}
#top_menu ul ul ul {
    left: 100%;
}
#top_menu ul li.first-level ul li a, #top_menu ul li.first-level ul li a:hover, #top_menu ul li.first-level.cm-active ul li a, #top_menu ul li.first-level.cm-active ul li a:hover {
    height: auto;
    line-height: normal;
    padding: 5px 20px 4px 8px;
    font: normal 100% Arial;
    color: #FFFBBE;
}

#top_menu ul li.first-level.cm-active ul li a:hover {
	color: #323232;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0;
}
.top-tools-container span.float-left, .top-tools-container span.float-right  {
	height: 35px;
}
.top-search {
	float: left;
	margin: 23px 3px 0 3px;
	padding: 0 0 0 1px;
	white-space: nowrap;
	z-index: 26;
}
.search-products-text {
	display: none;
	font: bold 100% Verdana;
}
.search-selectbox {
	display: none;
	background: #ffffff url(images/input_bg.png) repeat-x left top;
	border: 1px solid #d5d5d5;
	font: normal 109% Arial;
	color: #2e2e2e;
	padding: 2px;
}
.search-input {
	background: url("images/search_bg.gif") no-repeat left top;
	border: none;
	padding: 6px 0 5px 7px;
	margin: 0;
	width: 17em;
	color: #797979;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	display: none;
	padding: 0 8px 0 4px;
	color: #626262;
	font-size: 100%;
}
/* /top tools styles */

/* content-tools */
.content-tools {
	padding: 0;
	height: 0px !important;
	margin: 21px 0 0 9px;
	display: inline-block;
	float: right;
}
#cart_status {
	margin-left: 0px;
	z-index: 0;
	float: left;
	background:url('images/cart_bg.gif') repeat-x right 0;
	height: 30px;
}
#sw_cart_box, .cart-list-icon {
    width: auto;
    height: auto;
	margin: 8px 0 6px 3px;
	float: left;
}
.cart-list-icon {
	display: none;
}
.content-tools-helper {
	background: url('images/spacer.gif') repeat-x left bottom;
	height: 1px;
	float: left;
	display: inline;
	z-index: 0;
}
.content-tools span.float-left, .content-tools span.float-right {
	background: url('images/cart_bg_left.gif') no-repeat top left;
	width: 4px;
	height: 30px;
	margin: 0 0 0 0px;
}

.content-tools span.float-right {
	background: url('images/cart_bg_right.gif') no-repeat top right;
	margin: 0;
	float: left;
}
/* /content-tools */

/* cart box styles */
#cart_status .float-left {
	background: url('images/top_tools_delim.gif') no-repeat 100% 2px;
	padding: 0 12px 0 0;
	margin-right: 0px;
	color: #5a5a5a;
}
#cart_status .lowercase {
	font: normal 109% Arial;
}
#cart_status .lowercase a, #cart_status .lowercase a:visited, #cart_status .lowercase a:hover, #cart_status .lowercase a:active {
	color: #777777;
	text-decoration: none;
}
#cart_status .lowercase a:hover {
	text-decoration: underline;
}
#cart_status .checkout-link a, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
	background: url(images/icons/cart_arrow.gif) no-repeat scroll 93% 7px #FF3C00;
	padding: 2px 16px 2px 5px;
	color: #fff;
	line-height: 19px;
}
.checkout-link a:hover {
	backgroud-color: #eeeeee !important;
}
.checkout-link {
	padding-top: 5px;
}
.checkout-link, x:-moz-any-link {
	padding-top: 5px;
	padding-right: 3px;
}
.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
}
.full-cart a:hover {
}
.full-cart a.view-cart, .full-cart a.view-cart:visited, .full-cart a.view-cart:hover, .full-cart a.view-cart:active {
	background-color: #ffffff !important;
}
.full-cart a.view-cart:hover {
	background-color: #f8f8f8 !important;
}
.cart-list {
	background: url('images/cart_list_bg.gif') no-repeat 0 26px;
	margin-left: -130px;
	margin-top: 20px;
}
.list-container {
	border: 1px solid #bebebe;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 4px;
}
.cart-list .list {
	background: #f9f9f7;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
#cart_status .cart-list .float-left {
	background-image: none;
	padding: 0;
	margin: 0;
}
.cart-list ul {
	margin: 0 4px;
}
#cart_status .cart-list ul a {
	padding-left: 0;
	padding-right: 2px;
}
.cart-list ul li {
	padding: 5px 0;
}
.cart-list ul li.delim {
	background-color: #ebebeb;
	background-image: none;
}
.list p.center {
	font-weight: bold;
}
#cart_status .buttons-container a, #cart_status .buttons-container a:visited, #cart_status .buttons-container a:hover, #cart_status .buttons-container a:active {
	background: transparent url(images/icons/cart_arrow.gif) no-repeat scroll 93% 7px;
	padding: 2px 16px 3px 3px;
}
/* /cart box styles */

/* categories sidebox style */
.sidebox-categories-wrapper {
	margin: 0 0 1px 0; 
}
.sidebox-categories-wrapper .sidebox-title, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title {
	background: #cccccc url('images/sb_categ_title.gif') repeat-x left top;
	padding-left: 15px;
	height: 39px;
}
.sidebox-categories-wrapper .sidebox-title span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title span {
	background: none;
	color: #fff;
	font: bold 100% arial;
	padding: 16px 0px 0px 0;
	text-shadow: 1px 1px #770000;
}
.sidebox-categories-wrapper .sidebox-body, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-body {
	padding: 3px 16px;
	background-color: #353535;
}
/* /categories sidebox style */

/* common sidebox style */
.sidebox-wrapper .sidebox-title {
	background: #161616 url('images/sb_title_left.gif') no-repeat left top;
	padding-left: 15px;
	border-bottom: 1px solid #ffffff;
}
.sidebox-wrapper .sidebox-title span {
	background: url('images/sb_title_right.gif') repeat-x right top;
	padding: 13px 0 8px;
	color: #ffffff;
	font: bold 100% arial;
	text-shadow: 1px 1px #181818;
}
.sidebox-wrapper .sidebox-body {
	padding: 13px 13px 10px 13px;
}
.sidebox-wrapper  {
	margin-bottom: 10px;
}
.sidebox-wrapper .sidebox-bottom {
}
.sidebox-wrapper .sidebox-bottom span {
}
.sidebox-body ul a, .sidebox-body ul a:visited, .sidebox-body ul a:hover, .sidebox-body ul a:active {
	font-size: 92%;
}
/* /common sidebox style */


/***** Tables *****/
/* Common table */
.table {
	border: 1px solid #dee1e5;
	border-width: 1px 0px 1px 1px;
}
.table th {
	background-color: #dadada;
	border-right: 1px solid #dee1e5;
	border-bottom: 1px solid #dee1e5;
}
.table th a, .table th a:visited, .table th a:hover, .table th a:active {
	color: #2c2b2b;
	font-weight: bold;
}
.table td, .table .table td {
	border-right: 1px solid #dee1e5;
}
.table .table-footer td {
	background-color: #dadada;
	border-right: 1px solid #dee1e5;
}
.table-row, tr.table-row, td.table-row {
	background-color: #efefef;
}
/* /Common table */
/***** /Tables *****/

/* mainbox2 */
.mainbox-title {
	padding: 0px 0 4px;
	margin-bottom: 4px;
}
.mainbox-title span {
	font: normal 185% Arial;
	color: #585858;
}
.mainbox-body {
	padding: 0px;
	margin-bottom: 0px;
}
.product-main-info h1.mainbox-title {
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 0 0;
	font: normal 163% arial;
	padding: 0 0 4px 0;
	margin-bottom: 10px;
}

.product-info hr {
	border: none;
}
.mainbox-container {
	margin-bottom: 5px;
	background-color: #ffffff;
}
#pagination_contents {
	margin-bottom: 5px;
}
/* /mainbox2 */

/* mainbox2 */


.mainbox2-container {
	padding: 0 0 4px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.mainbox2-title {
	background: url('images/title_bg.gif') repeat-x left bottom;
	margin: 0;
	border-left: 4px solid #000000;
	padding: 6px 0 6px 12px;
	height: 22px;
	
}
.mainbox2-title span {
	font: normal 18px Arial;
	text-shadow: 1px 1px #1B1B1B;
	color: #ffffff;
	display: block;
}
.mainbox2-body {
	padding: 6px 0;
}

/* /mainbox2 */

.subheader, .subheader-first-item {
	color: #2d2e2e;
	background: url('images/subheader_bg.gif') repeat-x bottom;
	padding: 13px 0 5px 0;
	margin-bottom: 10px;
	font: bold 127% Arial, Helvetica, sans-serif;
}
.subheader-first-item {
	padding: 0 0 5px 0;
}
.subheader2 {
	font: bold 100% tahoma, arial, verdana, sans-serif;
	padding-bottom: 3px;
	margin: 10px 0 2px 0;
}
.title-extra a, .title-extra a:visited, .title-extra a:hover, .title-extra a:active {
	font: normal 82% Arial;
	color: #7c8e8e;
}

/* color mainbox */
.mainbox-cart-title {
	background: #f3f3f3 url('images/spacer.gif') repeat-x;
	border: 1px solid #dddddd;
	font-size: 127%;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
	width: 8px;
	height: 32px;
	margin: -8px 0 0 -13px;
}
.mainbox-cart-title span.float-right {
	margin: -8px -8px 0 0;
}
.mainbox-cart-body {
	border: 1px solid #dddddd;
	border-width: 0 1px;
}
.cart-buttons {
	border: 1px solid #dddddd;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	border: 0 solid #f2f4f4;
}
.sidebox-body .updates-wrapper {
	margin-right: -9px;
	margin-bottom: 0;
}

/* Bottom styles */
.bottom-copyright {
	padding-top: 0px; 
	font: 0.917em Arial, Helvetica, sans-serif;
	color: #86898a;
	float: left;
	text-align: left;
}
.bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
	color: #86898a;
}
.bottom-search {
	padding: 22px 0 8px;
	display: none;
}
.bottom-search span.float-left, .bottom-search span.float-right {
	display: none;
}
/* /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
}
.extra-link, .extra-link:visited, .extra-link:hover, .extra-link:active {
	color: #343434;
	text-transform: lowercase;
	font: normal 100% Tahoma;
}
/* /recently viewed */

/* product LIST view styles */
.multicolumns-list td {
	padding: 3px 0;
}
.multicolumns-list table td.product-description {
	padding: 0 4px;
}
.multicolumns-list form {
	padding: 8px;
}
.multicolumns-list .product-image img {
	margin: 0 7px 0 0;
}

.multicolumns-list .border-bottom {
	border-bottom: none;
}
.multicolumns-list .image-border {
	background: url('images/prod_bg.gif') repeat-x 0 bottom;
	border-color: #EBEBEB #DDDDDD #DDDDDD #EBEBEB;
	border-style: solid;
	border-width: 1px;
}

.product-spacer {
	width: 1px;
}
td.product-image img {
	margin: 0 15px;
}
.discount-label {
	background: url('images/discount_label_left.png') no-repeat left top;
	padding: 0px 0px 0px 20px;
}
.product-details-options .discount-label {
	margin-top: 24px;
}
.discount-label em {
	background: #e20000 url('images/discount_label_right.png') no-repeat right top;
	padding: 2px 8px 2px 4px;
	color: #ffffff;
	font: normal bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 16px;
}
.discount-label em strong {
	font-weight: normal;
}

.product-config-header {
	font-size: 118%;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
/* /product LIST view styles */

/* pagination styles */
.pagination {
	background-color: #f0f2f2;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	border: 1px solid #e0e6e6;
	color: #555555;
	background: #f4f8f8;
}
.pagination a:hover, .pagination-selected-page {
	border: 1px solid #666666;
	background-color: #ffffff;
}
.pagination-selected-page {
	font-weight: bold;
	background-color: #777777;
	color: #ffffff;
}
/* /pagination styles */

.info-field-title {
	background-color: #efefef;
}

/* Lists */
.cm-tabs-content ul li, .wysiwyg-content ul li, .category-description ul li, ul.bullets-list li {/* List with circle bullets */
	background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
	padding: 1px 0 6px 13px;
}
ul.bullets-list li {
	background: url('images/icons/bullet.gif') no-repeat 1px 4px;
}
.bullets-list li a, .bullets-list li a:visited, .bullets-list li a:active, .bullets-list li a:hover {
	color: #525151;
}

.arrows-list li {/* List with 2 arrows as bullet */
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
	padding-left: 13px;
}
.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
}

li.cm-expanded {/* Tree list */
	background: url('images/icons/category_expanded.gif') no-repeat scroll right 5px;
}
li.cm-collapsed {
	background: url('images/icons/category_collapsed.gif') no-repeat scroll right 5px;
}
.tree-list li a, .tree-list li a:visited, .tree-list li a:active, .tree-list li a:hover {
	color: #626262;
}

.arrow-list li {/* Arrow list */
	padding-left: 10px;
	background: url('images/icons/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
	margin: 0 0 5px 0;
}

.site-news li strong {/* Site news */
	font: bold 100% Tahoma;
	color: #363535;
}

.action-bullets {/* Action bullets */
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	background: url('images/icons/dot_dark.gif') no-repeat 2px 6px;
	padding: 0 10px 0 13px;
}

ul.no-markers li, .wysiwyg-content ul.no-markers li {/* No bullets */
	background-image: none;
	list-style-type: none;
	padding-left: 0;
}

.delim, .site-news li.delim {
	background: url("images/sidebox_delim.gif") repeat-x center center;
	height: 6px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}


table.table-filters label {
	font-size: 11px;
}
ul.statistic-list {/* Statistic list */
	background-color: #f9f9f9;
}

ul.sitemap-list li {/* sitemap */
	background: url(images/icons/left_menu_arrow.gif) no-repeat 0 6px;
}
/* /Lists */

/* One page checkout styles */
.step-container, .step-container-active {
	background-color: #fafafa;
	border: 1px solid #dddddd;
}
.step-container-active {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.checkout-steps {
	background-color: #eeeeee;
}
.step-title span {
	color: #b0b0b0;
}
.step-body .shipping-rates label {
	font: italic bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #b0b0b0;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
	font: 146% Tahoma;
	color: #b0b0b0;
}
.step-title-active a.title, .step-title-active a.title:hover , .step-title-active span {
	font-weight: bold;
	color: #b0b0b0;
}
.step-complete-wrapper {
	color: #b0b0b0;
	font: italic 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.step-complete-wrapper strong {
	font-weight: bold;
}
.step-complete-text {
	color: #858585;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	font: italic bold 100% Tahoma;
}
.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0;
}
.step-complete-wrapper ul.bullets-list li {
	background-image: url('images/icons/step_bullet.gif');
}
.step-body-active .form-field {
	margin: 0;
	padding: 3px 0 8px 0;
}
.step-body-active .form-field label {
	float: none;
	width: auto;
	margin: 0 0 0 -8px;
	padding: 0 0 0 9px;
	color: #7c8e8e;
	display: block;
}
.step-body-active .form-field label.hidden {
	display: none;
}
.step-body-active .form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat left 6px;
}
.step-body-active .form-field label:after {
	content: ".";
    display: block;
    height: 1px;
    visibility: hidden;
}
.step-body-active .form-field .input-text {
	width: 100%;
	padding: 4px 0;
}
.mainbox-title .secure-page-title {
	background: url('images/icons/secure_icon.gif') no-repeat 0 3px;
	padding-left: 23px;
}
#step_two_body.step-body-active div.float-left, #step_two_body.step-body-active div.float-right, #step_three_body div.float-left, #step_three_body div.float-right {
	width: 46%;
}
#list_payment_methods td {
	padding: 5px 0 8px 0;
}
#list_payment_methods td.payment-details {
	padding: 0;
}
#list_payment_methods .payment-details-container {
	background-color: #fafafa;
	padding: 6px 28px 5px 28px;
	margin: 0 0 10px -4px;
}
#list_payment_methods .payment-details-container  td {
	padding: 0;
}
.coupon-code-container {
	border: 1px dotted #7c8e8e;
	border-width: 1px 0;
	margin: 10px 0;
	padding: 6px 0;
}
.step-body-active .coupon-code-container .form-field .input-text {
	width: 227px;
}
.step-body-active .coupon-code-container .form-field {
	padding: 18px 0;
}
.review {
	border: 1px solid #ebf1f4;
}
.review th {
	border: 0 none;
	padding: 8px 14px 7px 14px;
}
.review td {
	border: 0 none;
	padding: 11px 21px;
}
/* /One page checkout styles */

/* Estimation form */
.estimation-box, .box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}
/* /Estimation form */

.required-question, .required {
	color: #ff0000;
}

/* Previewer styles */
#previewer_overlay {
	background-color: #000;
	-moz-opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
	opacity: 0.1;
	z-index: 3400;
}
#previewer_window {
	color: #000000;
	z-index: 3500 !important;
}
#previewer_hide_select {
	background-color: #ffffff;
	border: none;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
#thumbs_frame img {
	border: 1px solid #c1d4eb;
	cursor: pointer;
}
#thumbs_frame img.cm-current-thumb {
	border: 1px solid #0551ae;
}
#preview_window {
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
a.cm-thumbnails-mini, .product-variant-image-unselected, #thumbs_frame img {
	border: 1px solid #e2e2e2;
	margin: 1px;
}
a.cm-cur-item, .product-variant-image-selected, #thumbs_frame img.cm-current-thumb {
	border: 1px solid #a5a5a5;
}
a.cm-thumbnails-mini img {
	padding: 0;
	border: 0 none;
}
/* /Previewer styles */

/* Calendar box */
.calendar-but {
	cursor: pointer;
}
.calendar-box {
	border-top: 1px solid #cecece;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
	border-left: 1px solid #cecece;
	-moz-user-select: none;
	background-color: #ffffff;
}
.calendar-navig a.cm-previous-month {
	background: url('images/icons/calendar_previous.gif') no-repeat 2px 4px;
	text-decoration: none;
}
.calendar-navig a.cm-next-month {
	background: url('images/icons/calendar_next.gif') no-repeat 2px 4px;
	text-decoration: none;
}
.calendar-box div.float-left {
	background-color: #f4f7f8;
}
.calendar {
	background-color: #ffffff;
}
.calendar th {
	background-color: #edeedb;
	font-weight: normal;
}
.calendar th.weekend {
	color: #f15513;
}
.search-advanced .calendar td, .calendar td {
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #0033cc;
}
.calendar td a.strong {
	text-decoration: none;
}
.calendar td a.strong:hover {
	text-decoration: underline;
}
.calendar td a:hover {
	background-color: #f0f0f0;
}
.calendar td.weekend a, .calendar td.weekend a:hover {
	color: #000000;
}
.calendar td.selected a, .calendar td.selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff4317;
	font-weight: bold;
}
.calendar td.previous-month-days a, .calendar td.previous-month-days a:hover, .calendar td.next-month-days a, .calendar td.next-month-days a:hover {
	color: #bfbfbf;
	text-decoration: none;
}
/* /Calendar box */

/* block "Product filters" */
.product-filters .details {
	color: #a4a4a4;
	font-weight: normal;
	font-size: 0.9em;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url('images/icons/delete_icon.gif') no-repeat 0 3px;
	text-transform: lowercase;
	font-size: 100%;
}
/* /block "Product filters" */

/* captcha */
.image-captcha {
	border: 2px solid #dddddd;
	cursor: pointer;
}
.captcha-input-text {
    background: #ffffff url(images/input_bg.png) repeat-x left top;
	border: #d5d5d5 1px solid;
	height: 24px;
	font: bold 145% Tahoma;
	padding: 2px;
}
/* /captcha */

/* Quick links */
/** top **/
.header-helper-container .quick-links {
	display: none;
}
.quick-links {
	padding-right: 2px;
	padding-top: 8px;
}
#footer .quick-links {
	padding: 0px 0 10px 0;
	float: right;
	font: 0.917em Arial,Helvetica,sans-serif
}
.quick-links p {

}
.quick-links a, .quick-links a:visited, .quick-links a:active, .quick-links a:hover {
	color: #86898a;
	padding-left: 6px;
	font: 1em arial;
}
#header .quick-links a, #header .quick-links a:visited, #header .quick-links a:active, #header .quick-links a:hover {
	color: #656565;
}
#header .quick-links a:hover {
	color: #cccccc;
}
/** /top **/
/** bottom **/
#footer .quick-links, #footer .quick-links a, .bottom-copyright, .bottom-copyright a {
	color: #676767 !important;
}
/** /bottom **/

/* Select languages */
.select-link, .select-link:active, .select-link:visited, .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 6px;
	padding-right: 9px;
	color: #818181;
	line-height: 28px;
	font: 11px arial,tahoma !important;
	margin-right: 5px;
}
.select-link:hover {
	color: #aaa;
	text-decoration: none;
}

.content-tools-helper .select-wrap {
	position: relative;
	float: left;
}
.content-tools-helper .float-right {
	float: left;
	max-width: 100%;
}
.content-tools-helper .select-popup {
	left: 0 !important;
	top: 0 !important;
	margin-left: -12px !important;	
}
.select-popup {
	border: 1px solid #cecece;
	margin-top: 21px !important;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
	background-color: #01b1dc;
	color: #ffffff;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #282828;
	font-size: 109%;
}
.localization {
	background: url('images/top_tools_delim.gif') no-repeat 0 2px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	background: #f2f2f2 url('images/coupon_code_bg.gif') repeat-x left top;
	border: 1px solid #dddddd;
}
.promotion-coupon .input-text {
	border: 1px solid #d0d0d0;
}
/* /checkout totals */

/* File uploader */
.attach-images-alt label {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
	font: 11px Tahoma;
	color: #626262;
}
.quantity, .quantity label, .quantity .input-text, .quantity .sub-price, .quantity .price {
	font: bold 11px Tahoma;
}
.quantity label {
	color: #858585;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background: url('images/icons/prod_details_collapsed.gif') no-repeat 1px 2px;
	font-size: 100%;
}
.product-description a.cm-combo-off {
	background-image: url('images/icons/prod_details_expanded.gif');
}
.coupons-container .form-field {
	padding: 6px 0 0 0;
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container {
	font-size: 108%;
}
.pb-container em {
	background: #d1d1d1 url('images/pb_step.gif') no-repeat 0 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 130%;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url('images/pb_step_complete.gif');
}
.pb-container span.active em {
	background-color: #202020;
	background-image: url('images/pb_step_active.gif');
	font-size:116%;
}
.pb-container a, .pb-container span {
	color: #a1a1a1;
}
.pb-container span.active {
	color: #222020;
}
/** /progress bar styles **/
/* /classic checkout */

/* Log in/out styles */

#login, #sign_io, .top-tools-container{
	z-index: 21 !important;
}
#top_menu, #top_menu ul, .select-popup {
	z-index: 20 !important;
}
#top_menu li {
	z-index: 20 !important;
}

#sign_io {
	color: #FFEB8F;
	float: right;
	padding: 13px 0px 0 0;
	position: relative;
}

#sign_io a, #sign_io a:visited, #sign_io a:hover, #sign_io a:active {
	color: #FFEB8F;
	font-size: 11px;
	font-weight: normal;
}
#login {
	border: none;
	border-top: 2px solid #e7e7e7;
	border-left: 2px solid #e7e7e7;
}
.login-popup {
	background-color: #fafafa;
	border: 2px solid #dddddd;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.login-popup .error-text {
	color: #fd0000;
}
.login-popup .form-field label, .login .form-field label {
	color: #757474;
}
.login-popup .form-field .input-text {
	border: 1px solid #d2d9e1;
	background-color: #ffffff;
	font: normal 150% arial !important;
	padding-left: 3px;
}
.login-popup .form-field .password {
}
.login-popup .captcha-input-text  {
	font: bold 120% arial !important;
}
.login-popup h1  {
	font: normal 160% arial !important;
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #585858;
	font-size: 11px;
}
.breadcrumbs {
	background: #f3f3f3;
	padding: 3px 6px;
	margin-bottom: 7px;
	text-shadow: 0 1px #E4E4E4;
}
/* /breadcrumbs */

div.manage-post {
	background-color: #f2f9fa;
}
div.posts em, p.post-author {
	font-size: 100%;
}
/* checkout login */
.login-table td.login {
	background: url('images/sidebox_vert_delim.gif') repeat-y right;
}
.order-status {
	background: #dadada url('images/icons/ajax_loader.gif') no-repeat 5px center;
	border: 1px solid #cccccc;
}
body.clear-body {
	background-color: #ffffff;
	background-image: none;
	padding: 13px 12px;
	min-width: 0;
}
/* /checkout login */

/* Page 404 */
.exception-body h1 {
	background-color: #dbdee2;
	color: #ffffff;
	font: bold 32px Arial, Helvetica, sans-serif;
	padding: 6px 16px 2px 16px;
	margin: 0;
}
.exception-body h2 {
	color: #373737;
	font: bold 42px Arial, Helvetica, sans-serif;
	padding: 32px 0 2px 0;
	margin: 0;
}
.exception-body h3 {
	margin: 0 0 28px 0;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding: 0;
}
.exception-menu li {
	background: url('images/icons/list_arrow.gif') no-repeat 0 5px;
	padding: 0 0 14px 10px;
	color: #898989;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 1%;
}
.exception-menu li a, .exception-menu li a:visited, .exception-menu li a:hover, .exception-menu li a:active {
	font: normal 14px Arial, Helvetica, sans-serif;
}
.exception-content p {
	font-size: 14px;
}
.exception-logo {
	margin-left: -12px;
}
/* /Page 404 */

/* Picker */
.object-container {
	background-color: #ffffff;
	border: 1px solid #ededed;
}
/* /Picker */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/* form styles */
.cm-failed-field, .updates-wrapper .cm-failed-field, .sidebox-body .cm-failed-field {
	border: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** for checkboxes in FF **/
input[type=checkbox].cm-failed-field {
	outline: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** /for checkboxes in FF **/
.error-message .message {
	background-color: #f5f5ea;
}
.error-message .arrow {
	border: 5px solid transparent;
	border-bottom-color: #f5f5ea;
	border-top-width: 0;
}
.form-field label {
	font: normal 12px verdana, geneva, arial, helvetica, sans-serif;
}
.product-list-field label {
	font: bold 11px tahoma, geneva, arial, helvetica, sans-serif;
}
.form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat right 6px;
}
.select-field label, .form-field .select-field label {
	font: normal 11px Tahoma;
}
.search-form .input-text {
	width: 160px;
}
.search-form .input-text-large {
	width:190px;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 11px;
	text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
}
.cm-hint, .cm-hint-focused {
	color: #444444 !important;
	background: url("images/search_bg.gif") no-repeat scroll left top transparent !important;
	border: 0 !important;
	height: 24px !important;
	padding: 2px 2px 2px 4px !important;
}

/* Product notification */
.product-notification {
	background-color: #fafafa;
	font-size: 118%;
}
.product-notification .notification-body {
	background-color: #ffffff;
}
/* /Product notification */

a.secondary-link {
	font-size: 11px;
}
.in-stock, .out-of-stock {
	color: #009900;
	padding: 4px 0 0 0;
}
.out-of-stock {
	color: #666666;
}
.features-list {
	margin: 0;
	padding: 3px 0;
}
.box {
	background-color: #f5f5f5;
	color: #707070;
	font-size: 11px;
	padding: 10px;
}
.product-descr {
	margin: 0;
	padding: 7px 0 2px 0;
	color: #232323;
	font-size: 100%;
}
.product-prices {
	padding-top: 7px;
}
.prices-container {
	padding-bottom: 5px;
}
.compact .text-button, .compact .text-button:visited, .compact .text-button:hover, .compact .text-button:active, .compact .text-button-act, .compact .text-button-act:visited, .compact .text-button-act:hover, .compact .text-button-act:active {
	font-size: 11px;
	background-position: right 5px;
}

/* product details page */
.product-info {
	padding-left: 25px;
}
.product-info .add-product {
	padding-left: 10px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal, .prev-horizontal, .next-horizontal {
	background: #ececec url(images/icons/prev_but.gif) no-repeat 50% 50%;
}
.jcarousel-next-horizontal, .next-horizontal {
	background-image: url(images/icons/next_but.gif);
}
.view-larger-image, .view-larger-image:visited, .view-larger-image:hover, .view-larger-image:active {
	background: url('images/icons/view_larger.gif') no-repeat left 2px;
	font-size: 100%;
}
/* /product details page */

/* sorting */
.sort-asc, .sort-desc {
	background: url(images/icons/sort_asc.gif) no-repeat right 6px;
	padding-right: 10px;
}
.sort-desc {
	background-image: url(images/icons/sort_desc.gif);
}
/* /sorting */

div.tags-group, .chain-content {
	font-size: 118%;
}

.deals-footer a, .deals-footer a:link {
	color: #333333;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active, .search-label {
	font: 11px arial;
	color: #999999;
	padding-top: 5px;
}

/* Bottom table*/
.t-bottom {
	font: bold 12px arial;
	margin: 0;
	clear: both;
	padding: 25px 29px 25px 14px;
}
.t-bottom ul {
	margin: 0 !important;
}
.t-bottom li {
	padding: 2px 0 3px 8px !important;
	background: url("images/bottom_dot.gif") no-repeat left center !important;
}
.t-bottom td {
	font: 0.917em arial;
	padding: 0px 0px 0.3em 15px;
	vertical-align: top;
	width: 20%;
	color: #575757;
	background: url("images/footer_separator.gif") repeat-y scroll right 0 transparent;
	text-shadow: 0 1px #ebebeb;
}

.t-bottom .last {
	background: none;
}

.t-header th {
	font: bold 12px arial;
	text-align: left;
	padding: 0px 0px 0.3em 15px;
	background: url("images/footer_separator.gif") repeat-y scroll right 0 transparent;
	color: #313131;
	text-shadow: 0 1px #ebebeb;
}
.t-header th.first-column {
	width: 25%;
}

.t-bottom td a, .t-bottom td a:visited {
	color: #444444;
	line-height: 14px;
}
/* Bottom table*/

.home-banner {
	padding: 0 0 10px 0;
}
.header .ad-container {
	margin-bottom: 0;
	margin-top: 0;
}
.container-long .ad-container {
	margin-bottom: 4px;
	margin-top: 0;
}
/*
.bottom .ad-container {
	overflow: visible;
}
.bottom .fixed-layout {
	width: auto;
}
.bottom .fixed-layout {
	//width: 100%;
}
.bottom .fixed-layout td {
	_width: 5px !important;
}
.bottom .fixed-layout td {
}
*/
/* Hot deals*/
.hot-deals-item  { width: 25% !important; }

.hot-deals-item img {
	width: 120px !important;
	height: 120px !important;
	margin: 0 !important;
}
.deals-main .image-border {
	border: 1px solid #D1D5D6 !important;
	margin: 5px 2px;
	padding: 0px;
	background: #ffffff;
}

.deals-main {
    border: 1px solid #D6D6D6;
	position: relative;
	background: url("images/gxconveyor_bg.gif") repeat-x scroll left top #ECECEC;
	height: 131px;
}
.deals-main .updates-wrapper {
	background: #edeee9;
	border: 1px solid #e1e1e1;
	display: none;
}
.container-long .deals-main .subheaders-group, .container-long .deals-title, .container-long .deals-footer {
	display: none;
}
.deals-title {
	display: none;

}
.deals-main .pagination {
	position: absolute;
	margin: -31px 12px -5px !important;
	padding: 0;
	border: 0px;
	background: none;
	right: 0;
	display: none;
}
.hot-deals-container .hot-deals-next {
	width: 35px;
	height: 131px;
	position: absolute;
	margin: 0px 0px 0 0;
	right: 0px;
	background: url("images/icons/carrow_right.gif") no-repeat right center;
}
.hot-deals-container .hot-deals-prev {
	width: 35px;
	height: 131px;
	left: 0px;
	position: absolute;
	margin: 0px 0 0 0px;
	background: url("images/icons/carrow_left.gif") no-repeat left center;
}
.deals-main .subheaders-group {
	margin-bottom: 6px !important;
	display: none;
}
.deals-main .subheader {
	margin-bottom: 3px !important;
	padding-bottom: 3px !important;
}
.hot-deals-container {
	padding: 0px 0 !important;
	margin: 0 33px;
}
.container-long .hot-deals-container {
	//padding: 15px 0;
}
.hot-deals-list  {
	margin: 0 !important;
	width: 100%;
}
/* /Hot deals*/

.product-main-info .image-border, .product-item-image img, .product-image img {
	border: 1px solid #dddddd;
}
.product-main-info .image-border {
	border: none;
}
.product-main-info {
	padding: 8px 0;
}

ul.cm-select-list li a:hover {
	background-color: #999999 !important;
}
#top_menu, .content-tools {
}
.qsearch-result {
	top: 76px !important;
	left: 235px !important;
	margin-top: 20px;
}
.login-popup .header {
	background-color: transparent !important;
}
.login-popup label {
	background: transparent !important;
}
/* Horizontal Categories */

.top-cat {
	background: url('images/tools_bg.gif') repeat-x scroll left bottom #F0F3DC;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 3px 0;
	padding: 8px 10px 4px;

}
.top-cat li a, .top-cat li a:visited, .top-cat li a:link {
	color: #444444;
}
.top-cat li a:hover {
	color: #000000 !important;
	background: none;
}
.top-cat ul li ul li a, .top-cat ul li ul li a:visited, .top-cat ul li ul li a:link {
	color: #eeeeee !important;
}
.top-cat ul li ul li a:hover {
	color: #ffffff !important;
}

.top-cat ul.dropdown li.h-sep {
	border-right: none !important;
	background: none;
}

.top-cat ul.dropdown-vertical ul {
	left: 0;
	margin-top: 20px;
}

.top-cat ul.dropdown li {
	float: left;
	border-right: 1px solid #dddddd !important;
}
.top-cat ul.dropdown li:hover {
	background: none;
}
.top-cat ul.dropdown li ul li {
	float: none;
	border-right: none !important;
}
.top-cat ul.dropdown li.dir {
	background: none !important; 
}
.top-cat ul.dropdown-vertical a {
    padding: 3px 11px 3px 11px !important;
}
.top-cat ul.dropdown li ul li a {
    padding: 6px 11px !important;
}
.header, .header .top-cat, .header .top-cat ul {
	z-index: 19;
}
/* /Horizontal Categories */
.select-wrap {
    position:relative;
	margin-top: 8px;
	padding-left: 0px;
	float: left;
}
#cart_status .lowercase, #cart_status .float-left strong, #cart_status .float-left font{
	line-height: 30px;
	text-shadow: 0 1px #E4E4E4;
	display: inline-block;
	z-index: 0;
}
.demo-site-panel {
	/* display: none; */
}

.ad-container {
	margin-top: 11px;
}

.cm-search-row:hover, .cm-search-row-selected, .cm-search-row:hover a  {
	background-color: #aaa !important;
}
.t-header .first-column {
	padding-left: 4px;
}
.t-header .first-column img {
	margin: 4px 0;
}
