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

body {
	font: 14px arial;
	border-top: 4px solid #292926;
	line-height: 20px;
	background: url("images/bottom_bg.gif") repeat-x 0 bottom;
}
h2 {
   font: bold 16px arial;
   margin: 8px 0 5px;
}
#content {
	min-height: 400px;
}
p {
   padding: 8px 0 12px;
}
#decor_container {
	 /*background: url("images/snow_shop.gif") repeat-x left top;  */
	 background: url("images/leaves_shop.gif") repeat-x left top;
}
#container {
	width: 838px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.helper-container {
	background: url("images/site/topper_menu_bg.gif") repeat-x 0 0 ;
}
.header-helper-container, #header {
	position: relative;
}
.top-search, .content-tools-helper .float-right, .cart-list-icon {
	display: none;
}
.central-column .input-text, .central-column .input-text-auto, .central-column .input-text-large, .central-column .input-text-medium, .central-column .input-text-short, .central-column .input-text-100 {
    height: 18px;
}
.product-main-info .input-text, .product-main-info select, .product-main-info textarea {
    background: #ffffff;
    border: 1px solid #dfe6ed;
}

.product-main-info ul {
	margin: 4px 0 18px 9px !important;
}
.product-info p {
	padding: 0 0 15px 0;
}
.product-info .product-title {
	font: bold 16px Arial !important;
    letter-spacing: -0.5px;
	text-decoration: none;
}
.product-info .product-title:hover {
	text-decoration: underline;
}
.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;
}
.form-field .input-text, .form-field select, .form-field textarea {
	background: #FBFBF7;
	border:1px solid #E3E2D9;
	color:#2D2D2D;
}
.product-main-info .input-text, .product-main-info 	select, .product-main-info textarea {
	background: #ffffff;
	border: 1px solid #dfe6ed;
}
select {
	border: 1px solid #dfe6ed;
	padding: 1px;
}
a, a:visited, a:hover, a:active {
	color: #017384;
}
hr {
	border: 0px solid #eaf0f5;
	border-top-width: 1px;
}
img {
	border: 0;
}
.content-wrapper {
	width: 838px;
	margin: auto;
}
.dark-hr {
	border-color: #e3e3e3;
}
hr.dashed {
	border: 0 none;
	border-bottom: 1px dashed #909090;
}
.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;
	font-size: 11px;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	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: 4px 6px 6px 26px;
	font-size: 12px;
	font-weight: bold;
	color: #3f0000;
	line-height: 14px;
}

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

/* Top styles */
.logo  {
	margin:5px 2px 0 90px;
}
#top_line {
	background: #292926;
	height: 4px;
}
.topper-menu {
	background: /*#454335*/ #364244 /*#192122*/ url("images/site/topper_menu_bg.gif") repeat-x;
	height: 37px;
}
 
.tab-links {
	padding-top: 6px;
	float: left;
}
.tab-links ul {
	margin:0;
	padding: 0;
}
.tab-links li {
	background: transparent url("images/site/bg_tabs_left.gif") no-repeat 0 0;
/*	border-bottom:1px solid #826C55;*/
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: none !important;
	margin: 0;
	padding: 0 0 0 7px;
	float: left;
}

.tab-links span.content {
	background: transparent url("images/site/bg_tabs_right.gif") no-repeat right top;
	display: block;
	padding: 10px 10px 5px 3px;
}

.tab-links li:hover, #tabnav li:hover span.content {
	background-position: 0 -62px;
}

.tab-links li:hover span.content {
	background-position: right -62px;
}
/* Active tab */
.tab-links #tab_active, .tab-links #tab_active span.content {
	background-position: 0 -31px;
}
.tab-links #tab_active span.content {
	background-position: right -31px;
}
.tab-links #tab_active span.content a {
	color: #000000;
}
/* /Active tab */

.tab-link:link, .tab-link:active, .tab-link:hover, .tab-link:visited {
	text-decoration: none;
	color: #ffffff;
	font: bold 14px arial, verdana, arial, sans-serif;
	padding: 10px 6px 0px 8px;
}
.logo-image-wrapper {
	width: 19%;
	float: left;
}
.logo-image {
/*	float: right;*/
	position: absolute;
	right: 5px;
	margin-top: 7px;
}
span.contact_us a, span.contact_us a:visited {
	float: left;
	color: #b8ebf2;
	display: block;
	font: 12px arial, verdana, arial, sans-serif;
	padding: 5px 11px;
	margin: 7px 10px 0 20px;
	background: url("images/site/contact_us_tab.gif") no-repeat right top;
	text-decoration: none;
}
span.contact_us a:hover {
	color: #ffffff;
}

