@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300,300italic&subset=latin,cyrillic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
.welcome {
	clear:both;
	margin: 0 auto;
    max-width: 1020px;
}
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: #ff6600;
	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 */
.sitewrapper {
	
}

.mainwrap {
	clear: both;
}
.mainwrap .main {
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	min-width: 300px;
	padding-top: 10px;
}

#column-left {
	float: left;
	width: 200px;
}
#leftcolumfix #column-left {
	margin-top:422px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#content p {
	font-size: 14px;
	margin: 10px 0;
}
.descropt {
	font-size: 16px;
}
.mainpagefix {
	background: none !important;
	padding: 0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
#column-left + #column-right + #content, #column-left + #content {
	background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 225px;
    padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#column-left + #column-right + .mainpagefix, #column-left + .mainpagefix {
	margin-left: 0px !important;
}

#column-right + #content {
	margin-right: 195px;
}

#column-right .box ul {
	list-style: none;
}
/* header */
.headwrap {

}
#header {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1020px;
	min-width: 320px;
	height: 175px;
	z-index: 99;
}
.headtext {
	font-size: 34px;
    position: relative;
    text-align: center;
    top: 35px;
}
#header #logo {
	position: absolute;
	top: 5px;
}
#header #logo img {
	max-height: 100px;
    max-width: 339px;
}
#language {
	color: #FFFFFF;
    left: 680px;
    line-height: 17px;
    position: absolute;
    top: 200px;
    width: 50px;
	z-index: 3;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 120px;
	position: absolute;
	top: 15px;
	left: 225px;
	color: #999;
	line-height: 17px;
}
#header .contact-form {
	width: 210px;
	height:54px;
	position: absolute;
	top: 25px;
	left: 395px;
	background: url('../image/callback.png') no-repeat 0 0 transparent;
	z-index: 3;
}
#header .contact-form:hover {
	background-position: 0 -54px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	min-width: 300px;
    position: absolute;
    right: 182px;
    top: 8px;
    z-index: 2;
}
#header #cart .heading {
	float: right;
	margin-left: 172px;
	margin-top: 15px;
	padding: 0 14px;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
#header #cart .heading a {
	background: url("../image/korz1.png") no-repeat scroll 0 13px transparent;
    color: #000;
    display: block;
    font-size: 14px;
    padding-left: 30px;
    padding-top: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
#header #cart .heading a span {
	
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 0px 7px 7px;
	-moz-border-radius: 7px 0px 7px 7px;
	-khtml-border-radius: 7px 0px 7px 7px;
	border-radius: 7px 0px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-right: 14px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
#header .cart-fix .active .heading {
	background: url("../image/bg-cart.png") no-repeat scroll 0 25% #fff !important;
}
#header .cart-fix .active .heading h4,
#header .cart-fix .active .heading a {
	color: #000 !important;
}
#header #cart.active .heading a {
	background: url("../image/korz.png") no-repeat scroll 0 100% transparent;
    color: #fff;
    display: block;
    padding-left: 30px;
    padding-top: 10px;
    text-decoration: none;
}
#header #cart.active .heading a span {
	background: url("../image/arrow-down.png") no-repeat scroll 100% 50% transparent;
	padding-right: 15px;
}



.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 #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	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;
	bottom: 5px;
	right: 10px;
	z-index: 2;
}
#header .button-search {
	background: url("../image/button-search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}
#header #search input {
	background: #f1f1f1;
	padding: 6px 30px 6px 15px;
    width: 170px;
	color: #8d8d8d;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#header #welcome {
	color: #000;
    font-size: 12px;
	text-transform: uppercase;
    position: absolute;
    right: 0px;
    text-align: right;
    bottom: 49px;
    z-index: 1;
}
#header #welcome  a{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#header #welcome  a:hover{
	text-decoration: underline;
}
#header .links {
	position: absolute;
	bottom: 48px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	color: #5f5f5f;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
