html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background: #d0eef9 url('../image/body.png') top center repeat-x;
	color: #575757;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1, .welcome {
	color: #46484A;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	line-height:1.1;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0 25px;
	background: #fff;
}
#column-left {
	float: left;
	width: 203px;
}
#column-right {
	float: right;
	width: 203px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 228px;
}
#column-right + #content {
	margin-right: 228px;
}
/* header */
#top {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 39px;
	background-color: #3a454b;
}

#header {
	height: 150px;
	margin: 0 -25px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 76px;
	left: 25px;
}
#language {
	position: absolute;
	top: 9px;
	right: 20px;
	color: #999;
	line-height: 17px;
	font-size:0;
}
#language br{
	display:none;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#currency {
	position: absolute;
	top: 6px;
	right: 120px;
	line-height: 17px;
	font-size: 0;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	color: #a4a4a4;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 20px;
	font-size: 21px;
	font-weight: 300;
}

#currency a:hover{
	color: #fff;
}

#currency a b {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
#currency br{
	display:none;
}

#header #cart {
	position: absolute;
	top: 81px;
	left: 450px;
	z-index: 9;
	width: 350px;
	display:none;
}
#header #cart .heading {
	float: right;
	margin-right: 2px;
	height: 30px;
	padding-left: 14px;
	padding-right: 14px;
	background: url('../image/cart.png') 0% 50% no-repeat;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 0.9;
	text-indent: 30px;
}
#header #cart .heading a {
	color: #717171;
	text-decoration: none;
	display: block;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 18px;
	margin-left:30px;
	line-height: 1;
	font-size: 13px;
	font-weight: 300;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 8px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #c6c9d0;
	border-left: 1px solid #c6c9d0;
	border-right: 1px solid #c6c9d0;
	border-bottom: 1px solid #c6c9d0;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #898989;
	background: #FFF;
}
#header #cart.active .heading {
font-weight:700;	
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #c6c9d0;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #c6c9d0;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 77px;
	right: 25px;
	width: 300px;
	background: #f6f6f6;
	border:1px solid #cecece;
	padding:4px;
	z-index: 7;
}
#header .button-search {
	position: absolute;
	right: 4px;
	background: #1aa3db url('../image/button-search.png') center center no-repeat;
	width: 32px;
	height: 28px;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	text-indent:10px;
	width: 262px;
	height: 26px;
	border: 1px solid #cccccc;
	padding:0;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
}
.top_contact{
	position:absolute;
	left: 340px;
	top:76px;
	z-index: 9;
	line-height: 1.2;
}
.top_contact div{
	padding-left:32px;
}
.top_contact_phone{
	background: url('../image/tel.png') 0 5px no-repeat;
}
.top_contact_phone a{
	font-size: 18px;
	font-weight: 600;
	text-decoration:none;
	color:#3a454b;
}
.top_contact_mail{
	background: url('../image/mailto.png') left bottom no-repeat;
}
.top_contact_mail a{
	color:#5088ce;
	font-size:15px;
	text-decoration:none;
	border-bottom:1px dotted #5088ce;
}
.top_contact_mail a:hover{
	border:0;
}

#header #welcome {
	position: absolute;
	top: 10px;
	left: 600px;
	z-index: 5;
	text-align: left;
	color: #fff;
	font-size:13px;
	font-weight:300;
	display:none;
}

#header #welcome a{
	text-decoration: none;
	color: #33bee5;
	font-size:13px;
	font-weight:300;
}
#header #welcome a:hover {
	text-decoration: underline;
}
#header .links {
	position: absolute;
	left: 14px;
	top: 10px;
	padding-right: 10px;
	z-index:11;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#header .links a:hover {
	color: #33bee5;
}
#header .links a + a {
	margin-left: 11px;
	border-left: 1px solid #898f93;
}
/* menu */
#menu {
	border-top: 1px solid #c6c9d0;
	border-bottom: 1px solid #c6c9d0;
	background: #3a454b;
	height: 52px;
	margin:0 0 25px 0;
}
#menu ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index:20;
	padding: 0;
	margin: 0 0px 0 0px;
}
#menu > ul > li:hover {

}
#menu > ul > li > a  {
    padding: 16px 18px 17px 18px;
    font-size: 14px;
    text-decoration: none;
	color: white;
	font-weight: 300;
	display: inline-block;
	text-transform: uppercase;
}