/* /Top styles */


/* Submenu */
.submenu {
	padding: 1px 0 0 0;
	background: #e7f4f9;
	border-bottom: 1px solid #d3eaf3;
	height: 25px;
}
.no-submenu {
	height: 3px;
}
.submenu ul {
	margin: 0;
	padding: 0;
}

.submenu ul li {
	float: left;
	margin: 1px 0 2px 0;
/*	padding: 0 3px 0 3px;*/
}

.submenu ul li a {
	padding: 0 3px 0 3px;
	margin: 0 20px 0 0;
	font: 13px arial;
}

#store_services #store a, #logo_services #logo a, #store_home #store_home a, #store_catalog #catalog a, #store_accaunt #my_account a, #store_cart #view_cart a, .active a {
	font-weight: bold !important;
	color: #333333;
	text-decoration: none;
	background: #ffffdb;
	padding: 0 3px 0 3px;
}

ul.menu-root-categories li {
	background: url("images/site/left_menu_arrow.gif") no-repeat scroll 0 7px !important;
	height: 1%;
	line-height: 16px;
	padding: 3px 6px 3px 10px;
	border-bottom: 1px dotted #c2dfe4;
}
ul.menu-root-categories li a, ul.menu-root-categories li a:hover {
	background: none;  
}
ul.menu-root-categories {
	padding: 0 ;
}

.menu-root-categories .active a {
	font-weight: bold !important;
	background: none;
	padding: 0;
}
.mainbox-container ul.menu-root-categories li {
	border-bottom: none;
}
.mainbox-container ul.menu-root-categories li a {
	font: normal 13px arial !important;
	text-decoration: none;
}
.mainbox-container ul.menu-root-categories li a:hover {
	text-decoration: underline;
}
.menu-root-categories li a {
	padding: 2px 0 4px 0 !important;
	text-decoration: none;
}
.menu-root-categories li a:hover {
	text-decoration: underline;
}
/* /Submenu */

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

/* cart box styles */
.cart-box-wrapper {
	position: absolute;
/*	margin-left: -180px;*/
	width: 171px;
	margin: 0 0 34px 8px;
}
.cart-box-wrapper a, .cart-box-wrapper p {
	font: normal 12px tahoma, verdana, arial, sans-serif;
}

.cart-box-bg {
	font: 12px tahoma;
	background: url("images/site/cart_box_bg.gif") no-repeat right 0;
	height: 34px;
	width: 114px;
	padding: 5px 0 5px 7px;
	line-height: 15px;
}
.cart-box-bg .empty-cart {
	padding: 8px 0 0 10px;
	font: 12px tahoma;
}
.cartbox-image {
	vertical-align: middle;
	margin: 0px 20px 0px 10px;
}
/* /cart box styles */