#header .links a + a {
	margin-left: 14px;
}
#header .links a:hover {
	text-decoration: underline;
}
#header .headphone {
	font-size: 14px;
	font-weight: bold;
	color: #000;
    right: 0;
    position: absolute;
    top: 13px;
}
#header .headphone p {
	background: url("../image/headtel.png") no-repeat scroll 0 50% transparent;
    height: 23px;
    line-height: 22px;
    margin: 12px 0;
    overflow: hidden;
    padding-left: 20px;
    vertical-align: middle;
    width: 110px;
}
#header .headphone p+p {
	background: url('../image/headmail.png') 0 50% no-repeat transparent;
	width: auto;
}
#header .headphone p+p+p {
	background: url('../image/headpoint.png') 0 50% no-repeat transparent;
	width: auto;
}
#header .headphone p a {
	color: #7f7f7f;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#header .headphone p a:hover {
	text-decoration: underline;
}
#notification {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* menu */
.menu-mob {
	display: none;
}
#menu {
	background: #ff6600;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 41px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	text-align: justify;
	height: 42px;
}
#menu ul:after {
	content: "1";
    display: inline-block;
    margin-left: 100%;
	height: 1px;
	overflow: hidden;
}
#menu > ul > li {
	display:block;
	float:left;
	height:41px;
	padding:0;
	text-align:center;
 	z-index:1;
	border-right:1px solid #fff;
	padding:0 2px;
}
#menu > ul > li:first-child {
	border-left:none;
}
#menu > ul > li > a.active {
	text-decoration: underline;
}
#menu > ul > li > a {
	vertical-align:middle;
	color: #fff;
	max-width:180px;
	min-width:45px;
	line-height: 12px;
	display:table-cell;
	font-size:12px;
	font-weight:bold; 
	text-decoration: none;
	height:40px;
	padding: 0 12px;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
}
#menu > ul > li:first-child > a {
	padding-left: 2px;
}
#menu > ul > li:hover > a {
	text-decoration: underline;
}
#menu > ul > li > div {
	background: #ff6600;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#d95303));
	background: -moz-linear-gradient(top, #ff6600, #d95303);
	background: -o-linear-gradient(top, #ff6600, #d95303);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6600', endColorstr='#d95303')";
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6600', endColorstr='#d95303');
	/*display: none;*/
	position: absolute;
	z-index: 999999;
	/*padding: 5px;*/
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	transition: height 0.1s ease-out 0s;
}
#menu > ul > li:hover > div {
	/*display: table;*/
	border-bottom: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	height: 190px;
	box-shadow: 0 3px 3px 0 #b9b9b9;
    transition: height 0.3s ease-out 0.3s;
}
#menu > ul > li+li:hover > div {
	height: 190px;
}
#menu > ul > li+li+li:hover > div {
	height: 190px;
}
#menu > ul > li+li+li+li:hover > div {
	height: 190px;
}
#menu > ul > li+li+li+li+li:hover > div {
	height: 190px;
}
#menu > ul > li+li+li+li+li+li:hover > div {
	height: 190px;
}
#menu > ul > li+li+li+li+li+li+li:hover > div {
	height: 190px;
}
#menu > ul > li+li+li+li+li+li+li+li:hover > div {
	height: 190px;
}
#menu > ul > li > div > ul {
	display: table-cell;
	padding: 10px 15px 0;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	color: #fff;
	display: block;
	font-size: 13px;
	/*white-space: nowrap;
	min-width: 120px;*/
}
#menu > ul > li ul > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu > ul > li > div > ul > li {
	width: 255px;
	text-align: left;
}
#menu > ul > li > div > ul > li > a {
	color: #fff;
}

