@import url(layout.css) (min-width:1000px);
@import url(layout-small.css) (max-width:767px);

@media screen and (min-width:768px) and (max-width:999px){
* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    outline:0;
	color:#fff;
}

body{
}
*+html select{
outline-style:none;
outline-width:0;	
}

select[name="shiping_country"]{
	margin-left:20px;
	width:80%;
	background:#111;
	color:#fff;
	margin-top:5px;	
}

@font-face {
    font-family: 'CandaraRegular';
    src: url('candara-webfont.eot');
    src: url('candara-webfont.eot?#iefix') format('embedded-opentype'),
         url('candara-webfont.woff') format('woff'),
         url('candara-webfont.ttf') format('truetype'),
         url('candara-webfont.svg#CandaraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
				font-family: 'Candara';
				src: url('candara.eot');
				src: url('candara.eot?#iefix') format('embedded-opentype'),
						 url('candara.woff') format('woff'),
						 url('candara.ttf') format('truetype'),
						 url('candara.svg#candara') format('svg');
				font-weight: normal;
				font-style: normal;
				}
		
a img {
	border: none;
}
a:hover img {
	opacity: 0.9;
}
a:active {
	outline: none;
}
.clear{
	clear:both;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.page{
	padding:0 20px;
	width:100%;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background:#000;
}
.inner-page{
	background:#000;
}
.header{
	height:auto;
	text-align:center;
	overflow:hidden;
}
.logo{
	width:256px;
	height:103px;
	clear:both;
	margin:10px auto;
	display:block;
	background:#000 url(../img/logo.png) center top no-repeat;
}
.logo:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.nav{
	display:inline-block;
	clear:both;
}
.nav a{
	display:block;
	float:left;
	font-family:'CandaraRegular';
	font-size:16px;
	color:#fff;
	padding:7px 15px;
	border-bottom:3px solid #000;
	text-transform:uppercase;
}
.nav a:hover, .nav .here{
	border-bottom:3px solid #00ffae;
	color:#00ffae;
}
.center{
}
.image{
	border-top:1px solid #666666;
	padding-top:8px;
	margin:0px 0px 8px 0px;
	height:auto;
	overflow:hidden;
}

.image img{
	max-width:100%;	
}

.thumbs{
	border-top: 1px solid #666666;
	border-bottom:1px solid #666666;
	padding:7px 0px 9px 0px;
	float:left;
	
}
.seen{
	/*margin: 0 15px 0 18px;*/
	width:400px;
	overflow:hidden;
	height:76px;
	position:absolute;
	top:0px;
	left:18px;
}
.thumbs div{
	position:relative;
	width:calc(25% - 5px);
	height:auto;
	display:block;
	float:left;
	z-index:10;
	margin-left: 5px;
}
.thumbs a{
	opacity:1;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:100;
	}
	
	
.thumbs a img{
	max-width:100%;	
}
.thumbs div:first-child{
	margin-left:0;
}
.thumbs a img{
	max-width:100%;	
	height:auto;
	position:relative;
	z-index:10;
	display:block;
}
.thumbs div span{
	display:none;
	height:10px;
	width:100%;
	background:url(../img/thumb-hover.png) center top no-repeat;
	position:absolute;
	top:-10px;
}
.thumbs a:hover, .thumbs .sel a{
	width:100%;
	height:auto;
	border:5px solid #fff;	
	z-index:1000;
	
}
.thumbs a:hover img, .thumbs .sel a img{
	margin-left:-5px;
	margin-top:-5px;
	opacity:1;
	
}
.thumbs div:hover span, .thumbs .sel span{
	display:block;
}

.marks{
	padding:7px 0px 7px 0px;
	float:left;
	width:100%;
	min-height:50px;
}

.marks div, .marks a{
	width:calc(25% - 25px) !important;
	height:4.5vw;
	display:block;
	float:left;
	margin-left:10px;
	background-size:100% auto;
}
.marks div:first-child{
	margin-left:0;
}

.marka{
	float:left;
	display:block;
	width:100%;
	height:50px;
	margin-right:9px;
}
.marka:hover{
	background-position:center bottom;
}



.m1{
	float:left;
	display:block;
	width:238px;
	height:32px;
	background:url(../img/mark111.png) center 4px no-repeat;
}
.m1:hover{
	background-position:center bottom;
}
.m2{
	float:left;
	display:block;
	width:238px;
	height:33px;
	background:url(../img/mark22.png) center top no-repeat;
}
.m2:hover{
	background-position:center bottom;
}
.m3{
	float:left;
	display:block;
	width:238px;
	height:37px;
	background:url(../img/mark33.png) center top no-repeat;
}
.m3:hover{
	background-position:center -39px;
}
.m4{
	float:left;
	display:block;
	width:238px;
	height:37px;
	background:url(../img/mark44.png) center top no-repeat;
}
.m4:hover{
	background-position:center bottom;
}

.marks a:hover{
	background-position:center top !important;	
}
.text{
	padding-top:20px;
	padding-right:20px;
}

.text p{
	text-align:justify;	
}
 h3{
	font-family:'CandaraRegular';
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:20px;
}
h3 span{
	color:#00ffaa;
}
.text p{
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:150%; /*new*/
}
.view{
	float:right;
	display:block;
	color:#00ffaa;
	background:url(../img/view.png) right center no-repeat;
	padding-right:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:35px;
} 
.view:hover{
	text-decoration:underline;
}
.products{
	margin-top:20px;
	float:left;
}
.products .m1, .products .m2, .products .m3, .products .m4{
	background-position:left bottom;
}
h4{
	padding:40px 0 10px 0;
	border-bottom:1px solid #3b3b3b;
	margin-bottom:20px;
}
h4.shadows{
	width:100%;
	*height:37px;
	border:none;
	background:url(../img/border.png) center bottom no-repeat;
}
.row{
	overflow:hidden;
	width:100%;
}
.row .item{
	width: calc(50% - 30px);
	float: left;
	padding: 5px;
	margin-left: 30px;
}
.row .item:first-child{
	margin-left:0 !important;
}
.item .img{
	display: table-cell;
	width: 100%;
	height: 125px;
	text-align: center;
	vertical-align: middle;
	margin: 7px;
	float: left;
}
.item .img img{
	height: 100%;
	width: auto;
}
.item .title{
	text-align:center;
	display:block;
	clear:both;
	height:40px;
	margin: 5px 0px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	overflow:hidden;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.item .title:hover{
	text-decoration:underline;
}
.item .price{
	float:left;
	background:url(../img/buy.png) left top repeat-x;
	height:40px;
	padding:6px 10px;
	margin: 0 5px 0 1px;
	width:100%;
	
}
.item span.fleft .txt{
	color:#ccc;
	font-size:11px;
	text-transform:uppercase;
}
	
.item .fleft .span-price{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#00ffaa;
	text-shadow:0 2px 2px #000;

}
.buy{
	float:right;
	width:89px;
	height:42px;
	display:block;
	background:url(../img/buy-btn.png) left top no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:42px;
	font-weight:bold;
	text-align:center;
	padding-left:5px;
	color:#000;

}
.buy:hover{
	background-position: left bottom;
	color:#fff;
}
.footer{
	padding:70px 0 40px 0;
	color:#999;
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
}
.footer .fleft{
	margin-left:-10px;
	width:100%;
	text-align:center;
}
.footer .fleft a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#999;
	display:inline-block;
	text-transform:uppercase;
	margin:0 10px;
}
.footer .fleft a:hover{
	color:#00ffaa;
}
.footer .fright{
	color:#999;
	width:100%;
	text-align:center;
}
/*--------------------------modeli------------------------------*/
.basket{
	position:absolute;
	top:0;
	right:0;
	/*background:url(../img/basket-bg.png) left top no-repeat;*/
	width:160px;
	height:48px;
	font-family: 'CandaraRegular';
	font-size: 16px;
}
.basket-img{
	position:relative;
	top:8px;
}
.basket .buy{
	margin-right:0px;
	margin-top:2px;
	padding-left:10px;
}
.basket div{
	float:left;
	font-size:14px;
	color:#fff;
	margin-left:60px;
	font-family:Tahoma, Geneva, sans-serif;
}
.basket strong{
	line-height:48px;
	color:#00ffaa;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0 1px 1px #000;
}
.basket span{
	font-weight:normal;
	font-size:14px;
	color:#fff;
	font-family:Tahoma, Helvetica, sans-serif;
	text-shadow:0 1px 1px #000;
}
.left{
	width:100%;
	clear: both;
	overflow:hidden;
	padding:30px 0px;
}
.right{
	width:100%;
	clear:both;
}
.shadow{
}
.right .shadows{
	width:720px;
	font-family: 'CandaraRegular';
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom:25px;
	margin-bottom:15px;
}
.right .shadows span{
	color: #0FA;
}
.inner-right{
	width:100%;
	padding:0 10px;
}
.right-bottom{	
}
.right-top{
	
}
.left div {
	width: calc(25% - 20px);
	height:4vw;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	
}
.left a{
	margin:22px 0;

}
.left a span{
	background: url(../img/mark-hover.png) left center no-repeat;
	position:absolute;
	left:10px;
	display:none;
	width:30px;
	height:80px;
	top:0;
}
.left div:hover span, .left .current span{
	display:none;
}

.left div:hover .m1, .left .current .m1{
	background-position:center -32px;
}
.left div:hover .m2,.left .current .m2{
	background-position:center -33px;
}
.left div:hover .m3,.left .current .m3{
	background-position:center -39px;
}

.left div:hover .m4,.left .current .m4{
	background-position:center -37px;
}
.left div:hover, .left .current{
	position:relative;
	z-index:100;
	border-top:3px solid #00ffaa;
}


.left a {
	background-size:100% auto;
	width:100%;	
}

.right .path{
	color:#474747;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding: 0px 0 15px 0;
	
}
.right .path a{
	color:#474747;
	display:inline-block;
	margin:0 5px;
}
.right .path a.active{
	color:#fff;
}

.product-page .path .active{
	display:none;	
}
.right h3{
	border-bottom:1px solid #3b3b3b;
	padding: 14px 25px;
}

.right .model{
	width:100%;
	overflow:hidden;	
}
.right .element{
	width:100%;
	overflow:hidden;
	padding:25px 0 ;
	margin:0 25px;
	border-bottom:1px dotted #474747;
}
.right .element.last{
	border:none;
}
.element div.fleft{
	width:230px;
	margin-left:50px;
	line-height:150%; /*new*/
}
.element div.fleft a{
	color:#00ffaa;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding-bottom:0px; /*new*/
}
.element div.fleft a:hover{
	text-decoration:underline;
}
.element a.fleft{
	display:table-cell;
	width:190px;
	height:140px;
	text-align:center;
	vertical-align:middle;
}
.element a.fleft img{
	max-width:190px;
	
	
}
.all{
	 
	width:144px;
	background:url(../img/more-btn.png) left top no-repeat;

}
.koshnica .all{
	margin-top:0;
	border:none;
	cursor:pointer;
}
.single h3{
	padding-bottom:0;
	padding-left:25px;
	color:#0fa
}
.single{
	padding-top:30px;
}
.all:hover{
	background-position:left bottom;
}
.width{
	padding-top:60px;
}
.product-img{
	float:left;
}

.model .element  div.fleft a {
	margin-top:30px;
}
.model .element .all{
	margin-top:53px;
}
.browse .all{
	margin-top:45px !important;
}
h3 form{
	float:right;
	margin-top:3px;
	display:none;
}
h3 form label{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#999;
}
h3 form select{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#999;
	padding:5px;
	background:#000;
	border:1px solid #666;
	height:31px;
	line-height:31px;
	width:114px;
	margin-right: 2px;
}
.element .info span{
	color:#999;
}
.element .info{
	float:left;
	width:345px !important;
	margin-left:30px !important;
}
.element .info a{
	margin:0 0 20px 0 !important;
}
.element .info p{
	width:300px;
	line-height:150%; /*new*/
}
.element  .all{
	margin-right: -5px;
	margin-top:50px ;
}
.element.year .all{
	margin-top:30px;
}

.browse .product-img img{
	width:150px;
	height:112px;
}
.element.browse div.fleft a{
	margin-top:20px;
}

.element .details{
	float:right;
	margin:10px 5px 0 0 ;
	color:#00ffaa;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.element .details:hover{
	text-decoration:none;
}
.product{
	margin:0 0px;
	padding:25px 0;
	border-bottom:1px dotted #474747;
}

.item-img img{
	width:440px;
	height:270px;
}
.thumb{
	
	float: left;
	width:440px !important;
	height:80px !important;
	margin: 15px 1px 0 1px;
	padding:0;
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: 0px;
}
.thumb li{
	margin-left:2px;
}
.thumb .thumbs{
	display:block;
	float:left;
	margin-left:15px;
	width:98px;
	height:70px;
	overflow:hidden;
	padding:0;
}
.thumb .thumbs:first-child{
	margin-left:0;
}
.thumb .thumbs img{
	width:98px;
	height:70px;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.thumb .thumbs:hover img{
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.thumb .left-btn {
	position: absolute;
	background: url(../img/back-btn.png) no-repeat 0 0;
	width: 11px;
	height: 19px;
	left: 0px;
	top:30px;
	z-index: 10000;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.bttn{
	float:left;
	height:76px;
	width:15px;
	display:block;
}


.thumb .right-btn {
	position: absolute;
	background: url(../img/next-btn.png) no-repeat 0 0;
	width: 11px;
	height: 19px;
	right: 0px;
	top:30px;
	z-index: 10000;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.thumb .left-btn:hover, .thumb .right-btn:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.product-details{
	width:320px;
	margin:0 auto;
}
.product-details .all{
	margin-right:10px;
}
.gallery{
	margin:0 auto;
	width:445px;
}


.product-page .inner-right h3{
	text-align:center;	
}



.product-details .price{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:36px;
	text-align:center;
	color:#00ffaa;
	padding-bottom:20px;
}
.product-details span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#999;
	float:left;
	line-height:30px;
	margin-right:10px;

}
.product-details .all{
	border:none;
	cursor:pointer;
}
.qu{
	float:left;
	width:67px;
	height:29px;
	border:1px solid #666;
	position:relative;
}
.qu input{
	border:none;
	background:none;
	width:40px;
	height:19px;
	padding:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#fff;
}
.qu a{
	width:10px;
	height:6px;
	position:absolute;
	right:3px;
	display:block;
}
.qu .up{
	top:5px;
	background:url(../img/up.png) left top no-repeat;
}
.qu .down{
	bottom:5px;
	background:url(../img/down.png) left top no-repeat;
}
.product-text{
	padding:25px;
}
.product-text p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#fff;
	text-align:justify;
	padding-bottom:20px;
}

.product-text h3{
	padding:0px;
	margin:0px;	
}
.product-text .color{
	color:#0fa;
	font-weight:bold;
}
.content.single {

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:100%;
}

.regform {
	position: relative;
	padding: 20px 20px 30px;
	overflow: hidden;
}
.regform .inner {
	margin: 20px 10px 0px;
	padding: 10px 0px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.inner_wrapper {
	margin: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.regform .warning {
	display: block;
	padding: 0 5px;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;

}
.regform .inner {
	margin: 20px 10px 0px;
	padding: 10px 0px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.regstep {
	clear: both;
	/*overflow: hidden;*/
	margin: 0 0px;
	padding: 0px 0 10px 0px;
	overflow:hidden;
	height: auto;

}
.regstep:first-child {
	padding-top: 20px;
	border-top: none;
}
.regstep:last-child {
	padding-bottom: 20px;
	border-bottom: none;
}
.regstep label {
	display: block;
	clear:both;
	width: 100%;
	margin-right: 20px;
	padding-top: 5px;
	text-align: left;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}

.dk_theme_custom_select{
	float:none !important;
	margin-left:20px;	
}
.regstep .field {

	width: 100%;
	height: 25px;
	line-height:23px;
	overflow: hidden;
	border:none;
	padding:0 5px;
	background: #131313;
	border:1px solid #333;
	margin-left:20px;
	margin-top:10px;
	/*background: #fff;
	width: 295px;
    height: 30px;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	color: #444;
	line-height: 30px;
	border-color: #bbb #eee #eee #bbb;
    border-style: solid;
    border-width: 1px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff;*/
}
/*.regstep .field:focus {
	border-color: #999 #bbb #bbb #999;
    border-style: solid;
    border-width: 1px;
}*/
.regform .confirm {
	width:100%;
	text-align:center;
	margin-top:20px;
}
.regform .confirm .checkbox {
	float: left;
	margin: 7px 8px 0 0;
}
.regform .confirm label {
	display: block;
	float: left;
	width: 250px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
.regform .confirm strong {
	color: #0fa;
	text-transform: uppercase;
}
.regform .confirm a {
	color: #0fa;
	font-weight: bold;
}
.regform .confirm a:hover {
	text-decoration: underline;
}
.regform .captcha {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px solid #ddd;
}

.regform .button:hover {
	background-position:top;
}

.inner .all{
	border:none;
	margin:0 auto;
	float:none;
	cursor:pointer;
}
.inner .all:hover{
	background-position:bottom;
}

.loginform .links a {
	margin: 0 30px;
	font: normal normal 11px Tahoma, Helvetica, sans-serif;
	color: #0fa;
}
.loginform .links a:hover {
	text-decoration: underline;
}
/*======================================================= BASKET =====================================================*/


.koshnica {
	position: relative;
	padding: 20px 0px 20px;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.koshnica .status {
	margin-bottom: 15px;
	/*text-align: center;*/
}
.koshnica .status img {
	display: inline-block;
	margin-right: 8px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.koshnica .status span {
	font: normal normal 14px Tahoma, Geneva, sans-serif;
	color: #333;
	/*text-transform: uppercase;*/
}
.koshnica .status strong {
	color: #0fa;
}
body.black .koshnica .status span {
	color: #ccc;
}
body.black .koshnica .status strong {
	font-style: italic;
	color: #fff;
}

.koshnica table {
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.koshnica td {
	padding: 9px 10px;
	text-align: center;
	font-size: 12px;	
	color: #889999;
	background:url(../img/border-table.png) left bottom repeat-x;
}
.koshnica thead td {
	background:url(../img/basket-table-bg.png) repeat-x;
	padding: 16px 10px;
	font-size: 12px;
	color: #0FA;
	font-weight:bold;
	border: 1px solid transparent;
}
.koshnica thead td:first-child {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
.koshnica thead td:last-child {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
.koshnica td.product_name {
	text-align: left;
}
/*
.koshnica .odd td {
	background: #fff;
}
.koshnica .even td {
	background: #f5f5f5;
}
.koshnica .odd:hover td {
	background: #fafafa;
}
.koshnica .even:hover td {
	background: #f2f2f2;
}
.koshnica td.product_name a {
	font: normal bold 12px Tahoma, Helvetica, sans-serif;
	color: #333;
}
.koshnica td.product_name a:hover {
	text-decoration: underline;
	color: #000;
}
.koshnica td input {
	width: 30px;
	border: 1px solid #ccc;
	padding: 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#333;
}*/
.koshnica td.pic a {
	width:68px;
	height:48px;
	border:1px solid #ccc;
	display:block;
}
.koshnica td.pic a img{
	width:68px;
	height:48px;
}
.koshnica td a {
	font: normal bold 12px Tahoma, Helvetica, sans-serif;
	color: #889999;
}
.koshnica td a:hover {
	text-decoration: underline;
}
.koshnica td input {
	width: 40px;
	border: 1px solid #ccc;
	padding: 2px 8px;
	color: #889999;
}
.koshnica .end_price {
	color: #0fa;
	font-weight: bold;
}
.koshnica a img {
	opacity: 0.9;
}
.koshnica a img:hover {
	opacity: 1;
}


.koshnica .bottom_wrapper {
	/*height: 50px;*/
	overflow: hidden;
	/*margin-top: 30px;*/
	color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.koshnica .summary {
	margin-top: 8px;
	padding: 0 15px;
	font-weight: bold;
	width:100%;
	text-align:center;
}
.koshnica .summary span{
	display: inline-block;
	padding: 5px 5px;

}
.koshnica .summary p {
	line-height:18px;
	margin: 0px;
	display: inline-block;
	width: 100%;
	
}
.koshnica .summary strong{
	display: inline-block;
	margin-left: 10px;
	padding: 5px 5px;
	font: normal bold 18px Tahoma, Helvetica, sans-serif;
	color: #0fa;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	line-height:10px;
}
.koshnica .buttons {
	clear:both;
	padding-top:30px;
	margin: 0px auto 0;
	width:100%;
	text-align:center;
}
.koshnica .go_back {
	display: inline-block;
	width: 190px;
	background: none;
	text-align: center;
	font: normal bold 12px/36px Tahoma, Helvetica, sans-serif;
	color: #0fa;
	border: none;
}
.koshnica .go_back:hover {
	text-decoration: underline;
}
.koshnica .refresh {
	display: inline-block;
	width: 90px;
	height: 34px;
	background: url('../img/btn.png') bottom repeat-x;
	margin-right: 10px;
	text-align: center;
	font: normal bold 12px/34px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #069;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	cursor: pointer;
}
.koshnica .refresh:hover {
	background-position: top;
}
.koshnica .buynow {
	display:inline-block;
	width: 100px;
	height: 34px;
	background: url('../img/btn.png') bottom repeat-x;
	text-align: center;
	font: normal bold 12px/34px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #069;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	cursor: pointer;
}
.koshnica .buynow:hover {
	background-position: top;
}


/*================================================== CONTACT ====================================================*/


.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.redstar {
	color: #f00;
	font-weight: bold;
}




.contact_form {
	position: relative;
	overflow: hidden;
	padding: 20px 15px;
}
.contact_form .warning {
	display: block;
	padding: 0 5px;
	font-size: 12px;
	margin-bottom: 20px;
	padding-left: 15px;
	color: #fff;
}
.contact_form .inner {
	width: 432px;
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact_form .map {
	float: left;
	width: 430px;
	margin-right: 15px;
	border: 1px solid #ddd;
}

.contact_form .captcha {
	display: block;
	width: 180px;
	/*margin: 0 auto;*/
	border: 1px solid #ddd;
}

.adrs {
	margin-bottom: 20px;
}
.adrs h1 {
	margin-bottom: 10px;
	padding: 5px 0px;
	font: normal bold 20px Tahoma, Helvetica, sans-serif;
	color: #0fa;
	border-bottom: 1px solid #fff;
	border-radius: 3px 3px 0 0;
}
.adrs li {
	padding: 3px 0;
	font: normal normal 12px Tahoma, Helvetica, sans-serif;
	color: #fff;
}
.adrs li.title {
	margin-top: 5px;
	font: normal bold 14px Tahoma, Helvetica, sans-serif;
	color: #999;
	border-bottom: none;
}

.contact_form .warning {
	display: block;
	padding: 0 0px;
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
}
.contact_form .warning strong {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #111;
	text-transform: uppercase;
}
.contact_form label  {
	text-align: left;
	margin-bottom: 3px;
}
.contact_form textarea {
	background: #fff;
	width: 380px;
    height: 130px;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	color: #444;
	line-height: 30px;
	border-color: #bbb #eee #eee #bbb;
    border-style: solid;
    border-width: 1px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff;
	resize:vertical;
}
.contact_form textarea:focus {
	border-color: #999 #bbb #bbb #999;
    border-style: solid;
    border-width: 1px;
}
.contact_form .button {
	display: block;
	clear: both;
	width: 150px;
	height: 34px;
	background: url('../img/more-btn.png') bottom repeat-x;
	text-align: center;
	font: normal bold 12px/34px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.contact_form .button:hover {
	background-position: top;
}

.inner_wrapper p{
	color:#666;
}
.product-text p:last-child{
	padding-bottom:0;
}
.products.similar{
	padding-bottom:10px;
}
.products.similar .row .item{
	margin-left:13px;
}
.similar .img{

	
	float: left;
	width:100%;
	height:126px;
	overflow:hidden;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.similar .img img{
	height:100%;
	
}
.text-page p{
	padding:25px 25px 0 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: white;
} 
.ship{
	margin:30px auto 30px;
	border-collapse:collapse;
	
}
.ship tr td, .ship tr th{
	border:1px solid #3B3B3B;
	text-align:center;
	padding:5px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
.text-page img{
	 width:200px;
    margin: 10px auto;
	display:block;
}
.text-pages{
	border:1px solid #505050;
	width:100%;
} 	
.left-content{
	width:100%;
	border-right:1px solid #505050;
	padding:20px;
}
.right-content{
	width:100%;
	padding:30px;
}

.right-content .input{
	float:left;
	margin-right:10px;	
}

.right-content textarea{
	clear:left;	
}

.sitemap-content{
	padding:30px;
	display:block;
	width:900px;
}

.cars {
    float: left;
    margin: 0 4px;
    width: 215px;
}


.text-pages h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #0FA;
	font-weight: normal;
	text-transform:none;
	padding-bottom: 30px;
	font-weight:normal;
}
.text-box{
	padding-bottom:30px;
}
.text-box.last{
	padding-bottom:0;
}
.text-box p{
	line-height:150%;
	padding-bottom:30px;
}
.right-content h3{
	padding-bottom:0px;
}
.right-content span{
	color:#999;
	padding-bottom:10px;
	display:block;
}
.input{
	border:1px solid #505050;
	width:160px;
	height:25px;
	color:#666;
	line-height:25px;
	background:#000;
	padding:0 10px;
	margin-bottom:15px;
	font-size:14px;
}
.right-content textarea{
	border:1px solid #505050;
	width:160px;
	height:130px;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	background:#000;
	padding:10px;
	margin-bottom:15px;
	font-size:14px;
}
.send {
	float: right;
	width: 89px;
	height: 42px;
	display: block;
	background: url(../img/buy-btn.png) left top no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	color: black;
	border:none;
	cursor:pointer;
}
.send:hover{
	background-position:left bottom;
	color:#fff;
}
.header-image{
	padding:10px 0;
	border-top:1px solid #505050;
}

.header-image img{
	max-width:100%;	
}
.thumbs2{
	padding-top:10px;
	border-top:none;
}
.marks2{
	padding-bottom:50px;
}
.work-gallery{
	width:100%;
	margin-left:-10px;
	padding-bottom:50px;
}
.work-gallery .work-row{
	padding-bottom:10px;
	overflow:hidden;
	width:100%;
}
.work-gallery .work-row a{
	display:block;
	float:left;
	width:calc(25% - 10px);
	height:100px;
	text-align:center;
	margin-left:10px;
	overflow:hidden;
}
.work-gallery .work-row a:first-child{
	margin-left:0;
}
.work-gallery .work-row a img{
	width:100%;
}
.right-content h3{
	font-size:18px;
	padding:8px 0;
}
.custom-bg{
	/*
	background:#000 url(../img/inner-bg.png) right top no-repeat;
	*/
}
.single.custom-bg{
	
}
.reg-btn ,.buttons-basket{
	width: 140px;
	height: 29px;
	display: inline-block;
	background: url(../img/btn-reg.png) left top no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
	border:none;
	color:#fff;
	cursor:pointer;
	margin:0 auto;
}
.buttons-basket.blue{
	color:#0FA;
	text-transform:uppercase;
}
.buttons-basket{
	margin-right:30px;
}
.reg-btn:hover,.buttons-basket:hover{
	background-position:bottom;
}
.custom-bg h3{
	background:url(../img/title-bg.png) left top no-repeat;
	width: 640px;
	padding-left: 20px;
	height: 40px;
	color: white;
	font-family: Tahoma, Helvetica, sans-serif!important;
	font-size: 16px!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	line-height: 39px;
	margin-left:-10px;
}
.basket-title{
	background: transparent url(../img/basket-title.png) left top no-repeat !important;
	width: 100% !important;
}
.basket-title2{
	background: transparent url(../img/basket-title.png) left top no-repeat !important;
	margin-left:-27px !important;
}
.loginform{
	padding: 20px 180px 30px;
}
.loginform .warning{
	margin-left: -160px;
}

.products .row{
 *width:960px;
}
.products.similar .row{
 *width:740px;
}


/*======================================================== CHECKOUT ===============================================*/

.checkout {
	position: relative;
	overflow: hidden;
}
.checkout table {
}
.checkout tbody td {
	padding: 13px 10px;
}
.checkout tbody td.product_name {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}



.checkout_details {
	position: relative;
	margin: 20px 0 0;
	/*overflow: hidden;*/
	clear:both;
}
.checkout_details .inner {
	position: relative;
	/*overflow: hidden;*/
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear:both;
}
.checkout_title {
	margin-bottom: 0px;
	padding: 0 12px;
	font: normal bold 14px/38px 'CandaraRegular';;
	color: #fff;
	text-transform: uppercase;
	width:100% !important;
	background:url(../img/title-half.png) left top no-repeat !important;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	margin-left:0 !important;
	position:relative;
}
.log_now {
	float: right;
	background: none;
	margin-right: 0px;
	padding: 0 10px;
	color: #0fa;
	text-shadow: none;
	line-height: 30px;
	border: 4px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*position:absolute;
	*right:20px;
	*top:0px;
}
.log_now:hover {
	text-decoration: underline;
}
.tcenter{
	text-align:center;
	margin-left:0 !important;
}
.basket-title2{
	background: transparent url(../img/basket-title2.png) left top no-repeat !important;
	margin-left:-11px !important;
	margin-top:10px;
}

.address {
	float: left;
	width:calc(50% - 10px);

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
position: relative;
z-index: 1;
}

.checkout .regstep label {
	width: 160px;
	margin-right: 0;
	margin-left:20px;
}
.checkout .regstep .field {
}


.shipping_terms {
	float: right;
	margin-right: 15px;
	color: #0fa;
	line-height:normal;
}
.shipping_terms:hover {
	text-decoration: underline;
}

.endprice_details {
	float: right;
	width: calc(50% - 10px);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.endprice_details .regstep {
	padding: 11px 0;
}
.endprice_details .regstep label {
	width: 147px;
}
.endprice_details select {
	float: left;
	height:25px;
	background:#171717;
	border:none;
	width: 250px;
	margin-left: 20px;
	padding: 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	*outline-style:none;
	*outline-width:0;	
}
.endprice_details strong {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #eee;
	font-weight: normal;
	line-height: 25px;
}
.endprice_details strong.total {
	font: normal bold 18px Tahoma, Helvetica, sans-serif;
	color: #0fa !important;
}

.payways {
	padding: 20px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.payways span {
	margin: 0 15px;
}
.payways input {
	margin-right: 8px;
	vertical-align: middle;
}
.payways label {
	font: normal bold 12px Tahoma, Helvetica, sans-serif;
	color: #fff;
}

.checkout_details .text_area {
	padding: 20px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.checkout_details textarea {
	display: block;
	width: 430px;
	height: 120px;
	background: #131313;
	margin: 0 auto;
	padding: 5px;
	font-size: 12px;
	color: #ddd;
	border:1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	resize:none;
}

.checkout .confirm {
	width:100%;
	text-align:center;
	margin-top:20px;
}
.checkout .confirm input {
	vertical-align: middle;
	margin-right: 5px;
}
.checkout .confirm label {
	
	font: normal bold 12px/20px Tahoma, Helvetica, sans-serif;
}
.checkout .confirm a {
	color: #0fa;
	font-weight: bold;
}
.checkout .confirm a:hover {
	text-decoration: underline
}

.checkout .edit_order {
	display: block;
	float: right;
	width: 170px;
	background: url('../img/edit.png') right center no-repeat;
	margin-left: 40px;
	text-align: center;
	font: normal bold 12px/40px Tahoma, Helvetica, sans-serif;
	color: #0fa;

}
.checkout .edit_order:hover {
	text-decoration: underline;
}

.checkout .button {
	display: block;
	width: 200px;
	height: 34px;
	background: url('../img/btn.png') bottom repeat-x;
	margin: 0px auto;
	text-align: center;
	font: normal bold 12px/34px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #069;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	cursor: pointer;
}
.checkout .button:hover {
	background-position: top;
}
.pay-text{
	text-align:center;
	width: 100%;
	margin: 5px 0px 0;
}
.pay-text a {
	color: #0FA;
	margin:0 5px;
}
.pay-text a:hover {
	text-decoration:underline;
}
.huba-buba{
	padding:20px 0;
	text-align:center;
	overflow:hidden;
}

.huba-buba img{
	float:none;
	margin-bottom:20px;	
}

.huba-buba input[type=image]{
	float:none;
	margin-top:10px;	
}

#total{
	color:#00FFAA;	
}

.textfoot{
	color:#666;
	font-size:11px;
	text-align:center;
	margin-top:20px;
	text-transform:none;
}
}