/* 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 #d0cebe;
	margin-top: 0px;
}
.section-title {
	background: #f3f1da 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 #d0cebe;
	background-color: #f6f5e4;
	padding: 9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}	
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #ffffff;
	font: bold 11px Tahoma;
	height: 24px;
	line-height: 13px;
	border: 0px none;
	margin: 0px;
}
.button-submit-action input, .button-submit input {
	padding: 3px 8px 4px 0
}
.button-submit-action input, .button-submit input, x:-moz-any-link {
	padding: 1px 7px 4px 0;
}
.button a, .button-action a {
	padding: 5px 10px 0 3px;
	height: 17px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action {
	background: #f67c1c url('images/but_left_action.png') no-repeat left top;
	height: 24px;
	padding-left: 8px;
}
.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, .button-action a {
	background: transparent url('images/but_right_action.png') no-repeat right top;
}

.product-main-info .product-info .button-submit-action, .button-action {
	background: #d10000 url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 32px;
        margin: 14px 0;
}
.product-main-info .product-info .button-submit-action input, .button-action a {
	font: bold 13px Arial, Helvetica, sans-serif;
	background: url('images/big_but_right.png') no-repeat right top;
	padding: 4px 21px 8px 9px;
	height: 32px;
	line-height: 16px;
}

.button-submit input, .button a {
	background: url(images/but_right.png) no-repeat right top;
}

.button-submit-big {
	background: #d10000 url('images/big_but_left.png') no-repeat left top;
	padding-left: 3px;
	height: 32px;
}
.button-submit-big input {
	font: bold 13px Arial, Helvetica, sans-serif;
	background: url('images/big_but_right.png') no-repeat right top;
	padding: 5px 21px 8px 9px;
	height: 32px;
	line-height: 16px;
}


.button-action a {
	padding: 6px 26px 8px 14px !important;
}

.button-submit-big input, x:-moz-any-link {
	padding: 1px 21px 7px 9px;
}
/* /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');
}
.go-button {
	padding-left: 3px;
}
.top-tools-container .go-button {
	padding-left: 4px;
}
.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;
}
.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 {
/*	color: #014ead;*/
	font-size: 13px;
}
.list-price {
	color: #757575;
	font: normal 12px Tahoma;
}
.price, .sub-price {
	color: #990000;
}
.product-main-info .price {
	font: bold 22px Arial !important;
}
.sub-price {
	color: #333333;
}
.discount {
	color: #666666;
}
.qty-in-stock {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.prod-info .price {
 	color: #bd0000;
    font: bold 15px Arial !important;
}

/* Product picker box */
.cm-picker-data-container {
	border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
	background: url('images/tabs_bg.gif') 0px 0px;
	padding: 0px;
}
.tabs ul li, .tabs ul li.cm-active {
	margin: 2px 2px 0 0;
	background: #ececec url(images/tab_left.png) no-repeat left top;
	padding: 0 0 0 3px;
}
.tabs ul li.cm-active {
	background: #dfe2e5 url(images/tab_left_active.png) no-repeat left top;
}
.tabs ul li a {
	display: block;
	padding: 6px 12px 4px 10px;
	height: 16px;
	background: url(images/tab_right.png) no-repeat right top;
}
.tabs ul li.cm-active a {
	background-image: url(images/tab_right_active.png);
}
.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 12px 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 12px Tahoma;
	color: #545454;
}
.tabs ul li a:hover {
	text-decoration: underline;
}
.cm-tabs-content {
	border: 1px solid #d9dbdd;
	border-top-width: 0px;
	padding: 15px 22px;
}
.tab-list-title {
	border-bottom: 1px solid #808080;
}
.header-description {
	display: none;
}
#content_block_description {
	padding: 0 0 0 0;
}
/* /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 #e6e6e6;
	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;
	margin: 0 3px 20px 3px;
	outline: 3px solid #F3F3F3;
}*/
.border {
	border: none;
	margin: 0 0 20px 0;
}
.no-items {
	background-color: #f1f4f6;
}
/* /common styles */

/* main styles */
#footer {
	margin-top: 30px;
    padding: 8px 0 5px;
}
/* Styles for the fixed width layout */

/* /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 */
#top_menu {
	padding: 6px 0 7px 0;
	text-align: left;
	clear: right;
	_height: 21px;
}
#top_menu .dropdown {
	padding: 0 !important;
}
#top_menu li.first-level a, #top_menu li.first-level a:hover, #top_menu li.first-level.cm-active a, #top_menu li.first-level.cm-active a:hover  {
	color: #ffffff;
	font: bold 14px arial;
	text-decoration: none !important;
}
.dropdown-vertical-rtl li a {
	color: #333333 !important;
}
#top_menu ul li.first-level, #top_menu ul li.first-level.cm-active {
	background: url('images/bg_tabs_right.gif') no-repeat right top;
	padding: 0 2px 0 0;
	margin: 0 0 0 0;
	text-align: left;
	border: 0px none;
	height: 31px;
}
#top_menu ul li.first-level:hover {
	background-position: right -62px;
}
#top_menu ul li.first-level.cm-active {
	background: url('images/bg_tabs_right.gif') no-repeat right top;
/*	margin: -4px 0 -1px 3px;*/
/*	height: 32px;*/
}
#top_menu ul li.first-level.cm-active {
	background-position: right -31px;
}

#top_menu ul li.first-level span {
	background: url('images/bg_tabs_left.gif') no-repeat left top;
}
#top_menu ul li.first-level span a {
	display: block;
	padding: 10px 14px 4px 18px;
}
#top_menu ul li.first-level:hover span {
	background-position: 0 -62px;
}