#menu > ul > li:hover > a, #menu > ul > li > a.active {
	background: #33bee5;
}
#menu > ul > li > div {
	display: none;
	background: #3693ad;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border-top: 1px solid #3a454b;
	top: 51px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #3a454b;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
	font-size:12px;
}
.breadcrumb a {
	color:#000;
	font-size:12px;
}


.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #33bee5 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #1389c9;
	color:#fff;
	font-size:13px;
	font-weight:600;
	padding-left:35px;
}
.success a{
	color:#fff;
	font-weight:600;
	font-size:13px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #c6c9d0;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #c6c9d0;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	color: white;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 15px;
	background: #2ba9cc;
	border: 0px;
	display: inline-block;
	padding: 9px 16px 9px 16px;
	cursor:pointer;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 9px 12px 9px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 33px;
	padding: 0px 16px 0px 16px;
}
a.button:hover, input.button:hover {
	background:#3a454b;
}
.buttons {
	/*background: #FFFFFF;
	border: 1px solid #c6c9d0;
	padding: 6px;*/
	overflow: auto;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #3a454b;
	border-left: 1px solid #3a454b;
	border-right: 1px solid #3a454b;
	background: #3a454b;
	padding: 7px 15px 6px 15px;
	float: left;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #c8cbcd;
	margin-right: 4px;
	display: none;
}
.htabs a.selected,.htabs a.selected:hover {
	padding-bottom: 7px;
	background: #FFFFFF;
	color:#000;
	border-top: 1px solid #c6c9d0;
	border-left: 1px solid #c6c9d0;
	border-right: 1px solid #c6c9d0;
}
.htabs a:hover {
	color:#fff;
}
.tab-content {
	border-left: 1px solid #c6c9d0;
	border-right: 1px solid #c6c9d0;
	border-bottom: 1px solid #c6c9d0;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.welcome_box{
	margin:0 0 25px 0;
}

.welcome_box p{text-align: justify; }

.box {
	margin-bottom: 20px;
}
.box .box-heading {
	background: #3a454b;
	margin: 0 0 25px 0;
	padding: 9px 0px 9px 22px;
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 17px;
}
.box .box-content {
	
}
/* box products */

.box-product{
	margin: 0 0 0 -20px;
}

.box-product {
	overflow: auto;
	font-size: 0;
}
.box-product > div {
	width: 166px;
	display: inline-block;
	border: 1px solid #c6c9d0;
	vertical-align: top;
	padding:10px 20px 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.box-product > div #tab-related{
	width: 160px;
}
.box-product > div:hover {
	-webkit-box-shadow: 0px 0px 7px #DDDDDD;
	-moz-box-shadow: 0px 0px 7px #DDDDDD;
	box-shadow: 0px 0px 7px #DDDDDD;
	border: 1px solid #8f8f8f;
}

#column-left .box-product > div, #column-right .box-product > div{
	width: 161px;
	margin-right: 0px;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	text-align: center;
	display: block;
	margin-bottom: 0px;
}
.box-product > div:hover .image img {
	opacity: 0.8;
}

.box-product .name{
	text-align: center;
	margin: 0 0 15px 0;
	height:56px;
	overflow: hidden;
    text-overflow: ellipsis;

}