.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #636e75;
	margin-bottom: 10px;
}
.breadcrumb + .secondtamplate {
	margin-left: 0;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.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 {
	vertical-align: top;
	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;
	vertical-align: top;
}
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 #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	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 {
	background: #da0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#da0000), to(#bd0000));
	background: -moz-linear-gradient(top, #da0000, #bd0000);
	background: -o-linear-gradient(top, #da0000, #bd0000);
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 13px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 8px 21px;
}
input.button {
	margin: 0;
	border: 0;
	padding: 8px  25px 8px;
}
a.button:hover, input.button:hover {
	background: #bd0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#bd0000), to(#920101));
	background: -moz-linear-gradient(top, #bd0000, #920101);
	background: -o-linear-gradient(top, #bd0000, #920101);
	color: #fff;
}
#simplecheckout_button_confirm:hover {
	color: #fff;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {

}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
	
	margin-top: 50px;
}
.tab-attribute {
	display: none !important;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	font-size: 14px;
}
#tab-description ul {
	padding-left: 20px;
}
#content .similar-product-title {
	background: #0cad35;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#d95303));
	background: -moz-linear-gradient(top, #ff6600, #d95303);
	background: -o-linear-gradient(top, #ff6600, #d95303);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6600', endColorstr='#d95303')";
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6600', endColorstr='#d95303');
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
    padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#tab-similar .box-product {
	text-align: center;
}
#tab-similar .box-product > div {
	margin: 0 16px 15px;
}
.main-rew-title {
	font-weight: bold;
}
#tab-review {
	border-top: 1px solid #DDDDDD;
}
#tab-review h2 {
	font-weight: bold;
}
#tab-review > div, #tab-review > p {
	margin-bottom: 15px;
}
#content input[type="text"], #content input[type="password"], #content textarea{
	background: none repeat scroll 0 0 #fff;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 2px 1px #d7d7d8;
	-webkit-box-shadow: 0 0 2px 1px #d7d7d8;
	-moz-box-shadow: 0 0 2px 1px #d7d7d8;
	transition: all 0.5s ease-out 0.1s;
}
#content input[type="text"]:hover, #content input[type="password"]:hover, #content textarea:hover,
#content input[type="text"]:focus, #content input[type="password"]:focus, #content textarea:focus{
	border: 1px solid #ff6600;
	box-shadow: 0 0 3px 1px #ff6600;
	-webkit-box-shadow: 0 0 3px 1px #ff6600;
	-moz-box-shadow: 0 0 3px 1px #ff6600;
	transition: all 0.5s ease-out 0.1s;
}
#content textarea {
	width: 97%;
}
#content .quantity input[type="text"] {
	padding: 0 5px 0 0;
}
/*#tab-review input[type="radio"] {
	cursor: pointer;
}*/
#tab-review input[type=radio].css-checkbox {
	display:none;
}

#tab-review input[type=radio].css-checkbox + label.css-label {
	padding-left:23px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
}

#tab-review input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
#tab-review label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_7fefa34ac369d2328bd0ebe287919b19.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.captcha-wrap > div {
	display: inline-block;
	vertical-align: top;
}
.captcha-wrap input {

}
/* box */
.main-cat .product-main-page .name a {
	color: #00751E;
    font-size: 20px;
    letter-spacing: 1px;
}
.main-cat .product-main-page .name a:hover {
	color: #ff6600;
}
.box {
	margin-bottom: 20px;
}
.box .box-heading, #carousel0 .box-heading {
	background: #ff6600;
	border-top: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	padding: 18px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #ff6600;
	color: #fff;
	position: relative;
    z-index: 2;
	-webkit-box-shadow: 0px 1px 0px #cfcfcf;
	-moz-box-shadow: 0px 1px 0px #cfcfcf;
	box-shadow: 0px 1px 0px #cfcfcf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#column-left .box .box-heading {
	font-size: 18px;
}
.box .box-heading a {
	color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.box .box-heading a:hover {
    text-decoration: underline;
}
.box .box-content, #carousel0 .box-content {
	background: #FFFFFF;
	border-left: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	padding: 40px 10px 10px;
    z-index: 1;
	bottom: 10px;
	position: relative;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 3px 2px #e9e9e9 inset;
	-webkit-box-shadow: 0 0 3px 2px #e9e9e9 inset;
	-moz-box-shadow: 0 0 3px 2px #e9e9e9 inset;
}
.box-content-center {
	text-align: center;
}
.banner {

}
#leftcolumfix + .mainpagefix .secondtamplate {margin-left: 235px;}
.secondtamplate .box-content .box-product div:first-child {

}