#top_menu ul li.first-level.cm-active span {
	background: url('images/bg_tabs_left.gif') no-repeat left top;
}
#top_menu ul li.first-level.cm-active span a {
	display: block;
	padding: 10px 15px 4px 19px;
}
#top_menu ul li.first-level.cm-active span {
	background-position: 0 -31px;

}
#top_menu ul ul {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
/*	background: #caf0f9 url('images/top_tools_bg.gif') repeat-x;9*/
	padding: 0;
	height: 28px;
	position: absolute;
	right: 0;
/*	width: 300px;
	float: right;
*/
}
.top-tools-container span.float-left {
	background: url('images/top_tools_left.gif') no-repeat top left;
	display: none;
}
.top-tools-container span.float-right {
	background: url('images/top_tools_right.gif') no-repeat top right;
	display: none;
}
.search-selectbox {
	border: 1px solid #83bdcb;
}
.search-input {
	border: 1px solid #83bdcb;
}
.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;
}
/* /top tools styles */

.quick-links {
	text-align: right;
	float: none;
	padding-bottom: 0px;
}
#footer .quick-links {
	font: 12px arial;
}
.header-helper-container .quick-links {
	display: none;
}

/* content-tools */
.content-tools {
	background: #f1f1f1 url('images/content_tools_bg.gif') repeat-x left bottom;
	padding: 3px 5px 0 7px;
	margin-bottom: 5px;
	display: none;
}
.content-tools span.float-left, .content-tools span.float-right {
	background: url('images/content_tools_left.gif') no-repeat bottom left;
	width: 5px;
	height: 33px;
	margin: -3px 0px 0px -7px;
}
.content-tools span.float-right {
	background: url('images/content_tools_right.gif') no-repeat bottom right;
	margin: -3px -5px 0px 0px;
}
/* /content-tools */

/* cart box styles */

#cart_status {
	font-size: 12px;
}
#cart_status .checkout-link a, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
	background: #f2fbb5 url('images/icons/cart_arrow.gif') no-repeat 95% 8px;
	font-size: 12px;
}            
.checkout-link {
	padding-top: 2px;	
}
.checkout-link a {
	margin-left: 5px;
	display: none;
}
.full-cart a {
	display: block;
}
.cart-list .full-cart a {
	display: inline;

}

.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
	background-color: none !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: none !important;
}
.cart-list {
/*	background: url('images/cart_list_bg.gif') no-repeat 0px 24px;*/
	border: 3px solid #f3f3f1;
	margin-top: 24px;
}
.list-container {
	border: 1px solid #dddddd;
	background: #ffffff;
	margin-top: 0;
	padding-top: 4px;
}
.cart-list .list {
	border: 1px solid #d6d6d6;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background: #f5f5f6;
}
#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_status .float-left strong {
	font: normal 12px arial;
}

/* /cart box styles */

/* common sidebox style */
.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;
}
.sidebox-body {
	border-left: 1px solid #e0eef0;
	border-right: 1px solid #e0eef0;
	padding: 10px 13px 10px;
}
.sidebox-bottom {
	background: #e0eef0 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, .sidebox-body p, .sidebox-body div {
	font-size: 12px;
}
.sidebox-body ul a, .sidebox-body ul a:visited, .sidebox-body ul a:hover, .sidebox-body ul a:active {
	font-size: 12px;
}
/* /common sidebox style */

/* categories sidebox style */

.sidebox-categories-wrapper .sidebox-title {
	background: #417279 url("images/site/cat_left.gif") no-repeat top left;
	margin: 0;
	padding: 0 0 0 12px;
}
.sidebox-categories-wrapper .sidebox-title span {
	font: bold 14px tahoma, verdana, arial, sans-serif;
	display: block;
	background: #417279 url("images/site/cat_right.gif") no-repeat top right;
	padding: 8px 0 10px 0;
	margin: 0;
	color: #ffffff;
}
.sidebox-categories-wrapper .sidebox-body {
	border: 1px solid #e0eef0;
	border-bottom: 1px solid #cfe0e9;
	border-top: 0px;
	color: #2d2d2d;
	background: #f6fcfd url("images/site/cat_box_bg.gif") repeat-x bottom right;
	padding: 8px 8px;

}
/* /categories sidebox style */

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

