@import url('styles.base.css');

/*[arinamark]*/
body {
/* 	background: #f1f6f9 url('images/body_bg.gif') repeat-y center top; */
	background: #011c3a url('images/bg_grad.jpg') repeat-y center top;
}
body, div, p{
	font-family:Arial,sans-serif;
}
.helper-container{
	background: url('images/dots.gif');
}
/*/[arinamark]*/
.input-textarea{
	width:300px;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long {
	color: #2d2d2d;
	border: 1px solid #dfe6ed;
	padding: 2px;
}
select {
	border: 1px solid #dfe6ed;
	padding: 1px;
}
a, a:visited, a:hover, a:active {
	color: #429bde;
}
hr {
	border: 0px solid #eaf0f5;
	border-top-width: 1px;
}
.dark-hr {
	border-color: #e3e3e3;
}
.error-text {
	color: #f27a00;
}
.view-large-image-link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {
	background: url('images/icons/view_larger.gif') no-repeat left 2px;
	padding: 1px 0px 1px 15px;
	color:#a9a9a9;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	color: #2d2d2d;
	background-color: #ffffff;
	border: #c5d1d8 1px solid;
	padding: 2px 1px 0px 1px;
}

/* Ajax */
.ajax-loading-box {
	background: url('images/ajax_left.gif') no-repeat left bottom;
	padding: 0px 0px 0px 5px;
}

.right-inner-loading-box {
	background: url('images/ajax_right.gif') no-repeat right bottom;
	padding: 0px 5px 0px 0px;
}

.ajax-inner-loading-box {
	background: #fff1a8 url('images/icons/ajax.gif') no-repeat 5px center;
	padding: 6px 6px 6px 26px;
	font-size: 12px;
	font-weight: bold;
	color: #3f0000;
}

.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Notification box */
.notification-w, .notification-n, .notification-e {
	background-color: #d72323;
}
.notification-header-w, .notification-header-n, .notification-header-e {
	color: #ffffff;
	background: #b50000 url('images/icons/notification_icon_e.gif') no-repeat left center;
}
.notification-body {
	color: #ffffff;
}
.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
	color: #ffffff;
}
.notification-n {
	background-color: #88ba00;
}
.notification-header-n {
	background: #5ca400 url('images/icons/notification_icon_n.gif') no-repeat left center;
}
.notification-w {
	background-color: #ff9600;
}
.notification-header-w {
	background: #f66e00 url('images/icons/notification_icon_w.gif') no-repeat left center;
}
/* /Notification box */

/* Section in main box */
.section-border {
	border: 1px solid #CFDFE7;
	margin-top: 0px;
}
.section-title {
	background: #CFDFE7 url('images/section_title_bg.gif') repeat-x bottom;
}
.section-title a {
	color: #5c5d3e;
	padding-left: 14px;
	text-decoration: none;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-body, .section-body-details {
	border-top: 1px solid #CFDFE7;
/* 	background-color: #f6f5e4; */
	padding: 9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}	
/* Section in main box */

/* Buttons */
/*/ [arinamark]*/
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #ffffff;
	font:/* bold*/ 11px Arial;
	height: 20px;
	line-height: 13px;
	border: 0px none;
	margin: 0px;
}
.button-submit-action input, .button-submit input {
	padding: 3px 8px 4px 0
}
.button-submit input, x:-moz-any-link {
	padding: 1px 8px 4px 0;
}
.button-submit-action input{
	padding: 1px 26px 4px 0;
}
.button a, .button-action a {
	padding: 3px 10px 0 3px;
	height: 17px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button{
	background: #66b6e9 url('images/but_left_action.png') no-repeat left top;
	height: 20px;
	padding-left: 8px;
}
.button-action {
	background: #66b6e9 url('images/but_left_action.png') no-repeat left top;
	height: 23px;
}
.button-action a{
	height:23px;
	background: url('images/but_right_action.png') no-repeat right top;
	padding-right:23px;
	padding-left:5px;
} 
body .button-submit-action, .button-submit-action input{
	height:23px;
}
/*/ [arinamark]*/
.button-submit, .button {
	background: #7bc3f7 url(images/but_left.png) no-repeat left top;
}
.button-submit-action input, .button-submit input, .button-submit-big input{
	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 top;
}
.button-submit-big {
	background: #FF8502 url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 29px;
}
.button-submit-big input {
	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-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;
	padding-right: 8px;
	background: url('images/icons/text_but_arrow.gif') no-repeat right 6px;
}

.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #ff5400;
	background-image: url('images/icons/action_text_but_arrow.gif');
}
/*[arinamark]*/
.go-button {
/* 	padding-left: 3px; */
	margin:-2px 0px 0px 0px;
	padding:0px;
	height:21px;
}/*
.top-tools-container .go-button {
	padding-left: 4px;
}*/
/*/[arinamark]*/
.button-tool a, .button-tool a:visited, .button-tool a:hover, .button-tool a:active, a.tool-link, a.tool-link:hover {
	font: normal 12px Arial;
	color: #b20101;
	text-transform: lowercase;
}
/* /Buttons */

