html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: inset 0 -50px 250px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -50px 250px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 -50px 250px 0 rgba(0,0,0,0.3);
}
@media screen and (max-width:1400px){
	html{
		-webkit-box-shadow: inset 0 -50px 100px 0 rgba(0,0,0,0.15);
		-moz-box-shadow: inset 0 -50px 100px 0 rgba(0,0,0,0.15);
		box-shadow: inset 0 -50px 100px 0 rgba(0,0,0,0.15); 
	}
}
@media screen and (max-width:1220px){
	html{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
	}
}
body {
	background-color: #d5d5d5;
	background-image: url(../image/az_subtle.png);
	background-position: 0 0;
	background-repeat: repeat;
	color: #000000;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	color: #3e3e3e;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
}
.breadcrumb + h1 {
	background: #fff;
	border: 1px solid #c9c9c9;
	border-top: 1px dotted #ddd;
	-webkit-border-radius:  0 0 4px 4px;
	-moz-border-radius:  0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	padding: 10px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}
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: #2263a5;
	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: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}



/* layout */

#container {
	width: 1200px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 240px;
}
#column-right {
	float: right;
	width: 240px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 260px;
}
#column-right + #content {
	margin-right: 260px;
}
#column-right + #content-top {
	margin-right: 260px;
	min-height: 380px;
}



/* header */

#header {
	position: relative;
	height: 180px;
	z-index: 99;
}
.tittle_text{
	cursor: default;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
a .tittle_text{
	cursor: pointer;
	font-weight: 500;
}


/* top line box */

#top {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	position: fixed;
	top: 0;
	left: 0;
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius: 0 0 17% 17% / 0 0 30% 30%; 
	-moz-border-radius: 0 0 17% 17% / 0 0 30% 30%; 
	border-radius: 0 0 17% 17% / 0 0 30% 30%; 
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	z-index: 9999;
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width:1800px){
	#top{
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		border-radius: 0; 
	}
}
@media screen and (max-width:1220px){
	#top {position: absolute;}
}
#top  #top-contener {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(90%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 90%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 90%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 90%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	position: relative;
	width: 1200px;
	height: 50px;
	padding: 0 5px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 0;
	letter-spacing: 0;
	border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius: 0 0 7px 7px/0 0 20px 20px;
	-moz-border-radius: 0 0 7px 7px/0 0 20px 20px;
	border-radius: 0 0 7px 7px/0 0 20px 20px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	z-index: 10000;
}
#top-contener:before,
#top-contener:after  {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 45px;
}
#top-contener:before{
	left: -10px;
}
#top-contener:after{
	right: -10px;
}
#top.resize{
	height: 35px;
}
#top.resize  #top-contener {
	height: 40px; 
	line-height: 40px;
}
#top.resize  #top-contener:before,
#top.resize  #top-contener:after {
	height: 35px;
}




/* top account */

#header #welcome {
	background: url(../image/top-user-icon.png) left top no-repeat;
	display: inline-block;
	position: relative;
	height: 30px;
	padding: 0 0 0 35px;
	font-size: 13px;
	color: #3e3e3e;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	z-index: 5;
}
#header #welcome:hover {
	background-position: left bottom;
}
#header #welcome a{
	color: #3e3e3e;
	font-weight: 500;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #c9c9c9;
}
#header #welcome a:hover{
	border-color: #ffb400;
	color: #b07e06;
}



/* top language & currency */

#language,
#currency {
	display: inline-block;
	position: relative;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #3e3e3e;
	vertical-align: middle;
	padding: 0 0 0 35px;
	margin: 0 0 0 40px;
}
#language{
	background: url(../image/top-lang-icon.png) left top no-repeat;
}
#currency {
	background: url(../image/top-curr-icon.png) left top no-repeat;
}
#language .languages,
#currency .currensys{
	background: #eee;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d9d9d9',GradientType=0 );
	display: inline-block;
	position: relative;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;
}
#language .language-show,
#currency .currensy-show{
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 19px 0 9px;
	cursor: pointer;
}
#language .languages-list,
#currency .currensys-list{
	background: #eeeeee;
	position: absolute;
	display: none;
	left: 50%;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#language .languages-list{
	min-width: 140px;
	margin: 9px 0 0 -70px;
}
#currency .currensys-list{
	min-width: 100px;
	margin: 9px 0 0 -50px;
}
#language .languages-list:before,
#currency .currensys-list:before{
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	width: 100%;
	height: 10px;
	background: url(../image/arrow-hid.png) center bottom no-repeat;
}
#language a,
#currency a  {
	display: block;
	padding: 0;
	color: #3e3e3e;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 10px;
}
#language a:first-child,
#currency a:first-child  {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#language a:last-child,
#currency a:last-child  {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#language a:hover,
#currency a:hover {
	background: #fff;
}
#language a + a,
#currency a + a{
	border-top: 1px solid #e2e2e2;
}
#language a b,
#currency a b {
	display: block;
	color: #3e3e3e;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
}
#language a b:before,
#currency a b:before {
	content: "? ";
	color: #999999;
}
#language img {
	padding:0;
	margin-right: 3px;
	cursor: pointer;
}



/* top wishlist & compare */

#wishlist,
#compare {
	display: inline-block;
	position: relative;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #3e3e3e;
	vertical-align: middle;
	padding: 0 0 0 35px;
	margin: 0 0 0 40px;
	z-index: 10;
}
#wishlist {
	background: url(../image/top-wishlist-icon.png) left top no-repeat;
}
#compare {
	background: url(../image/top-compare-icon.png) left top no-repeat;
}
#wishlist a,
#compare a {
	display: block;
	height: 100%;
	font-size: 13px;
	color: #3e3e3e;
	text-decoration: none;
}
#wishlist a > span.number,
#compare a > span.number {
	background: #eee;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d9d9d9',GradientType=0 );
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 9px;
	margin-left: 5px;
}



/* top bloks hover */

#header #welcome:hover,
#header #language:hover,
#header #currency:hover,
#header #wishlist:hover,
#header #compare:hover {
	background-position: left bottom;
}

#header #language:hover .tittle_text{color: #3863c5;}
#header #currency:hover .tittle_text{color: #197e09;}
#header #wishlist:hover .tittle_text{color: #9c0d0d;}
#header #compare:hover .tittle_text{color: #9c0d9a;}

/* top line splitters */

#header #welcome:after,
#header #language:after,
#header #currency:after,
#header #wishlist:after,
#header #compare:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -23px;
	width: 0;
	margin-top: -15px;
	height: 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #f5f5f5;
}



/* ajax cart */

#header #cart {
	position: absolute;
	top: 10px;
	right: 10px;
	min-width: 300px;
	z-index: 9;
}
#header #top.resize #cart {
	top: 5px;
}
#header #cart .heading {
	background: url(../image/cart.png) left no-repeat;
	position: relative;
	float: right;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	z-index: 1;
}
#header #cart .heading a {
	background: #eee;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d9d9d9',GradientType=0 );
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 9px;
	margin: 0 0 0 5px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header #cart .heading a span#cart-total {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	display: block;
	height: 24px;
	padding: 0 15px 0 0;
}
#header #cart .heading a span#cart-total > span.number {
	display: inline-block;
	height: 24px;
	border-right: 1px solid #bbb;
	padding: 0 9px 0 0;
}
#header #cart .heading a span#cart-total > span.price {
	display: inline-block;
	height: 24px;
	margin: 0 0 0 9px;
}
#header #cart .content {
	background: #fff;
	clear: both;
	display: none;
	position: relative;
	top: 6px;
	min-height: 150px;
	font-size: 12px;
	line-height: normal;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	margin-right: -5px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#header #cart .content:before{
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	width: 96%;
	height: 10px;
	background: url(../image/arrow-hid.png) right bottom no-repeat;
}
#header #cart.active .heading {

}
#header #cart.active .content {
	display: block;
}
.mini-cart-info {
	overflow: hidden;
	border-radius: 4px;
	padding: 20px 15px 0 15px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info table tr:hover{
	background: #fff;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding:5px 5px 3px 5px;
	border-bottom: 1px dotted #e2e2e2;
	vertical-align: top;
}
.mini-cart-info tr:first-child {
	border-top: 1px dotted #e2e2e2;
}
.mini-cart-info .image {
}
.mini-cart-info .image img {
	text-align: left;
	padding: 5px;
	background: #fff;
}
.mini-cart-info .name a {
	font-size: 14px;
	color: #3e3e3e;
	font-weight: 500;
	text-decoration: none;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	color: #6fb251;
	text-align: right;
}
.mini-cart-info td.total {
	font-weight: 500;
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove .button-remove {
	background: url(../image/remove-small-split.png) top no-repeat;
	display: inline-block;
	width:15px;
	height:15px;
	vertical-align: middle;
}
.mini-cart-info .remove .button-remove:hover {
	background-position: bottom;
}
.mini-cart-total {
	text-align: right;
	padding: 10px 15px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total tr + tr{
	border-top: 1px dotted #ddd;
}
.mini-cart-total td {
	color: #3e3e3e;
	padding: 4px;
	font-size: 13px;
}
.mini-cart-total td + td{
	border-left: 1px dotted #ddd;
}
.mini-cart-total td b{
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}
.mini-cart-total tr:last-child td:first-child > b{
	font-weight: 500;
	color: #000;
}
.mini-cart-total tr:last-child td:last-child{
	font-weight: 500;
	color: #ff0000;
}
.mini-cart-total .total-price{
	text-align: left;
	font-size: 14px;
}
#header #cart .checkout {
	text-align: center;
	padding: 0 10px 10px 10px;
	clear: both;
}
#header #cart .checkout a{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	display: inline-block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	color: #3e3e3e;
	text-decoration: none;
	padding: 5px 10px;
}
#header #cart .checkout a:first-child{
	border-left: 1px solid #ccc;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#header #cart .checkout a:last-child{
	border-right: 1px solid #ccc;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#header #cart .checkout a + a{
	border-left: 1px solid #ccc;
}
#header #cart .empty {
	text-align: center;
	padding-top: 50px;
}