.container-right .central-column, .container-left .central-column {
    margin: 0 0 15px 208px;
    padding: 0 0 15px 8px;
    width: 622px;
}
.container-left .central-column {
    margin: 0 172px 15px 0;
    padding: 0 22px 15px 2px;
    width: 619px;
}
.left-column {
	width: 190px;
	margin-left: -836px;
}
.right-column {
	width: 190px;
	margin-left: -167px;
	margin-top: 50px;
}
/* mainbox */
.mainbox-title {
	padding: 15px 0 12px;
}
.mainbox-title span {
	color: #57b8f0;
    font: bold 34px Arial,Helvetica,sans-serif;
}

.product-main-info h1.mainbox-title {
}
.product-main-info .tab-list-title {
	display: none;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	background: url('images/subheader_bg.gif') repeat-x left bottom;
    padding: 26px 0 8px 0;
}
.mainbox2-title span {
	font: bold 26px tahoma;
}
.mainbox2-body {
    padding: 10px 2px 20px;
}
/* /mainbox2 */

.subheader, .subheader-first-item {
	background: url('images/subheader_bg.gif') repeat-x bottom;
	color: #936D46 /*#617280*/;
	display:block;
	font:bold 20px Arial,verdana,arial,sans-serif;
	margin-bottom:19px;
	padding:32px 0 5px;
}

.subheader-first-item {
	padding: 0px 0px 5px 0px;
}
.subheader2 {
	font: bold 11px tahoma, arial, verdana, sans-serif;
	padding-bottom: 3px;
	margin: 10px 0 2px 0;
}

/* color mainbox */
.mainbox-cart-title {
	background: #ecf6f8 url('images/mainbox_cart_title_bg.gif') repeat-x;
	font-size: 14px;
}
.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;
	display: none;
}

/* Bottom styles */
.bottom-copyright {
	color: #313131;
	font: 11px Arial, Helvetica, sans-serif;
}
.bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
	font-size: 11px;
}
.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, a.extra-link:visited, a.extra-link:hover, a.extra-link:active, .sidebox-body ul a.extra-link {
	color: #ff5400;
	text-transform: lowercase;
	font: normal 11px Tahoma;
}
/* /recently viewed */

/* product LIST view styles */
.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;
/*	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;
	padding: 2px 0 3px;
}
.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 #b8d4e3;
	background-color: #ffffff;
}
.pagination-selected-page {
	font-weight: bold;
}
/* /pagination styles */

.info-field-title {
	border-bottom: 1px solid #eeeeee;
    color: #936D46;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 4px 6px 1px;
}
.info-field-title em {
    font: 12px georgia;
	color: #999999;
}
/* product details styles */
.product-details-options {
	background-color: #ffffbf;
}
.product-details-options .product-container {
	padding: 0px;
}
/* /product details styles */

/* List with circle bullets */
ul.bullets-list li {
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
}
/* /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*/

.category-description {
    padding-bottom: 22px;
}

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

.delim {
	background: url('images/sidebox_delim.gif') repeat-x center center;
}

/* One page checkout styles */
.step-container, .step-container-active {
	background-color: #f8fdff;
	border: 1px solid #bee3e6;
}
.step-container-active {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.step-container {
	background-color: #fdfdfa;
	border: 1px solid #e4e4e4;
}
.checkout-steps {
	background: #f6f6f2;
	padding: 4px 4px 0 4px;
}
.step-title-active {
	background: #fff2c5;
	border-bottom: 1px solid #f6d974;
}
.step-title span.float-left, .step-title-active span.float-left {
	color: #cccccc;
}
.step-title-active span.float-left {
	color: #ff7800;
}
.step-body .shipping-rates label {
	font: italic bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8ca1a1;
}
.step-title span, .step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
	font: bold 17px Tahoma;
	color: #b4b4b1;
/*	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: #b4b4b1;
	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: bold 11px Tahoma;
	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;
}
#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;
}
/* /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" */
.product-filters .details {
	color: #959595;
	font-weight: normal;
}
.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 #d0e25a;
	cursor: pointer;
}
.captcha-input-text {
	border: 1px solid #d2d9e1;
	font: bold 16px Tahoma;
	padding: 4px 2px;
}
/* /captcha */