/* Category page */
/*[arinamark]*/
.product-title, .product-title:visited, .product-title:hover, .product-title:active {
/*	color: #014ead;*/
	color: #000000;
	font-size: 13px;
	font-weight:normal;
}
.product-title:hover{
	text-decoration:underline;
}
.product-title, .product-title:visited, .product-title:active{
	text-decoration:none;
}
.list-price {
	color: #757575;
	font: normal 13px Arial;
}
.price, .sub-price {
/* 	color: #990000; */
	color:#000000;
	font-weight:normal;
}
/*/[arinamark]*/
.sub-price {
	color: #333333;
}
.discount {
	color: #666666;
}
.qty-in-stock {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* Product picker box */
.cm-picker-data-container {
	border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
	background: url(images/mbx_rnd_lt_black.gif) no-repeat scroll bottom left;
	padding: 0px 0px 5px 0px;
	margin-bottom:-5px;
}
.tabs ul li, .tabs ul li.cm-active {
	margin: 2px 2px 0 0;
	background: #CFDFE7 url(images/sb_title_left.png) no-repeat scroll left top;
	padding: 0 0 0 3px;
}
.tabs ul li.cm-active {
	background: url(images/sb_categ_title_left.png) no-repeat scroll left top;
}
.tabs ul li a {
	display: block;
	padding: 6px 12px 4px 10px;
	height: 16px;
	background: #CFDFE7 url(images/sb_title_right.png) no-repeat scroll right top;
}
.tabs ul li.cm-active a {
	background-image: url(images/sb_categ_title_right.png);
	color:#ffffff;
}
.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: normal 12px Arial;
}
.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: normal 12px Arial;
	color: #ffffff;
}
.tabs ul li a:hover {
	text-decoration: underline;
}
.cm-tabs-content {
	background:url(images/mbx_top_black.gif) repeat-x scroll left -32px;
/* 	padding: 15px 22px; */
	padding:0px;
}
.cm-tabs-content .tabs-borders{
	border: 3px solid #1a151c;
 	border-top-width: 0px;
}
.cm-tabs-content .sidebox-bottom{
	margin-left:-3px;
	margin-right:-3px;
}
.central-column .cm-tabs-content .sidebox-rnd-tr{
	margin-top:0px;
}
.tab-list-title {
	margin: 20px 0 8px -2px;
	border-bottom: 1px solid #808080;
	padding-bottom: 1px;
	font: normal 18px "Comic Sans MS", Arial, Helvetica, sans-serif;
}
/* /Tabs */
.affiliate-code {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #999999;
	font-size: 9px;
	text-align: center;
}
.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;
}
.jcarousel-skin .prices-container {
	padding: 5px 0 2px 0;
}
.jcarousel-skin .buttons-container {
	padding-top: 0px;
}
/* /jCarusel */

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

/* common styles */
.border {
	border: 1px solid #e3e3e3;
}
.no-items {
	background-color: #f1f4f6;
}
/* /common styles */

/* main styles */
#footer {
	border-top: 2px solid #d0e0ee;
	padding: 8px;
}
#footer .quick-links a{
	color:#ffffff;
}
/* Styles for the fixed width layout */
/*[arinamark]*/
#container {
	width:967px;
/*	border: 1px solid #e3ebf0;
	border-width: 0px 1px;
	background-color: #ffffff; */
}
#content{
	background:#ffffff;
}
/*/[arinamark]*/
/* /Styles for the fixed width layout */ 

/* Styles for the 100% width layout */ 
/* Uncomment this set of styles for the 100% width layout.
body {
	background-image: none;
	background-color: #ffffff;
}
*/
/* Styles for the 100% width layout */ 
/* /main styles */

/* top styles */
/*[arinamark]*/
.logo-image{
	margin-top:0px;
}
#top_menu {
	padding: 10px 8px 0px 0px;
/* 	text-align: right; */
	clear: right;
}
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
/* 	background:/* #f7f7e3 url('images/top_tab_right_active.gif') no-repeat right top; */
	padding: 0 2px 0 0;
	margin: 0 0 0 10px;
	text-align: left;
	border: 0px none;
/* 	height: 35px; */
}
#top_menu ul li.first-level:hover, #top_menu ul li.first-level.cm-active{
	background:#ff8502 url('images/top_tab_right_active.gif') no-repeat right top;
}
#top_menu ul li.first-level span, #top_menu ul li.first-level.cm-active span{
/* 	background: url('images/top_tab_left_active.gif') no-repeat left top; */
	padding: 9px 15px 9px 19px;
}
#top_menu ul li.first-level:hover span, #top_menu ul li.first-level.cm-active span{
	background: url('images/top_tab_left_active.gif') no-repeat left top;
}
#top_menu ul li.first-level a, #top_menu ul li.first-level.cm-active ul a, #top_menu ul ul li.first-level a:hover, #top_menu ul li.first-level:hover ul a, #top_menu ul li.first-level.cm-active:hover ul a{
	color:#979797;
}
#top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level a:hover, #top_menu ul li.first-level:hover a, #top_menu ul li.first-level.cm-active:hover a{
	color:#ffffff;
}
#top_menu ul li.first-level a, #top_menu ul li.first-level.cm-active a, #top_menu ul ul li.first-level.cm-active a, #top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level a:hover, #top_menu ul li.first-level:hover a, #top_menu ul li.first-level.cm-active:hover a{
	text-decoration:none;
	font-weight:normal;
}
#top_menu ul li.first-level ul a:hover, #top_menu ul li.first-level.cm-active ul a:hover/*, #top_menu ul li.first-level:hover ul a*/{
	text-decoration:underline;
}
/*
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
	background: #f7f7e3 url('images/top_tab_right.gif') no-repeat right top;
	padding: 0 2px 0 0;
	margin: 0 0 0 3px;
	text-align: left;
	border: 0px none;
	height: 27px;
}
#top_menu ul li.first-level.cm-active {
	background: #caf0f9 url('images/top_tab_right_active.gif') no-repeat right top;
	margin: -4px 0 -1px 3px;
	height: 32px;
}
#top_menu ul li.first-level span {
	background: url('images/top_tab_left.gif') no-repeat left top;
	padding: 6px 12px 4px 16px;
}
#top_menu ul li.first-level.cm-active span {
	background: url('images/top_tab_left_active.gif') no-repeat left top;
	padding: 9px 15px 6px 19px;
}*/
#top_menu ul ul {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	border:1px #ff8502 solid;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
/* 	background: #caf0f9 url('images/top_tools_bg.gif') repeat-x; */
	background: #ffffff url('images/shadow_s.png') repeat-x top left;
	clear:both;
	padding:30px 0px 0px 0px;
}/*
.top-tools-container span.float-left {
 	background: url('images/top_tools_left.gif') no-repeat top left; 
}
.top-tools-container span.float-right {
 	background: url('images/top_tools_right.gif') no-repeat top right;
}*/

