/* style css rebind */
td
{
padding:10px;
}

.header .links li {
    background: none;
}
.products-grid {
    background: none;
}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }

.header .links li { float:left; font-size:12px; padding:0 8px 0 7px; }

.header-container {
    background: none;
    border-bottom: 0;
    border-top: 0;
}

.header .form-search {
	background:none;
}

.dashboard .box-info .box-head h2 {
    background-image:none;
}

.data-table tfoot tr.first td {
    background: none;
}
.cart .discount h2 {
    background-image: none;
}
.cart .shipping h2 {
    background-image: none;
}



/* Reset ================================================================================= */
* {
	margin:0;
	padding:0;
}
body {
	background: #348dbc;
	font: 15px/1.7;
	text-align: center;
}
a {
	color:#348dbc;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
h2, h3, h4, h5, h6 {
	color: #348dbc;
}
h1, .page-title h1, .page-title h2 {
	color: #348dbc;
	font-size: 24px;
	font-weight: normal;
}
.col2-right-layout .page-title {
	padding: 0 0 0 0px;
	margin: 10px 0 15px 0;
}
.my-account .page-title {
	padding: 0 0 0 0;
	margin: 10px 0 15px 0;
}
.product-view .product-shop .product-name h1 {
	color: #348dbc;
	font-size: 24px;
	font-weight: normal;
}

.category-title {
	margin:0 0 6px 0;
}
h2 {
	font-size:12px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
}
p {
	margin:0 0 10px;
}

/* Layout ================================================================================ */
.wrapper {
	min-width: 951px;
}
.cms-home .wrapper {
	
	background: url(../images/bk.jpg) repeat-x 0 0;
}

a {text-decoration:none;}
.bg { text-decoration: none;
line-height:200%


}
.page {
	background: #fff url(../images/page_bg.gif) repeat-x 0 0;
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
}
.cms-home .page  {
	background: #fff url(../images/page_bg.gif) repeat-x 0 0;
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
}
.page-print {
	background:#fff;
}
.page-empty {
	background: #fff;
}
.page-popup {
	background: #fff;
}
.main-container {
	background:transparent;
	clear: both;
}
.main {
	padding: 4px 0px 10px 0px;
	width: 950px;
	background:transparent;
}
.wishlist-index-index .main {
	padding-top: 15px;
}
.cms-index-index .main, .cms-home .main {
	padding: 4px 0px 10px 0px;
	width: 950px;
}
.cms-index-index .home_page_header_block, .cms-home .home_page_header_block {
	margin: 2px 1px 0 0px;
}
.cms-index-index .home_page_header_block p, .cms-home .home_page_header_block p {
	margin: 0;
}
/* Base Columns */
.col-left {
	float: left;
	width: 192px;
	padding: 2px 0 1px;
}
.cms-index-index .col-left, .cms-home .col-left {
	padding: 0 0 1px;
}
.col-main {
	float: left;
	width: 710px;
	padding: 0 0 1px 10px;
}
.checkout-onepage-index .col-main {
	float: left;
	width: 700px;
	padding: 0 0 1px;
}
.col2-right-layout .col-main {
	float: left;
	width: 740px;
	padding: 0 0 1px 0px;
}
.col-right {
	float: right;
	width: 192px;
	padding: 0 0 1px;
}
.col2-right-layout .col-right {
	float: right;
	width: 194px;
	margin-top: 0px;
	padding: 0 0 1px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout {
	background: transparent;
}
.col2-right-layout {
	
}
.cms-index-index .col2-left-layout .col-main, .cms-home .col2-left-layout .col-main {
	width: 742px;
}
.col2-left-layout .col-main {
	width: 734px;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 535px;
	margin-left: 0px;
}
.col3-layout .col-wrapper {
	float: left;
	width: 742px;
}
/* Global Styles ========================================================================= */

/*header*/
.header-container {
	border: 0px;
	padding: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	padding: 0px;
	text-align: right;
	width: 100%;
	position: relative;
}
.header h2.logo {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.header .logo strong {
	display: none;
}
a.logo {
	margin: 20px 0px 0px 10px !important;
	padding: 0px 0px 0px 0px !important;
}
.nav-container {
	background: url(../images/menu_bg.gif) no-repeat 0 0;
	margin: 0px 0 0 0;
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	padding: 0px 0px 0px 20px;
	width: 930px;
	height: 38px;
}
#nav li {
	padding: 8px 30px 2px 0px;
	text-align: left;
	background: transparent;
}
#nav li.last {
	background: transparent;
}
#nav a {
	width: 100%;
	color: #ffffff !important;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 0px 0px 10px;
	height: 22px;
	line-height: 25px;
	font: bold 14px "Trebuchet MS";
	background: url(../images/main_nav_sp.gif) no-repeat 0% 40%;
}
#nav a:hover {
	color: #d0ebf8;
}
a.home {
	display: block !important;
	width: 15px !important;
	padding: 4px 0px 0px 0px !important;
	background: url(../images/icon_home.gif) no-repeat 0% 40% !important;
}
a.home span {
	display: none !important;
}