.ribbon {
    position: absolute;
    left: 20px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 80px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
    text-shadow: 1px 1px black;
}

.ribbon.ribbon-lg{
    top: 0px;
    width: 130px;
    height: 130px;
}

.ribbon.ribbon-lg span {
    font-size: 24px;
    line-height: 37px;
    width: 161px;
    left: -40px;
    height: 37px;
}

/* header center line */

#header #logo {
	position: absolute;
	top: 77px;
	left: 0;
}
#header #search {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	position: absolute;
	top: 95px;
	left: 50%;
	height: 36px;
	margin-left: -275px;
	line-height: 0;
	font-size: 0;
	letter-spacing: 0;
	padding: 6px 13px 6px 0;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#header .button-search {
	background: url('../image/button-search.png') center center no-repeat;
	display: inline-block;
	width: 48px;
	height: 36px;
	vertical-align: middle;
	border-right: 1px solid #CCCCCC;
	margin: 0 10px 0 0;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	width: 429px;
	height: 30px;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	padding: 0 15px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
}
#contact-us{
	background: url(../image/phone.png) left no-repeat;
	background-size: contain;
	position: absolute;
	top: 75px;
	right: 0;
	height: 80px;
	color: #777;
	padding: 0 10px 0 90px;
}
#contact-us .phone{
	margin-top: 17px;
	font-size: 22px;
	font-weight: normal;
}
#contact-us .email{
	font-size: 14px;
	font-weight: 300;
	padding-left: 3px;
}



/* menu */

#menu {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	border: 1px solid #c9c9c9;
	height: 54px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 0;
	margin: 0 0 20px 0;
}
#menu  #r-menu-toggle{
	display: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	padding: 18px 0 1px 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #f5f5f5;
	z-index: 20;
}
#menu > ul > li.home-item {
	background: url(../image/home-icon.png) center no-repeat;
	width: 56px;
	height: 35px;
}
#menu > ul > li.home-item a,
#menu > ul > li.home-item a:hover{
	background: none!important;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
#menu > ul > li:hover  {
	background-color: #ffe5c5;
	z-index: 88;
}
#menu > ul > li:first-child {
	border-left: none;
}
#menu > ul > li:first-child:hover{
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#menu > ul > li:last-child {
	border-right: 1px solid rgba(0,0,0,0);
}
#menu > ul > li:last-child:hover {
	border-right: 1px solid #ccc;
}
#menu > ul > li > a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #5a5a5a;
	text-shadow: 1px 1px 1px #fff;
	line-height: 18px;
	text-decoration: none;
	padding: 0 15px 18px 15px;
	margin-bottom: -1px;
	z-index: 6;
}
#menu > ul > li:hover > a {
	background:#ffe5c5;
}
#menu > ul > li:hover > .with-child {
	border-bottom: 1px solid #c9c9c9;
}
#menu > ul > li:hover > .with-child:after {
	content:"";
	display: block;
	position: absolute;
	left: -1px;
	bottom: -15px;
	width: 100%;
	height: 15px;
	background: url(../image/menu-arrow-down.png) center top no-repeat;
}
#menu > ul > li:first-child:hover > .with-child:after {
	left: 0px;
}
#menu > ul > li > div {
	background-color: #f5f5f5;
	display: none;
	position: absolute;
	border: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px 0;
	margin-left: -2px;
	z-index: 5;
}
#menu > ul > li:first-child > div {
	margin-left: -1px;
}
#menu > ul > li:hover div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	padding: 0 10px;
}
#menu > ul > li ul + ul {
	border-left: 1px dotted #ddd;
}
#menu > ul > li ul > li + li{
	border-top: 1px dotted #ddd;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	min-width: 120px;
	color: #000;
	white-space: nowrap;
	padding: 10px;
}
#menu > ul > li ul > li > a:hover {
	background: #fff;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	margin: 0 -1px;
	color: #74d582;
}
#menu > ul > li ul > li:first-child > a:hover {
	border-top: 1px dotted #ddd;
	margin-top: -1px;
}
#menu > ul > li ul > li:last-child > a:hover {
	border-bottom: 1px dotted #ddd;
	margin-bottom: -1px;
}
#menu > ul > li > div > ul > li > a {
	color: #000;
}







/* breadcrumb */

.breadcrumb {
	background: #f5f5f5;
	font-size: 12px;
	color: #bbb;
	font-weight: normal;
	line-height: 15px;
	vertical-align: bottom;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 4px 10px 6px;
	margin: 0 0 0 0;
	cursor: default;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}
.breadcrumb a {
	display: inline-block;
	height: 15px;
	font-size: 14px;
	color:#3e3e3e;
	line-height: 15px;
	vertical-align: middle;
	padding: 0;
	text-decoration: none;
	margin: 0 5px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb a:first-child {
	background: url(../image/small-home.png) center no-repeat;
	width: 0;
	height: 15px;
	overflow: hidden;
	padding-left: 15px;
	margin-left: 0;
}
.breadcrumb a:last-child {
	color: #999;
	cursor: default;
}
.breadcrumb a:last-child:hover {
	text-decoration: none;
}



/* success */

.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;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #3e3e3e;
}
table.form > * > * > td:first-child {
	text-align: right;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 50%;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	background: #fafafa;
}
select.large-field{
	width: 51%;
	height: 28px;
}
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;
}
#YamoneyForm table.radio {
    margin: 0 0 51px 10px;
}
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 */