/*top banner*/
.top-banner{
	
}
.top-banner-img{
	background:#000000 url('images/banner_top.jpg') no-repeat top center;
	width:927px;
	margin:auto;
	min-height:300px;
}
/*/top banner*/

/*/[arinamark]*/
.search-selectbox {
	border: 1px solid #83bdcb;
}

/*[arinamark]*/

.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	padding: 0px 8px 0px 4px;
	background: url('images/icons/search_advanced_arrow.gif') no-repeat right 5px;
	color:#979ea2;
}
.search-input {
/*  	border: 0px solid #83bdcb; */
/* 	background: url('images/search_bg.gif') repeat-x left top; */
/* 	height:21px; */
	border:0px solid #f1f1f1;
	background-color:#f1f1f1;
}
.inp-search{
 	border: 0px solid #83bdcb;
	background: url('images/search_bg.gif') repeat-x left top;
	height:21px;
	padding:2px 5px 0px 5px;
	display:inline-block;
}
.top-search{
	background: url('images/search_rnd_l.gif') no-repeat left 8px;
	float:right;
}
.search-products-text{
	background: url('images/search_bg.gif') repeat-x left top;
	display:block;
	height:18px;
	padding-top:3px;
	float:left;
	color:#979ea2;
}

/* /top tools styles */


.quick-links {
/* 	text-align: right; */
	text-align: left;
	float: left;
	padding-bottom: 0px;
	margin:5px 0px 0px -15px;
}

.quick-links a, .quick-links a:link , .quick-links a:active , .quick-links a:visited{
	color:#88a3b6;
	font-size:12px;
	text-decoration:none;
}
.quick-links a:hover{
	text-decoration:underline;
}

.top-container{
	clear:both;
	height:50px;
}
.header-logo{
	clear:both;
	background:#ffffff;
}


/* content-tools */
.content-tools {
	background:#ffffff;
	margin:0px;
	padding: 10px 20px 10px 20px;
	clear:both;
/* 	background: #f1f1f1 url('images/content_tools_bg.gif') repeat-x; */
}
.content-tools-helper{
	background: url('images/tools_delim.gif') repeat-x bottom left;
	padding-bottom:5px;
}
/*
.content-tools span.float-left, .content-tools span.float-right {
	background: url('images/content_tools_left.gif') no-repeat top left;
	width: 5px;
	height: 36px;
	margin: -5px 0px 0px -7px;
}
.content-tools span.float-right {
	background: url('images/content_tools_right.gif') no-repeat top right;
	margin: -5px -5px 0px 0px;
}*/
/* /content-tools */

/* cart box styles */

#sw_cart_box, .cart-list-icon{
	height:23px;
	width:27px;
}
#cart_status{
	float:left;
}
#cart_status, #cart_status strong, #cart_status .float-left{
	color:#969696;
}
#cart_status .float-left {
/* 	background: url('images/top_tools_delim.gif') no-repeat 100% 2px; */
	padding: 0px 0px 0px 0px;
	margin-right: 6px;
}
.checkout-link{
	margin-top:2px;
	padding-top:0px;
	padding-left:3px;
	background: #ff8a00 url('images/icons/check_l.gif') no-repeat left;
}
#cart_status .checkout-link a, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:link, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:active{
	background: url('images/icons/check_r.gif') no-repeat right;
	color:#ffffff;
	display:block;
	padding-right:10px;
	text-decoration:none;
}
#cart_status .buttons-container a{
	color:#696969;
}
#cart_status a, #cart_status a:hover, #cart_status a:link, #cart_status a:visited, #cart_status a:active{
	color:#000000;
}
/*
#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 95% 6px;
}*/
/*/[arinamark]*/
.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
/* 	background-color: #f2fbb5 !important; */
}
.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: #f2f2f2 !important; */
}
.cart-list {
	background: url('images/cart_list_bg.gif') no-repeat 0px 23px;
}
/*[arinamark]*/
.list-container {
	border: 1px solid #ececec/*#bebebe*/;
	border-top-width: 0px;
}
/*/[arinamark]*/
.cart-list .list {
	border: 1px solid #bababa;
}
#cart_status .cart-list .float-left {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.cart-list ul {
	margin: 0px 4px;
}
#cart_status .cart-list ul a {
	padding-left: 0px;
	padding-right: 2px;
}
.cart-list ul li {
	padding: 5px 0px;
}
.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: url('images/icons/cart_arrow.gif') no-repeat 95% 6px;
}
/* /cart box styles */

