html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
body {
	
	background: url('../image/1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}
body, td, th, input, textarea, select {
	font-size: 14px;
}

 a {
	font-size: 16px;
}

h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
p {
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	color: #444;
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #87a1d5;
	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: #f5f5f5;
	border: 1px solid #ccc;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
input[type='text'], input[type='password']{
	height: 20px;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus {
	outline: none;
	border-color: #478fc6;
	background: #fff;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#top {
	height: 10px;
	background: #d8f0fe;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
}
#bottom {
	height: 10px;
	background: #d8f0fe;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	position: relative;
	width: 100%;
	min-width: 980px;
	margin-top: -10px;
	z-index: -1;
}
#top .top_center{
	position: relative;
	width: 980px;
	height: 0px;
	margin: 0 auto;
}
#top .top_center:after{
	content: "";
	display: block;
	position: absolute;
	right: -18px;
	top: 0;
	width: 764px;
	height: 38px;
	background: url(../image/top_bg.png) top no-repeat;
}

ul {
    
   color: #777;
    
}


#container {
	width: 980px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	
	 background:url(data:image/png;base64,iVBORw0KG...);
   background:rgba(255, 255, 255, 0.8);
	
	
}
#column-left {
	float: left;
	width: 225px;
}
#column-right {
	float: right;
	width: 225px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	//*box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	background: #fff;
	padding: 10px 0px;*//
}
#content .container-content{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 37px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 255px;
}
#column-right + #content {
	margin-right: 255px;
}
/* header */
#header {
	height: 180px;
	margin-bottom: 7px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 50px;
	left: 0;
}
#language {
	position: absolute;
	top: 5px;
	left: 500px;
	color: #999;
	line-height: 17px;
	border: 1px solid transparent;
	border-radius: 3px;
	z-index: 999999;
}
#language:hover {
	background: #fff;
	border-color: #dcb628;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
#language p{
	background: url(../image/language_icon.png) 0 0 no-repeat;
	margin: 0;
	padding: 0 20px 0 25px;
	line-height: 22px;
	font-size: 12px;
	position: relative;
	display: inline-block;
	cursor: default;
}
#language  p:after{
	content: "";
	position: absolute;
	right: 5px;
	top: 9px;
	height: 4px;
	width: 8px;
	background: url(../image/lang-cur-arrow.png) center no-repeat;
}
#language a{
	display: none;
	padding: 0 20px 0 30px;
	line-height: 22px;
	font-size: 12px;
	text-decoration: none;
	color: #222;
	border-top: 1px solid #f2eace;
}
#language a:hover{
	background-color: rgba(0,0,0,0.05);
}
#language:hover a{
	display: block;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#currency {
	position: absolute;
	top: 5px;
	left: 610px;
	color: #999;
	line-height: 17px;
	border: 1px solid transparent;
	border-radius: 3px;
	z-index: 999999;
}
#currency:hover {
	background: #fff;
	border-color: #dcb628;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
#currency p {
	background: url(../image/currency_icon.png) 2px 0 no-repeat;
	margin: 0;
	padding: 0 20px 0 30px;
	line-height: 22px;
	font-size: 12px;
	position: relative;
	display: inline-block;
	cursor: default;
}
#currency  p:after{
	content: "";
	position: absolute;
	right: 5px;
	top: 9px;
	height: 4px;
	width: 8px;
	background: url(../image/lang-cur-arrow.png) center no-repeat;
}
#currency a {
	display: none;
	padding: 0 20px 0 10px;
	line-height: 22px;
	font-size: 12px;
	text-decoration: none;
	color: #222;
	border-top: 1px solid #f2eace;
}
#currency a:hover{
	background-color: rgba(0,0,0,0.05);
}
#currency:hover a{
	display: block;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 99;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	height: 42px;
	padding-left: 65px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('../image/cart.png') 0 50% no-repeat;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #929292;
	font-size: 16px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #87a1d5;
	text-decoration: none;
	display: block;
	font-size: 13px;
	line-height: 16px;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 0;
	padding: 8px;
	min-height: 150px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	border-radius: 2px 0 2px 2px;
	-webkit-border-radius: 2px 0 2px 2px;
	-moz-border-radius: 2px 0 2px 2px;
}
#header #cart.active .heading {
	font-weight: normal;
	background-color: #fff;
	position: relative;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}