/********** < Navigation */

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height: 14px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background-image:none }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#fff; }
#nav a { float:left;  }
#nav li.over a,
#nav a:hover { color: #d0ebf8 !important;}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding: 0px 0px 0px 0px;  background: #3ea3d9 none; }
#nav ul li.last { background:#3ea3d9; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; text-align: left; text-transform: none !important; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:30px; left:-10000px; border:0; }
#nav div ul { position:static; width:auto; border:none; }
ul.level1 li a {
	background:  #42abe4 !important;
	color: #ffffff;
}
ul.level1 li a:hover {
	background: #66c6f8 !important;
	color: #ffffff;
}
/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#3ea3d9; }
#nav ul li a:hover { color: #fff; background:#66c6f8; background: -moz-linear-gradient(top, #53c4ff, #67c4f4);
background: -webkit-gradient(linear, left top, left bottom, from(#53c4ff), to(#87d6ff));}
#nav ul li a,
#nav ul li a:hover { color:#d0ebf8 !important; }
#nav ul span,
#nav ul li.last li span { /*padding:3px 15px 4px 15px; */}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/*search form*/
.search-block {
	width: 915px;
	height: 18px;
	margin: 0 auto 0px auto;
	padding: 3px 11px 12px 24px;
	position: relative;
	float: none;
	text-align: left;
	right: 0;
	background: url(../images/search_block_bg.gif) repeat-x 0 0;
}
.search-block p {
	color: #fff;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 0;
	width: 420px;
	position: relative;
}
.search-block p span {
	float: left;
}
.search-block p strong {
	padding-right: 7px;
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.search-block p a.details {
	display: block;
	float: right;
	margin-top: 2px;
	margin-left: 12px;
	height: 25px;
	line-height: 22px;
	padding: 4px 22px 0px 23px;
	text-decoration: none;
	background: url(../images/details_btn_split.gif) no-repeat 0 0;
}
.search-block p a.details:hover {
	background: url(../images/details_btn_split.gif) no-repeat 0 -31px;
}
.search-block p a.details span {
	color: #fff;
	float: left;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.search-block #search_mini_form {
	float: right;
	$width: 276px;
}
.search-block .form-search label {
	padding-top: 6px;
	float: left;
	color: #ffffff;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.search-block .form-search input.input-text {
	width: 193px;
	height: 14px;
	/*line-height: 12px !important;*/
	background: url(../images/search_input.gif) no-repeat 0 0;
	margin: 0px 0px 0px 3px !important;
	padding: 6px 0px 6px 12px;
	float: left;
	position: relative;
	border: 0;
	color: #919191;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.search-block .form-search input.input-text:focus {
	color: #6f6f6f;
}
.search-block .form-search button.button {
	float: right;
	position: relative;
	width: 26px;
	height: 26px !important;
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/search_btn.gif) no-repeat 0 0;
}
.search-block .form-search button.button:hover {
	background: url(../images/search_btn.gif) no-repeat 0 -29px;
}
.search-block .form-search button.button span {
	display: none;
}
.head_phone_block {
	position: absolute;
	top: 36px;
	right: 178px;
	text-align: right;
	color: #7f7f7f;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 30;
}
.head_phone_block .phone {
	color: #348dbc;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.head_phone_block small {
	color: #7f7f7f;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.head_phone_block .online-chat .chat-link {
	padding: 0px 0 3px 24px;
	background: url(../images/chat-link.gif) no-repeat 100% 0;
}
.head_phone_block .online-chat .chat-link span {
	display: none;
}
div.block-cart-top {
	float: right;
	width: 245px;
	height: 64px;
	position: relative;
}
div.block-cart-top .block-content {
	position: relative;
	margin-left: 70px;
}
div.block-cart-top .block-content .summary {
	margin: 60px 0 0 0px;
	$margin: 60px 0 0 0px;
	text-align: left;
}
div.block-cart-top .block-content .summary .amount {
	color: #4a4e59;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	text-align: center;
}
div.block-cart-top .block-content .actions {
	position: absolute;
	top: -20px;
	left: 55px;
}
div.block-cart-top .block-content .actions button.button-small {
	
}
/* REQUIRED BUTTON STYLES: */		
div.block-cart-top .actions button.button-small {
	position: relative;
	border: 0 !important;
	cursor: pointer;
	padding: 0;
	overflow: visible; /* removes extra side padding in IE */
}
div.block-cart-top .actions button.button-small::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
div.block-cart-top .actions button.button-small span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:15px;
	padding: 0;
	margin: 0;
}
div.block-cart-top .actions button.button-small span span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	div.block-cart-top .actions button.button-small span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
div.block-cart-top .actions button.button-small {
	padding: 0 6px 0 0;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(../images/button-small-split.gif) no-repeat right -22px;
	height: 15px !important;
}
div.block-cart-top .actions button.button-small span span {
	padding: 0px 0 0 7px;
	height: 15px;
	background: transparent url(../images/button-small-split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #fff;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}
div.block-cart-top .actions button.button-small:hover, div.block-cart-top .actions button.buttonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -66px;
}
div.block-cart-top .actions button.button-small:hover span span, div.block-cart-top .actions button.buttonHover span span {
	background-position: 0 -44px !important;
}
/*header links*/
.header .quick-access {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	width: 650px;
	position: relative;
	background: url(../images/block-cart-top_bg.gif) no-repeat 100% 0%;
}
.header .quick-access .switchers {
	position: absolute;
	top: 12px;
	$top: 5px;
	left: 329px;
	text-align: right;
	padding-top: 0px;
}
.header .quick-access .switchers label {
	display: none;
}

div.store-switcher, div.form-language {
	width: 110px;
	margin-left: 16px;
}
div.switchers select {
	border: 1px solid #ccc;
	background: #fff;
}
.header .form-language select {
	margin-left: 0;
}
.header .welcome-msg {
	position: absolute;
	top: 14px;
	left: 50px;
	text-align: left;
	color: #7f7f7f;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.header .welcome-msg span {
	color: #6a4e1f !important;
	font: 30px "Times New Roman", Times, serif;
}
div.top_static {
	text-align: right;
	margin: 0px 0px 4px 0px;
}
div.top_static p {
	margin:0;
	padding:0;
}
div.top_static a:link, div.top_static a:visited {
	color: #5d5d5d !important;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	text-decoration: none !important;
	padding: 0px 14px 0px 10px !important;
	background:url(../images/top_static_links_sp.gif) no-repeat 100% 50% !important;
}
div.top_static a:hover {
	color: #7b7b7b !important;
}
div.top_static a.last {
	background: none !important;
	padding: 0px 0px 0px 10px !important;
}
div.top_static a:hover {
	text-decoration: underline !important;
}
.header .links {
	float: right;
	margin: 0px 184px 0px 14px;
	height: 26px !important;
	line-height: 26px !important;
	background: url(../images/header_links_bg.gif) repeat-x 0 0;
	text-align: right;
	$min-width: 305px;
}
.header .links li {
	display: block;
	float: left;
	padding:0px 6px 0px 10px;
	
}
.header .links li.first {
	background: url(../images/header_links_left_bg.gif) no-repeat 0 0;
	padding:0px 10px 0px 2px !important;
}
.header .links li.last {
	padding:0px 13px 0px 10px !important;
}
.header .links a:link, .header .links a:visited {
	color: #fff;
	text-decoration: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/header_links_sp.gif) no-repeat 0% 50%;
	padding: 0px 0px 0px 10px;
	text-transform: none;
}
.header .links a:hover {
	color: #dff9ff;
}
.header .links li.last a {
	padding: 0px 0px 0px 10px;
}
.header .links li.first a {
	background: none;
}

/*breadvrumbs*/
.breadcrumbs {
	clear: both;
	margin-bottom: 0px;
	padding: 1px 0 4px 2px;
}
.breadcrumbs li {
	margin-right: 5px;
	color: #5d5d5d;
}
.breadcrumbs strong {
	font-weight: normal !important;
}
.breadcrumbs li strong {
	color: #6dbde5;
}
.breadcrumbs span {
	display: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #909090;
	text-decoration: none;
	padding-right: 14px;
	background: url(../images/breadcrumbs_sp.gif) no-repeat 100% 61%;
}
.breadcrumbs li.home a {
	color: #909090;
}
.breadcrumbs a:hover, .breadcrumbs li.home a:hover {
	color: #6dbde5;
}
/*------------------Footer-------------------*/
.footer-container {
	border-top: 0;
	background: transparent;
}
.footer {
	width: 950px;
	padding: 0;

	background: transparent;
}
.footer li {
	background: none;
}
.footer ul.links {
	padding-bottom: 2px;
	padding-top: 0px;
	background: #3983b2;	
}
.footer address {
	margin-bottom: 0px;
	padding-top: 2px;
	color: #8eb8d3;
	background: #3983b2 url(../images/footer_links_block_line.gif) repeat-x 0 0;
}
.footer a:link, .footer a:visited {
	color: #8eb8d3;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.join_us_block {
	margin-bottom: 13px;
	padding: 1px 1px 1px 45px;
	height: 63px;
	text-align: left;
	background: url(../images/join_us_block_bg.gif) no-repeat 0 0;
}
a.join:link, a.join:visited {
	display: block;
	width: 249px;
	height: 37px;
	line-height: 37px;
	background: url(../images/join_bg.gif) no-repeat 0 0;
	margin: 13px 14px 0px 0px;
	padding: 0px 20px 0px 10px;
	float: left;
	position: relative;
	text-decoration: none;
	color: #697073;
	font-size: 10px;
	text-align: center;
}
a.join:hover {
	text-decoration: none;
}
a.join strong {
	font-size: 24px;
	color: #3983b2;
	text-transform: uppercase;
	font-weight: normal;
}
a.join:hover strong {
	color: #6dbde5;
}
.footer .footer_block {
	margin-left: 0px;
	padding: 23px 20px 5px 43px;
	width: 887px;
	background: #3983b2 url(../images/footer_links_block.gif) no-repeat 0 0;	
}
.footer .footer_block {
	margin-left: 0px;
	padding: 15px 20px 5px 43px;	
}
.footer_block .links_block {
	clear: both;
	margin-bottom: 10px;
}
.footer_block .links_block div {
	float: left;
	width: 200px;
	margin-right: 92px;
}
.footer_block .links_block div.last {
	margin-right: 0;
	margin-left: 8px;
}
.footer_block .links_block div a.title {
	display: block;
	padding-left: 4px;
	color: #ffffff;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
}
.footer_block .links_block div a.title:hover {
	text-decoration: none; /*color: #348dbc;*/
	cursor: default;
}
.footer_block .links_block div ul {
	display: block;
}
.footer_block .links_block div ul li {
	display: block;
	text-align: left;
}
.footer_block .links_block div ul li a {
	color: #ffffff;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer_block .links_block div ul li a:hover {
	color: #d3f0ff;
}

.footer .design-by,  .footer .design-by a {
	padding-bottom: 0px;
	background: #3983b2; color: #489fd6;
	font: normal 10px Arial, Helvetica, sans-serif;
}
/*-------------------------------------------------------SIDE BARS-----------*/
.block {
	border: 0;
	margin: 0 0 14px;
	background: url(../images/block_bg.gif) repeat-y 0 0;
}
.block .block-title {
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	/*background: #beb5a3 url(../images/block_head_line.gif) no-repeat 0 100%;*/
	background: transparent;
}

.block-account .block-content li a, .block-account .block-content li.current strong, .block-account .block-content li.current { 
	border: 0 !important;
}
.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, 
.block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, 
.block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, 
.block-tags .block-title strong, .block-login .block-title strong {
	color: #333333;
}
.block .block-title strong {
	color: #fff;
	font: bold 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 4px 6px 12px;
	text-transform: uppercase;
	background: url(../images/block_head.gif) no-repeat 0 0;
}
.block .block-title strong span {
	padding: 0 0 0 0px;
}
.block .block-content {
	color: #313438;
	padding-top: 6px;
	padding-bottom: 13px;
	padding-left: 4px;
	padding-right: 2px;
	background: url(../images/block_bt.gif) no-repeat 0 100%;
}
.block-cart .block-content {
	color: #2f3135;
}
.block-cart .actions {
	padding-right: 48px;
}
.block-payment-options .block-content {
	padding-left: 9px;
}
.block-account .block-content {
	padding: 7px 10px 7px 13px;
}
.block li.odd {
	background: transparent;
}
.buy_theme .block-title {
	background: #beb5a3 url(../images/block_head_line.gif) no-repeat 0 100%;
}
.buy_theme .block-title strong {
	padding: 8px 4px 9px 10px;
	background: url(../images/block_head_theme.gif) no-repeat 0 0;
}
.buy_theme .block-content {
	padding-top: 6px;
	padding-left: 15px;
}
.buy_theme .block-content p.theme_price {
	float: left;
	color: #313438;
	font-weight: bold;
	font-size: 12px;
}
.buy_theme .block-content p.buy_theme {
	float: right;
	margin: 0 10px 10px 0;
}
.buy_theme .block-content p.theme_price span{
	color: #c40f02;
}
.buy_theme .block-content p {
	float: left;
}
p.forum {
	margin-bottom: 5px;
	clear: both;
	width: 100%;
}
p.forum a {
	background:url("../images/forum.gif") no-repeat 0 0;
	color:#2d2d2d;
	line-height:17px;
	padding:0 0 2px 26px;
	text-decoration: none;
}
p.more_themes a {
	background:url("../images/more.gif") no-repeat 0 0;
	color:#2d2d2d;
	line-height:17px;
	padding:0 0 2px 26px;
	text-decoration: none;
}
p.forum a:hover, p.more_themes a:hover {
	text-decoration: none;
	color:#a3a5aa;
}
.block-nav-container {
	padding:0 0 0 0;
}
.block-nav-container #left-nav {
	padding: 0 0 4px 0px;
	background: url(../images/block_bt.gif) no-repeat 0 100%;
}
.block-nav-container #left-nav li.level0 {
	padding-top: 3px;
	background: url(../images/left-nav-title.gif) no-repeat 0 0;
}
.block-nav-container #left-nav li.nav-1 {
	padding-top: 3px;
	background: url(../images/left-nav-title-first.gif) no-repeat 0 0;
}
.block-nav-container #left-nav li.level0 a {
	padding-left: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.block-nav-container #left-nav li.level0 a span {
	color: #1d778d;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.block-nav-container #left-nav ul.level0 {
	background: transparent !important;
	margin: 12px 0 5px 14px;
	padding:0px 0 0px 0 !important;
}
.block-nav-container #left-nav li.nav-1 ul.level0 {
	margin: 8px 0 5px 14px;
}
.block-nav-container #left-nav ul.level0 li.level1 {
	padding: 0 0 0 0 !important;
	line-height: 18px;
}
.block-nav-container #left-nav ul.level0 li.level1 a {
	height:20px !important;
	line-height: 18px !important;
	margin:0 !important;
	padding:0 10px 0 0px !important;
	text-transform:none !important;
}
.block-nav-container #left-nav ul.level0 li.level1 a span {
	color: #2f3135;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.block-nav-container #left-nav ul.level0 li.level1 a:hover{
	background: transparent;
}
.block-nav-container #left-nav ul.level0 li.level1 a:hover span {
	color: #348dbc;
}
.left_banner {
	margin-bottom: 15px;
	padding: 5px 4px 5px 4px;
	background: url(../images/leftbanner_bg.gif) no-repeat 0% 0;
}
.left_banner img {
	border: 1px solid #797f87;
}
.left_b_banner {
	text-align: center;
	margin-bottom: 12px;
}
.whyshopwithus {
	margin-bottom: 15px;
	height: 231px;
	padding: 14px 5px 0 15px;
	background: url(/media/whyshopwithus_bg.jpg) no-repeat 0% 0;
}
.whyshopwithus .title {
	display: block;
	margin-right: 10px;
	text-align: center;
	color: #041928;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.whyshopwithus ul {
	margin-top: 9px;
}
.whyshopwithus ul li {
	background: url(../images/bbul.gif) no-repeat 0% 6px;
	padding: 3px 4px 4px 20px;
	line-height: 13px;
}
.whyshopwithus ul li a {
	color: #348dbc;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.whyshopwithus ul li a:hover {
	color: #041928;
}
/*shop by, category*/
.block-layered-nav .block-subtitle {
	display: none;
}
.block-layered-nav .block-title {
	text-indent:0em;
	height: auto;
}
.block-layered-nav .block-title strong {
	
}
.block-layered-nav .block-content {
	border: 0;
	padding-top: 0;
	padding-bottom: 5px;
}
.block-layered-nav dt {
	background: none;
	font-weight: bold;
	color: #2f3135;
	padding: 4px 0px 3px 12px;
	text-transform:none;
}
.block-layered-nav li {
	padding-bottom: 1px;
	color: #2f3135;
}
.block-layered-nav a:link, .block-layered-nav a:visited {
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #348dbc;
	text-decoration: none;
}