.box-product .name a {
	color: #3a454b;
	text-transform: uppercase;
	font-weight: 400;
	font-size:13px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.box-product > div:hover .name a {
	color: #33bee5;
}

.box-product .price {
	float:left;
	display: block;
	font-weight: 400;
	color: #3a454b;
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.box-product .price-old {
	color: #F00;
	font-size: 14px;
	text-decoration: line-through;
	line-height: 1.1;
	margin-top: -4px;
	display: block;
}
.box-product .price-new {
	display: block;
	line-height: 1.1;
}
.box-product .cart{
	float:right;
}

.box-product .cart input.button{
	height:34px;
	width:41px;
	font-size:0;
	/*padding:0;*/
        padding-top:15px;
	background: url('../image/add_cart.png') top left no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display:none;
}

.button main {
    display: inline-block;
    float: left;
    background-color: #EEE;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: medium none;
}

.box-product > div a.button{
	height:34px;
	width:41px;
	font-size:0;
	padding:0;
	background: url('../image/add_cart.png') top left no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float:right;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category{
	margin-top:-25px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
ul.box-category li{
	border-bottom: 1px solid #dcdcdc;
}
ul.box-category li a{
	padding: 10px 8px;
	color: #3a454b;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	display: block;
}
ul.box-category li a:hover,ul.box-category li a.active{
	color: #fff;
	background: #33bee5;
}
ul.box-category ul{
	border-top: 1px solid #dcdcdc;
	padding:4px 0;
	background: #efefef;
}
ul.box-category ul li{
	border:0;
	background: #efefef;
}
ul.box-category ul li a{
	padding:3px 5px 3px 15px; 
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #c6c9d0;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #c6c9d0;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #c6c9d0;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	padding-left:0px;
}
.category-list ul li {
	border: 1px solid #c6c9d0;
	text-align:center;
	float: left;
	list-style:none;
	line-height:16px;
	width:22%;
	padding:10px 5px 5px 5px;
	margin-bottom:10px;
	margin-right:10px;
}
.category-list ul li a{
display: inline;
}
.category-list ul li span{
display:block;
height:30px;
}
.category-list ul li  img{}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #33bee5;
	font-size: 15px;
	font-weight: bold;
	color:#fff;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	background: #3a454b;
	padding: 5px;
	color:#fff;
	overflow: auto;
	margin-bottom:25px;
}
.product-filter b{
	font-weight:600;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 2px;
}
.product-filter .display a {
	font-weight: 400;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
.product-compare {
	float:left;
	padding-top: 2px;
	margin-left: 50px;
	
}
.product-compare a {
	text-decoration: none;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	height: 130px;
	float: right;
	padding-left: 18px;
}
.product-list > div + div {
	border-top: 1px solid #c6c9d0;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 15px;
}
.product-list .image img {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #3a454b;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.product-list .name a:hover{
	color: #38B0E3;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 130px;
	margin-left: 8px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	
}
.product-list .price-old {
	color: #F00;
	font-size:15px;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: 400;
	display:block;
}
.product-list .price-tax {
	font-size: 12px;
	display:block;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .price br{
	display:none;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .wishlist a:hover{
	color: #38B0E3;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-list .compare a:hover{
	color: #38B0E3;
}
.product-grid {
	margin:0 0 0 -20px;
	overflow: auto;
	font-size: 0;
}
.product-grid > div {
	width: 166px;
	display: inline-block;
	border: 1px solid #c6c9d0;
	vertical-align: top;
	padding:10px 20px 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.product-grid > div:hover {
	-webkit-box-shadow: 0px 0px 7px #DDDDDD;
	-moz-box-shadow: 0px 0px 7px #DDDDDD;
	box-shadow: 0px 0px 7px #DDDDDD;
	border: 1px solid #8f8f8f;
}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	text-align: center;
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	border: none;
}
.product-grid > div:hover .image img {
	opacity: 0.8;
}
.product-grid .name{
	text-align: center;
	margin: 0 0 15px 0;
	height:56px;
}
.product-grid .name a {
	color: #3a454b;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid > div:hover .name a {
	color: #33bee5;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	float: left;
	display: block;
	font-weight: 400;
	color: #3a454b;
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.product-grid .price-old {
	color: #F00;
	font-size: 14px;
	text-decoration: line-through;
	line-height: 1.1;
	margin-top: -4px;
	display: block;
}
.product-grid .price-new {
	display: block;
	line-height: 1.1;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .price br{
	display:none;
}
.product-grid .cart {
	float: right;
}
.product-grid .cart input.button {
    height: 34px;
    width: 41px;
    font-size: 0;
    padding: 0;
    background: url('../image/add_cart.png') top left no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	display:none;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 390px;
}
.product-info .image {
	border: 1px solid #c6c9d0;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image:hover{
	border: 1px solid #3a454b;
}
.product-info .image-additional {
	margin-left: -10px;
	clear: both;
	overflow: hidden;
	width:382px;
}
.product-info .image-additional img {
	border: 1px solid #c6c9d0;
}
.product-info .image-additional img:hover{
	border: 1px solid #3a454b;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #c6c9d0;
	border-bottom: 1px solid #c6c9d0;
	padding: 5px 5px 10px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 10px 5px 5px 0px;
	margin-bottom: 10px;
	font-size: 25px;
	color: #333333;
	line-height:20px;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .options br{
	height:3px;
	display: block;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	color: #4D4D4D;
	font-size:0;
}
.product-info .cart *{
	vertical-align:middle;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart input.button{
	margin: 0 20px;
	padding-left: 43px;
	background: #2ba9cc url('../image/product-info_cart.png') 8px 50% no-repeat;
	display:none;
}
.product-info .cart input.button:hover{
	background-color: #3a454b;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .links a{	
	padding-left: 18px;
    background: url('../image/add.png') left center no-repeat;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #c6c9d0;
	border-left: 1px solid #c6c9d0;
	border-right: 1px solid #c6c9d0;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #c6c9d0;
	line-height: 20px;
}
.product-info .review > div *{
	vertical-align:middle;
}
.product-info .cart input[type=text]{
	text-align: center;
	padding: 8px 3px;
	font-size: 15px;
	line-height: 1;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 8px;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #c6c9d0;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #c6c9d0;
	border-bottom: 1px solid #c6c9d0;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #c6c9d0;
	border-bottom: 1px solid #c6c9d0;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #c6c9d0;
	border-bottom: 1px solid #c6c9d0;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #fff;
	font-weight: bold;
	background-color:#3a454b;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
}
#footer h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight:600;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 0;
	padding: 0;
}
#footer .column ul li {
	background: url('../image/footer_li.png') left center no-repeat;
	margin-bottom: 3px;
	padding:0 0 0 20px;
}
#footer .column a {
	text-decoration: none;
	color: #8b8888;
	font-size:12px;
}
#footer .column a:hover {
	color: #33bee5;
}
#powered {
	margin: 0 -25px;
	color:#c8cbcd;
	position: relative;
	text-align: center;
	background-color: #3a454b;
	clear: both;
	min-height:32px;
	padding:5px 0;
	
}
#powered:before {
	content:'';
	position: absolute;
	width:298px;
	height:32px;
	right: 25px;
	top: 50%;
	margin-top:-14px;
	background: url('../image/payment.png') right center no-repeat;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

@media (max-width: 1170px) {
	#container{width: auto;}
	.product-grid {text-align:center;}
	#menu{height:auto;}
	#content .box-product{text-align:center;}
	.jcarousel-skin-opencart .jcarousel-item img{max-width:100%;}
	.slideshow{display:none;}
	#menu ul{display:block;font-size:0;}
	#menu > ul > li{width:25%;text-align: center;display: inline-block;z-index:auto;float:none;vertical-align:top;}
	#menu > ul > li > a{padding: 16px 0px 17px 0px;display: block;}
}
@media (max-width: 1150px) {
	#top{position:relative;}
	#header #welcome{text-align: right;color: inherit;position:relative;left:auto;top:auto;margin:5px 25px 0 0;}
	#header #search{top:70px;}
	#header #cart{right: 25px;top: 115px;left: auto;}
	.product-filter .limit{display:none;}
	.category-list ul li{width: 29%;margin-right:2%;padding: 10px 0.5% 5px 0.5%;}
	.category-list ul li img{max-width:100%;}
	#powered{padding-bottom:40px}
	#powered:before {right: 50%;margin-right:-149px;bottom:5px;top:auto;}
	#header #welcome a{color: #5088ce;}
}
@media (max-width: 1000px) {
	.product-info > .left{float:none;}
	.product-info > .left + .right{margin-left:0;}
}
@media (max-width: 900px) {
	.product-filter .display{display:none;}
	.product-compare{margin-left:0;}
	.login-content .left,.login-content .right{float:none;width:auto;}
	.product-list .description{display:none;}
	.top_contact{display:none;}
}
@media (max-width: 800px) {
	#footer .column{width: 50%;min-height: 121px;}
}
@media (max-width: 750px) {
	#column-left + #column-right + #content, #column-left + #content{margin-left:0;}
	#column-left,#column-right{float: none;width: auto;}
	#column-right + #content{margin-right: 0;}
	#column-left .banner{display:none;}
	#column-left .box-product{text-align: center;}
}
@media (max-width: 650px) {
	#header .links{display:none;}
	#currency{left:25px;right:auto;}
	#header #logo{position:relative;left:auto;top:auto;text-align: center;margin: 10px 10px;}
	#header #logo img{max-width:100%;}
	#header #search{top:auto;right:auto;position:relative;margin:10px auto;}
	#header{height:auto;padding-bottom:40px;}
	#header #welcome{text-align:center;margin: 10px 15px;}
	#header #cart{top: auto;bottom: 10px;width:300px;}
	#header #cart .content{position: absolute;right:0;top:33px;width: 282px;}
	#header #cart .heading{text-align: center;float:none;background:none;}
	#header #cart {top: auto;bottom: 10px;width: 300px;right: 50%;margin-right: -150px;}
	#header #cart .heading h4{text-indent: 0;}
	#header #cart .heading a span{margin-left:0;}
	.cart-info tbody .model,.cart-info thead .model{display:none;}
	.top_contact{display:block;position: relative;top: 0;left: auto;margin: 0 auto 15px;width: 190px;}
	.top_contact_phone{margin:0 0 8px;}
}
@media (max-width: 600px) {
	#menu > ul > li{width:auto;display:block;}
	#menu > ul > li > a{padding: 8px 0px 8px 0px;}
	#menu > ul > li+li{border-top:1px solid #000;}
	#menu > ul > li > div{display: none;width:auto;position: relative;top:auto;margin:0 important;}
	#menu > ul > li:hover > div {display: none;}
	#menu > ul > li > div > ul{display:block;}
	#menu > ul > li ul + ul{padding-left:0;}
	#menu > ul > li > a.active+div{display:block;}
}
@media (max-width: 550px) {
	#container{padding: 0 15px;min-width:270px;}
	.cart-info tbody .price,.cart-info thead .price{display:none;}
	h1, .welcome{font-size:21px;}
	.jcarousel-skin-opencart{display:none;}
	#powered{margin: 0 -15px;}
	#header{margin: 0 -15px;}
}
@media (max-width: 500px) {
	#content .box-product > div{width: auto;display: block;}
	#content .box-product > div:after{content:'';clear:both;display: block;}
}
@media (max-width: 450px) {
	.cart-info tbody .image,.cart-info thead .image{display:none;}
	.category-list ul li{width: 48%;margin-right:0;padding: 10px 0.5% 5px 0.5%;}
	.category-list ul li:nth-child(2n){float:right;}
	#footer .column{width: auto;float:none;min-height: auto;}
	#footer .column a{display:block;font-size: 14px;}
	#footer .column ul li{margin-bottom: 12px;line-height: 1;}
	#footer h3{font-size: 18px;font-weight: 500;}
	.product-compare{display:none;}
	.product-info > .left{margin-right:0;}
	.product-info .image{float:none;}
	.product-info .image img{max-width:100%;}
	.product-info .image-additional{width:auto;}
	.htabs a{padding: 7px 4px 6px 4px;margin-right: 1px;font-size: 12px}
	
}
@media (max-width: 400px) {
	.cart-info tbody .image,.cart-info thead .image{display:none;}
	#header #search{width:250px;}
	#header #search input{width:212px;}
}

.step {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 250px;
    height: 100%;
    margin-top: 22px;
    background: none repeat scroll 0% 0% #C10000;
    display: block;
    padding: 20px 0px;
    cursor: pointer;
	text-align: center;
}

a.step-link {
    color: #FFF;
    text-decoration: none;
}

.metrika {
    position: absolute;
    left: 5px;
    top: 5px;
}