/* common sidebox style */
/*[arinamark]*/
.sidebox-title {
	background: #cfdfe7 url('images/sb_title_left.png') no-repeat left top;
}
.sidebox-title span {
	background: url('images/sb_title_right.png') no-repeat right top;
	padding: 7px 10px 7px 0px;
	color: #003542;
	font-weight:normal;
	font-family:Arial, sans-serif;
}
.sidebox-body {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}/*
.sidebox-bottom {
	background: #cfdfe7 url('images/sb_btm_right.gif') no-repeat right top;
}
.sidebox-bottom span {
	background: url('images/sb_btm_left.gif') no-repeat left top;
}*/
.sidebox-body ul a, .sidebox-body ul a:visited, .sidebox-body ul a:hover, .sidebox-body ul a:active {
	font-size: 12px;
	color:#000000;
}
/* /common sidebox style */

/* categories sidebox style */
.sidebox-categories-wrapper .sidebox-title {
	background: #cbf1f7 url('images/sb_categ_title_left.png') no-repeat left top;
}
.sidebox-categories-wrapper .sidebox-title span {
	background: url('images/sb_categ_title_right.png') no-repeat right top;
	color:#ffffff;
	font-weight:normal;
}
.sidebox-categories-wrapper .sidebox-body {
	padding: 10px;
	border-top-width:0px;
	border: 1px #eaeaea solid;
}
#content .sidebox-categories-wrapper ul.menu-root-categories li a, #content .sidebox-categories-wrapper ul.menu-root-categories li a:hover{
	background:none;
	color:#636363;
	font-size:11px;
}
#content .sidebox-categories-wrapper ul.menu-root-categories li a{
	text-decoration:none;
	font-size:12px;
	color:#696969;
}
#content .sidebox-categories-wrapper ul.menu-root-categories li a:hover{
	text-decoration:underline;
	font-size:12px;
	color:#696969;
}
#content .sidebox-categories-wrapper ul.menu-root-categories{
	margin-left:10px;
}
ul.menu-root-categories li{
	color:#2d2d2d;
	list-style-type:disc;
	font-size:6px;
}
ul.menu-subcategories li{
	padding-bottom:7px;
}
.menu-subcategories li a{
	text-decoration:none;
	color:#696969;
	font-size:11px;
}
.menu-subcategories li a:hover{
	text-decoration:underline;
	font-size:11px;
}
/* /categories sidebox style */

/***** Tables *****/
/* Common table */
.table {
	background-color: #dee1e5;
	padding: 1px 0px 1px 1px;
}
.table th {
	background-color: #f3f3f3;
	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: #f3f3f3;
	border-right: 1px solid #dee1e5;
}
.table-row, tr.table-row, td.table-row {
	background-color: #f1f4f6;
}
/* /Common table */
/***** /Tables *****/

/*[arinamark]*/
/* mainbox */
.central-column .sidebox-wrapper{
	background: url('images/mbx_top_black.gif') repeat-x left top;
	margin-bottom:20px;
	border-bottom: #0d0d0d 3px solid;
	padding:0px;
}
.central-column .sidebox-title{
	margin:0px;
	padding:0px 0px 0px 10px;
	background: url('images/mbx_title_l.gif') no-repeat left top;
	height:35px;
}
.central-column .sidebox-title span{
	background: url('images/mbx_title_r.gif') no-repeat right top;
	width:200px;
	display:block;
	height:35px;
	overflow:hidden;
	font-size:14px;
	color:#ffffff;
	font-family:Arial;
	font-weight:normal;
	padding-top:5px;
}
.central-column .sidebox-body{
	background: url('images/mbx_rnd_lt_black.gif') no-repeat -3px top;
	border-left: #0d0d0d 3px solid;
	border-right: #0d0d0d 3px solid;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-bottom:0px;
}
.central-column .sidebox-rnd-tr{
	background: url('images/mbx_rnd_rt_black.gif') no-repeat right top;
	margin-top:-3px;
	margin-right:-3px;
	padding:10px;
}
.central-column .sidebox-bottom{
	display:block;
	height:5px;
	background: url('images/mbx_rnd_lb_black.gif') no-repeat left top;
	margin-bottom:-3px;
}
.central-column .sidebox-bottom span{
	background: url('images/mbx_rnd_rb_black.gif') no-repeat right top;
	display:block;
	height:5px;
}
/* /mainbox */
/* mainbox2 */
.mainbox2-container{
	background: url('images/mbx_top.gif') repeat-x left top;
	margin-bottom:20px;
	border-bottom: #dce0e3 3px solid;
}
.mainbox2-title {
	background: url('images/sb_title_left.png') no-repeat left top;
	height:29px;
	display:block;
	padding-bottom:0px;
}
.mainbox2-title span{
	background: url('images/sb_title_right.png') no-repeat right top;
	width:200px;
	display:block;
	height:24px;
	overflow:hidden;
	font-size:14px;
	color:#000000;
	font-family:Arial;
	font-weight:normal;
	padding-top:5px;
}
.mainbox2-body{
	background: url('images/mbx_rnd_lt.gif') no-repeat -3px top;
	padding:0px;
	border-left: #dce0e3 3px solid;
	border-right: #dce0e3 3px solid;
}
.mainbox2-rnd-tr{
	background: url('images/mbx_rnd_rt.gif') no-repeat right top;
	margin-top:-3px;
	margin-right:-3px;
	padding:10px;
}
.mainbox2-bottom{
	display:block;
	height:5px;
	background: url('images/mbx_rnd_lb.gif') no-repeat left top;
	margin-bottom:-3px;
}
.mainbox2-bottom span{
	background: url('images/mbx_rnd_rb.gif') no-repeat right top;
	display:block;
	height:5px;
}
/* /mainbox2 */