.block-layered-nav dd {
/*	background: url(../images/block_line.gif) no-repeat 0% 100%;*/
}
.block-layered-nav .currently .label {
	background:none;
	font-weight:bold;
	padding-left:0px;
	text-transform:none;
	color: #a03319;
}
.block-layered-nav .currently .label span {
	font-weight:normal;
	color: #5d5d5d;
}
.block-cart .block-title, .block-popular .block-title, .block-account .block-title, .block-service .block-title {
	
}
/*block-cart*/
.block-cart .block-title strong {
	background: url(../images/block_head_cart.gif) no-repeat 0 0;
}
.block-cart .block-title strong span {
	padding: 0 0 0 16px;
}
.block-popular .block-title strong, .block-account .block-title strong, .block-service .block-title strong {
	
}
.block-cart .amount a {
	font-weight:bold;
	color: #348dbc;
}
.block-cart .subtotal .price {
	font-weight:bold;
	color: #348dbc;
}
/*block-subscribe*/
.block-subscribe .block-title {
	background: transparent;
}
.block-subscribe .block-title strong {
	display: block;
	padding: 14px 4px 12px 37px;
	background: transparent url(../images/block_head_subscribe.gif) no-repeat scroll 0 0;
}
.block-subscribe .block-title strong span {
	color: #2c85b4;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14px;
}
.block-subscribe .block-content {
padding-top: 0;
padding-left: 12px !important;
	padding-right: 2px;
}
.block-subscribe input.input-text {
	width: 146px;
	height: 20px;
	color: #ffffff;
	background: url(../images/subscribe_input.gif) no-repeat 0 0;
	border: 0;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}
.block-subscribe input.input-text:focus {
	background: url(../images/subscribe_input.gif) no-repeat 0 0;
}
.block-subscribe .input-box {
	float: left;
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.block-subscribe .actions {
	float: left;
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0;
}
.block-subscribe .button {
	display: block;
	height: 20px;
	width: 18px;
	background: url(../images/subscribe_btn.gif) no-repeat 0 0;
	margin: 0;
 $margin: 1px 0px 0px 0px;
	padding: 0;
	cursor: pointer;
}
.block-subscribe .button:hover {
	background: transparent url(../images/subscribe_btn.gif) no-repeat -18px 0px;
	cursor: pointer;
}
.block-subscribe .button span {
	float: left;
	position: relative;
	display: none;
}
/*compare*/
.block-compare .block-title strong {
background:url("../images/block_head_compare.gif") no-repeat scroll 0 0 transparent;
display:block;
padding:14px 4px 12px 37px;
}
.block-compare .block-title strong span {
color:#2C85B4;
font-size:14px;
font-weight:bold;
padding-left:2px;
text-transform:uppercase;
}
.block-compare .block-title small {
	display: none;
}
/*wishlist*/
.block-wishlist .block-title strong {
background:url("../images/block_head_wish.gif") no-repeat scroll 0 0 transparent;
display:block;
padding:8px 4px 12px 37px;
}
.block-wishlist .block-title strong span {
color:#2C85B4;
font-size:16px;
font-weight:bold;
padding-left:12px;
text-transform:uppercase;
}
.block-wishlist .block-title small {
	display: none;
}
/*popular*/
.block-popular .block-title strong {
background:url("../images/block_head_popular.gif") no-repeat scroll 0 0 transparent;
display:block;
padding:14px 4px 12px 37px;
}
.block-popular .block-title strong span {
color:#2C85B4;
font-size:14px;
font-weight:bold;
padding-left:16px;
text-transform:uppercase;
}
.block-popular .block-title small {
	display: none;
}
/*side-bar items*/
.block .block-content li.item {
	padding:7px 12px 0px 9px;
}
.block .block-content li.item .product {
	padding-bottom: 0px;
	border-bottom: 0px solid #c3dfee;
}
.block .block-content li.last .product {
	padding-bottom: 0px;
	border-bottom: 0;
}

/*side-bar prices*/
.block .regular-price, .block .regular-price .price, .old-price .price, .special-price .price-label {
	color:#697073;
	font-size:11px;
}
.old-price .price-label, .old-price .price {
	color:#697073;
	font-size:11px;
}
.special-price {
	padding-top: 0;
}

.special-price .price,
.special-price .price-label{
	font-weight: bold !important;
	color: #697073 !important;
}

.special-price .price {
	font-size:11px;
	color: #348dbc !important;
}
/*reccently view*/
#recently-viewed-items {
	margin-top: 4px;
	margin-left: 9px;
}
#recently-viewed-items li{
	padding-top: 1px;
	padding-bottom: 2px;
}
#recently-viewed-items a {
	font-weight: bold;
	text-decoration: none;
	color: #2F3135 !important;
}
#recently-viewed-items a:hover {
	color: #348dbc !important;
}
/*most popular, related */
.product-name a {
	text-decoration: none;
}
.block-content .old-price .price-label {
	display: none;
	color: #697073;
	font-weight: bold;
}
.block-content .special-price .price-label {
	display: none;
}
.block-content .old-price .price, .block-content .special-price .price, .block .regular-price, .block .regular-price .price {
	font-weight: bold;
	font-size: 11px;
}
.old-price .price {
	color: #697073;
	text-decoration: none;
}
.block-content .old-price .price {
	text-decoration: line-through;
}
.product-name a:hover {
	color: #348dbc;
}
.block .block-content ol {
	
}
/*****************************************************************************CATALOG****************/
.catpage_banner {
	margin-bottom: 9px;
	padding: 20px 4px 0 285px;
	height: 200px;
	color: #2f3135;
	line-height: 13px;
	background: url(/media/surfing4silver_page_banner.jpg) no-repeat 0% 0;
}
.catpage_banner img.title {
	margin-bottom: 9px;
}
.catpage_banner ul {
	margin-top: 14px;
}
.catpage_banner ul li {
	padding: 1px 4px 2px 11px;
	background: transparent url(../images/b_arrow.gif) no-repeat 0 5px;
}
.catpage_banner ul li a {
	color: #348dbc;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.catpage_banner ul li a:hover {
	color: #041928;
}
/*pager*/
.toolbar .pager {
	border: none;
}
.pager .amount, .pager .amount strong, .pager .limiter, .sorter, .sorter strong {
	font-weight: normal;
	color: #949595;
}
.pager .amount strong, .sorter strong {
	font-weight: bold;
}
.toolbar .pager a, .toolbar .sorter a {
	color: #008baf;
	text-decoration: none;
}
.toolbar .pager a:hover, .toolbar .sorter a:hover {
	text-decoration: underline;
}
.pager .pages {
	/*float: left;*/
	position: relative;
	padding-left: 20px;
	color: #9a9a9a;
}
.pager .pages li, .pager .pages li a {
	font-family: Arial;
	font-size: 12px;
}
.pager .pages strong {
	font-weight: normal;
	color: #9a9a9a;
	font-family: Arial;
}
.pager .limiter {
	width: 153px;
	padding-right: 3px;
	text-align: left;
}
.pager .limiter select, .sorter .sort-by select {
	background:none repeat scroll 0 0 #fff;
	border:1px solid #c3dfee;
	color: #2c2f33;
}
.pager .limiter select {
	margin-left: 12px;
	margin-right: 6px;
	width: 50px;
}
.sorter .sort-by select {
	margin-left: 12px;
	width: 96px;
}
.sort-by {
	float: right;
	position: relative;
}
.sorter .sort-by {
	width: 166px;
	padding-right: 0;
	text-align: left;
}
/*items*/
.products-list .product-image {
	width: 160px;
	height: 135px;
}
.products-list .product-shop {
	margin-left:175px;
}
/*название*/
.products-list .product-name, .products-list .product-name a {
	color:#348dbc;
	font-size:13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 8px;
}