#header #cart.active .heading:after {
	content: "";
	width: 100%;
	padding-right: 4px;
	height: 5px;
	position: absolute;
	bottom:-5px;
	left: -4px;
	background-color: #fff;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 7;
	padding: 0 10px;
	-moz-transform: skewX(-18deg);
	-o-transform: skewX(-18deg);
	-webkit-transform: skewX(-18deg);
	transform: skewX(-18deg);
	background: #fffef9;
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.2);
	border: 1px solid #d5eefd;
}
#header .button-search {
	position: absolute;
	right: 4px;
	background: url('../image/button-search.png') center center no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	cursor: pointer;
	-moz-transform: skewX(18deg);
	-o-transform: skewX(18deg);
	-webkit-transform: skewX(18deg);
	transform: skewX(18deg);
}
#header #search input {
	background: transparent;
	padding: 1px 21px 1px 1px;
	width: 180px;
	height: 20px;
	border: none;
	-moz-transform: skewX(18deg);
	-o-transform: skewX(18deg);
	-webkit-transform: skewX(18deg);
	transform: skewX(18deg);
}
#header #search input:focus {
	outline: none;
}
#header #welcome {
	position: absolute;
	top: 5px;
	left: 260px;
	z-index: 5;
	text-align: right;
	color: #999999;
	padding-left: 25px;
	background: url(../image/user_icon.png) 0 0 no-repeat;
	line-height: 22px;
}
#header #welcome a{
	color: #000;
}
#header .links {
	position: absolute;
	left: 0px;
	top: 145px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	position: relative;
	padding: 0;
	color: #848484;
	text-decoration: none;
	font-size: 14px;
	margin-left: 33px;
	border-bottom: 1px dotted #848484;
}
#header .links a:hover {
	text-decoration: none;
	border-bottom: 1px solid #2185c5;
	color: #2185c5;
}
#header .links a:before {
	content: "";
	display: block;
	position: absolute;
	left: -33px;
	top: -6px;
	width: 30px;
	height: 30px;
	background: url(../image/links_sprite.png) no-repeat;
}
#header .links .home:before {
	background-position: 0 0;
}
#header .links .wishlist:before {
	background-position: -30px 0;
}
#header .links .account:before {
	background-position: -60px 0;
}
#header .links .cart:before {
	background-position: -90px 0;
}
#header .links .checkout:before {
	background-position: -120px 0;
}

#header .links .home:hover:before {
	background-position: 0 -30px;
}
#header .links .wishlist:hover:before {
	background-position: -30px -30px;
}
#header .links .account:hover:before {
	background-position: -60px -30px;
}
#header .links .cart:hover:before {
	background-position: -90px -30px;
}
#header .links .checkout:hover:before {
	background-position: -120px -30px;
}

#header .links a + a {
	margin-left: 90px;
}

#header #contacts {
	position: absolute;
	top: 50px;
	left: 470px;
	padding: 5px 5px 5px 65px;
	min-height: 40px;
/* 	background: url('../image/contacts-icon.png') left no-repeat;
 */
 }
#header #contacts .callme{
text-decoration: none;
 border-bottom: 1px dotted #848484;
	font-size: 23px;
	color: #555;
}


	 
	
	#header #contacts .mphone{
	text-align: right;
	color: #555;
}
	
	
	
}


/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-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;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	height: 30px;
	line-height: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