.pagination {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	display: block;
	width: 100%;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 5px 0 5px;
	margin-bottom:20px;
	overflow: auto;
}
.pagination .links {
	float: left;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin-left: 10px;
	overflow: hidden;
}
.pagination .links a {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	display: inline-block;
	min-width: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #aaa;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 1px 1px 1px #fff, inset -1px -1px 1px rgba(0,0,0,0.02), 0px 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px #fff, inset -1px -1px 1px rgba(0,0,0,0.02), 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 1px #fff, inset -1px -1px 1px rgba(0,0,0,0.02), 0px 0px 5px rgba(0,0,0,0.1);
}
.pagination .links a:hover {
	color: #555;
	text-shadow: 1px 1px 1px #fff;
}
.pagination .links a:active {
	background: rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
}
.pagination .links b {
	background: rgba(0,0,0,0.05);
	display: inline-block;
	border: 1px solid #c9c9c9;
	min-width: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #aaa;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
}
.pagination .links a + a,
.pagination .links b + a,
.pagination .links a + b  {
	margin-left: -1px;
}
.pagination .links a:first-child,
.pagination .links b:first-child{
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.pagination .links a:last-child,
.pagination .links b:last-child{
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.pagination .results {
	height: 30px;
	font-size: 11px;
	color: #999;
	line-height: 32px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}
.pagination .links + .results{
	float: right;
	margin-right: 15px;
}



/* button */

a.button, input.button {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f3',GradientType=0 );
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 14px;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #fff;
	cursor: pointer;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 7px 12px 7px 12px;
}
input.button {
	margin: 0;
	height: 30px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	color: #3e3e3e;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
a.button:focus, input.button:focus {
	outline: none;
}
a.button:active, input.button:active {
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: auto;
	padding: 6px;
	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 */

.htabs {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	height: 40px;
	line-height: 24px;
	padding-top: 14px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33),inset 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33),inset 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33),inset 0 0 5px rgba(0,0,0,0.1);
	width:100%;
	float:left;
}
.htabs a {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	display: none;	
	float: left;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 8px 25px 7px 25px;
	margin-right: 3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.htabs a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.htabs a:first-child {
	margin-left: 15px;
}
.htabs a.selected {
	background: #FFFFFF;
	color: #000;
	padding-top: 10px;
	padding-bottom: 11px;
	margin-top: -5px;
	margin-bottom: -1px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tab-content {
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 20px;
	margin-bottom: 20px;
	overflow: auto;
	z-index: 2;
}

#tab-description {
    min-width:450px;
}



/* box */

.box {
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}
#content > #column-right > .box{
	height: 378px;
}
.box .box-heading {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #c9c9c9;
	padding: 15px 10px 14px 10px;
	overflow: hidden;
}

.box .store-heading,
.box .info-heading,
.box .filter-heading,
.box .category-heading,
.box .featured-heading,
.box .bestseller-heading,
.box .special-heading,
.box .latest-heading,
.box .account-heading,
.box .affilate-heading{
	padding-left: 70px;
	position: relative;
}

.box .featured-heading{color: #598eb6;}
.box .bestseller-heading{color: #ff8a00;}
.box .special-heading{color: #f45a5a;}
.box .latest-heading{color: #77ab5b;}

.box .store-heading:before,
.box .info-heading:before,
.box .filter-heading:before,
.box .category-heading:before,
.box .featured-heading:before,
.box .bestseller-heading:before,
.box .special-heading:before,
.box .latest-heading:before,
.box .account-heading:before,
.box .affilate-heading:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 55px;
	height: 36px;
	border-right: 1px solid #dedede;
	-webkit-box-shadow: 1px 0 0 0 #fff;
	-moz-box-shadow: 1px 0 0 0 #fff;
	box-shadow: 1px 0 0 0 #fff;
	margin-top: -18px;
}

.box .store-heading:before {background: url(../image/store-icon.png) center no-repeat;}
.box .info-heading:before {background: url(../image/info-icon.png) center no-repeat;}
.box .filter-heading:before {background: url(../image/filter-icon.png) center no-repeat;}
.box .category-heading:before {background: url(../image/category-icon.png) center no-repeat;}
.box .featured-heading:before {background: url(../image/featured-icon.png) center no-repeat;}
.box .bestseller-heading:before {background: url(../image/bestseller-icon.png) center no-repeat;}
.box .special-heading:before {background: url(../image/special-icon.png) center no-repeat;}
.box .latest-heading:before {background: url(../image/latest-icon.png) center no-repeat;}
.box .account-heading:before {background: url(../image/account-icon.png) center no-repeat;}
.box .affilate-heading:before {background: url(../image/affilate-icon.png) center no-repeat;}

.box .box-content {
	background: #FFFFFF;
}



/* box products */

.box-product {
	width: 100%;
	padding: 0;
}
.box-product > div {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#column-left   .box-product > div , #column-right .box-product > div{
	width: 234px;
	margin-right: 0px;
}
#column-left + #column-right + #content .box-product > div {
	width: 234px;
	margin-right: 0px;
}
.box-product .image {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.box-product .name {
	color: #104a85;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 10px 5px;
	overflow: hidden;
}
.box-product .name:hover {
	text-overflow: clip;
}
.box-product .name a {
	font-size: 16px;
	line-height: 16px;
	color: #104a85;
	font-weight: 300;
	text-decoration: none;
}
.box-product .name a:hover {
	text-decoration: underline;
	font-weight: 500;
}
.box-product .price {
	display: block;
	font-weight: 500;
	color: #000;
	font-size: 16px;
	margin: 0 10px 10px 10px;
}
.box-product .price-old {
	color: #F00;
	font-weight: 300;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: 500;
}
.box-product .rating {
	display: block;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #aaa;
	margin: 0 10px 5px 10px;
}
.box-product .cart,
.box-product .wishlist,
.box-product .compare{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}
.box-product .cart .button{
	background: url(../image/addtocart-icon.png) left top no-repeat;
	border: none;
	padding-left: 30px;
	font-weight: bold;
}
.box-product .cart .button:hover{
	background-position: left bottom;
	color: #d35629;
}
.box-product .wishlist a,
.box-product .compare a{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.box-product .wishlist a{
	background: url(../image/wishlist-icon.png) center top no-repeat;
}
.box-product .compare a{
	background: url(../image/compare-icon.png) top center no-repeat;
}
.box-product .wishlist a:hover,
.box-product .compare a:hover{
	background-position: center bottom;
}

.product-info .cart.options_box {
    padding: 0;
}

.product-info .cart.options_box input[type="button"] {
    background: initial;
    padding-left: 5px;
    padding-right: 5px;
    background: white;
}

.product-info .cart.option-box input[type="text"] {
    margin: 0;
    padding: 0;
    width: 30px;
}

.product-info .options-box div.plus-minus {
    background: initial !important;
}

.stock_info {
    font-size: 14px;
    float: left;
    height: 32px;
    box-sizing: border-box;
    width: 98px;
    text-align: center;
    border: 2px solid;
    border-radius: 7px;
    font-weight: bold;
    padding: 4px;
    margin-right: 5px;
    line-height: 1.3em;
}

.in_stock {
    color: green;
}

.out_of_stock {
    color: darkred;
}

/* box category */

ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li {
	padding: 12px 20px;
}
ul.box-category > li:hover {
	background: #ffe5c5;
}
ul.box-category > li + li {
	border-top: 1px dotted #ddd;
}
ul.box-category > li > a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #3e3e3e;
	text-decoration: none;
	padding-right: 10px;
}
ul.box-category > li > a:hover {
	color: #000;
}
ul.box-category > li a.active {
	font-weight: bold;
	padding-left: 10px;
}
ul.box-category > li a.active:before {
	content: "";
	display: block;
	position: absolute;
	left: -5px;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: url(../image/category-active-before.png) top no-repeat;
}
ul.box-category > li a.active.with-child {
	margin-bottom: 10px;
}
ul.box-category > li > a.with-child:after {
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: url(../image/category-plus.png) top no-repeat;
}
ul.box-category > li > a.active.with-child:before,
ul.box-category > li > a.active.with-child:after {
	background-position: top;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active + ul {
	display: block;
	margin-bottom: -12px;
}
ul.box-category > li ul > li {
	background: #fff;
	border-top: 1px dotted #ddd;
	padding: 10px 10px 10px 40px;
	margin: 0 -20px;
}
ul.box-category > li ul > li > a {
	display: block;
	position: relative;
	font-size: 13px;
	color: #777;
	text-decoration: none;
}
ul.box-category > li ul > li:hover {
	background: #eee;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
	color: #3e3e3e;
}



/* box account */

ul.box-account{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-account > li{
	padding: 0 10px 0 40px;
	position: relative;
}
ul.box-account > li + li{
	border-top: 1px dotted #ddd;
}
ul.box-account > li > .account-icons{
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 24px;
	font-size: 14px;
	color: #bbb;
	line-height: 24px;
	text-align: center;
	margin-top: -12px;
}
ul.box-account > li:hover > .account-icons{
	font-size: 20px;
	color: #3e3e3e;
}
ul.box-account > li > a{
	display: block;
	color: #777;
	text-decoration: none;
	border-left: 1px dotted #ddd;
	padding: 6px 0 6px 10px;
}
ul.box-account > li > a:hover{
	color: #3e3e3e;
	text-decoration: underline;
}



/* box filter */

ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}
ul.box-filter > li{
	border: 1px dotted #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	overflow: hidden;
}
.filter-list{
	display: none;
}
ul.box-filter span {
	background: #f5f5f5 url(../image/arrow-down.png) 95% center no-repeat;
	display: block;
	font-weight: normal;
	padding: 5px 10px;
	cursor: pointer;
}
ul.box-filter span:hover {
	background-color: #eee;
}
ul.box-filter span.opened {
	border-bottom: 1px dotted #ddd;
	background-color: #eee;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
ul.box-filter > li ul > li{
	padding: 3px;
}
ul.box-filter > li ul > li label{
	font-size: 12px;
	color: #777;
}
ul.box-filter > li ul > li:hover label{
	color: #3e3e3e;
}
ul.box-filter > li ul > li + li{
	border-top: 1px solid #eee;
}
ul.box-filter + a.button{
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 10px 10px;
}

/* box info */

ul.box-info{
	padding: 10px 10px;
	margin: 0;
	list-style: none;
}
ul.box-info > li{
	padding: 0 10px;
	margin: 0;
	white-space: nowrap;
}
ul.box-info > li + li{
	border-top: 1px dotted #ddd;
}
ul.box-info > li:before{
	content: "?";
	display: inline-block;
	width: 15px;
	height: 30px;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	margin-right: 10px;
}
ul.box-info > li:last-child:before{
	content: "?";
}
ul.box-info > li:nth-last-child(2):before{
	content: "?";
}
ul.box-info > li:hover:before{
	color: #3e3e3e;
}
ul.box-info > li > a{
	display: inline-block;
	font-size: 14px;
	color: #777;
	white-space: normal;
	text-decoration: none;
	vertical-align: top;
	padding: 5px 0;
}
ul.box-info > li:hover > a{
	color: #3e3e3e;
	text-decoration: underline;
}



/* box store */

.box-store{
	padding: 10px;
	text-align: center;
}


/* content */
.small-head{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	display: block;
	color: #5e5e5e;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px;
	margin: 0;
}
#content .small-head + .content{
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#content .content {
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}



/* category */
h1.category-h1,
.breadcramb + h1.category-h1{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.category-h1 + .category-info {
	border-top: 1px dotted #ddd;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	margin-top: -21px;
}
.category-info {
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px 15px 15px 15px;
	margin-bottom: 20px;
	overflow: auto;
}
.category-info .image {
	float: right;
	margin-left: 10px;
}
.category-list {
	margin-bottom: 0;
	overflow: auto;
}
.category-list h2{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	font-weight: normal;
	color: #3e3e3e;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px 10px;
	margin-bottom: 20px;
}
.category-list ul {
	padding-left:0px;
	font-size: 0;
}
.category-list ul li {
	background: #fff;
	display: block;
	float: left;
	position: relative;
	width: 181px;
	list-style:none;
	line-height:16px;
	text-align:center;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 20px 0 40px;
	margin-bottom:20px;
	margin-left: 20px;
}
.category-list ul li:nth-child(5n+1) {
	margin-left: 0;
}
.category-list ul li:hover {
	border-color: #ffb981;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
}
#column-left + #column-right + #content .category-list ul li {
	width: 211px;
}
#column-left + #content .category-list ul li,
#column-rigth + #content .category-list ul li {
	width: 170px;
}
.category-list ul li span{
	display:block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height:30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	border-top: 1px dotted #c9c9c9;
	text-overflow: ellipsis;
	margin: 0 5%;
	overflow: hidden;
}
.category-list ul li span:hover{
	text-overflow: clip;
}
.category-list ul li a{
	font-weight: 500;
	color: #3e3e3e;
	text-decoration: none;
}
.category-list ul li a:hover{
	text-decoration: underline;
}




/* manufacturer */

.abc{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	line-height: 26px;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px;
	margin-bottom: 0;
}
.abc b{
	font-size: 16 px;
	font-weight: normal;
	color: #3e3e3e;
}
.abc a{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	display: inline-block;
	min-width: 6px;
	height: 26px;
	font-weight: bold;
	color: #777;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #fff;
	-webkit-box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 1px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 1px rgba(0,0,0,0.02);
	box-shadow: inset 1px 1px 2px #fff, inset -1px -1px 1px rgba(0,0,0,0.02);
	margin-left: 3px;
	padding-left: 0.5em;
    padding-right: 0.5em;
}
.abc a:hover{
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.manufacturer-list {
	background: #fff;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 0;
	overflow: auto;
}
.manufacturer-list:last-child{
	border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.manufacturer-heading {
	float: left;
	width: 40px;
	font-size: 25px;
	font-weight: bold;
	color: #777;
	text-align: center;
	border-top: 1px dotted #c9c9c9;
	padding: 5px 10px;
}
.manufacturer-content {
	border-top: 1px dotted #c9c9c9;
	padding: 10px 20px 10px 10px;
	margin-left: 60px;
	overflow: auto;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.manufacturer-list ul li{
	background: #F8F8F8;
	text-align: left;
	border: 1px dotted #ddd;
	padding: 5px 5px;
	margin-right: 10px;
}
.manufacturer-list ul li:hover{
	background: #eee;
}
.manufacturer-list ul li a{
	display: block;
	text-decoration: none;
}



/* product filter */

.product-filter {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px 5px;
	margin-bottom:20px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	overflow: auto;
}
.product-filter .display {
	background: rgba(0,0,0,0.05) url(../image/list-grid-bg.png) left top no-repeat;
	float: left;
	height: 32px;
	width: 85px;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	overflow: hidden;
}
.product-filter .display a {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	display: block;
	position: relative;
	width: 42px;
	font-size: 0;
	height: 32px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.8), inset -1px -1px 0px rgba(0,0,0,0.02);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.8), inset -1px -1px 0px rgba(0,0,0,0.02);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.8), inset -1px -1px 0px rgba(0,0,0,0.02);
	overflow: hidden;
}
.product-filter .display a:after {
	background-image: url(../image/list-grid-bg.png);
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-filter .display a:nth-child(2) {
	border-right: 1px solid #c9c9c9;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	margin-right: 42px;
}
.product-filter .display a:nth-child(2):after {
	background-position: left bottom;
}
.product-filter .display a:nth-child(3) {
	border-left: 1px solid #c9c9c9;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin-left: 42px;
}
.product-filter .display a:nth-child(3):after {
	background-position: right bottom;
}
.product-filter .display a:active {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.product-filter .sort {
	background: url(../image/sort-icon.png) left no-repeat;
	float: right;
	height: 34px;
	font-size: 0;
	line-height: 34px;
	padding-left: 30px;
}
.product-filter .sort b{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
}
#column-left + #column-right + #content .product-filter b{
	display: none;
}
.product-filter .sort select{
	background: #f5f5f5;
	height: 28px;
	vertical-align: middle;
	border-color: #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 4px;
	margin-left: 10px;
}
#column-left + #column-right + #content .product-filter .sort select{
	max-width: 100px;
}
.product-filter .limit {
	background: url(../image/limit-icon.png) left no-repeat;
	margin-left: 45px;
	float: right;
	height: 34px;
	font-size: 0;
	line-height: 34px;
	padding-left: 30px;
}
.product-filter .limit b{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
}
.product-filter .limit select{
	background: #f5f5f5;
	height: 28px;
	vertical-align: middle;
	border-color: #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 4px;
	margin-left: 10px;
}
.product-compare {
	float:left;
	height: 34px;
	font-size: 0;
	letter-spacing: 0;
	line-height: 34px;
	margin-left: 50px;
}
.product-compare a {
	background: url(../image/top-compare-icon.png) left top no-repeat;
	display: inline-block;
	font-weight: normal;
	line-height: 30px;
	color: #3e3e3e;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 30px;
}
.product-compare a .number {
	background: #eee;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d9d9d9',GradientType=0 );
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 9px;
	margin-left: 5px;
	font-size: 13px;
}


/* product list */

.product-list{
	font-size: 0;
	margin-left: -20px;
}
.product-list > div {
	background: #fff;
	display: block;
	position: relative;
	float: left;
	width: 568px;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px 10px 50px 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: auto;
}
.product-list > div:hover {
	border-color: #ffb981;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
}
#column-left + #column-right + #content .product-list > div {
	width: 658px;
}
#column-left + #content .product-list > div,
#column-rigth + #content .product-list > div {
	width: 438px;
}
.product-list .image {
	float: left;
}
.product-list .image img {
	display: block;
	max-width: 160px;
	padding: 0px 10px;
}
.product-list .name {
	min-width: 245px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 190px;
	margin-bottom: 10px;
	overflow: hidden;
}
.product-list .name:hover {
	text-overflow: clip;
}
.product-list .name a {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}
.product-list .name a:hover {
	text-decoration: underline;
}
.product-list .description {
	min-height: 155px;
	font-size: 13px;
	color: #4D4D4D;
	line-height: 14px;
	text-align: justify;
	padding-right: 5px;
	margin-left: 190px;
	margin-bottom: 5px;
}
.product-list .rating {
	position: absolute;
	left: 10px;
	bottom: 50px;
	min-width: 180px;
	height: 25px;
	font-size: 0;
	line-height: 25px;
	text-align: center;
}
.product-list .rating img{
	vertical-align: middle;
}
.product-list .price {
	position: absolute;
	left: 10px;
	bottom: 10px;
	min-width: 180px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.product-list .price-old {
	font-size: 12px;
	font-weight: normal;
	color: #F00;
	text-decoration: line-through;
	vertical-align: middle;
}
.product-list .price-new {
	vertical-align: middle;
}
.product-list .price-tax {
	font-size: 10px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .right {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.product-list .status{
	display: block;
	float: left;
}

.product-list .cart,
.product-list .wishlist,
.product-list .compare {
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e7e7e7',GradientType=0 );
	display: block;
	float: left;
	vertical-align: middle;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
}
.product-list .cart:hover,
.product-list .wishlist:hover,
.product-list .compare:hover{
	position: relative;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	z-index: 2;
}
.product-list .cart input{
	background: url(../image/mini-button-cart-bg.png) left top no-repeat;
	height: 32px;
	font-weight: bold;
	border-color: #ccc;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-left: 30px;
}

.product-list .status a {
	display: block;
	width: 120px;
	height: 30px;
	text-decoration: none;
}

.product-list .status a:hover {
	cursor:default;
}

.product-list .wishlist a,
.product-list .compare a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-left: none;
	-webkit-box-shadow: inset 1px 0 0 0 #fff;
	-moz-box-shadow: inset 1px 0 0 0 #fff;
	box-shadow: inset 1px 0 0 0 #fff;
	overflow: hidden;
}
.product-list .wishlist a {
	background: url(../image/wishlist-icon.png) left top no-repeat;
}
.product-list .compare a {
	border-radius: 0 3px 3px 0;
	background: url(../image/compare-icon.png) left top no-repeat;
}
.product-list .cart input:hover,
.product-list .wishlist a:hover,
.product-list .compare a:hover {
	color: #d35629;
	background-position: left bottom;
}



/* product grid */

.product-grid {
	margin-left: -20px;
}
.product-grid > div {
	background: #fff;
	display: block;
	position: relative;
	float: left;
	width: 202px;
	text-align: center;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 15px 10px 15px 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: auto;
}
.product-grid > div:hover {
	border-color: #ffb981;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33), 0 1px 10px rgba(0, 0, 0, 0.33);
}
#column-left + #column-right + #content .product-grid > div {
	width: 191px;
}
#column-left + #content .product-grid > div,
#column-rigth + #content .product-grid > div {
	width: 198px;
}
.product-grid .image {
	display: block;
	line-height: 0;
	font-size: 0;
	margin-bottom: 10px;
}
.product-grid .image img {

}
.product-grid .name {
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 3px;
}
.product-grid .name:hover {
	text-overflow: clip;
}
.product-grid .name a {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.product-grid .name a:hover {
	text-decoration: underline;
	font-weight: 500;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	vertical-align: middle;
	margin-bottom: 6px;
}
.product-grid .price {
	display: block;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	vertical-align: middle;
	margin-bottom: 8px;
}
.product-grid .price-old {
	font-size: 12px;
	font-weight: normal;
	color: #F00;
	vertical-align: top;
	text-decoration: line-through;
}
.product-grid .price-new {
	vertical-align: top;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display: inline-block;
	vertical-align: middle;
}
.product-grid .wishlist, .product-grid .compare {
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e7e7e7',GradientType=0 );
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	border: 1px solid #ccc;
	overflow: hidden;
}
.product-grid .wishlist{
	margin: 0 -1px;
}
.product-grid .compare{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.product-grid .cart input.button:first-child{
	background: url(../image/mini-button-cart-bg.png) left top no-repeat;
	height: 32px;
	font-weight: bold;
	border-color: #ccc;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-left: 30px;
}
.product-grid .wishlist a {
	background: url(../image/wishlist-icon.png) left top no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	border-left: none;
	-webkit-box-shadow: inset 1px 0 0 0 #fff;
	-moz-box-shadow: inset 1px 0 0 0 #fff;
	box-shadow: inset 1px 0 0 0 #fff;
	overflow: hidden;
}
.product-grid .compare a {
	background: url(../image/compare-icon.png) left top no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	border-left: none;
	-webkit-box-shadow: inset 1px 0 0 0 #fff;
	-moz-box-shadow: inset 1px 0 0 0 #fff;
	box-shadow: inset 1px 0 0 0 #fff;
	overflow: hidden;
}
.product-grid .cart input.button:first-child:hover,
.product-grid .wishlist a:hover,
.product-grid .compare a:hover { 
	background-position: left bottom;
	color: #d35629;
}
.product-grid .cart:hover,
.product-grid .wishlist:hover,
.product-grid .compare:hover{
	position: relative;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	z-index: 2;
}



/* Product */
h1 + .product-info{
	margin-top: -5px;
}
.product-info > .left {
	background: #fff;
	position: relative;
	width: 49%;
	float: left;
	text-align: center;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.product-info > .left + .right {
	background: #fff;
	min-height: 455px;
	text-align: center;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	margin-left: 51%;
	margin-bottom: 20px;
}
.product-info .image {
	display: block;
	padding: 20px;
}
.product-info .image img {
	width: 100%;
	max-width: 400px;
}
.product-info .image img:focus,
.product-info .image a:focus {
	outline: none;
}
.product-info .image-additional {
	position: relative;
	width: auto;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
}
.product-info .image-additional .owl-next,
.product-info .image-additional .owl-prev{
	margin-top: -15px!important;
	display: block!important;
}
.product-info .image-additional a {
	display: inline-block;
}
.product-info .image-additional img {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px;
}
.product-info .image-additional img:focus,
.product-info .image-additional a:focus {
	outline: none;
}
.product-info .description {
	background: #eaf5e9;
	display: inline-block;
	min-width: 70%;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	border-radius: 5px;
	border: 1px solid #a2db9d;
	padding: 10px 5px;
	margin: 20px 0 0 0;
}
.product-info .description  span{
	display: inline-block;
	width: 46%;
	font-size: 13px;
	letter-spacing: normal;
	margin-left: 4%;
}
.product-info .description a {
	font-size: 13px;
	color: #3e3e3e;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
.product-info .price {
	background: #fff;
	font-size: 28px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin: 10px;
}
.product-info .price-text {
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
}
.product-info .price-default {
	font-weight: 400;
	vertical-align: middle;
}
.product-info .price-old {
	color: #F00;
	font-size: 18px;
	text-decoration: line-through;
	vertical-align: middle;
}
.product-info .price-new {
	font-weight: 400;
	vertical-align: middle;
}
.product-info .price-tax {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	background: #de4343;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px 4px;
	margin-bottom: 10px;
}
.product-info .price .discount {
	background: #fffae2;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #3e3e3e;
	border: 1px solid #deca6c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 45px;
	margin-bottom: 10px;
}
.product-info .options {
	background: #fafafa;
	display: inline-block;
	position: relative;
	min-width: 70%;
	color: #3e3e3e;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.product-info .options:after {
	content:"";
	display: block;
	position: absolute;
	left: -1px;
	bottom: -10px;
	width: 100%;
	height: 10px;
	background: url(../image/options-arrow-down.png) center top no-repeat;
}
.product-info .options h2{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f3',GradientType=0 );
	background: #f5f5f5;
	font-size: 15px;
	font-weight: normal;
	color: #3e3e3e;
	text-align: left;
	text-shadow: 1px 1px 0px #fff;
	border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0; 
	padding: 3px 10px 5px;
	margin: 0;
}
.product-info .options > br,
.product-info .options  b + br{
	display: none;
}
.product-info .option{
	display: block;
	text-align: left;
	padding: 10px 10px 12px 10px;
	margin: 0;
}
.product-info .option + br + .option{
	border-top: 1px solid #eaeaea;
}
.product-info .option .required {
	background: url(../image/required-icon.png) center no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
}
.product-info .option b{
	display: block;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 5px;
}
.product-info .option .required + b{
	margin-left: 20px;
}
.product-info .option select{
	background: #fff;
	width: 100%;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 0;
	margin:0;
}
.product-info .option input[type="text"],
.product-info .option textarea{
	background: #fff;
	display: block;
	width: auto;
	width: -webkit-calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	margin:0;
}
.product-info .option input[type="text"]{
	height: 28px;
	padding: 0 10px;
}
.product-info .option textarea{
	height: 60px;
	padding: 5px 10px;
}
.product-info .option input[type="radio"],
.product-info .option input[type="checkbox"]{
	margin-left: 15px;
}
.product-info .option label{
	font-size: 12px;
}
.product-info .option input[type="radio"]:checked + label,
.product-info .option input[type="checkbox"]:checked + label{
	font-weight: bold;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	cursor: pointer;
}

.product-info .option-image td {
    border-bottom: 1px solid #E1E1E1;
}

.product-info .cart {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.product-info .cart .plus-minus{
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e7e7e7',GradientType=0 );
	display: inline-block;
	position: relative;
	width: 18px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.product-info .cart.options_box .plus-minus {
    background: #fafafa !important;
}

.product-info .cart.options_box div > .links {
    background: white;
}


.product-info .cart .plus-minus span{
	display: block;
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
	cursor: pointer;
}
.product-info .cart .plus-minus span:hover{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.product-info .cart .plus-minus span:active{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
.product-info .cart .plus-minus .plus{
	background: url(../image/plus-minus.png) left top no-repeat;
	height: 18px;
	border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.product-info .cart .plus-minus .plus:hover{
	background-position: right top; 
}
.product-info .cart .plus-minus .minus{
	background: url(../image/plus-minus.png) left bottom no-repeat;
	height: 17px;
	-webkit-border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}
.product-info .cart .plus-minus .minus:hover{
	background-position: right bottom; 
}
.product-info .cart input[type="text"]{
	background-color: #fefefe;
	display: inline-block;
	width: 40px;
	height: 36px;
	font-size: 14px;
	font-weight: 700;
	color: #555;
	text-align: center;
	vertical-align: middle;
	border-color: #c9c9c9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	padding: 0 3px;
	margin: 0 -1px;
}
.product-info .cart input[type="text"]:focus{
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
	outline: none;
}
.product-info .cart div > span {
	display: none;
}
.product-info .cart input[type="button"]{
	background: url(../image/prod-cart-button.png) left top no-repeat;
	display: inline-block;
	height: 38px;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left: 40px;
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
}
.product-info .cart input[type="button"]:hover{
	background-position: left bottom;
	position: relative;
	color: #d35629;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	z-index: 2;
}
.product-info .cart input[type="button"]:active{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.product-info .cart div > .links {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #fafafa 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e7e7e7',GradientType=0 );
	display: inline-block;
	min-width: 65px;
	vertical-align: middle;
}
.product-info .cart div > .links br{
	display: none;
}
.product-info .cart div > .links a{
	display: block;
	float: left;
	width: 36px;
	font-size: 0;
	height: 36px;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
	overflow: hidden;
}
.product-info .cart div > .links a:first-child {
	background: url(../image/product-wishlist-icon.png) center top no-repeat;
	margin: 0 -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.product-info .cart div > .links a:first-child:hover{

}
.product-info .cart div > .links a:last-child {
	background: url(../image/product-compare-icon.png) center top no-repeat;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.product-info .cart div > .links a:hover{
	background-position: center bottom;
	position: relative;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	z-index: 2;
}
.product-info .cart div > .links a:active{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.product-info .cart .minimum {
	background: #fffaed;
	display: inline-block;
	position: relative;
	font-size: 11px;
	line-height: normal;
	color: #c3613a;
	border: 1px solid #f8ba71;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 20px;
}
.product-info .cart .minimum:before {
	background: url(../image/minimum-arrow-top.png) center top no-repeat;
	content:"";
	display: block;
	position: absolute;
	left: -1px;
	top: -10px;
	width: 100%;
	height: 10px;
}
.product-info .review {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	padding: 10px;
}
.product-info .review > div {
	line-height: 20px;
}
.product-info .review > div > img{
	vertical-align: middle;
	margin: 0 5px;
}
.product-info .review > div > a{
	background: #e9e9e9;
	display: inline-block;
	font-size: 13px;
	color: #3e3e3e;
	text-decoration: none;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px;
	margin: 0 5px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	line-height: normal;
	padding-top: 15px;
	overflow: auto;
}

.option-image tr td:first-of-type {
    display: none;
}

.option-image tr td:last-of-type {
    width: 217px;
}

/* review list */

#review .content,
.review-list {
	background: #f5f5f5;
	color: #3e3e3e;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.review-list .review-date{
	background: #fff;
	float: left;
	font-size: 10px;
	color: #000;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 8px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.review-list .author {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}
.review-list .rating {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
	text-align: left;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-left: 80px;
}
#review .pagination{
	background: #f5f5f5;
	display: block;
	width: auto;
	line-height: 30px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	margin-bottom: 20px;
	overflow: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#review .pagination .links{
	font-size: 0;
	letter-spacing: 0;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
#review .pagination .links a,
#review .pagination .links b{
	display: inline-block;
	min-width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-color: #ddd;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#review .pagination .links a:first-child,
#review .pagination .links b:first-child{
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#review .pagination .links a:last-child,
#review .pagination .links b:last-child{
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
#review .pagination .links a{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

}
#review .pagination .links a:hover{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	border-left-color: #eee;
}
#review .pagination .links a:active{
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
	border-left: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
#review .pagination .links b{
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
	border-left: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	border-left: none;
}
#review .pagination .results{
	font-size: 11px;
	color: #aaa;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
}


/* review form */

.review-form {
	background: #f5f5f5;
	display: block;
	position: relative;
	text-align: left;
	border-top: 1px solid #ccc;
	padding: 10px 20px;
	margin: 0 -20px -20px -20px;
}
.review-form #review-slide {
	display: none;
}
.review-form  h2{
	text-align: center;
	padding: 10px 0;
}
.review-form  h2 > a{
	color: #5990c8;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dashed #5990c8;
}
.review-form  h2 > a:hover{
	color: #2263a5;
	border-bottom: 1px solid #2263a5;
}
.review-form  .autor-name {
	margin-bottom: 20px;
}
.review-form  .autor-name b{
	background: #fafafa;
	display: block;
	float: left;
	min-width: 70px;
	font-size: 12px;
	font-weight: normal;
	line-height: 36px;
	border:1px solid #ccc;
	border-right: none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 0 10px;
}
.review-form  .autor-name input[type="text"]{
	display: block;
	width: 780px;
	width: -moz-calc(100% - 112px);
	width: -webkit-calc(100% - 112px);
	height: 36px;
	font-size: 14px;
	border-left: none;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 0 10px;
	margin-left: 91px;
}
.review-form  .autor-name input[type="text"]:focus{
	outline: none;
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
}
.review-form  .review-text {
	position: relative;
	margin-bottom: 20px;
}
.review-form  .review-text b{
	background: #fafafa;
	display: block;
	float: left;
	min-width: 70px;
	height: 110px;
	font-size: 12px;
	font-weight: normal;
	line-height: 36px;
	border:1px solid #ccc;
	border-right: none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 0 10px;
}
.review-form  .review-text textarea{
	display: block;
	width: 780px;
	width: -moz-calc(100% - 112px);
	width: -webkit-calc(100% - 112px);
	overflow: auto;
	height: 90px;
	border-left: none;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 10px;
	margin-left: 91px;
	resize: none;
}
.review-form  .review-text textarea:focus{
	outline: none;
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
}
.review-form .review-text .review-note{
	background: #f5f5f5;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 7px;
	right: -moz-calc(2px - 1px);
	right: -webkit-calc(2px - 1px);
	font-size: 10px;
	font-weight: normal;
	color: #aaa;
	-webkit-border-radius: 5px 0;
	-moz-border-radius: 5px 0;
	border-radius: 5px 0;
	padding: 3px 7px;
}
.review-form .select-rating{
	display: block;
	float: left;
	font-size: 0;
	line-height: 40px;
	padding: 0 0;
}
.review-form .select-rating b{
	background: #eee;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	line-height: 35px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-right: none;
	-webkit-border-radius: 18px 0 0 18px;
	-moz-border-radius: 18px 0 0 18px;
	border-radius: 18px 0 0 18px;
	overflow: hidden;
	padding: 0 20px 0 10px;
	margin-right: -3px;
}
.review-form .select-rating b:after{
	content: "";
	background: #f5f5f5;
	display: block;
	position: absolute;
	top: -4px;
	right: -33px;
	width: 40px;
	height: 41px;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px 20px 20px 20px/21px 21px 21px 21px;
	-moz-border-radius: 20px 20px 20px 20px/21px 21px 21px 21px;
	border-radius: 20px 20px 20px 20px/21px 21px 21px 21px;
}
.review-form .select-rating input{
	display: none;
}
.review-form .select-rating input + label{
	background: #fafafa;
	display: inline-block;
	width: 31px;
	height: 31px;
	font-size: 15px;
	font-weight: 500;
	color: #aaa;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-left: 4px;
}
.review-form .select-rating input + label:hover{
	background: #fcff00;
	color: #e2ac1a;
	border-color: #ffba00;
}
.review-form .select-rating input:checked + label{
	background: #ffde00;
	color: #be6915;
	border-color: #d86b00;
}
.review-form .review-capcha{
	display: block;
	font-size: 0;
	letter-spacing: -1px;
	line-height: 40px;
	text-align: center;
	margin-left: 270px;
	margin-right: 120px;
	margin-bottom: 10px;
}
.review-form .review-capcha b{
	background: #eee;
	display: inline-block;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	line-height: 12px;
	letter-spacing: 0;
	text-align: right;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-right: none;
	-webkit-border-radius: 18px 0 0 18px;
	-moz-border-radius: 18px 0 0 18px;
	border-radius: 18px 0 0 18px;
	padding: 4px 5px 5px;
}
.review-form .review-capcha > div{
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid #ccc;
	-webkit-border-radius: 0 18px 18px 0;
	-moz-border-radius: 0 18px 18px 0;
	border-radius: 0 18px 18px 0;
	overflow: hidden;
}
.review-form .review-capcha > div:after{
	background: rgba(0,0,0,0.08);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 33px;
}
.review-form .review-capcha > div > input{
	display: inline-block;
	position: relative;
	width: 130px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 0 10px;
	margin-left: -1px;
	z-index: 1;
}
.review-form .review-capcha > div > input:focus{
	outline: none;
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
}
.review-form .review-capcha > div > img{
	display: inline-block;
	vertical-align: middle;
	margin: -1px;
}
.review-form .buttons{
	background: none;
	float: right;
	line-height: 40px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.review-form .buttons .right{
	background: none;
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0;
}
.review-form .buttons .right a{
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding-top: 9px;
	padding-bottom: 10px;
}



/* attribute tab */

.attribute {
	border-collapse: collapse;
	width: 100%;
}
.attribute thead td {
	background: #EEEEEE;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	text-align: left;
}
.attribute tbody tr td:first-child {
	width: 35%;
	color: #034B83;
	font-weight: 500;
	border-right: none;
}
.attribute td {
	font-size: 13px;
	color: #4D4D4D;
	text-align: left;
	vertical-align: top;
	padding: 7px;
}



/* compare info */

.compare-info-box{
	background: #FFFFFF;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	margin-bottom: 20px;
	overflow: hidden;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	padding-left: 20px;
	font-weight: bold;
	background: #eee;
	text-align: left;
	border-right: none;
}
.compare-info tr td:first-child {
	color: #5e5e5e;
	font-weight: 500;
	text-align: right;
	font-size: 13px;
	background: #f5f5f5;
	border-right: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px dotted #DDDDDD;
	border-bottom: 1px dotted #DDDDDD;
	font-size: 12px;
}
.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 info*/

.wishlist-info{
	background: #FFFFFF;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	margin-bottom: 20px;
	overflow: hidden;
}
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	color: #5e5e5e;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	height: 36px;
	font-weight: bold;
	color: #3e3e3e;
	border-bottom: 1px solid #c9c9c9;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.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: center;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px dotted #DDDDDD;
}
.wishlist-info tbody:last-child td {
	border-bottom: none;
}
.wishlist-info tbody .image img {
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name a{
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.wishlist-info tbody .name a:hover{
	text-decoration: underline;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
	vertical-align: middle;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: center;
	vertical-align: middle;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action{
	vertical-align: middle;
}
.wishlist-info tbody .action img {
	cursor: pointer;
	vertical-align: middle;
}



/* login */

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content h2{
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #555;
	line-height: 30px;
	text-align: left;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px;
	padding-left: 70px;
	margin-bottom: 0;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
	border-radius: 0 0 4px 4px!important;
	position: relative;
	z-index: 2;
}
.login-content .left {
	float: left;
	width: 49%;
	text-align: center;
}
.login-content .right {
	float: right;
	width: 49%
}
.login-content .right p{
	font-size: 12px;
	text-align: center;
}
.login-content .right .content > div{
	font-size: 0;
	text-align: center;
	margin: 10px;
}
.login-content .right .content > div b{
	background: #f5f5f5;
	display: inline-block;
	min-width: 70px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	line-height: 30px;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
	border-right: 0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	padding: 0 10px;
}
.login-content .right .content > div input[type="text"],
.login-content .right .content > div input[type="password"]{
	background: #fafafa;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 7px;
	margin: 0 0 0 -4px;
}
.login-content .right .content > div input[type="text"]:focus,
.login-content .right .content > div input[type="password"]:focus{
	background: #fff;
	border-color: #aaa;
	outline: none;
}
.login-content .right .content > .fogotten-login a{
	display: inline-block;
	width: 60%;
	text-align: left;
}
.login-content .right .content > .fogotten-login input{
	width: 100px;
}




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



/* downloads */

.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{
	background: #FFFFFF;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	margin-bottom: 20px;
	overflow: hidden;
}
.cart-info table {
	width: 100%;
	margin-bottom: 0;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info tbody tr:last-child td {
	border-bottom: none;
}
.cart-info tbody td:first-child {
	padding: 7px;
}
.cart-info thead td {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	height: 36px;
	font-weight: bold;
	color: #3e3e3e;
	border-bottom: 1px solid #c9c9c9;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.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: center;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px dotted #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 .name a{
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.cart-info tbody .name a:hover{
	text-decoration: underline;
}
.cart-info tbody .name a + div {
	max-width: 400px;
	font-size: 0px;
}
.cart-info tbody .name a + div br{
	display: none;
}
.cart-info tbody .name a + div small{
	background: #ddd;
	display: inline-block;
	font-size: 12px;
	color: #3e3e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	padding: 0 5px 1px;
	margin-top: 5px;
}
.cart-info tbody .quantity input[type='text']{
	height: 18px;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img { 
	cursor: pointer;
	vertical-align: middle;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: center;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
}
.cart-total table {
	float: right;
}
.cart-total td {
	text-align: right;
	padding: 3px;
}



/* checkout */

#checkout,
#payment-address,
#shipping-address,
#shipping-method,
#payment-method,
#confirm{
	margin-bottom: 20px;
}
#checkout .buttons .left,
#payment-address .buttons .left,
#shipping-address .buttons .left,
#shipping-method .buttons .left,
#payment-method .buttons .left,
#confirm .buttons .left,
#checkout .buttons .right,
#payment-address .buttons .right,
#shipping-address .buttons .right,
#shipping-method .buttons .right,
#payment-method .buttons .right,
#confirm .buttons .right{
	min-height: 0;
	width: auto;
	font-size: 12px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.checkout-heading {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	font-size: 16px;
	font-weight: 500;
	color: #555;
	line-height: 30px;
	border-top: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 10px;
}
.checkout-heading a {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	float: right;
	font-weight: 500;
	color: #777;
	line-height: 28px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 20px;
}
.checkout-heading a:hover{
	color: #3e3e3e;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.checkout-heading a:active{
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
.checkout-content {
	display: none;
	padding: 20px 5px 5px 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	overflow: auto;
}
.checkout-content .error{
	font-size: 12px;
	line-height: 14px;
}
.checkout-content h2{
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #555;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px;
	padding-left: 70px;
}
.checkout-content h2:first-child{
	border-top: none;
}
.checkout-content h2:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 55px;
	height: 36px;
	border-right: 1px solid #dedede;
	-webkit-box-shadow: 1px 0 0 0 #fff;
	-moz-box-shadow: 1px 0 0 0 #fff;
	box-shadow: 1px 0 0 0 #fff;
	margin-top: -18px;
}
.checkout-content .left {
	background: #fff;
	float: left;
	width: 48.9%;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	overflow: auto;
}
.checkout-content .right {
	background: #fff;
	float: right;
	width: 48.9%;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	overflow: auto;
}

#checkout .left,
#checkout .right{
	min-height: 310px;
}

#checkout .left h2:before{
	background: url(../image/register-icon.png) center no-repeat;
}
#checkout .left{
	text-align: center;
}
#checkout .left p{
	font-size: 12px;
	text-align: center;
	padding: 15px 10px 0;
}
#checkout .left label{
	background: #f5f5f5;
	display: inline-block;
	min-width: 70%;
	font-size: 0;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 30px;
	margin: 0 0 7px 0;
	overflow: hidden;
}
#checkout .left label input{
	display: none;
}
#checkout .left label b{
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
	padding: 0;
}
#checkout .left label b:before{
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	top: 50%;
	height: 12px;
	width: 12px;
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #3e3e3e;
	line-height: 10px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
	margin-top: -7px;
	margin-right: 5px;
	overflow: visible;
}
#checkout .left label input:checked + b{
	font-weight: bold;
	color: #3e3e3e;
}
#checkout .left label input:checked + b:before{
	content: "?";
	font-weight: normal;
	border-color: #999;
}


#checkout .right h2:before{
	background: url(../image/login-icon.png) center no-repeat;
}
#checkout .right p{
	font-size: 12px;
	text-align: center;
	padding: 15px 10px 0;
}
#checkout .right .email,
#checkout .right .password,
#checkout .right .fogotten-login{
	font-size: 0;
	text-align: center;
	margin: 10px;
}
#checkout .right b{
	background: #f5f5f5;
	display: inline-block;
	min-width: 70px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	line-height: 30px;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
	border-right: 0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	padding: 0 10px;
}
#checkout .right input[type="text"],
#checkout .right input[type="password"]{
	background: #fafafa;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 7px;
	margin: 0 0 0 -4px;
}
#checkout .right input[type="text"]:focus,
#checkout .right input[type="password"]:focus{
	background: #fff;
	border-color: #aaa;
	outline: none;
}
#checkout .right .fogotten-login a{
	display: inline-block;
	width: 60%;
	text-align: left;
}
#checkout .right .fogotten-login input{
	width: 100px;
}