.products-grid .product-name, .products-grid .product-name a {
	color:#348dbc;
	font-size:13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 0;
}

.products-list .product-name a:hover, .products-grid .product-name a:hover {
	color: #6dbde5;
}
/*описание*/
.products-list .desc {
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 130%;
}

.mini-products-list .product-name {
	
}

.mini-products-list .product-image {
	width: 50px;
}
.mini-products-list .product-details {
	margin-left: 62px;
}
/*Prices*/

.mini-products-list .product-details .price-box {
	margin: 0px 0 5px 0;
}

.products-grid .price-box {
	margin: 2px 0 0 0;
}

/*catalog price*/
.regular-price {
	color:#697073;
}
.regular-price .price {
	color: #348dbc;
	font-weight: bold !important;
	font-size:11px;
	
}
/* Form Elements */
input {
	font:12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	font-weight: bold;
}
select, textarea {
	font:11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#808080;
	font-weight: normal;
}
input.input-text, select, textarea {
	background:#f9fdff;
	border:1px solid #c3dfee;
}
select.multiselect option {
	
}
.sort-by select {
	width: 128px;
}

/* Form */
.form-list label {
	
}
.form-list label.required em {
	font-style:normal;
}
/* REQUIRED BUTTON STYLES: */		
button.button {
	position: relative;
	border: 0 !important;
	cursor: pointer;
	padding: 0;
	overflow: visible; /* removes extra side padding in IE */
}
 button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:21px;
	padding: 0;
	margin: 0;
}
button.button span span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.button span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.button {
	padding: 0 15px 0 0;
	font-size: 11px;
	text-align: center;
	background: transparent url(../images/small_btn_split.gif) no-repeat right -27px;
	height: 21px !important;
}
button.button span span {
	padding: 1px 0 0 15px;
	height: 21px;
	background: transparent url(../images/small_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #348dbc;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	font-family: "Trebuchet MS";
}
button.button:hover, button.buttonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -81px;
}
button.button:hover span span, button.buttonHover span span {
	background-position: 0 -54px !important;
}