.subheader, .subheader-first-item {
	color: #2d2e2e;
	background: url('images/subheader_bg.gif') repeat-x bottom;
	padding: 13px 0px 5px 0px;
	margin-bottom: 10px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.subheader-first-item {
	padding: 0px 0px 5px 0px;
}
.subheader2 {
	font: bold 11px arial, verdana, sans-serif;
	padding-bottom: 3px;
	margin: 10px 0 2px 0;
}
.deals-main .subheader{
	background:none;
	text-align:center;
}

/* color mainbox */
.mainbox-cart-title {
	background: #ecf6f8 url('images/mainbox_cart_title_bg.gif') repeat-x;
	font-size: 14px;
	font-weight:normal;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
	background: url('images/mainbox_cart_title_left.gif') no-repeat left top;
	width: 8px;
	height: 32px;
	margin: -8px 0px 0px -13px;
}
.mainbox-cart-title span.float-right {
	background: url('images/mainbox_cart_title_right.gif') no-repeat right top;
	margin: -8px -8px 0px 0px;
}
.mainbox-cart-body, .mainbox-cart-body-flex {
	border: 1px solid #dddddd;
	border-width: 0px 1px;
}
.cart-buttons {
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	background-color: #e9eff3;
	border: 1px solid #d2e1e8;
}

/* Bottom styles */
/*[arinamark]*/
.bottom-copyright {
	color: #ffffff;
	font: 11px Arial, Helvetica, sans-serif;
}
.bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
	font-size: 11px;
	color: #ffffff;
}
/*/[arinamark]*/
.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;
}
/*[arinamark]*/
.extra-link, a.extra-link:visited, a.extra-link:hover, a.extra-link:active{
	color: #FF8502;
	text-transform: lowercase;
	font: normal 11px Arial;
}
.sidebox-body ul a.extra-link{
	color:#b3b3b3;
	text-decoration:underline;
	text-align:left;
	display:block;
}
.sidebox-body ul a.extra-link:hover{
	text-decoration:none;
}
/*/[arinamark]*/ 
/* /recently viewed */

/* product LIST view styles */
.discount-label {
	background: url('images/discount_label_left.png') no-repeat left top;
	padding: 0px 0px 0px 10px;
}
.product-details-options .discount-label {
	margin-top: 24px;
}
.discount-label em {
	background: #37aae8 url('images/discount_label_right.png') no-repeat right top;
	padding: 4px 4px 4px 1px;
	color: #ffffff;
	font: normal bold 13px Arial, Helvetica, sans-serif;
	min-width: 28px;
	text-align: center;
	height: 16px;
}
.discount-label em strong {
	font-weight: normal;
}
.product-config-header {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
.product-list-price {
	padding-bottom: 4px;
}
/* /product LIST view styles */

/* pagination styles */
/*.pagination {
	background-color: #edf8fe;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	border: 1px solid #edf8fe;
}
.pagination a:hover, .pagination-selected-page {
	border: 1px solid #014ead;
	background-color: #ffffff;
}
.pagination-selected-page {
	font-weight: bold;
}*/
/* /pagination styles */

.info-field-title {
	background-color: #f3f3f3;
}

/* product details styles */
/*[arinamark]*/
.product-details-options {
/* 	background-color: #ffffbf; */
}
/*/[arinamark]*/
.product-details-options .button-submit-action, .product-details-options .text-button {
	margin-right: 5px;
}
/* /product details styles */

/* List with circle bullets */
ul.bullets-list li {
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
	padding: 1px 0px 6px 11px;
}
/* /List with circle bullets */

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

.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
}
/* /List with 2 arrows as bullet */

/* Tree list */
li.cm-expanded {
	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 */

/* Arrow list */
.arrow-list li {
	padding-left: 10px;
	background: url('images/icons/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
	margin: 0 0 5px 0;
}
/* /Arrow list*/

/* inside list */
.inside-list li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
/* /inside list*/

/* Action bullets */
.action-bullets {
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	background: url('images/icons/dot_dark.gif') no-repeat 2px 6px;
	padding: 0px 10px 0px 13px;
}
.cm-tabs-content ul li, .wysiwyg-content ul li, .category-description ul li/*, ul.bullets-list li*/ {
	background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
	padding: 1px 0px 6px 11px;
}
/* /Action bullets*/

/* No bullets */
ul.no-markers li, .wysiwyg-content ul.no-markers li {
	background-image: none;
	list-style-type: none;
	padding-left: 0px;
}
/* /No bullets */

/*[arinamark]*/
.delim {
	background: url('images/tools_delim.gif') repeat-x center center;
}
/*/[arinamark]*/

/* 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 #c6d8dd;
}
.checkout-steps {
	background-color: #F1F1F1;
}
.step-title-active {
	background: #fafafa url('images/op_checkout_title_active_bg.gif') repeat-x bottom;
	border-bottom: 1px solid #c6d8dd;
}
.step-title span.float-left, .step-title-active span.float-left {
	color: #858585;
}
.step-title-active span.float-left {
	color: #ff7800;
}
.step-body .shipping-rates label {
	font: italic normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8ca1a1;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
	font: normal 17px Arial;
	color: #858585;
	background: url('images/icons/step_arrow.gif') no-repeat 3px 7px;
}
.step-title-active a.title, .step-title-active a.title:hover {
	color: #242424;
	background: url('images/icons/step_arrow_active.gif') no-repeat 0px 7px;
}
.step-complete-wrapper, .step-complete-wrapper strong {
	color: #858585;
	font: italic 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.step-complete-wrapper strong {
	font-weight: bold;
}
.step-complete-wrapper span {
	font-style: normal;
}
p.step-complete-wrapper {
	padding-top: 11px;
}
.step-complete-text {
	color: #858585;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	font: normal 11px Arial;
	padding-top: 2px;
	padding-right: 3px;
}
#list_payment_methods {
	margin-left: -8px;
}
#summary {
	padding: 10px 0 5px 0;
}
.multiple-profiles, .multiple-profiles strong {
	font-style: normal;
}
.multiple-profiles .form-field {
	margin-bottom: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
}
.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0px;
}
.step-complete-wrapper ul.bullets-list li {
	background-image: url('images/icons/step_bullet.gif');
}
/* /One page checkout styles */

/* Estimation form */
.estimation-popup-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;
}
#previewer_window {
	color: #000000;
}
#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 {
	border: 1px solid #c1d4eb;
}
a.cm-cur-item, .product-variant-image-selected {
	border: 1px solid #0551ae;
}
/* /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;
}
.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" */
/*[arinamark]*/
.product-filters li{
	margin-left:0px;
}
.product-filters li a{
	color:#000000;
	text-decoration:none;
}
.product-filters li a:hover{
	text-decoration:underline;
}
.product-filters .details {
	color: #000000;
	font-weight: normal;
}
/*/[arinamark]*/
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url('images/icons/delete_icon.gif') no-repeat 0px 3px;
	text-transform: lowercase;
	font-size: 11px;
}
/* /block "Product filters" */