#payment-address .left,
#payment-address .right{
	min-height: 500px;
	margin-bottom: 20px;
}

#payment-address .buttons .left a,
#payment-address .buttons .left a,
#payment-address .buttons .right a b,
#payment-address .buttons .right a b{
	font-size: 12px;
	font-weight: normal;
}

#payment-address .left h2:first-child:before{
	background: url(../image/register-icon.png) center no-repeat;
}
#payment-address .left h2:before{
	background: url(../image/password-icon.png) center no-repeat;
}
#payment-address .right h2:before{
	background: url(../image/address-icon.png) center no-repeat;
}
#payment-address .left div,
#payment-address .right div{
	margin: 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
}
#payment-address .left div b,
#payment-address .right div b{
	background: #f5f5f5;
	display: inline-block;
	width: 30%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-shadow: 1px 1px 1px #fff;
	line-height: 30px;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
	border-right: 0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	padding: 0 2% 0 1%;
}
#payment-address .left div input[type="text"],
#payment-address .left div input[type="password"],
#payment-address .right div input[type="text"],
#payment-address .right div input[type="password"]{
	background: #fafafa;
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 7px;
	margin: 0 0 0 -4px;
}
#payment-address .right div select{
	background: #fafafa;
	display: inline-block;
	width: 54%;
	font-size: 13px;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
	padding: 6px;
	height: 32px;
	margin: 0 0 0 -4px;
}
#payment-address .both-line{
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	overflow: auto;
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
	line-height: 20px;
}
#payment-address .both-line input{
	vertical-align: middle;
}
#payment-address .both-line label{
	color: #777;
	font-size: 12px;
	vertical-align: middle;
}
#payment-address .both-line input:checked  + label{
	color: #000;
}