.products-grid button.button, .products-list button.button, .add-to-cart button.button, 
.crosssell button.button, .compare-table button.button,
.checkout-onepage-index button.button {
	padding: 0 11px 0 0;
	font-size: 11px;
	text-align: center;
	background: transparent url(../images/blue_btn_split.gif) no-repeat right -31px;
	height: 21px !important;
}
.products-grid button.button span span, .products-list button.button span span, 
.add-to-cart button.button span span, .crosssell button.button span span, 
.compare-table button.button span span, .checkout-onepage-index button.button span span  {
	padding: 1px 0 0 11px;
	height: 21px;
	background: transparent url(../images/blue_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #fff;
	text-transform: none;
}
.products-grid button.button:hover, .products-grid button.buttonHover, .products-list button.button:hover, 
.products-list button.buttonHover, .add-to-cart button.button:hover, .add-to-cart button.buttonHover, 
.crosssell button.button:hover, .crosssell button.buttonHover, .compare-table button.button:hover, 
.compare-table button.buttonHover, .checkout-onepage-index button.buttonHover, .checkout-onepage-index button.button:hover
 { /* the redundant class is used to apply the hover state with a script */
	background-position: right -93px;
}
.products-grid button.button:hover span span, .products-grid  button.buttonHover span span, 
.products-list button.button:hover span span, .products-list  button.buttonHover span span, 
.add-to-cart button.button:hover span span, .add-to-cart button.buttonHover span span, 
.crosssell button.button:hover span span, .crosssell button.buttonHover span span, 
.compare-table button.button:hover span span, .compare-table button.buttonHover span span,
.checkout-onepage-index button.buttonHover span span, .checkout-onepage-index button.button:hover span span  {
	background-position: 0 -62px !important;
}

.checkout-types button.button span, #checkout-review-submit button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:25px;
	font-size: 14px/25px;
	padding: 0;
	margin: 0;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.checkout-types button.button span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
.checkout-types button.button, #checkout-review-submit button.button{
	padding: 0 26px 0 0;
	font-size: 14px/25px;
	text-align: center;
	background: transparent url(../images/r_arr_btn_split.gif) no-repeat right -33px;
	height: 25px !important;
}
.checkout-types button.button span span, #checkout-review-submit button.button span span {
	padding: 3px 0 0 17px;
	height: 25px;
	background: transparent url(../images/r_arr_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #fff;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}
.checkout-types button.button:hover, button.buttonHover, #checkout-review-submit button.button:hover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -99px;
}
.checkout-types button.button:hover span span, button.buttonHover span span,#checkout-review-submit button.button:hover span span {
	background-position: 0 -66px !important;
}
/********** btn-continue button ************/
button.btn-continue span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:25px;
	font: 14px/25px Tahoma, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.btn-continue span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.btn-continue {
	padding: 0 26px 0 0;
	font: 14px/25px Tahoma, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(../images/l_arr_btn_split.gif) no-repeat right -33px;
	height: 25px !important;
}
button.btn-continue span span {
	padding: 3px 0 0 26px !important;
	height: 25px;
	background: transparent url(../images/l_arr_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #fff;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}
button.btn-continue:hover, button.btn-continueHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -99px;
}
button.btn-continue:hover span span, button.btn-continueHover span span {
	background-position: 0 -66px !important;
}
/********** leftside cart button ************/
.block-cart .actions button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:20px;
	font: 14px/20px Tahoma, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
.block-cart .actions button.button {
	/*padding: 0 22px 0 0;*/
	font: 14px/20px Tahoma, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(../images/arr_btn_split.gif) no-repeat right -26px;
	height: 20px !important;
}
.block-cart .actions button.button span span {
	padding: 3px 0 0 15px;
	height: 20px;
	background: transparent url(../images/arr_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #fff;
	font: bold 11px  Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
}
.block-cart .actions button.button:hover, .block-cart .actions button.buttonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -78px;
}
.block-cart .actions button.button:hover span span, .block-cart .actions button.buttonHover span span {
	background-position: 0 -52px !important;
}
/********** / leftside cart button ************/
/********** add to cart button ************/
.product-shop .add-to-cart button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
	height:25px;
	font: 14px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
.product-shop .add-to-cart button.button {
	/*margin-top: 15px;*/
	float: none;
	$float: left;	
	display: block;
	padding: 0 15px 0 0;
	font: 14px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(../images/add_btn_split.gif) no-repeat right -33px;
	height: 25px !important;
}
.product-shop .add-to-cart button.button span span {
	padding: 3px 0 0 30px;
	height: 25px;
	background: transparent url(../images/add_btn_split.gif) no-repeat left top !important;
	border: 0 !important;
	color: #fff;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}
.product-shop .add-to-cart button.button:hover, .product-shop .add-to-cart button.buttonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -99px;
}
.product-shop .add-to-cart button.button:hover span span, .product-shop .add-to-cart button.buttonHover span span {
	background-position: 0 -66px !important;
}
/********** / add to cart button ************/
.product-view .box-tags .form-add .input-box {
	margin-right: 8px;
}
.product-view .box-tags .form-add .input-box input {
	height: 14px;

}
div.toolbar div.pager {
	padding: 3px 8px 3px 8px;
	margin-bottom: 2px;
	background: url(../images/toolbar_bg.gif) repeat-x 0 0;
}
div.toolbar div.sorter {
	padding: 3px 4px 11px 8px;
	background: url(../images/toolbar_bg.gif) no-repeat 0 0;
}
.toolbar-bottom {
	margin-top: 30px;
}
div.toolbar-bottom div.sorter {
	display: block;
}
div.toolbar-bottom .view-mode {
	padding-right: 20px;
}
div.toolbar-bottom .limiter {
	float: right;
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid  {
	padding-top: 5px;
}
.category-products {
	margin-right: 0px;
	margin-left: 0px;
}
.category-products ul.products-grid {
	margin: 0 10px 20px 9px;
	border-bottom: 0;
}
.cms-index-index .col2-left-layout .category-products, .cms-home .col2-left-layout .category-products {
	margin-right: 10px;
	margin-left: 0;
}
/*page products*/
.products-grid li.item {
	float: left;
	padding: 1px 10px 75px 0px;
	_padding: 1px 4px 80px;
	width: 140px;
	margin-right: 35px !important;
}
.cms-home .products-grid li.item {
	padding: 1px 10px 35px 0px;
	_padding: 1px 4px 40px;
}
/*
.products-grid li.first {
	float: left;
	padding: 1px 10px 36px 0px;
	_padding: 1px 4px 40px;
	width: 140px;
}*/
.products-grid .add-to-links {
    font-size: 10px;
    margin: 3px 0 0px 0px;
}
.products-grid .add-to-links a:link, .products-grid .add-to-links a:visited {
	text-decoration: none !important;
	padding-left: 10px;
	background: url(../images/b_arrow.gif) no-repeat 2px 4px;
}
.products-grid .add-to-links a:hover, .products-grid .link-wishlist:hover {
	color: #18acfb !important;
}
.minimal-price-link:hover, .minimal-price-link:hover .label, .minimal-price-link:hover .price {
	 color: #18acfb;
}

.products-grid li.last {
	padding-right: 0px !important;
	margin-right: 0 !important;
}
.products-grid .actions {
	margin-top: 2px;
}
.products-grid .product-image {
	width: 135px;
	background-color: #ffffff;
	margin-bottom: 13px;
	margin-left: 0px;
}
.products-grid li.first .product-image {
	margin-left: 0px;
}
.cms-index-index .products-grid .product-image, .cms-home .products-grid .product-image {
	margin-left: 0 !important;
}

.products-grid .product-image img {
	width: 135px;
}

/*home page products*/
.col2-left-layout .category-products {
}
.col2-left-layout .category-products ul.products-grid {
	border-bottom: 1px solid #c3dfee;
	width: 730px;
	margin: 0;
	padding: 20px 0 0px 0;
}
.col2-left-layout .category-products ul.first {
	padding: 10px 0 0px 0;
}
.col2-left-layout ul.products-grid li {
}
.col2-left-layout .products-grid li.item {
	margin-right: 10px !important;
	width: 135px;
	padding: 0px 0px 35px 0px !important;
}
.col2-left-layout .products-grid li.last {
	margin-right: 0px !important;
	padding: 0px 0px 35px 0px !important;
}
.cms-index-index .col2-left-layout .category-products ul.products-grid, .cms-home .col2-left-layout .category-products ul.products-grid {
	border: 0;
	width: 742px;
	margin: 0 0 0px 0 !important;
	padding: 2px 0 0 0;
	background: none;
}
.category-products ul.last {
	border-bottom: 0 none !important;
}
/*
.col2-left-layout .category-products ul.products-grid li {
	padding: 1px 33px 35px 0px !important;
	width: 140px;
	margin-right: 55px;
}*/
.cms-index-index .col2-left-layout .category-products ul.products-grid li, .cms-home .col2-left-layout .category-products ul.products-grid li {
	padding: 1px 0px 36px 0px !important;
	width: 135px  !important;
	margin-right: 16px !important;
}
.cms-home .col2-left-layout .category-products ul.products-grid li.last {
	padding: 1px 0px 15px 0px !important;
	width: 135px  !important;
	margin-right: 0px !important;
}

/**************************************************************PRODUCT******************/
.product-view {
	border: 0;
	padding: 0px 0 0 0;
	background: url(../images/product_view_bg.gif) repeat-y 0 0;
}
.product-essential {
	padding: 25px 25px 25px 29px;
	background: url(../images/product_view.gif) no-repeat 0 0;
}
.product-view .product-shop {
	width: 390px;
}
.product-view .product-shop .price-box .price {
	color: #348dbc;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.product-view .product-shop .special-price .price {
	color: #f09000 !important;
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.product-view .product-img-box {
	margin-top: 10px;
}
.product-view .product-img-box .product-image {
	margin-bottom: 5px;
	border: 1px solid #c3dfee;
}
.product-view .product-img-box .zoom #track {
	background:#dadada;
}
.product-view .product-shop .availability {
font-size: 11px;
}
.product-view .product-img-box .more-views li {
margin:0 0 8px 12px;
}
.product-view .product-img-box .more-views li a {
	border: 1px solid #c3dfee;
}
.product-view .product-img-box .more-views li a img {
	border: 0;
}
.add-to-box .add-to-cart label, .add-to-cart .qty, .add-to-cart label {
	
}
.add-to-cart label {
	color: #2f3135;
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
}
.add-to-cart .qty {
	float: left;
	padding: 1px 2px;
	background:#fff;
	border:1px solid #c3dfee;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
.product-options-bottom .add-to-cart label, .product-options-bottom .add-to-cart .qty {
	float: left;
}
.add-to-box .add-to-cart {
	float: none;
}
.add-to-box .add-to-links {
	float: none;
	font-size:12px !important;
	line-height:1.25 !important;
	margin: 15px 0 0 0 !important;
	text-align:left !important;
}
.product-view .product-shop .add-to-links a {
color:#348dbc !important;
font-weight:normal !important;
font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.product-view .product-shop .short-description {
	line-height: 130%;
}
.product-collateral .box-collateral, .no-rating {
	margin-bottom: 15px;
}
.product-view .box-up-sell .products-grid {
	width: auto !important;
	margin-bottom: 10px;
	margin-left: 7px;
}
.product-view .box-up-sell .products-grid td {
	padding:15px 5px 12px 0px;
}
.product-img-box img {
	border: 1px solid #c3dfee;
}
.product-img-box .btn-zoom-out, .product-img-box .btn-zoom-in {
	border: 0 !important;
}
.more-views {
	padding-top: 10px;
}
/*titles on product page*/
.product-essential h2, .product-view .product-img-box .more-views h2, .product-collateral h2 {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #348dbc;
	margin: 5px 0px 7px 0px;
}
.product-view .box-up-sell h2 {
	font-size: 14px;
	margin:0 0 0px;
}
.back-link a {
	text-decoration: none;
	font-size: 18px;
}
.back-link a:hover {
	color:#697073;
}
/*messages*/
.error-msg, .success-msg, .note-msg, .notice-msg {
	background: none;
	min-height:24px !important;
	padding:4px 8px 2px 8px !important;
}
.add-to-box .or {
color:#697073;
font-weight:normal;
}
.product-collateral {
	margin-left: 0px;
	padding: 0 10px 25px 15px;
	background: url(../images/product_view_bt.gif) no-repeat 0% 100%;
}
.product-view .box-tags .form-add label {
color: #313131 !important;
font-weight: normal !important;
font-size: 11px;
}
.product-view .box-tags .form-add .input-box {
padding:0;
}
.product-view .box-tags .note {
padding:0;
}
.product-options p.required {
	padding-top: 0;
}
.product-options {
	padding-bottom: 5px;
}
/***************************************************************CART**********************************/
.cart .page-title h1 {
	margin-top: 4px;
}
.cart .page-title .checkout-types li {
	margin-bottom: 0;
	margin-top: 5px;
}
.data-table thead th {
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cart .discount h2, .cart .shipping h2 {
	color:#348dbc;
	font:bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 0 0px;
	text-transform:none;
}
.cart .discount input.input-text { 
	border: 1px solid #c3dfee;
	width: 126px;
	padding-left: 6px;
	color: #5d5d5d;
	float: left;
}
#checkout-review-table tfoot tr.last .price {
	color: #f09000;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#shopping-cart-totals-table tfoot .price {
	color: #348dbc;
	font-weight: bold !important;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#shopping-cart-totals-table .price {
	color: #348dbc;
	font-weight: bold !important;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cart .totals td { 
	vertical-align: middle;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2f3135;
}
.cart .totals tfoot td strong {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cart .discount .buttons-set/*, .cart .shipping .buttons-set*/ {
	margin-top: 0;
	margin-left: 8px;
	float: left;
	clear: none;
}
.discounts {
	width: 50%;
	float: left;
	position: relative;
}
.form-list label {
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	font-weight: bold;
}
.form-list .input-box select { 
	border: 1px solid #c3dfee;
}
.checkout-progress li.active { 
	border-top-color: #313438;
	color: #313438;
}
/* SMALL BUTTONS */		
.cart .discount button.button, .cart .shipping button.button, #shopping-cart-table button.button, .my-wishlist .buttons-set button.button, .block-compare button.button {
	position: relative;
	border: 0 !important;
	cursor: pointer;
	padding: 0;
	overflow: visible; /* removes extra side padding in IE */
}
 .cart .discount button.button::-moz-focus-inner, .cart .shipping button.button::-moz-focus-inner, #shopping-cart-table button.button::-moz-focus-inner, .my-wishlist .buttons-set button.button::-moz-focus-inner, .block-compare button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.cart .discount button.button span, .cart .shipping button.button span, #shopping-cart-table button.button span, .my-wishlist .buttons-set button.button span, .block-compare button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none;
	/*height:19px;*/
	padding: 0;
	margin: 0;
}
.cart .discount button.button span span, .cart .shipping button.button span span, #shopping-cart-table button.button span span, .my-wishlist .buttons-set button.button span span, .block-compare button.button span span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .cart .discount button.button span {
 margin-top: -1px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .cart .shipping button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 #shopping-cart-table button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .my-wishlist .buttons-set button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .block-compare button.button span {
 margin-top: -1px;
}
}
/* custom look and feel: */		
.cart .discount button.button, .cart .shipping button.button, #shopping-cart-table button.button, .my-wishlist .buttons-set button.button {
	padding: 0 15px 0 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cart .discount button.button span span, .cart .shipping button.button span span, #shopping-cart-table button.button span span, .my-wishlist .buttons-set button.button span span {
	padding: 0px 0 0 15px;
}
.crosssell-div {
	clear: both;
}
.cart .crosssell { 
	padding: 11px 0 0 0;
}
.cart .crosssell .link-wishlist {
	color: #348dbc !important;
}
.cross-sells { 
	clear: both;
	width: 905px;
	float: left;
	background: url(../images/cross-sells-bg.gif) repeat-y 0 0;
}
.cross-sells h2 { 
	margin-left: 20px;
	color: #348dbc;
	font-size: 12px;
}
.cross-sells .crosssell { 
	background: url(../images/cross-sells-top.gif) no-repeat 0 0 !important;
	position: relative;
	width: 905px;
	float: left;
}
.cross-sells .crosssell #crosssell-products-list { 
	padding: 0px 15px 10px 15px;
	background: url(../images/cross-sells-bt.gif) no-repeat 0 100%;
	clear: both;
	position: relative;
	width: 875px;
	float: left;
}
.cart .crosssell li.item {
	margin: 12px 0;
	float: left;
	width: 200px;
	margin-right: 15px;
}
.cart .crosssell li.last {
	
}
.cart .crosssell .product-details {
	margin-left: 85px;
}