/* captcha */.image-captcha {
	border: 2px solid #FF8A00;
	cursor: pointer;
}
.captcha-input-text {
	border: 1px solid #d2d9e1;
	font: bold 16px Arial;
	padding: 4px 2px;
}
/* /captcha */

/* Select languages */
.select-link, .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 3px;
}
/*[arinamark]*/
.select-wrap .select-link, .select-wrap .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 2px;
	color:#939292;
}
/*/[arinamark]*/
.cm-select-list a.active {
	font: bold 12px Arial;
}
.select-popup {
	border: 1px solid #cecece;
}
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;
}
.localization {
	background: url('images/top_tools_delim.gif') no-repeat 0px 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 */

/* Statistic list */
ul.statistic-list {
	background-color: #F1F1F1;
}
/* /Statistic list */

/* plain/dynamic menu */
/*[arinamark]*/
.subcategories-link, .subcategories-link:visited, .subcategories-link:hover, .subcategories-link:active {
	color: #636363;
}
.subcategories-link-active, .subcategories-link-active:visited, .subcategories-link-active:hover, .subcategories-link-active:active {
	color: #636363;
/*	font-weight: bold;*/
}
/*/[arinamark]*/
.sitemap-list {
	padding-top: 10px;
}
ul.sitemap-list li {
	padding-left: 10px;
	background: #ffffff url(images/icons/left_menu_arrow.gif) no-repeat 0px 6px;
}
/* /plain/dynamic menu */

/* File uploader */
.attach-images-alt label {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
.sku{
	color:#b0b5b9;
}
#cart_items .sku {
	font: 10px Arial;
	color: #858585;
}
.quantity, .quantity label, .quantity .input-text, .quantity .sub-price, .quantity .price {
	font: normal 11px Arial;
}
.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;
}
.product-description a.cm-combo-off {
	background-image: url('images/icons/prod_details_expanded.gif');
}
.product-description .button-submit-action, .product-description .text-button {
	margin-right: 5px;
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container em {
	background: #d1d1d1 url('images/pb_step.gif') no-repeat 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url('images/pb_step_complete.gif');
}
.pb-container .active em {
	background-color: #202020;
	background-image: url('images/pb_step_active.gif');
}
.pb-container a, .pb-container span {
	color: #a1a1a1;
}
.pb-container span.active {
	color: #222020;
}
/** /progress bar styles **/
/* /classic checkout */

/* Log in/out styles */
#sign_io {
	color: #014ead;
}
.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: #ffffff url('images/icons/icon_username.gif') no-repeat 6px 4px;
}
.login-popup .form-field .password {
	background-image: url('images/icons/icon_password.gif');
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #a5a5a5;
	font-size: 11px;
}
/* /breadcrumbs */

.manage-post {
	background-color: #f2fafc;
}
.posts em {
	font-size: 11px;
}

/* checkout login */
.login-table td.login {
	background: url('images/sidebox_vert_delim.gif') repeat-y right;
}
.order-status {
	background: #eff8fc url('images/icons/ajax_loader.gif') no-repeat 5px center;
	border: 1px solid #c1d1d5;
}
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: 0px;
}
.exception-body h2 {
	color: #373737;
	font: bold 42px Arial, Helvetica, sans-serif;
	padding: 32px 0px 2px 0px;
	margin: 0px;
}
.exception-body h3 {
	margin: 0px 0px 28px 0px;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.exception-menu li {
	background: url('images/icons/list_arrow.gif') no-repeat 0px 5px;
	padding: 0px 0px 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: 0px;
}
.form-field label {
	font: normal 12px Arial;
}
.product-list-field label {
	font: normal 10px Arial;
}
.product-list-field, .product-list-field input, .product-list-field textarea, .product-list-field select {
	font-size: 11px;
	width:180px;
}
.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 Arial;
}
.search-field textarea {
	border: 1px solid #83bdcb;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 11px;
	text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #d5d5d5;
}
#content_discussion p.stars {
	padding: 3px 0 15px 0;
	text-align: right;
	margin: 0px;
}
.post-author {
	text-align: right;
	padding: 3px 0 0 0;
	font-size: 11px;
}
.left-column .post-author, .right-column .post-author {
	padding: 3px 0 15px 0;
}
.post-message {
	padding: 0;
	font-style: italic;
}
.tags-group {
	font: italic normal 13px Arial, Helvetica, sans-serif;
}
.tags-list-container {
	padding: 0 0 10px 7px;
}
.cm-hint {
	color: #A5A5A5 !important;
}