.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
}
.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;
}
.checkout-product tfoot tr:last-child td {
	border-bottom: none
}



/* contact */

.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}



/* sitemap */

.sitemap-info {
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 20px;
	margin-bottom: 20px;
	overflow: auto;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info ul{
	list-style: none;
	padding-left: 40px;
}
.sitemap-info .left > ul > li,
.sitemap-info .right > ul > li{
	font-weight: bold;
}
.sitemap-info .left > ul > li ul li,
.sitemap-info .right > ul > li ul li{
	font-weight: normal;
}
.sitemap-info .left > ul > li ul li:before,
.sitemap-info .right > ul > li ul li:before{
	content: "? ";
	font-family: 'Arial';
	font-size: 16px;
	color: #ccc;
	line-height: 14px;
}
.sitemap-info li{
	padding: 5px;
}
.sitemap-info li > ul{
	margin-top: 5px;
}
.sitemap-info li a{
	text-decoration: none;
}
.sitemap-info li a:hover{
	text-decoration: underline;
}



/* footer */ 

#footer {
	background: #f3f3f3;
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#dadada 100%);
	background: -o-linear-gradient(top,  #f3f3f3 0%,#dadada 100%);
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#dadada 100%);
	background: linear-gradient(to bottom,  #f3f3f3 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dadada',GradientType=0 );
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	padding: 30px 35px 20px 35px;
	margin-bottom: 45px;
	margin-top: 20px;
	clear: both;
	overflow: auto;
}
#footer h3 {
	font-size: 18px;
	color: #3e3e3e;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
	margin-bottom: 40px;
}
#footer .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 8px;
}
#footer .column a {
	display: inline-block;
	color: #3e3e3e;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#footer .column a:hover {
	border-color: #aaa;
}
#footer .fotter-line{
	height: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	clear: both;
}
#footer #permission {
	float: left;
	width: 500px;
	font-size: 11px;
	color: #777;
	text-align: left;
}
#footer #permission p{
	margin: 0;
}
#footer #powered {
	width: 200px;
	float: right;
	font-size: 11px;
	color: #777;
	text-align: left;
}
#footer #powered a{
	font-size: 12px;
	color: #104a85;
}
#footer #in-socium{
	text-align: center;
	padding-top: 15px;
	margin-left: 500px;
	margin-right: 230px;
}