/***********************************************************CHECKOUT, ACCOUNT********************************/
.opc .step-title h2 {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.opc .allow .step-title h2 { 
	color: #000;
}
.opc .step-title .number { background: #fff; border: 1px solid #c3dfee; color: #348dbc; }
.opc .allow .step-title .number { background: #fff; border: 1px solid #c3dfee; color: #348dbc; }
.opc .active .step-title .number { background:#f0f6f9; border: 1px solid #c3dfee; color:#348dbc; }

.dashboard .box-reviews .number { 
	background: #fff; border: 1px solid #c3dfee !important; color: #348dbc;
}
.dashboard .box-reviews .details { 
	margin-left: 25px;
	padding-top: 3px;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 { 
	color: #313438;
}
.box-account .box-head h2, .account-login .new-users h2, .account-login .registered-users h2 {
	background: none;
	font-size:12px;
	padding-left:0px;
	text-transform:uppercase;
}
.my-account .box-info {
	color: #313131;
}
.title-buttons .button {
	margin-top: 5px;
}
.advanced-search-summary strong {
	padding-left: 0;
}
.block-progress{
	margin-top: 50px;
}
.block-progress dt {
	font-size:12px;
	padding-left:12px;
	color: #2f3135;
}
.block-account .block-content li.current { 
	color: #348dbc;
	font-size: 12px;
	padding: 0;
}
.block-account .block-content li a:hover { 
	color: #348dbc;
	text-decoration: none;
}


/**************************************************************HOME PAGE***********************************/
div.main_page_logos {
	margin-top: 11px;
	background: url(../images/main_page_logos_bg.gif) no-repeat 0 0;
	clear: both;
	padding: 4px 0px 4px 32px;
}
div.main_page_logos img {
	margin-left: 15px;
}
div.four_banners {
	margin-top: 12px;
	width: 100%;
	background: url(../images/four_banners_bg.gif) repeat-y 0 0;
	clear: both;
}
div.four_banners div.four_banners_bt {
	width: 100%;
	background: url(../images/four_banners_bt.gif) no-repeat 0 100%;
	
}
div.four_banners div.four_banners_bt div {
	float: left;
	width: 158px;
	min-height: 149px;
	padding: 0 10px 10px 10px;
	margin-right: 10px;
	/*background: #ccc;*/
}
div.four_banners div.four_banners_bt div.b_first {
	background: url(../images/b_first_bg.jpg) no-repeat 0 0;
}
div.four_banners div.four_banners_bt div.b_second {
	background: url(../images/b_second_bg.jpg) no-repeat 0 0;
	margin-right: 9px;
}
div.four_banners div.four_banners_bt div.b_third {
	background: url(../images/b_third_bg.jpg) no-repeat 0 0;
	margin-right: 11px;
}
div.four_banners div.four_banners_bt div.b_fourth {
	margin-right: 0;
	background: url(../images/b_fourth_bg.jpg) no-repeat 0 0;
}
div.four_banners div.four_banners_bt div a.title {
	display: block;
	margin-bottom: 118px;
	padding: 1px 0 30px 2px;
	font: 24px Times New Roman, Tahoma, sans-serif;
	color: #e4ddc5;
	text-decoration: none;
}
div.four_banners div.four_banners_bt div a.title span {
	display: none;
}
div.four_banners div.four_banners_bt div ul {
	
}
div.four_banners div.four_banners_bt div ul li {
	padding: 0 0 0 11px;
	line-height: 15px;
	background: url(../images/four_banners_menumar.gif) no-repeat 0 4px;
}
div.four_banners div.four_banners_bt div ul li a {
	color: #2f3135;
	font-size: 12px;
	text-decoration: none;
}
div.four_banners div.four_banners_bt div ul li a:hover {
	color: #348dbc;
}
div.best_sellers_title {
	margin: 10px 0 6px 0;
	padding: 0px 0 0 23px;
	width: 720px;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2c85b4;
	background: url(../images/best_sellers_title.gif) no-repeat 0 0;
}

p.home_banner {
	margin: 0;
	padding: 0;
}
div.logos {
	background: #121617;
	width: 100%;
	margin:0;
	padding: 17px 0px 6px 0px;
	text-align: center;
}
div.logos a {
	margin-left: 15px;
	margin-right: 15px;
}
/*featured product tabs*/
.sp {
	clear: both;
}
div.tabs_block {
	width: 100%;
	color: #202b36;
	background: #2d3739;
	margin: 0px 0 15px 0;
	padding-bottom: 6px;
}
div.tabs_block h5 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	color: #5d5c5a;
	margin: 0 0 3px 0;
}
div.tabs_block h5 a:link, div.tabs_block h5 a:active, div.tabs_block h5 a:visited {
	text-decoration: none;
}
div.tabs_block h5 a:hover {
	text-decoration: underline;
}
div.tabs_block p {
	padding: 0 0 0px 0;
	margin: 0px 0px 0px 0px;
}
div.tabs_info {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(../images/tab_bg.png) no-repeat 0% 100%;
}
div.slider-left {
	width: 297px;
	float: left;
	position: relative;
	text-align: left;
	padding: 15px 15px 0px 15px;
	line-height: 130%;
}
div.slider-left p {
	padding: 0 0 0px 0;
	margin: 0px 0px 5px 0px;
}
div.slider-right {
	width: 628px;
	float: right;
	position: relative;
	background: #ffffff;
	padding: 0px 15px 0px 15px;
}
div.slider-right .product-image {
float: left;
padding-left: 40px;
}
div.slider-right a.product-info:link, div.slider-right a.product-info:visited {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	display: block;
	width: 100px;
	height: 26px;
	background: url(../images/details_btn.png) no-repeat 0 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
div.slider-right a.product-info:hover {
}
div.slider-right .price-box {
	position: absolute;
	right: 10px;
	bottom: 50px;
	width: 100px;
}
div.slider-right .old-price .price-label, div.slider-right .special-price .price-label {
	color: #000000;
}
div.slider-right .price {
	color: #018fc4;
}
div.slider-right .special-price .price {
	color: #5d5d5d;
}
div.tabs_ul {
	margin:0;
	padding: 0;
}
.ui-tabs-nav {
	margin:0 0 0 0px;
	padding: 0;
}
div.tabs_ul li {
	float: left;
	margin: 0;
	padding:0;
}
div.tabs_ul a:link, div.tabs_ul a:visited {
	display: block;
	height: 30px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffde00;
	font-weight: bold !important;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	padding: 8px 0 0 32px;
	margin: 0;
}
a.left_tab:link, a.left_tab:visited {
	width: 297px;
	background: url(../images/tab_left.png) no-repeat;
}
a.left_tab:hover {
	background: url(../images/tab_left.png) no-repeat 0% 100%;
}
a.center_tab:link, a.center_tab:visited {
	width: 299px;
	background: url(../images/tab_center.png) no-repeat;
}
a.center_tab:hover {
	background: url(../images/tab_center.png) no-repeat 0% 100%;
}
a.right_tab:link, a.right_tab:visited {
	width: 297px;
	background: url(../images/tab_right.png) no-repeat 100% 0%;
}
a.right_tab:hover {
	background: url(../images/tab_right.png) no-repeat 100% 100%;
}
div.tabs_ul a:hover {
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #018fc4;
	background-position: no-repeat 0 100%;
}
li.ui-tabs-selected a.left_tab {
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color: #018fc4 !important;
	background: url(../images/tab_left.png) no-repeat 0 100% !important;
	font-weight: bold !important;
}
li.ui-tabs-selected a.center_tab {
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color: #018fc4 !important;
	background: url(../images/tab_center.png) no-repeat 0 100% !important;
	font-weight: bold !important;
}
li.ui-tabs-selected a.right_tab {
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color: #018fc4 !important;
	background: url(../images/tab_right.png) no-repeat 100% 100% !important;
	font-weight: bold !important;
}
div.f-1_left a {
	display: block;
	height: 51px;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
	line-height: 1;
	padding: 12px 0 0 76px;
	margin: 0 0 27px 0;
}
div.f-1_left a span {
	font-size: 0.8em;
	color: #2b5198;
}
/*---------//jquery//-----------------*/
.ui-tabs-hide {
	display: none;
}
.ui-tabs-nav:after {
	display: block;
	clear: both;
	content: " ";
}
* html .ui-tabs-nav {
	display: inline-block;
}
*:first-child+html .ui-tabs-nav {
	display: inline-block;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/*block-service*/
.block-service .block-title {
	
}
.block-service .block-title strong {
	/*padding-left: 30px;*/
}
.block-service .block-content {
	padding: 13px 15px 2px 17px;
	font-size: 11px;
	color: #878787;
}
.block-service .block-content span {
	display: block;
	line-height: 35px;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 15px;
	color: #34363a;
}
.block-service .block-content span span {
	display: inline;
	padding-left: 3px;
	font-weight: normal;
	font-size: 32px;
	color: #f09000;
}
.data-table tr td .product-name a {
	padding-top: 5px;
	font-weight: bold;
}
.block-compare .btn-remove {
	background: url("../images/btn_remove.gif") no-repeat scroll 0 0 transparent;
}
/**************************************************************TEXT COLORS*********************************************/
/* blue */
.block .btn-remove, .block .link-wishlist, .block .link-compare, .block .product-info, .block-progress dt.complete {
	color:#348dbc !important;
}
/*light*/
.error-msg, .block-layered-nav li a:hover {
	color: #041928 !important;
}
/*dark*/
.opc .active .step-title h2, .box-account .box-head h2, .fieldset .legend, .account-login .new-users h2, .account-login .registered-users h2, .compare-table tr.first td .product-name a, .data-table tr td .product-name a {
	color: #348dbc !important;
}
.sp-methods label .price {
	color: #348dbc;
}

.opc .step-title h2, .block-account .block-content li a, .page-sitemap .links a {
	padding: 0px 0 0px 0;
	color: #2f3135;
	font-size: 12px;
	font-weight: normal !important;
}
.crosssell .product-name a {
	color:#348dbc;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	font-family: Tahoma;
}
.crosssell .product-name a:hover {
	color: #041928;
}
/*medium grey text*/
.success-msg, .note-msg, .notice-msg, .sp-methods label, .product-options dt label {
	color: #5d5d5d !important;
}
/*dark grey - separators, lines*/
.products-list .add-to-links .separator {
	color: #6a7173;
}
/*grey*/
.block .block-subtitle, .product-name a, #opc-login h4, #opc-review .product-name, .back-link a, .my-account a, .page-sitemap .sitemap a, .product-view .product-shop .add-to-links a,
.tags-list li a {
	color:#348dbc;
}
.link-wishlist {
	color: #348dbc !important;
}
/*font normal*/
.link-wishlist, .link-compare, .old-price .price-label, .special-price .price-label {
	font-weight: normal;
}
/*font 11px*/
.old-price .price-label, .special-price .price-label {
	font-size: 11px;
}
.std ul.disc {
	list-style-type: circle;
}
/**********************************************************BACKGOUNDS*****************************************************/
/*background-transparent*/
.toolbar .pager, .product-view .box-up-sell .products-grid td, 
.block li.even, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, 
.block .actions, .compare-table tbody th, .compare-table tr.add-to-row td, 
.block-layered-nav .currently li, .block-cart .summary, .block-progress dt, .block-progress dt.complete, 
.block-progress dd.complete,
.order-info-box, .toolbar .sorter, .product-view .box-up-sell .products-grid td.empty, 
.product-collateral .box-collateral  {
	background:transparent;
}
/*border-non*/
.toolbar .pager, .product-view .product-img-box .more-views h2, .product-collateral h2, .product-view .box-up-sell .products-grid, .product-view .box-up-sell .products-grid td, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .page-title, #opc-login h3, .box-account .box-head, .pager, .block-cart .summary, .block-cart .actions, .products-grid, .product-view .box-up-sell .products-grid td img, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete,
.toolbar .sorter  {
	border: none;
}
/*background- forms */
.data-table, .data-table tfoot tr, .data-table .odd, .data-table .even, .opc .step, 
.fieldset .legend, .advanced-search-summary, .product-options,
.data-table tbody.odd tr, .data-table tbody.odd tr td, .tags-list, .no-rating, .tabs, .account-login .content  {
	background:#fff;
}
.opc .step {
	background:#fcfcfc;
}
/*background-title*/
.data-table tfoot tr td, .data-table thead th, .opc .active .step-title, .box-account, .fieldset, 
.addresses-list li.item, .pager, .account-login .buttons-set, .block-cart .subtotal, .product-options-bottom,
.order-info {
	background: #f9fcfe;
}
/*background- foocus */
input.input-text:focus, select:focus, textarea:focus {
	background:#fff;
}
.opc .step-title, .opc .allow .step-title {
	background: #eef8ff;
	border-width: 0 1px 1px 1px;
}
.opc .allow .step-title {
	border-width: 1px 1px 1px 1px;
}
.validation-failed, .error-msg, .success-msg, .note-msg, .notice-msg {
	background:#f9fcfe !important;
}
/*border - forms */ 
.error-msg, .success-msg, .note-msg, .notice-msg, .opc .step, .opc .active .step-title, .opc .step-title, .buttons-set, .opc .allow .step-title, #opc-review .buttons-set, .box-account, .fieldset, .fieldset .legend, .addresses-list li.item, .advanced-search-summary, .account-login .content, .account-login .buttons-set, .account-login h2, .block-cart .subtotal, .product-options, .product-options-bottom, .order-info, .order-info-box, .tags-list {
	border-color: #c3dfee !important;
}
.data-table {
	border: 1px solid #c3dfee !important;
	border-collapse: collapse;
}
.data-table thead th {
	border-top: 1px solid #c3dfee;
	border-right: 1px solid #c3dfee;
	border-bottom: 1px solid #c3dfee;
	border-left: 0px solid #c3dfee;
	padding: 9px 12px 9px 12px;
	color: #348dbc;
	font-size: 12px;
	background: #eef8ff url(../images/table_th.gif) repeat-x 0% 0%;
}
.data-table td {
	border-top: 1px solid #c3dfee;
	border-right: 1px solid #c3dfee;
	border-bottom: 1px solid #c3dfee;
	border-left: 0px solid #c3dfee;
	background: #fcfcfc;
	border-color: #c3dfee !important;
}
.data-table td .product-name a {
	font-size: 12px;
	text-decoration: none;
}
.data-table td .product-name a:hover {
	color: #041928 !important;
	text-decoration: none;
}
.data-table td input.qty {
	color: #348dbc;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #c3dfee;
	background: #fcfcfc;
	padding-left: 9px;
}
.data-table td .price {
	font-weight: bold !important;
	color: #2f3135;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cart-table td img, .cart .crosssell .product-image {
	border: 1px solid #c3dfee;
}
.data-table td.last .price {
	color: #2f3135;
}
.data-table tbody {
	
}
.data-table tfoot {
	border-bottom: 1px solid #c3dfee !important;
}
.data-table tfoot tr td {
	border-top: 1px solid #c3dfee !important;
	border-right: 0px solid #ffffff !important;
	border-bottom: 0px solid #ffffff !important;
	border-left: 0px solid #ffffff !important;
	padding: 12px 10px 12px 13px;
	background: #eef8ff url(../images/table_tf.gif) repeat-x 0% 100%;
}
/*border blue  */ 
.mini-products-list .product-image, .product-view .product-img-box .more-views li a:hover {
	border: 1px solid #c3dfee;
}
.products-grid .product-image, .products-list .product-image {
	border:1px solid #c3dfee;
}
.products-grid .product-image:hover, .products-list .product-image:hover, .mini-products-list .product-image:hover {
	border: 1px solid #98cce8;
}
.compare-table .product-image img {
	border:1px solid #c3dfee;
}
/*border = background color*/
.block-account .block-content li a, .block-account .block-content li.current, .block-layered-nav .actions, .product-options dd {
	border-color: #c3dfee;
}
.products-list li.item {
	border-color: transparent;
}

/*Block poll*/
/* REQUIRED BUTTON STYLES: */		
.block-poll button.button, .block-compare button.button {
	position: relative;
	border: 0 !important;
	cursor: pointer;
	padding: 0;
	overflow: visible; /* removes extra side padding in IE */
}
.block-poll button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.block-compare button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
.block-poll button.button span, .block-compare button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
	background: none;
	/*height:25px;*/
	padding: 0;
	margin: 0;
}
.block-poll button.button span span, .block-compare button.button span span {
	position: relative;
	display: block;
	white-space: nowrap;
	border: 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.block-poll button.button span {
 margin-top: -1px;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.block-compare button.button span {
 margin-top: -1px;
}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
.block-poll button.button, .block-compare button.button {
	padding: 0 10px 0 0;
}
.block-poll button.button span span, .block-compare button.button span span {
	padding: 2px 0 0 12px;
}
/*Compare*/
.compare-table .btn-remove {
	height: 11px;
	width: 57px;
	margin: 3px 0px 3px 0px;
	background: url(../images/btn_remove2.gif) no-repeat 0 0;
}
.compare-table .btn-remove:hover {
	background: url(../images/btn_remove2.gif) no-repeat 0 0;
}
.cart .totals .checkout-types li a { 
	color: #348dbc;
	font-size: 11px;
}
.page-popup .link-print { 
	color: #000000;
}
.link-cart { 
	color: #575757 !important;
	font-weight: 700;
}
.addresses-list h2 { 
	color: #313438;
}

/*demo notice*/
.demo-notice {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.15;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*download banner*/
.download p {
	padding-left: 14px;
	padding-right: 14px;
	color: #5d5d5d;
}
a.download {
	display: block;
	width: 166px;
	height: 213px;
	background: url(../../grayscale/images/download.jpg) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
p.forum a:link, p.forum a:visited {
	padding: 0px 0px 2px 26px;
	line-height: 17px;
	background: url(../images/forum.png) no-repeat 0px 0px;
	color: #000000;
}
p.forum a:hover {
	color: #fc4500;
}
p.more_themes a:link, p.more_themes a:visited {
	padding: 0px 0px 2px 26px;
	line-height: 17px;
	background: url(../images/more.png) no-repeat 0 0;
	color: #000000;
}
p.more_themes a:hover {
	color: #fc4500;
}
/*customer service*/

.customer_service .block-title strong {
	
}
.customer_service .block-title {
	
}
.customer_service p {
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
}
p.phone {
	color: #34363a;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
p.phone strong {
	color: #f09000;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
p.time {
	color: #5d5d5d;
}
.tabs {
	width: 683px;
	border-bottom: 0 !important;
	margin: 15px 0 0 0 !important;
	overflow:hidden;
}
.tabs a {
	width: 169px;
	color:#fff !important;
	font-size: 12px !important;
	font-weight:bold !important;
	display:block;
	text-align: center;
	padding: 8px 0px 8px 0px !important;
	text-decoration:none;
	background: url(../images/tab.gif) no-repeat 0 0;
}
.tabs li.active a, .tabs li.active a:hover {
	background: url(../images/tab_active.gif) no-repeat 0 0 !important;
	color:#348dbc !important;
	font-size: 12px !important;
	font-weight:bold;
}
.padder {
	width: 660px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #c0c4c4;
	border-right: 1px solid #c3dfee;
	border-bottom: 1px solid #c3dfee;
	border-left: 1px solid #c3dfee;
}

/******************* CLEARFIX ***********************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*up*/
.toolbar .pager {
	display: none;
}
.toolbar-bottom .toolbar .pager {
	display: block;
}
.product-product .product-shop .product-options-bottom .price-box {
	display: none;
}
.product-product .product-shop .product-options {
	padding-top: 0;
	margin-top: 0;
}
.product-product .product-shop .product-options-bottom {
	margin-bottom: 20px;
}
.product-product .product-shop .price-box .price-label {
	color: #697073;
	font-size: 14px;
	font-weight: bold;
}
.product-product .product-shop .regular-price {
	font-size: 18px;
	font-weight: normal !important;
}
.product-options-bottom .add-to-cart label {
	font-weight: bold;
}
.product-shop .availability, .product-shop .no-rating, .product-shop .short-description {
	display: none;
}
.crosssell .add-to-links {
	display: none;
}
.ratings {
	margin-bottom: 20px;
}
.products-grid .ratings {
	margin-bottom: 0px;
}
.email-friend {
	margin-bottom: 20px;
	background: url(../images/email_bg.gif) no-repeat 0 0;
	width: 376px;
	height: 26px;
	padding: 12px 0px 0px 10px;
}
.product-view .product-shop .add-to-links {
	text-align: left;
	margin-bottom: 20px;
	background: url(../images/email_bg.gif) no-repeat 0 0;
	width: 376px;
	height: 28px;
	padding: 10px 0px 0px 10px;
}
.product-view .product-shop .add-to-links span.separator {
    display:none;
	color: #f9fcfe;
/*	background: url(../images/b_arrow.gif) no-repeat 0% 50%;*/
	width: 1px;
}
.product-view .product-shop .add-to-links li {
	display: inline !important;
	background: url(../images/b_arrow.gif) no-repeat 0% 50%;
	padding-left: 10px;
	margin-right: 20px;
}
.product-view .product-shop .add-to-links a:link, .product-view .product-shop .add-to-links a:visited {
	text-decoration: none;
	color: #348dbc;
}
.product-view .product-shop .add-to-links a:hover {
	color: #6dbde5 !important;
}
#product-review-table {
	margin-bottom: 10px;
}
.cart {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
}
span.or {
	display: none;
}
.more-views h2 {
font-family:Arial,Helvetica,sans-serif !important;
font-size:	11px !important;
font-weight:	normal !important;
color:	#313131 !important;
}
p.email-friend a 
 {
	display: block;
	width: 54px;
	height: 16px;
	background: url(../images/email.gif) no-repeat 0 0;
	margin: 0px 10px 0px 0px;
	float: left;
	position: relative;
}
p.email-friend a span {
	display: none;
}

.product-product .product-shop .product-options-bottom .add-to-cart {
	float: none;
}
.product-product .product-shop .product-options-bottom .add-to-cart .qty {
	float: none;
}
.opc {
	margin-bottom: 20px;
}
.left_b_banner {
	display: none;
}
.cms-index-index .left_b_banner {
	display: block;
}
.checkout-onepage-index .data-table tfoot tr td {
	background: #fcfcfc none !important;
}
.checkout-onepage-index .data-table tfoot tr.last td {
	background: #FFFFFF url("../images/table_tf.gif") repeat-x 0 0 !important;
}
#checkout-step-shipping_method {
	background: #fff;
}
#checkout-step-payment {
	background: #fff;
}
/*currency block fix*/
.block-currency {
height: auto !important;
padding: 0;
}
.block-currency .block-title {
	margin: 0;
}
.block-currency .block-content select  {
	width: auto !important;
	display: block !important;
	margin: 0px 0px 0px 0px !important;
}
.block-currency .block-content {
padding-bottom:6px;
padding-top:6px;
padding-left: 10px;
}
#overlay {
	display: none;
}
/*block-download*/
.block-download p {
	padding-bottom: 0;
	margin-bottom: 0;
}
a.download {
	display: block;
	background: url(../images/banners/download.gif) no-repeat 0 0;
	width: 164px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
a.download span {
	display: none;
}
.rating-box {
    background: url("../images/bkg_rating.gif") repeat-x scroll 0 0 transparent;}
.rating-box .rating {
    background: url("../images/bkg_rating.gif") repeat-x scroll 0 100% transparent; }