/* Product notification */
.product-notification {
	background-color: #e8f8f8;
}
.product-notification .notification-body {
	background-color: #ffffff;
	height: 73px;
}
/* /Product notification */

/*[arinamark]*/
a.secondary-link {
	font-size: 11px;
	color:#429bde;
}
/*/[arinamark]*/
.stars {
	padding-bottom: 0;
}
.in-stock, .out-of-stock {
	color: #009900;
	padding: 4px 0 0 0;
}
.out-of-stock {
	color: #666666;
}
.features-list {
	margin: 0px;
	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: 11px;
}
.product-info, .product-info .add-product {
	padding-left: 10px;
}
.product-prices {
	padding-top: 7px;
}
.prices-container {
	padding-bottom: 5px;
}
.product-info {
	padding-left: 20px;
}
.compact-link .product-title, .compact-link .product-title:visited, .compact-link .product-title:hover, .compact-link .product-title:active {
	font-weight: normal;
}
.compact-link .text-button, .compact-link .text-button:visited, .compact-link .text-button:hover, .compact-link .text-button:active, .compact-link .text-button-act, .compact-link .text-button-act:visited, .compact-link .text-button-act:hover, .compact-link .text-button-act:active {
	font-size: 11px;
	background-position: right 5px;
}
/*[arinamark]*/
.price .price{
	color:#ff8b00;
}
/*main styles*/
.central-column{
	width:540px;
	margin-left:190px;
}
.left-column{
	margin-left:-926px;
}
.container-right .central-column{
	width:730px;
	margin-left:190px;
}
.container-right .left-column{
	margin-left:-922px;
}
.multicolumns-list td{
	text-align:center;
}
.container-long .central-column{
	padding:5px 20px;
	width:928px;
}
/*gery round*/
.bg-grad{
	background: #f5f6f7 url('images/pr_grad.png') repeat-x bottom left;
	border-right:#dfe0e1 1px solid;
	border-left:#dfe0e1 1px solid;
}
.right-bg{
	background: url('images/left_grad.png') no-repeat bottom right;
	margin-right:-1px;
}
.left-bg{
	background: url('images/left_grad.png') no-repeat bottom left;
	margin-left:-1px;
}
.top-gr{
	height:4px;
	background:#EAEDEF url('images/top_pr.gif') repeat-x left top;
}
.top-gr span{
	background:url('images/lt_rnd.gif') no-repeat left top;
	display:block;
	height:5px;
}
.btm-gr{
	background:#eaedef url('images/lb_rnd.gif') no-repeat left bottom;
	height:2px;
/*	margin-right:-11px;
	margin-left:-11px;*/
}
.btm-gr span{
	background:url('images/rb_rnd.gif') no-repeat right bottom;
	display:block;
	height:2px;
}
.top-gr span span{
	background:url('images/rt_rnd.gif') no-repeat right top;
}
.inner-window{
	background:#ffffff url('images/top_pr.gif') repeat-x left top;
	margin:0px auto 10px auto;
}
.inner-window .right-bg{
	padding-top:2px;
}
.product-table{
	margin:5px 10px;
}
/*welcome*/
.welcome-txt{
	width:350px;
	margin:40px 0px 0px 60px;
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
	font-family:Helios Lite, Arial;
}
.welcome-txt h1, .welcome-txt b{
	font-weight:normal;
	color: #89d3fe;
}
.welcome-txt h1{
	font-size:20px;
	font-family:Helios Lite, Arial;
}
.welcome-txt h1 span, .welcome-txt p{
	color:#ffffff;
	font-weight:normal;
	font-family:Helios Lite, Arial;
}
.welcome-txt p{
	padding: 3px 0px;
}
.deals-footer a{
	color:#ffffff;
}
.deals-main{
	background:#F5F6F7 /*url(images/pr_grad.png) repeat-x scroll left bottom*/;
	border-left:1px solid #DFE0E1;
	border-right:1px solid #DFE0E1;
	border-top:0px;
	border-bottom:0px;
}
/*.deals-main */.pagination{
	background:transparent;
	text-align:center;
}
.deals-main .top-gr{
	margin-left:-1px;
	margin-right:-1px;
}
/*.deals-main */.pagination a, /*.deals-main */.pagination a:visited, /*.deals-main */.pagination a:active{
/* 	border:1px solid #DCE0E3; */
	background:url('images/icons/pagination.gif') no-repeat left top;
	border:none;
/*	height:18px;
	width:18px;*/
	padding:1px 6px 2px 6px;
	color:#474747;
	text-decoration:none;
}
/*.deals-main */.pagination a:hover, /*.deals-main */.pagination-selected-page{
/* 	border:1px solid #429BDE; */
	background:url('images/icons/pagination_active.gif') no-repeat left top;
	border:none;
/*	height:18px;
	width:18px;*/
	padding:1px 6px 2px 6px;
	font-weight:normal;
	color:#ffffff;
}
.hot-deals-item a{
	font-size:12px;
	color:#6e6e6e;
	text-decoration:none;
	padding:5px 0px;
}
.mainbox-title span{
	color:#000000;
	font-weight:normal;
	font-size:20px;
}
.frame-options, .frame-options-top{
	background:#eaedef;
	border-left:#e1e4e6 1px solid;
	border-right:#e1e4e6 1px solid;
	padding-left:10px;
	padding-right:10px;
}
.frame-options-top .form-field, .frame-options .form-field{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}
.frame-options-top .top-gr, .frame-options .btm-gr{
	margin-left:-11px;
	margin-right:-11px
}
table.qty-discounts th{
	font-weight:normal;
	background:#eaedef;
}
.add-wish-btn, .add-wish-btn:hover, .add-wish-btn:link, .add-wish-btn:active, .add-wish-btn:visited{
	color:#000000;
}
.product-details-options .buttons-container{
	width:100px;
}
.img-frame{
	border: #cfcfcf 1px solid;
}
.img-nails{/*
	float:left;
	width:300px;*/
}
.img-nails .img-frame{
	float:left;
	margin:4px;
	display:inline-block;
}
.img-nails .img-frame .cm-thumbnails-mini{
	display:block;
	height:54px;
	overflow:hidden;
	margin:0px;
}
.img-frame a.cm-thumbnails-mini{
	border:none;
}
.img-rn-top-l{
	background:url('images/rnd_frame_br_tl.gif') no-repeat top left;
	margin:-1px;
}
.img-rn-top-r{
	background:url('images/rnd_frame_bl_tr.gif') no-repeat top right;
}
.img-rn-btm-l{
	background:url('images/rnd_frame_bl_tr.gif') no-repeat bottom left;
}
.img-rn-btm-r{
	background:url('images/rnd_frame_br_tl.gif') no-repeat bottom right;
	padding:5px 20px;
}
.product-image{
	text-align:center;
	width:260px;
}
/*
.product-image{
	width:200px;
}*/
/*top banner*/
.ctg-banner{
	background:#0f0f0f url('images/rnd_top_ctg_l.gif') no-repeat left top;
	height:136px;
	margin-left:20px;
	margin-right:20px;
}
.ctg-right{
	background:url('images/rnd_top_ctg_r.gif') no-repeat right top;
	height:136px;
	padding-left:5px;
}
.ctg-item{
	float:left;
	width:292px;
	margin:5px 2px;
	background:url('images/black_grad.png') no-repeat top left;
	padding:5px;
}
.ctg-image{
	background:#ffffff url('images/ctg_img_top.gif') repeat-x top left;
	border-bottom:#909090 1px solid;
	height:106px;
	float:left;
	max-width:130px;
	overflow:hidden;
}
.img-left{
	background:url('images/ctg_img_l.gif') no-repeat top left;
	margin-bottom:-1px;
	margin-right:-1px;
	margin-left:-1px;
}