/* banner */

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	max-width: 100%;
	margin-bottom: 20px;
}



/* wrapper */

.wrapper{
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
}
.h2-head{
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #555;
	line-height: 30px;
	text-align: left;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	padding: 10px;
	z-index: 1;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	margin: 0;
}
.h2-head + .content{
	position: relative;
	-webkit-border-radius: 0 0 4px 4px!important;
	-moz-border-radius: 0 0 4px 4px!important;
	border-radius: 0 0 4px 4px!important;
	z-index: 2;
}



/* xds menu */

#xds-menu{
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
#xds-menu.with-slider{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}
#xds-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#xds-menu .links{
	float: left;
}
#xds-menu .links li{
	display: block;
	float: left;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #fff;
}
#xds-menu .links li:first-child{
	border-left: none;
}
#xds-menu .links li:hover{
	background: #fff;
}
#xds-menu .links li a{
	display: block;
	font-size: 16px;
	color: #5a5a5a;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	padding: 17px 20px 16px 17px;
}
#xds-menu .social{
	float: right;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
}
#xds-menu .social > li{
	display: inline-block;
	font-size: 0;
	padding: 10px 0 0;
	margin: 0 7px 0 0;
}
#xds-menu .social li > a{
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0; 
	margin: 0;
}
#xds-menu .social li > .gp{background: url(../image/gp.png) left top no-repeat;}
#xds-menu .social li > .tw{background: url(../image/tw.png) left top no-repeat;}
#xds-menu .social li > .fb{background: url(../image/fb.png) left top no-repeat;}
#xds-menu .social li > .vk{background: url(../image/vk.png) left top no-repeat;}
#xds-menu .social li > .ok{background: url(../image/ok.png) left top no-repeat;}
#xds-menu .social li > a:hover{background-position: left bottom;}


/* msie < 8 */
#ie_lt_8{
	display: none;
}
/* colorBox long name fix */
#cboxTitle{
	width: 70%!important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
	margin-left: 25%!important;
	margin-right: 5%!important;
}

.vk_module {
    transition: 200ms;
}

.vk_module:hover {
    -webkit-box-shadow: 0px 0px 65px -2px rgba(255,222,10,0.4);
-moz-box-shadow: 0px 0px 65px -2px rgba(255,222,10,0.4);
box-shadow: 0px 0px 65px -2px rgba(255,222,10,0.4);
}

.bbt {
		text-decoration: none;
		color: #ff7500;
		font-size: 1.7em;
		font-weight: bold;
		border: 2px solid;
		padding: .7em;
		border-radius: 100px;
		background-color: rgba(255,251,105, 0.1);
		transition: 200ms;
}

a.bbt:visited {
    color: #ff7500;
}

a.bbt:hover {
    background-color: rgba(255,251,105, 0.4);
    -webkit-box-shadow: 0px 0px 65px -2px rgba(255,222,10,0.4);
-moz-box-shadow: 0px 0px 65px -2px rgba(255,222,10,0.4);
box-shadow: 0px 0px 65px -2px rgba(255,222,10,0.4);
}