/* Select languages */
.select-link, .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 3px;
}
.select-wrap .select-link, .select-wrap .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 2px;
}
.cm-select-list a.active {
	font: bold 12px Arial;
}
.select-popup {
	border:1px solid #dadada;
	outline:3px solid #F3F3F3;
}
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: #f2f9db;
}
/* /Statistic list */

/* plain/dynamic menu */
.subcategories-link, .subcategories-link:visited, .subcategories-link:hover, .subcategories-link:active {
	color: #2d2d2d;
}
.subcategories-link-active, .subcategories-link-active:visited, .subcategories-link-active:hover, .subcategories-link-active:active {
	color: #2d2d2d;
	font-weight: bold;
}
.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 */
#cart_items .sku {
	font: 10px Tahoma;
	color: #858585;
}
.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;
}
.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 {
	background-color: #f9ffd2;
	border: 1px solid #e7e5da;
	padding: 9px 16px;
}
.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 {
	padding: 6px 0 0 0;
	padding-bottom: 0;
}
/* /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 !important;
	background-color: #ffdddd !important;
}
/** 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 13px Georgia;
	color: #555555;
}
.product-list-field label {
	font: bold 12px Tahoma;
}
.product-list-field, .product-list-field input, .product-list-field textarea, .product-list-field select {
	font-size: 12px;
}
.form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat 98% 6px;
}
.form-field label.cm-required  {
	width: 160px;
	margin-right: 0;
}
.select-field label, .form-field .select-field label {
	font: normal 11px Tahoma;
}
.search-field textarea {
	border: 1px solid #83bdcb;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	float: right;
	padding: 12px 0 0 0; 
}
/* /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;
	font: 11px arial;
	color: #777777; 
}
.post-message {
	padding: 0;
	font-style: italic;
}
.sidebox-body .post-message {
	font: 12px arial;
}
.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;
	-moz-box-shadow: 12px 12px 26px rgba(0,0,0,0.4);
	-webkit-box-shadow: 12px 12px 26px rgba(0,0,0,0.4);
	box-shadow: 12px 12px 26px rgba(0,0,0,0.4);
}
.product-notification .notification-body {
	background-color: #ffffff;
	height: 73px;
}
/* /Product notification */

a.secondary-link {
	font-size: 11px;
}
.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: 4px 0 2px 0;
	color: #232323;
	font-size: 12px;
}
.product-info .add-product {
	padding-left: 10px;
	display: none;
}
.product-prices {
	padding-top: 3px;
}
.prices-container {
	padding: 0 0 5px 0px;
	display: none;
}
.product-info {
	padding-left: 18px;
}

.multicolumns-list .price {
	font: bold 14px Arial !important;
}
.multicolumns-list p {
	padding: 0 0 7px 0;
}
.details-page .price {
	font: bold 22px Arial !important;
	color: #BD0000;
}
.list-product .product-info {
}	
.list-product .price {
	font: bold 15px Arial !important;
	color: #BD0000;
}
.list-product .product-title {
	font: bold 16px Arial !important;
	text-decoration: none;
	letter-spacing: -0.5px;
}
.list-product .product-title:hover {
	text-decoration: underline;
}
#content_required_products .price {
	font: bold 14px Arial !important;
}
.details {
	background: url("images/icons/text_but_arrow.gif") no-repeat scroll right 5px transparent;
	padding: 0 8px 0 0;
}
.shot-descr-text {
	display: block;
	margin: 0 0 10px 0;
}
.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;
}
.image-border .jcarousel-skin {
	border: 0 none;
}
#product_thumbnails {
	white-space: nowrap;
	text-align: center;
}
#product_thumbnails li {
	display: inline;
	padding: 0;
}
#product_thumbnails li a.cm-thumbnails-mini {
	margin: 0 1px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal, .prev-horizontal, .next-horizontal {
	background: #ececec url(images/icons/prev_but.gif) no-repeat 50% 50%;
	width: 12px;
	height: 38px;
	float: left;
	margin: 0 1px 0 0;
	cursor: pointer;
}
.jcarousel-next-horizontal, .next-horizontal {
	background-image: url(images/icons/next_but.gif);
	float: right;
	margin: 0 0 0 1px;
}
.product-main-info .jcarousel-clip-horizontal {
	margin: 0 auto;
}
.product-main-info .jcarousel-container-horizontal {
	margin: 0 auto;
}
.product-info .cm-tabs-content .input-text {
	width: 160px;
}
.product-info .cm-tabs-content .input-textarea {
	width: 200px;
}
.product-main-info .discount-label {
	margin: 27px 0 0 20px;
}
.product-main-info .stars {
	padding: 0 15px 0 0;
	float: left;
}

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