.breadcrumb a {
	color:#87a1d5;
	font-size: 11px;
	text-decoration: none;
}
.breadcrumb a:last-child {
	color: #aaa;
	text-decoration: none;
	cursor: default;
}
.breadcrumb a:last-child:hover {
	color: #aaa;
	text-decoration: none;
	cursor: default;
}
.breadcrumb a:hover {
	color: #f35840;
	text-decoration: underline;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 25px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	padding: 10px 20px;
	overflow: auto;
	margin-bottom: -10px;
	background: #ddebff;
	margin-left: -20px;
	margin-right: -20px;

}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background-color: #94bdf6;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	margin-right: 2px;
}
.pagination .links a:active{
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.pagination .links b {
	display: inline-block;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	background-color: #bad3f5;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 2px;
}
.pagination .results {
	float: right;
	line-height: 30px;
	color: #777;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #f35840;
	position: relative;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	display: inline-block;
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 22px 0px 22px;
}
a.button:hover, input.button:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
a.button:active, input.button:active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
input.button:focus {
	outline: none;
}
input.module-button{
	border: none;
	background: #eee;
	color: #fff;
	font-size: 16px;
	height: 30px;
	width: 110px;
	margin-left: 8px;
	cursor: pointer;
	display: block;
	float: left;
}
.box-product > div:hover input.module-button,
.product-grid > div:hover input.module-button,
.product-list > div:hover input.module-button{
	background: #f35840;
}
input.module-button:focus,
input.module-button:active{
	outline: none;
}
.box-product > div:hover input.module-button:hover,
.product-grid  > div:hover input.module-button:hover,
.product-list  > div:hover input.module-button:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.box-product > div:hover input.module-button:active,
.product-grid > div:hover input.module-button:active,
.product-list > div:hover input.module-button:active{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
a.blue-button{
	background: #00a9e5!important;
	padding-top: 8px!important;
	padding-bottom: 8px!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	border: none!important;
	text-decoration: none!important;
	color: #fff!important;
	font-weight: bold!important;
}
input.blue-button{
	background: #00a9e5!important;
	height: 28px!important;
	border: none!important;
	text-decoration: none!important;
	color: #fff!important;
	font-weight: bold!important;
}
.buttons {
	overflow: auto;
	margin-bottom: 10px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 60px;
	line-height: 16px;
	border-bottom: 1px dashed #ded385;
}
.htabs a {
	border-top: 1px dashed #ded385;
	border-left: 1px dashed #ded385;
	border-right: 1px dashed #ded385;
	background: #fbf9e9;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px dashed #ded385;
	border-right: 1px dashed #ded385;
	border-bottom: 1px dashed #ded385;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 37px;
}
 .box .box-heading {
	background:url(../image/heading.png) repeat-x left top;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
	height: 30px;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	position: relative;
	margin: -9px 40px -32px;
	max-width: 280px;
}

/*
 .box .box-heading {
	background: url('../image/box-heading-bg.png') top repeat-x;
	height: 30px;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	position: relative;
	margin: -9px 40px -32px;
	max-width: 280px;
}

.box .box-heading:before,
.box .box-heading:after {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 41px;
	top:0;
}
.box .box-heading:before{
	background: url('../image/box-heading-b.png') top repeat-x;
	left: -22px;
}
.box .box-heading:after{
	background: url('../image/box-heading-a.png') top repeat-x;
	right: -22px;
}
.box .red-head {background: url('../image/box-heading-bg-red.png') top repeat-x;}
.box .red-head:before{background: url('../image/box-heading-b-red.png') top repeat-x;}
.box .red-head:after{background: url('../image/box-heading-a-red.png') top repeat-x;}
.box .yellow-head {background: url('../image/box-heading-bg-yellow.png') top repeat-x;}
.box .yellow-head:before{background: url('../image/box-heading-b-yellow.png') top repeat-x;}
.box .yellow-head:after{background: url('../image/box-heading-a-yellow.png') top repeat-x;}
.box .purple-head {background: url('../image/box-heading-bg-purple.png') top repeat-x;}
.box .purple-head:before{background: url('../image/box-heading-b-purple.png') top repeat-x;}
.box .purple-head:after{background: url('../image/box-heading-a-purple.png') top repeat-x;}
.box .green-head {background: url('../image/box-heading-bg-green.png') top repeat-x;}
.box .green-head:before{background: url('../image/box-heading-b-green.png') top repeat-x;}
.box .green-head:after{background: url('../image/box-heading-a-green.png') top repeat-x;} */
.box .box-content {
	background: #FFFFFF;
	padding: 35px 20px 20px 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
#column-left .box .box-content {
	padding: 35px 10px 10px 10px;
}
.box .box-content p{
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #777;
}
.box .category-content {
	background: #f4fbff!important;
	padding: 50px 10px 10px 10px!important;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 207px;
	padding: 15px 10px;
	display: block;
	float: left;
	vertical-align: top;
	text-align: center;
	border-top: 1px dashed #eae2c5;
}
#column-left .box-product > div:first-child {
	border-top: none;
}
#content .box-product > div + div{
	border-left: 1px dashed #eae2c5;
}
#content .box-product > div:nth-child(3n-2) {
	border-left: none;
}
#content .box-product > div:nth-child(1),
#content .box-product > div:nth-child(2),
#content .box-product > div:nth-child(3) {
	border-top: none;
}
#column-left   .box-product > div , #column-right .box-product > div{
	width: 205px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0;
	padding-right: 0;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
}
.box-product .image img {
}
.box-product .name {
}
.box-product .name a {
	font-size: 15px;
	color: #1969cf;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
	font-size: 18px;
	padding: 10px 0;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
}
.box-product .price-new {
	font-weight: bold;
	font-size: 16px;
}
.box-product .rating-line {
	display: block;
	margin: 0 10px;
	height: 30px;
}
.box-product .rating-line .rating {
	display: block;
	float: left;
}
.box-product .rating-line .otzivi {
	display: block;
	float: right;
}
.box-product .rating-line .otzivi a{
	font-size: 12px;
	text-decoration: none;
	color: #ccc;
}
.box-product div:hover .rating-line .otzivi a{
	color: #1969cf;
}
.box-product .rating-line .otzivi a:hover{
	text-decoration: underline;
}
.box-product .wishlist a,
.box-product .compare a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.box-product > div  .wishlist a{
	background: #eee url(../image/wishlist-bg.png) center no-repeat;
}
.box-product > div  .compare a{
	background: #eee url(../image/compare-bg.png) center no-repeat;
}
.box-product > div:hover  .wishlist a{
	background-color: #f3d140;
}
.box-product > div:hover  .compare a{
	background-color: #00b6fe;
}
.box-product > div:hover .wishlist a:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.box-product > div:hover .compare a:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.box-product > div:hover .wishlist a:active{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.box-product > div:hover .compare a:active{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 0px 12px 0px;
}
ul.box-category > li {
	padding: 12px 0px 12px 0px;
	margin: 0;
}
ul.box-category > li + li {
	border-top: 1px dashed #ded385;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #000;

	font-size: 15px;
	padding: 0 0 0 3px;
}
ul.box-category > li > a:hover {
	color: #c03b26;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
	color: #c03b26;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 12px 5px 12px 10px;
}
ul.box-category > li ul > li {
	border-top: 1px dashed #ded385;
}
ul.box-category > li ul > li:first-child {
	margin-top: 12px;
}
ul.box-category > li ul > li:last-child {
	padding-bottom: 0px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #737373;
}
ul.box-category > li ul > li > a:hover {
	color: #c03b26;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
	color: #c03b26;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px 20px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
}

.category-list {

}
.category-list h1{
	padding-top: 10px;
}
.category-list ul {
	padding-left: 0px;
	overflow: auto;
	font-size: 0;
}
.category-list ul li {
	border: 1px solid #eee;
	width: 140px;
	 min-height: 160px;
	text-align:center;
	display: inline-block;
	list-style:none;
	line-height:16px;
	padding: 5px;
	margin-bottom:10px;
	margin-right:10px;
	position: relative;
	vertical-align: top;
}



.category-list ul li a {
   font-size: 10px;
}

.category-list ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.05;
}
.category-list ul li:hover:before {
	display: none;
}
.category-list ul li:last-child {
	margin-right: 0px;
}
.category-list ul li a{
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #777;
}
.category-list ul li span{
	display:block;
}
.category-list ul li  img{
	border-bottom: 1px solid #f5f5f5;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	padding: 10px 20px;
	overflow: auto;
	margin-bottom:25px;
	background: #ddebff;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -10px;
}
.product-filter .display {
	float: left;
	color: #333;
}
.product-filter .display .a-grid,
.product-filter .display .b-grid,
.product-filter .display .a-list,
.product-filter .display .b-list {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(../image/list-grid-icons.png) no-repeat;
	margin-right: 10px;
}
.product-filter .display .a-grid{
	background-position: 0 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	background-color: #94bdf6;
}
.product-filter .display .a-list{
	background-position: -30px 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	background-color: #94bdf6;
}
.product-filter .display .a-list:active,
.product-filter .display .a-grid:active{
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
}
.product-filter .display .b-grid{
	background-position: 0 -30px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	background-color: #bad3f5;
}
.product-filter .display .b-list{
	background-position: -30px -30px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	background-color: #bad3f5;
}
.product-filter .sort {
	float: right;
	background: #94bdf6 url(../image/sort-icon.png) 0 0 no-repeat;
	padding-left: 30px;
	width: 180px;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.product-filter .sort select{
	border: none;
	color: #fff;
	background: none;
	height: 30px;
	width: 200px;
	background: #94bdf6 url(../image/select-arrow.png) 160px 14px no-repeat;
}
.product-filter .sort select:focus{
	outline: none;
	background-color: #94bdf6;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
.product-filter .limit {
	margin-left: 45px;
	float: right;
	background: #94bdf6 url(../image/limit-icon.png) 0 0 no-repeat;
	padding-left: 30px;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	width: 60px;
}
.product-filter .limit select{
	border: none;
	color: #fff;
	background: none;
	height: 30px;
	background: #94bdf6 url(../image/select-arrow.png) 40px 14px no-repeat;
	width: 80px;
}
.product-filter .limit select:focus{
	outline: none;
	background-color: #94bdf6;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
.product-compare {
	float:left;
	margin-left: 40px;
	background: #94bdf6 url(../image/compare-bg.png) 1px top no-repeat;
	padding-left: 30px;
}
.product-compare a {
	text-decoration: none;
	display: block;
	padding: 0 8px 0 5px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	vertical-align: bottom;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.product-compare a:active {
	background-color: #94bdf6;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
.product-list > div {
	overflow: auto;
	padding: 10px 0;
	margin: 0;
}
.product-list .right {
	width: 111px;
	height: 150px;
	float: right;
	padding-left: 18px;
	margin-left: 18px;
	border-left: 1px dashed #eae2c5;
	
}
.product-list > div + div {
	border-top: 1px dashed #eae2c5;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {

}
.product-list .name {
	margin-bottom: 7px;
}
.product-list .name a {
	font-size: 15px;
	color: #1969cf;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}
.product-list .description {
	line-height: 16px;
	margin-bottom: 5px;
	color: #4D4D4D;
	text-align: justify;
}
.product-list  .rating-line {
	display: block;
	margin: 0 10px;
	height: 30px;
}
.product-list .rating-line .rating {
	display: block;
	float: left;
}
.product-list  .rating-line .otzivi {
	display: block;
	float: right;
}
.product-list  .rating-line .otzivi a{
	font-size: 12px;
	text-decoration: none;
	color: #ccc;
}
.product-list  div:hover .rating-line .otzivi a{
	color: #1969cf;
}
.product-list .rating-line .otzivi a:hover{
	text-decoration: underline;
}
.product-list .price {
	width: 110px;
	margin-bottom: 10px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-size: 18px;
}
.product-list .price-old {
	color: #F00;
	display:block;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list > div input.module-button{
	margin: 0;
}
.product-list  .wishlist a,
.product-list  .compare a {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	margin-left: 0px;
	margin-top: 10px;
}
.product-list  > div  .wishlist a{
	background: #eee url(../image/wishlist-bg.png) center no-repeat;
}
.product-list  > div  .compare a{
	background: #eee url(../image/compare-bg.png) center no-repeat;
	margin-left: 10px;
}
.product-list  > div:hover  .wishlist a{
	background-color: #f3d140;
}
.product-list  > div:hover  .compare a{
	background-color: #00b6fe;
}
.product-list  > div:hover .wishlist a:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.product-list  > div:hover .compare a:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.product-list  > div:hover .wishlist a:active{
	box-shadow: none;
}
.product-list  > div:hover .compare a:active{
	box-shadow: none;
}
.product-grid {
	width: 100%;
	overflow: auto;
	font-size: 0;
}
.product-grid > div {
	width: 207px;
	padding: 15px 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-top: 1px dashed #eae2c5;
}
.product-grid  > div + div{
	border-left: 1px dashed #eae2c5;
}
.product-grid  > div:nth-child(3n-2) {
	border-left: none;
}
.product-grid  > div:nth-child(1),
.product-grid  > div:nth-child(2),
.product-grid  > div:nth-child(3) {
	border-top: none;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
}
.product-grid .image img {

}
.product-grid .name a {
	font-size: 15px;
	color: #1969cf;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
	font-size: 18px;
	padding: 10px 0;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
}
.product-grid .price-new {
	font-weight: bold;
	font-size: 16px;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid  .rating-line {
	display: block;
	margin: 0 10px;
	height: 30px;
}
.product-grid  .rating-line .rating {
	display: block;
	float: left;
}
.product-grid  .rating-line .otzivi {
	display: block;
	float: right;
}
.product-grid  .rating-line .otzivi a{
	font-size: 12px;
	text-decoration: none;
	color: #ccc;
}
.product-grid  div:hover .rating-line .otzivi a{
	color: #1969cf;
}
.product-grid  .rating-line .otzivi a:hover{
	text-decoration: underline;
}
.product-grid  .wishlist a,
.product-grid  .compare a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.product-grid  > div  .wishlist a{
	background: #eee url(../image/wishlist-bg.png) center no-repeat;
}
.product-grid  > div  .compare a{
	background: #eee url(../image/compare-bg.png) center no-repeat;
}
.product-grid  > div:hover  .wishlist a{
	background-color: #f3d140;
}
.product-grid  > div:hover  .compare a{
	background-color: #00b6fe;
}
.product-grid  > div:hover .wishlist a:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.product-grid  > div:hover .compare a:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.product-grid  > div:hover .wishlist a:active{
	box-shadow: none;
}
.product-grid  > div:hover .compare a:active{
	box-shadow: none;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .right {
}
.product-info > .left + .right {
	margin-left: 370px;
}
.product-info .image {
	border: 1px dashed #ded385;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	padding: 14px;
}
.product-info .image-additional {
	width:360px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px dashed #ded385;
	padding: 4px;
	display: block;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 10px;
	margin-bottom: 10px;
	line-height: 24px;
	color: #4D4D4D;
	font-size: 14px;
	background: #fbf9e9 url(../image/texture_50.png);
	border: 1px dashed #ded385;
}
.product-info .description span {
	color: #777;
}
.product-info .description a {
	color: #003398;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #003398;
}
.product-info .description a:hover {
	color: #003398;
	border-bottom: 1px solid #003398;
}
.product-info .description .model {
	background: #aaa;
	color: #fff;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 3px;
		-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
}
.product-info .price {
	overflow: auto;
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	background: #fbf9e9 url(../image/texture_50.png);
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: block;
	border: 1px dashed #ded385;
}
.product-info .price-box {
	margin-top: 0;
	padding: 0px 20px 5px 20px;
	border-bottom: 1px dashed #ded385;
}
.product-info .text-price {
	font-weight: normal;
}
.product-info .price-old {
	color: #f00;
	text-decoration: line-through;
	font-weight: normal;
}
.product-info .price-new {
	color: #609d00;
}
.product-info .price-tax {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background: #ffc279;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}
.product-info .price .reward {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background: #ffc279;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
	padding: 10px 10px 0 10px;
}
.product-info .price .discount p{
	margin: 2px;
	padding: 0;
	line-height: 20px;
	color: #999;
	text-align: center;
}
.product-info .price .discount span{
	font-weight: bold;
	background: #aaa;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.product-info .options {
	background: #fbf9e9 url(../image/texture_50.png);
	border: 1px dashed #ded385;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	background: #fbf9e9 url(../image/texture_50.png);
	border: 1px dashed #ded385;
	padding: 5px 10px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px dashed #ded385;
	border-left: 1px dashed #ded385;
	border-right: 1px dashed #ded385;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px dashed #ded385;
	line-height: 20px;
	background: #fbf9e9;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 10px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #f4fbff;
	height: 20px;
	border-bottom: 1px dashed #eae2c5;

}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody tr:hover {
	background: #f4fbff;
}
.wishlist-info tbody td {
	vertical-align: middle;
	border-bottom: 1px dashed #eae2c5;
}
.wishlist-info tbody .image img {

}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
}
.wishlist-info tbody .name a:hover{
	border-bottom: 1px solid #87a1d5;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 200px;
	padding: 15px!important;
}
.login-content .left .content{
	background: url(../image/login-content-left.gif) center no-repeat;
}
.login-content .right .content{
	background: url(../image/login-content-right.gif) center no-repeat;
}
.login-content .content h2{
	padding-left: 20px;
	padding-bottom: 5px;
	height: 25px;
	line-height: 30px;
	margin: -5px 0 5px 0px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.login-content .left .content h2{
	background: url(../image/login-heag-bg.png) 0 0 no-repeat;
}
.login-content .right .content h2{
	background: url(../image/login-heag-bg.png) 0 -30px no-repeat;
}
.login-content p{
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	color: #444;
}
.login-content .content table{
	width: 100%;
	margin-top: 10px;
}
.login-content .content tr{
	height: 50px;
}
.login-content .content td:last-child{
	text-align: right;
}
.login-content .content input[type="text"],
.login-content .content input[type="password"]{
	width: -webkit-calc(100% - 8px);
	height: 26px;
}
/* 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;
}

.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .content{
	border: none!important;
}
.contact-info .content p{
	font-size: 15px;
	color: #656565;
	margin: 10px 0;
}
.contact-info .content .store{
	font-size: 18px;
	color: #ff573c;
	margin-top: 0;
	font-weight: bold;
}
.contact-info .content .left input[type="text"]{
	width: 308px;
	height: 26px;
	margin-bottom: 10px;
}
.contact-info .content .right input[type="text"]{
	width: 308px;
	height: 26px;
	margin-bottom: 10px;
}
.contact-info .content textarea{
	width: 636px;
	font-family: Arial;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	min-height: 162px;
	padding: 30px 40px 10px;
	background: url(../image/foot-bg.png) top repeat-x;
	position: relative;
}
#footer:before {
	background: url(../image/foot-b.png) top repeat-x;
	content: "";
	width: 19px;
	height: 202px;
	position: absolute;
	left: -19px;
	top: 0;
}
#footer:after {
	background: url(../image/foot-a.png) top repeat-x;
	content: "";
	width: 19px;
	height: 202px;
	position: absolute;
	right: -19px;
	top: 0;
}
#footer h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	color: #dadada;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 8px;
}
#footer .column a {
	text-decoration: none;
	color: #dadada;
	border-bottom: 1px solid #777777;
}
#footer .column a:hover {
	text-decoration: none;
	color: #f3dc41;
	border-bottom: 1px solid #f3dc41;
}
#powered {
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 99;
	margin-top: 5px;
	text-align: right;
	clear: both;
	color: #777;
}
#powered a{
	color: #aaa;
	text-decoration: none;
}
#powered a:hover{
	color: #fff;
	text-decoration: underline;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.info-page{
	
}
.info-page > h2{
	font-size: 18px;
	line-height: 22px;
	margin: 15px 0;
	padding: 0;
	font-weight: bold;
}
.info-page > h3{
	font-size: 16px;
	line-height: 20px;
	margin: 13px 0;
	padding: 0;
	font-weight: bold;
}
.info-page > h4{
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
.info-page > p{
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
}
.info-page a{
	text-decoration: none;
	color: #003398;
	border-bottom: 1px dashed #003398;
}
.info-page a:hover{
	background: #d9e5fd;
	border-bottom: none;
	padding: 1px 3px 2px;
	margin: -1px -3px -2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.info-page ul{
	
}
.info-page ul > li{
	margin-bottom: 5px;
}

/* returns */
.return-content{
	color: #595959;
}
.return-content .content{
	border: none!important;
	padding: 10px!important;
}

.return-content .content input[type="text"]{
height: 26px;
}
.return-content .content .left input[type="text"],
.return-content .content .right input[type="text"]{
	width: 312px;
}
.return-content .content > .left,
.return-content .content > .right{
	width: 320px!important;
}
.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: 205px;
	margin-right: 25px;
}
.return-model {
	float: left;
	width: 205px;
	margin-right: 25px;
}
.return-quantity {
	float: left;
	width: 205px;
}
.return-name input[type="text"],
.return-model input[type="text"],
.return-quantity input[type="text"]{
	width: 195px;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	margin-bottom: 10px;
}
.return-opened {
	padding-top: 10px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.captcha {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 7px;
}
.captcha p{
	vertical-align: bottom;
	font-size: 11px!important;
	font-weight: normal;
	display: block;
	margin-top: 0!important;
	margin-right: 0!important; 
	margin-left: 0!important; 
	margin-bottom: 5px!important; 
	text-align: center;
}
.captcha .captcha-box{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	display: block;
}
.captcha .captcha-box img{
	vertical-align: bottom;
}
.captcha .captcha-box input[type="text"]{
	vertical-align: bottom;
	height: 22px;
	width: 93px;
	text-align: center;
	font-family: Courier New;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin-left: 5px;
}

/*XDS MENU*/
.xds_menu{
	height: 40px;
	background: #00CC00;
	border-bottom: 1px solid #00CC00;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	position: relative;
}
.xds_menu .menu_block{
	height: 40px;
/* 	width: 525px;
 */	
 float: left;
}
.xds_menu .menu_block ul{
	margin: 0;
	padding: 8px 0;
	list-style: none;
	height: 40px;
}
.xds_menu .menu_block ul > li{
	display: block;
	float: left;
	border-right: 1px solid #fff;
	padding: 3px 15px;
	height: 18px;
}

.xds_menu .menu_block .end_block{
	display: block;
	float: left;
	border-right: 0px solid #fff;

	padding: 3px 15px;
	height: 18px;
}

.xds_menu .menu_block ul > li > a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(43,123,155,0.37);
}
.xds_menu .menu_block ul > li > a:hover{
	color: #fff;
		text-decoration: underline;

	text-shadow: 0 1px 2px rgba(43,123,155,0.37);
}
.xds_menu .social_block{
	height: 40px;
	width: 200px;
	float: right;
}
.xds_menu .social_block ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
}
.xds_menu .social_block ul > li{
	display: block;
	float: right;
	padding: 0;
}
.xds_menu .social_block ul > li > a{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../image/social_buttons.png) no-repeat;
}

.xds_menu .social_block ul > li > .ok{background-position: 0px 0;}
.xds_menu .social_block ul > li > .vk{background-position: -40px 0;}
.xds_menu .social_block ul > li > .fb{background-position: -80px 0;}
.xds_menu .social_block ul > li > .tw{background-position: -120px 0;}
.xds_menu .social_block ul > li > .gp{background-position: -160px 0;}

.xds_menu .social_block ul > li > .ok:hover{background-position: 0px -40px;}
.xds_menu .social_block ul > li > .vk:hover{background-position: -40px -40px;}
.xds_menu .social_block ul > li > .fb:hover{background-position: -80px -40px;}
.xds_menu .social_block ul > li > .tw:hover{background-position: -120px -40px;}
.xds_menu .social_block ul > li > .gp:hover{background-position: -160px -40px;}


.list_module{
	margin: 0;
	padding: 10px 10px 10px 15px;
	list-style: none;
}
.list_module li{
	margin: 0 0 0 10px;
	padding: 5px 0;
	color: #ddd;
}
.list_module li a{
	position: relative;
	color: #003398;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px dashed #ddd;
}
.list_module li a:hover{
	color: #c03b26;
	border-bottom: 1px solid #c03b26;
}
.list_module li a:before{
	content: "";
	position: absolute;
	left: -16px;
	top: 0;
	height: 16px;
	width: 16px;
	background: url(../image/list_links_b.png) 0 0 no-repeat;
}
.list_module li a:hover:before{
	background: url(../image/list_links_b.png) 0 -16px no-repeat;
}

.list_module_account{
	margin: 0;
	padding: 10px 10px 10px 10px;
	list-style: none;
}
.list_module_account li{
	margin: 0 0 0 20px;
	padding: 5px 0;
	color: #ddd;
}
.list_module_account li a{
	position: relative;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px dashed #ddd;
	color: #919191;
}
.list_module_account li a:hover{
	color: #c03b26;
	border-bottom: 1px solid #c03b26;
}
.list_module_account li .login:before{background-position: 0 0;}
.list_module_account li .register:before{background-position: -16px 0;}
.list_module_account li .forgotten:before{background-position: -32px 0;}
.list_module_account li .account:before{background-position: -48px 0;}
.list_module_account li .edit:before{background-position: -64px 0;}
.list_module_account li .password:before{background-position: -80px 0;}
.list_module_account li .address:before{background-position: -96px 0;}
.list_module_account li .wishlist:before{background-position: -112px 0;}
.list_module_account li .order:before{background-position: -128px 0;}
.list_module_account li .download:before{background-position: -144px 0;}
.list_module_account li .return:before{background-position: -160px 0;}
.list_module_account li .transaction:before{background-position: -176px 0;}
.list_module_account li .newsletter:before{background-position: -192px 0;}
.list_module_account li .logout:before{background-position: -208px 0;}
.list_module_account li .payment:before{background-position: -176px 0;}
.list_module_account li .tracking:before{background-position: -224px 0;}
.list_module_account li .operation:before{background-position: -240px 0;}

.list_module_account li .login:hover:before{background-position: 0 -16px;}
.list_module_account li .register:hover:before{background-position: -16px -16px;}
.list_module_account li .forgotten:hover:before{background-position: -32px -16px;}
.list_module_account li .account:hover:before{background-position: -48px -16px;}
.list_module_account li .edit:hover:before{background-position: -64px -16px;}
.list_module_account li .password:hover:before{background-position: -80px -16px;}
.list_module_account li .address:hover:before{background-position: -96px -16px;}
.list_module_account li .wishlist:hover:before{background-position: -112px -16px;}
.list_module_account li .order:hover:before{background-position: -128px -16px;}
.list_module_account li .download:hover:before{background-position: -144px -16px;}
.list_module_account li .return:hover:before{background-position: -160px -16px;}
.list_module_account li .transaction:hover:before{background-position: -176px -16px;}
.list_module_account li .newsletter:hover:before{background-position: -192px -16px;}
.list_module_account li .logout:hover:before{background-position: -208px -16px;}
.list_module_account li .payment:hover:before{background-position: -176px -16px;}
.list_module_account li .tracking:hover:before{background-position: -224px -16px;}
.list_module_account li .operation:hover:before{background-position: -240px -16px;}


.list_module_account li a:hover{
	
}
.list_module_account li a:before{
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	height: 16px;
	width: 16px;
	background: url(../image/account_icons.png) no-repeat;
}







.wrap {
  position: relative;

}
.wrap:before, .wrap:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border: 1px solid rgba(0,0,0,.1);
  background: white;
}
.wrap:before {
  top: 5px;
  left: -5px;
  z-index: -1;
}
.wrap:after {
  top: 10px;
  left: -10px;
  z-index: -2;
}
.cat span {
  
  font-size: 15px;

  margin-bottom: 20px;
  color: #f35840;
  font-weight: bold;
}
.wrap  h2 {
  
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
}
.public {
 
  color: #999999;
  font-size: 13px;
  height: 220px;
}
.wrap p {
 
  color: #555555;
  font-size: 17px;
  line-height: 22px;
}

.more-button {
  
  color: #333333;
  font-size: 11px;
  padding-bottom: 8px;
  display: inline-block;
  margin: 35px 0 20px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: .35s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.more-button:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  height: 1px;
  width: 40px; 
  background: #333333;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.more-button:hover {
  color: #ff6f5a;
}
.more-button:hover:before {
  background: #ff6f5a;
}



.wrap hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.public p {
 
  color: #555555;
  font-size: 13px;
    line-height: 17px;
	margin-bottom: 12px;
}