/* box products */
.box-product {
	width: 100%;
	/*overflow: auto;*/
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	margin: 0 18px 15px;
	width: 150px;
	text-align: center;
}
#fix-box-product {
	margin: 0 0 15px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	/*padding: 3px;*/
	border: 1px solid #bcbcbc;
	max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box-product .image img:hover {border: 1px solid #878585;}
.box-product .name a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 4px 0;
	text-transform: uppercase;
}
.box-product .name a:hover {
color: #000;
text-decoration:underline;
}
.box-product .price {
	display: block;
	color: #000;
	margin-bottom: 4px;
	font-size: 19px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
	color: #000000;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
.box-product .cart {
	margin-top: 15px;
}

.product-main-page {}
.product-main-page .name a {
	white-space: normal;
}

#banner0 .product-main-page > div {margin-right: 0px;}

/* box category */


#content-next-gen .mod-class-main-cat {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
}
#content-next-gen .mod-class-main-cat .box-heading {
    display: none;
}
#content-next-gen .mod-class-main-cat .box-content {
	background: none;
    border: medium none;
    margin: 0 auto;
	padding: 50px 0 30px;
    max-width: 1020px;
	bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#content-next-gen .box-category {
    padding-left: 45px;
}
#content-next-gen .box-category > ul {
    font-size: 0;
}
#content-next-gen .box-category > ul > li {
    border-top: medium none;
    display: inline-block;
    padding: 8px 7px 8px 0;
    vertical-align: top;
    width: 32%;
	margin-bottom: 20px;
}
#content-next-gen .box-category > ul > li > a {
    color: #ff6600;
    display: inline;
    font-size: 18px;
    font-weight: bold;
	text-transform: uppercase;
}
#content-next-gen .box-category > ul > li ul {
    display: block;
}
#content-next-gen .box-category > ul > li ul > li {
    padding: 5px 5px 0 0;
}
#content-next-gen .box-category > ul > li ul > li > a {
    color: #000;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
}
.box-category ul a:hover {
	text-decoration: underline;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
	padding-left: 10px;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #018E25;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

#content .mod-class-main-cat .box-heading {
	display: none;
}
#content .mod-class-main-cat .box-content {
	border: none;
}
#content .box-category {

}
#content .box-category > ul {
	font-size: 0;
}
#content .box-category > ul > li {
	border-top: none;
    display: inline-block;
    padding: 8px 7px 8px 0;
    vertical-align: top;
	width: 32%;
}
#content .box-category > ul > li:nth-child(1n+4) {
	border-top: 1px solid #eeeeee;
}
#content .box-category > ul > li:last-child {
	width: 100%;
}
#content .box-category > ul > li > a {
	color: #018e25;
	font-size: 16px;
}
#content .box-category > ul > li ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0 0;
}
.box-category > ul > li ul > li > a{
	color: #000;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	text-align: justify;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
	display: none;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
    padding-left: 2%;
    width: 23%;
}
.category-list ul li{
margin: 10px 0;
min-height: 40px;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	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 {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.product-list .name a:hover {
	text-decoration: underline;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.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 .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	/*overflow: auto;*/
	text-align: center;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 15px;
	width:160px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	border: 1px solid #bcbcbc;
	max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.product-grid .image img:hover {border: 1px solid #878585;}
.product-grid .name a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 4px 0;
	text-transform: uppercase;
}
.product-grid .name a:hover {
	text-decoration:underline;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	color: #333333;
	margin-bottom: 4px;
	font-size: 19px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin: 15px 0 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	/*padding-left: 18px;*/
	/*background: url('../image/add.png') 12% center no-repeat;*/
}
.product-grid .wishlist a:hover {
	text-decoration: underline;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	/*padding-left: 18px;*/
	padding-left: 8px;
	display: block;
	background: url('../image/add.png') 12% center no-repeat;
}
/* Product */
#content .product-title h1 {
	margin-bottom: 0px;
}
#content .product-title p {
	font-size: 12px;
	color: #636e75;
}
.product-info {
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 350px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image img {
	
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 0 5px 10px 5px;
	margin-bottom: 15px;
	line-height: 20px;
	color: #000;
	overflow: auto;
	font-size: 16px;
}
.product-info .description span {
	color: #ff6600;
}
.product-info .description a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.product-info .price {
	color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
	margin-right: 5px;
    overflow: auto;
    padding: 0 5px 10px;
    vertical-align: middle;
	font-size: 20px;
}
.product-info .price .text-price {
	font-size: 18px;
}
.product-info .price-old {
	color: #8d8d8d;
    font-size: 14px;
    text-decoration: line-through;
}
.product-info .price-new {
	color: #F00;
	/*background: url('../image/2365477-429409-illustration-of-colorful-vector-price-tags-on-an-isolated-background.png') 50% 50% no-repeat;
	display: block;
    padding: 18px 5px 18px 46px;*/
}
.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 {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
	overflow: auto;
}
.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 {
	color: #4d4d4d;
    margin-bottom: 20px;
	margin-right: 5px;
    padding: 0 5px 10px;
    vertical-align: middle;
	text-align: center;
	padding: 10px;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.product-info  .cart input.button {
	position: relative;
	left: -3px;
	top: -7px;
	font-size: 18px;
	padding: 12px 25px;
    letter-spacing: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.product-info .cart .stock-count {
	background: none repeat scroll 0 0 #fff;
    color: #ff6600;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    padding: 0 14px;
    position: relative;
    text-align: center;
    top: -28px;
}
.product-info .cart div {

}
.product-info .cart .wishlist {
	text-align: center;
	text-decoration: none
}
.product-info .cart .wishlist a {
	text-decoration: none
}
.product-info .cart .wishlist a:hover {
	color: #027520;
	text-decoration: underline;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #ff6600;
	vertical-align: middle;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.product-info .review a  {
	color: #ff6600;
	font-size: 15px;
	text-decoration: none;
}
.product-info .review a:hover  {
	text-decoration: underline;
}
.product-info .review > div {
	line-height: 25px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.other-links {
	text-align: center;
}
.other-links a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dashed;
	margin-right: 20px;
}
.product-info .description .attribute-text {
	color: #000;
}
.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;
}
 .tags {
	display:none;
}  
/* 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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	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;
}

.simplecheckout-block-content ul {
	padding-left: 20px;
}

.contact-info {
	overflow: auto;
}
#container .contact-info .left {
	float: left;
	width: 68%;
	line-height: 20px;
}
#container .contact-info .right {
	float: left;
	width: 28%;
	line-height: 20px;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
.footwrap {
	background: none repeat scroll 0 0 #ff6600;
}
#footer {
	margin: 0 auto;
	max-width: 1020px;
	min-width: 300px;
	clear: both;
	overflow: auto;
	padding: 35px 0 10px;
	position: relative;
	color: #fff;
}
#footer h3 {
	color: #fff;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
	margin-right: 25px;
}
#footer .lastcolumn {
	width: 16%;
	margin-right: 0;
}
#footer .column ul {
	margin: 0;
    padding: 0;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
#footer .column a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
#footer .column a:hover {
	text-decoration: underline;
}
#footer .cont-column li {
	background: url('../image/foot-tel-img.png') 0 50% no-repeat transparent;
	padding-left: 30px;
}
#footer .cont-column li:first-child {
	max-width: 110px;
}
#footer .cont-column li + li{
	background: url('../image/foot-mail-img.png') 0 50% no-repeat transparent;
}
#footer .social-footer img {
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	transition: all 0.5s ease-out 0.1s; 
}
#footer .social-footer img:hover {
	box-shadow: 0 0 3px 1px #fff;
	-webkit-box-shadow: 0 0 3px 1px #fff;
	-moz-box-shadow: 0 0 3px 1px #fff;
	transition: all 0.5s ease-out 0.1s;
}
#footer .contfooter:after {
	content: "1";
    display: inline-block;
    margin-left: 100%;
	height: 1px;
	overflow: hidden;
}
#footer .contfooter {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 40px 0;
	text-align: justify;
	overflow: hidden;
}
#footer .social-wid {
	display: inline-block;
    vertical-align: top;
}
#footer .youtube-widget {
	border: 1px solid #AAAAAA;
	height: 300px;
}
#footer .contfooter p {
	background: url('../image/headtel1.png') 0 50% no-repeat transparent;
    line-height: 25px;
    margin: 0 0 5px 10px;
    padding-left: 27px;
    vertical-align: middle;
    width: 135px;
	font-size: 15px;
	text-align: left;
}
#footer .contfooter p+p {
	background: url('../image/headmail1.png') 0 50% no-repeat transparent;
	width: auto;
	margin: 0 0 5px 10px;
}
#footer .contfooter p+p+p {
	background: url('../image/headpoint1.png') 0 50% no-repeat transparent;
	width: auto;
	margin: 0 0 0 10px;
}

#footer .fsocial {
	bottom: 40px;
    left: 480px;
    position: absolute;
}
#footer .fsocial img {
	margin: 0 6px;
}
#powered {
	margin-top: 25px;
	text-align: center;
	clear: both;
	color: #fff;
}
#powered a {
	color: #fff;
	text-decoration: none;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cacaca;
}

/*my cssfix*/
#carousel0 {margin-bottom:20px; margin-left: 235px;}

#carousel0 .jcarousel-skin-opencart {
	border-left: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
#carousel0 img:hover {
	opacity: 0.7
}

/* Others*/
.green-icon-round {
	text-align: center;
	font-size: 13px;
}
.green-icon-round img {
	max-width: 100%;
	display: block;
}
.green-icon-round > div {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 10px;
}
.green-icon-round > div a, .green-icon-round > div a b {
	color: #000;
	text-decoration: none;
}
.green-icon-round-2:after {
    content: "1";
    display: inline-block;
    height: 1px;
    margin-left: 100%;
    overflow: hidden;
}
.green-icon-round-2 {
	text-align: justify;
	font-size: 16px;
	margin-top: 20px;
}
.green-icon-round-2 img {
	max-width: 100%;
	display: block;
}
.green-icon-round-2 > div {
	width: 19%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.green-icon-round-2 > div a, .green-icon-round-2 > div a b {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
.green-icon-round-2 .green-icon-pic-wrap {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.green-icon-round-2 .green-icon-pic {
	background: none repeat scroll 0 0 #12b03c;
    border: 8px solid #fff;
    box-shadow: 4px 6px 6px 0 #868687;
    -webkit-box-shadow: 4px 6px 6px 0 #868687;
	-moz-box-shadow: 4px 6px 6px 0 #868687;
	position: relative;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	top: 10px;
	transition: top 0.5s ease-out 0.1s, box-shadow 0.5s ease-out 0.6s;
}
.green-icon-round-2 .green-icon-pic-wrap:hover .green-icon-pic {
	background: none repeat scroll 0 0 #038024;
	cursor: pointer;
	top: -10px;
	box-shadow: 4px 6px 6px 0 #31c959;
    -webkit-box-shadow: 4px 6px 6px 0 #31c959;
	-moz-box-shadow: 4px 6px 6px 0 #31c959;
	transition: top 0.5s ease-out 0.1s, box-shadow 0.5s ease-out 0.6s;
}

.prew-next {
margin-bottom: 3px;
padding-top: 3px;
}
.prew-next .links {
width: 100%;
}
#nav-left, #nav-right {
  padding: 5px;
color: #ff6600;
border: none;
}
#nav-left {
/*padding-left: 30px;*/
}
#nav-right {
 float: right;
/*padding-right: 30px;*/
}
/*#nav-left {
    background: url("../image/prevnext.png") no-repeat scroll 3px 8px transparent;
}
#nav-right {
    background: url("../image/prevnext.png") no-repeat scroll 113px -44px transparent;
}*/
#nav-left:hover, #nav-right:hover {
    color: #027520;
}


.mainwrap:after,
#topmenu:after,
.footer-column:after {
 background: none; content: ''; clear: both; display: block; float: none; height: 1%; margin: 0; padding: 0; font-size: 1px; line-height: 1px; }
 div.agreement {
    color: black;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
.contact-content {
    height: 310px !important;
    border-radius: 0 0 8px 8px;
}
.text-required {
    color: black;
    font-size: 12px;
    text-align: center;
}