.img-right{
	background:url('images/ctg_img_r.gif') no-repeat top right;
	padding:3px;
}
.ctg-image img{
	border:none;
}
.ctg-desc{
	font-family: Helios Lite, Arial, sans-serif;
	margin-left:30px;
	padding-top:5px;
	width:45%;
}
.ctg-desc span{
	color:#ffffff;
	font-size:15px;
}
.ctg-desc p{
	color:#999999;
	height:50px;
	overflow:hidden;
}
.ctg-desc a, .ctg-desc a:hover{
	background:#7BC3F7 url(images/but_left_black.png) no-repeat scroll left top;
	height:20px;
	display:block;
	float:left;
	padding-left:6px;
	text-decoration:none;
}
.ctg-desc a span{
	font-size:12px;
	background:url(images/but_right_black.png) no-repeat scroll right top;
	text-decoration:none;
	display:block;
	height:19px;
	padding-right:6px;
	padding-top:1px;
	font-family:Arial, sans-serif;
}
.sidebox-body a, .sidebox-body a:hover{
	color:#000000;
}
.qty-discount{
	position:absolute;
	margin-top:20px;
	margin-left:-11px;
}
#content_subscribtion .qty-discount{
	position:static;
	margin-top:0px;
	margin-left:0px;
}/*
.buttons-container{
	margin-top:100px;
}*/
.qty-discount table tr.top-qty td, .qty-discount table tr.top-qty th{
	border-bottom: 1px dotted #d1d1d1;
}
.qty-discount table tr.top-qty th{
	background:#CFDFE7 url(images/sb_title_left.png) no-repeat scroll left top;
}
.qty-discount table td, .qty-discount table.qty-discounts th{
	border-left:0px;
	border-top:0px;
/* 	border-bottom:0px; */
}
.qty-discount table td{
	border-right: 1px dotted #d1d1d1;
	border-bottom:1px solid #dadbdb;
}
.qty-discount table.qty-discounts th{
	border-right: 1px solid #e1e4e6;
	background:#CFDFE7 url(images/tadle_btm.png) no-repeat scroll left bottom;
}
.qty-discount table tr.top-qty td{
	border-top:1px solid #dadbdb;
}
.qty-discount table td.last-el{
	border-right:0px;
	border-bottom:0px;
	background:url(images/table_right.gif) no-repeat scroll right bottom;
}

.qty-discount table tr.top-qty td.last-el{
	border-top:0px;
	background:url(images/table_right.gif) no-repeat scroll right top;
}
.sidebox-body ul.dropdown-vertical {
	width:140px;
}
/*
.qty-discount table{
	border-top:1px solid #dadbdb;
	border-bottom:1px solid #dadbdb;
	border-right:1px solid #dadbdb;
	border-left:1px solid #e1e4e6;
}*/
/*/[arinamark]*/