#login, #sign_io {
	z-index: 305;
}
#login{
	border: 3px solid #f3f3f3;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}
.demo-button {
	padding: 6px 30px;
	background: #d9f2ff;
}
.demo-button:hover {
	padding: 6px 30px;
	background: #c2eaff;
}

/* Notification styles */
.notification, .notification a {
	font: 12px arial;
}
.notification-wrapper {
	border: 1px solid #faf0ce;
	background: #fffeeb;
	padding: 8px;
	margin: 25px 20px 25px 20px;
}
.note-notification-wrapper {
	border: 1px solid #d4e7c0;
	background: #f0fbe5;
}
.codelisting-wrapper {
    border: 1px solid #e0e0e0;
    background: #f0f0f0;
    padding: 8px;
    margin: 25px 20px 25px 20px;
}
.warning {
	font: bold 13px arial, verdana;
	text-transform: uppercase;
	padding: 0 0 0 21px;
	margin: 0 0 4px 0;
	display: block;
	background: url("images/site/warning_icon.gif") no-repeat left 50%;
}
.note {
	font: bold 13px arial, verdana;
	text-transform: uppercase;
	padding: 0 0 0 21px;
	margin: 0 0 4px 0;
	display: block;
	background: url("images/site/note_icon.gif") no-repeat left 50%;
}
/* /Notification styles */

.ticked-list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 4px 0 20px 4px;
	padding:0;
	line-height: 23px;
}
.ticked-list li {
	background: url("images/site/tick.gif") no-repeat left 8px !important;
	padding: 2px 0 0 18px !important;
}
.product-container .product-item-image {
	border: 5px solid #ecf4f7;
	padding: 1px;
}
.product-container .product-item-image img {
	float: left;
}
.code-block  {
	background: none #f7f7f7;
	border-color: #D5D5D5 #E8E8E8 #E8E8E8 #D5D5D5;
	border-right:1px solid #E8E8E8;
	border-style:solid;
	border-width:1px;
	font: 12px courier new;
	margin:20px;
	padding:10px;
}

ol .code-block {
	margin: 14px 0 18px;
}
.multicolumns-list .product-title {
	padding: 0 15px;
	display: block;
}
.free {
	background: url("images/site/free_icon.gif") no-repeat  center center;
	height: 17px;
	margin: -3px 0 0 -3px;
	position: absolute;
	width: 51px;
}
.list-product .free {
	margin: -5px 0 0 -6px;
}
/* rss news */
.news-subscribe, .news-subscribe:link, .news-subscribe:visited {
	float: right;
/*	background: url("images/rss_icon.gif") no-repeat right 2px;*/
	padding: 2px 0 3px 0;
	position: absolute;
	margin: -2px 2px 0 66px;
}
.news-subscribe:hover {
	color: #333333;
	text-decoration: none;
}
.mail-subscribe, .twitter-icon {
	float: right;
	padding: 3px 0 3px 0;
	position: absolute;
	margin: -2px 2px 0 62px;
}
.twitter-icon {
	margin: -5px 2px 2px 84px;
}
.cm-tooltip {
	text-decoration: none;
	padding: 0 2px;
}

/* Live store styles */
.no-padding-right {
	padding-right: 0 !important;
}

.grid-img div.img-wrapper {
	float: left;	
	padding: 5px 36px 25px 0;
}
div.grid-img img {
	border: 3px solid #eeeeee;
	margin: 0 0 5px 0;
}
.grid-img .title {
	display: block;
	margin: auto;
	text-align: center;                                                 
}
.grid-img hr {
	clear: both;
}
/* /Live store styles */

/* header */


/* /header */


.site-news li strong {
	color: #999999;
	font: normal 12px Georgia !important;
}
.sidebox-body li a {
	line-height: 14px;
}
.sku {
	color: #aaaaaa;	
}
.product-info .sku {
	float: right;
}
.product-main-info p.sku {
	float: none;
	padding-left: 222px;
    position: absolute;

}
.product-options-container  {
	padding: 25px 15px 7px 4px;
	}
.product-options-container .description {
	display: none;
}

.scroller-container {
	border: 2px solid #e5e5e5;
	padding: 1px;
}
.image-border img  {
	border: 5px solid #ecf4f7;
}
.cm-thumbnails-mini img {
	border: none;
}

.product-notification-container, #previewer_window {
	z-index: 2000;
}
.login-popup .header {
	background-color: transparent !important;
}
.login-popup label {
	background: transparent !important;
}

.options-wrapper {
	padding: 10px 12px 10px 18px;
	margin:  7px 0 10px;
	border: 1px solid #e3ebeb;
	background: #f5f7f7;
	clear: both;
}
.multicolumns-list .buttons-container {
	display: none;
}
.multicolumns-list .border-bottom {
	border-bottom: none;
}
.menu-subcategories {
	padding: 2px 0 6px;
}
.menu-subcategories a {
	color: #333333;
}
.menu-subcategories li {
	padding: 2px 0 0;	
}

.central-content .menu-root-categories li {
	padding: 1px 6px 1px 10px;
}
.product-main-info #content_tags {
	clear: both;
	padding-top: 20px;
}
ol {
    margin: 0;
    padding: 0 0 10px 35px;
}
#payments_summary td {
	padding-right: 7px;
	vertical-align: top;
}
#sign_io .text-button {
	color: #555555 !important;
	font-weight: normal  !important;;
	padding-right: 8px  !important;;
}
#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%;
}
#step_two_body.step-body-active div.float-left {
    width: 56% !important;
}
.coupon-code-container {
    border-color: #7C8E8E;
    border-style: dotted;
    border-width: 1px 0;
    margin: 10px 0;
    padding: 6px 0;
}
.step-body-active label, .step-body-active, .step-body-active div, .review td .sku {
    color: #7C8E8E;
}
.step-body-active .subheader {
    font: bold 16px arial;
	padding: 15px 0 8px;
}
#step_four_body .form-field label {
	width: auto;
	font: bold 14px arial;
	color: #333333;
}
.step-title-active .button-big {
	display: none;
}
.step-complete-wrapper p {
	color: #B4B4B1;
}
.step-title {
    padding: 8px 23px 8px 18px;
}
#sign_io .login-popup a, .login-popup a:visited, .login-popup a:link {
	font: 12px arial !important;
	color: #444444 !important;
}
.mainbox-title .secure-page-title {
	background: url("images/icons/secure_icon.gif") no-repeat 0 4px;
    padding-left: 28px;
}
.subcategories {
	margin-bottom: 20px;
	padding-left: 2px;
}
.subcategories li {
	background: url("images/site/left_menu_arrow.gif") no-repeat 0 7px;
	padding-left: 8px;
}
.subcategories li a {
	font: bold 13px arial;
}
.notification-content {
	margin: 10px 0;
}
.cm-notification-container .notification-content {
	margin: 0;
}
#list_payment_methods label {
	color: #333333;
}
.sidebox-categories-wrapper {
    padding-bottom: 8px;
	margin: 0 !important;
}
.sidebox-wrapper {
	margin: 0 !important;
    padding-bottom: 9px;
    padding-top: 9px;
}
.ad-container {
	margin: 0 !important;
	padding: 4px 0;
}
.copyright-link, .copyright-link:active, .copyright-link:visited,  .copyright-link:link  {
	color: #444444;
	text-decoration: none;
}
.copyright-link:hover {
	text-decoration: none;
}
/*===Dropdown Menu===*/
.dropdown-vertical-rtl li a {
	font: bold 12px arial !important;
}
.bottom-search {
	display: none;
}
/*===Dropdown Menu===*/
ertical-rtl li a {
	font: bold 12px arial !important;
}
.bottom-search {
	display: none;
}
/*===Dropdown Menu===*/

.price-update, .price, .list-price {
	display: none;
}
.multicolumns-list td {
	padding-bottom: 0 !important;
}

.product-main-info .product-info {
	width: 622px;
	height: 1%;
	float: right;
}
.feedburnerFeedBlock p.date {
	margin-bottom: -2px;
	font: 12px georgia;
	color: #888888;
}
#content_block_attachments p {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #dddddd;
}
#content_block_attachments a {
	font-weight: bold;
}
.product-options-container {
	display: none;
}           
.product-info .buttons-wrapper {
padding-top: 0;
}