/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
    background: url(img/header.png) 0px 10px repeat-x;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	/*font: 12px/18px Myriad Pro, sans-serif;*/
	
	font: 12px/18px 'Roboto Condensed', sans-serif;
	width: 100%;
	height: 100%;
    background: url(img/top.png) 0px 0px repeat-x;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.light .inner, .darck .inner{
    width: 1000px;
	margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.light, .darck{
}

.withShadow{
-webkit-box-shadow: 0 8px 8px -8px #666666;
       -moz-box-shadow: 0 8px 8px -8px #666666;
            box-shadow: 0 8px 8px -8px #666666;
}

.light{
background: #ffffff;
}

.darck{
background: #f2f2f2;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    -webkit-box-shadow: 0 8px 8px -8px #666666;
       -moz-box-shadow: 0 8px 8px -8px #666666;
            box-shadow: 0 8px 8px -8px #666666;
}

.headerInner{
width: 1000px;
margin: 0 auto;
position: relative;
height: 196px;
}

#logo{
position: absolute;
top: 34px;
/*left: 30px;*/
	left:0px;
}

.header menu{
position: absolute;
bottom: 0px;
/*right: 0px;*/
	left:0px;
    width: 100%;
}

.header menu li{
	float: left;
	list-style: none;
}

.header menu li a{
height: 55px;
line-height: 55px;
display: inline-block;
font-size: 16px;
color: #ffffff;
text-decoration: none;
padding: 0 25px 0 15px;

}

.header menu li:hover a, .header menu li.active a{
background-color: #1d1d1d !important;
}

.header menu li.drop > a{
	background: url(img/menu.gif) 100% 50% no-repeat;
    padding: 0 26px 0 19px;
}

.header menu ul{
display: none;
}

.header menu > li ul{
background: #1d1d1d;
}

.header menu > li > ul{
position: absolute;
z-index: 10000;
}

.header menu > li > ul > li{
display: block;
float: left;
margin: 0 20px 20px 20px;
}

.header menu > li > ul > li li{
display: block;
float: none;
margin: 0 0 0 10px;
}

.header menu > li > ul > li > a{
/*font-family:Arial;*/
font-family: 'Roboto Condensed', sans-serif;	
font-size: 14px;
color: #fff301;
background: none;
padding: 0px;
height: auto;
line-height: 35px;
}

.header menu > li > ul > li li a{
/*font-family:Arial;*/
font-family: 'Roboto Condensed', sans-serif;	
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
background: none;
padding: 0px;
height: auto;
line-height: 18px;
}

.header menu > li > ul:after{
content: ' ';
display: block;
height: 0px;
overflow: hidden;
clear: both;
margin: 0px;
}

#search{
position: absolute;
top: 60px;
left: 330px;
}

#search input{
height: 26px;
width: 195px;
background: #f7f7f7;
border: 0px;
line-height: 26px;
padding: 0 27px 0 11px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
}

#search button{
width: 26px;
height: 26px;
display: block;
border: 0px;
background: url(img/s.gif) 1px 50% no-repeat;
position: absolute;
cursor: pointer;
margin: -25px 0 0 208px;
}

#search a{
color: #ffffff;
font-size: 12px;
text-decoration: none;
border-bottom: 1px dashed #ffffff;
display: inline-block;
margin: 4px 0 0 11px;
}

#search a:hover{
border: 0px;
}

.contacts{
padding: 35px 0 0 0;
}

.contacts .callBack{
text-align: right;
color: #ffffff;
font-size: 24px;
float: right;
margin: 0 27px 0 0;
position: absolute;
right: 0;
}

.contacts .callBack a{
font-size: 12px;
color: #ffffff;
display: inline-block;
margin: 0 0 10px 0;
}

.contacts .hot{
color: #cccccc;
font-size: 12px;
float: right;
margin: 4px 22px 0 0;
}

.contacts .hot div{
color: #ffe4b7;
font-size: 24px;
margin: 25px 0 0 0;
}

#cart{
background: #fff301 url(img/cart.gif) 105px 50% no-repeat;
height: 25px;
line-height: 25px;
position: absolute;
right: 25px;
top: 100px;
padding: 0 10px 0 125px;
color: #1d1d1d;
font-size: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}



#cart a{
display: block;
position: absolute;
margin: 0 0 0 -130px;
padding: 0px 10px;
color: #ffffff;
font-size: 12px;
background: #f1713b;
height: 25px;
line-height: 25px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0px 150px 0;
}

.promoM{
height: 42px;
margin-top: 8px;
}

.promo{
border: 1px solid #e4e4e4;
margin: 0px 0 30px 0;
padding: 20px 45px 0px;
position: relative;
}

.promo a.img{
float: left;
margin: 0 0 -6px 0;
}

.promo .info{
float: right;
width: 355px;
}

.promo:after{
content: " ";
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.promo h1{
font-size: 24px;
line-height: 28px;
color: #f06224;
text-transform: uppercase;
margin: 0 0 20px;
}

.promo h2{
font-size: 24px;
line-height: 28px;
color: #090809;
margin: 0 0 25px;
font-family: Arial;
}

.promo p{
color: #919191;
font-size: 13px;
line-height: 21px;
margin: 0 0 25px;
}

.promo .buy{
border-top: 1px solid #e4e4e4;
padding: 7px 0 0 0;
}

.promo .buy a{
display: block;
height: 56px;
color: #040404;
font-size: 46px;
text-decoration: none;
line-height: 64px;
padding: 0 0 0 175px;
background: #fff301 url(img/buy.png) 0px 0px no-repeat;
margin: 0 0 25px;
}

.promo .small:after{
content: " ";
display: block;
clear: both;
overflow: hidden;
}

.promo .small div{
float: left;
width: 40px;
height: 40px;
margin: 0px 5px 5px 0;
position: relative;
}

.promo .small div a{
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
box-sizing: border-box;
}

.promo .small div a:hover, .promo .small div a.active{
border: 4px solid #fbba00;
}

.bestProp{
padding: 0 0 20px 0;
}

.bestProp h1{
font-family: Arial;
font-size: 26px;
line-height: 42px;
color: #323232;
position: relative;
display: inline-block;
text-align: center;
background: url(img/h-b.png) 0px 40px repeat-x;
margin: 0 0 25px;
}

.center{
text-align: center;
}

.bestProp h1 span{
display: block;
width: 12px;
height: 6px;
background: url(img/h-b.png) 0px -2px;
position: absolute;
bottom: -4px;
left: 50%;
margin: 0 0 0 -6px;
}

.bestProp:after{
content: " ";
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.prop{
width: 33.33%;
float: left;
box-sizing: border-box;
border: 1px solid #e4e4e4;
border-right: 0px;
}

.prop:last-child{
border: 1px solid #e4e4e4;
}

.prop .price{
height: 31px;
background: #090809;
font-size: 12px;
font-family: Arial;
line-height: 31px;
text-transform: uppercase;
color: #ffffff;
text-align: right;
box-sizing: border-box;
padding: 0 10px 0 0;
}

.prop .price span{
text-align: left;
float: left;
background: url(img/price.png);
width: 157px;
height: 31px;
line-height: 31px;
display: inline-block;
font-size: 24px;
color: #323232;
box-sizing: border-box;
padding: 0 0 0 20px;
margin: 0 10px 0 0;
}

.prop .info{
margin: 0 18px;
position: relative;
}

.prop a.img{
display: block;
text-align: center;
padding: 15px;
margin: 0 0 13px;
border-bottom: 1px solid #e4e4e4;
}

.prop a{
font-family: Arial;
font-size: 14px;
color: #323232;
line-height: 21px;
margin: 0 0 15px 0;
display: inline-block;
text-decoration: none;
}

.prop a:hover{
text-decoration: underline;
}

.prop .param{
font-family: Arial;
font-weight: bold;
font-size: 14px;
color: #323232;
line-height: 35px;
}

.prop .param span{
color: #919191;
font-weight: normal;
display: inline-block;
width: 210px;
}

.prop .act{
border-top: 1px solid #e4e4e4;
margin: 15px 0 0 0;
padding: 15px 0;
}

.prop a.more{
position: absolute;
right: 0px;
font-size: 14px;
color: #098dc2;
text-decoration: underline;
}

.prop a.more:hover{
text-decoration: none;
}

.apply{
height: 30px !important;
line-height: 30px !important;
display: inline-block !important;
color: #ffffff !important;
font-family: Arial !important;
font-size: 12px !important;
background: url(img/apply.png) 0px 0px repeat-x !important;
padding: 0 20px !important;
cursor: pointer !important;
border: 0px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}

.apply:hover{
text-decoration: none !important;
}

.mainCats .inner a{
display: block;
width: 25%;
float: left;
padding: 20px 25px;
box-sizing: border-box;
color: #323232;
font-family: Arial;
font-size: 14px;
line-height: 21px;
text-decoration: none;
text-align: center;

background: url(img/main-cats/border.png) 100% 50% no-repeat;
}

.mainCats .inner a:hover{
text-decoration: underline;
}

.mainCats .inner a:nth-child(4n+4){
background: none;
}

.mainCats .inner a img{
display: inline-block;
}

.mainCats .darck .inner{
padding: 42px 0 50px;
margin: 8px auto 0;
}

.inner:after{
content: " ";
display: block;
clear: both;
height: 0px;
overflow: hidden;
}

.mainCats h1{
font-family: Arial;
color: #323232;
font-size: 21px;
text-align: center;
margin: 20px 0 30px;
}

.about{
background: url(img/about.png) 100% 50% no-repeat;
margin: 8px 0 60px;
}

.about h1{
font-size: 48px;
font-family: Arial;
color: #323232;
line-height: 54px;
margin: 40px 0;
}

.about strong{
font-size: 14px;
font-family: Arial;
line-height: 21px;

font-weight: bold;
display: inline;

width: 480px;
}

.about p{
width: 480px;
font-family: Arial;
font-size: 14px;
color: #919191;
line-height: 21px;
}

.catalogTree{

}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -150px auto 0;
	height: 150px;
	background: url(img/footer.png);
	position: relative;
}

.footerInner{
	width: 1000px;
    margin: 0px auto;
    position: relative;
}

.footer .contacts{
padding: 17px 0 0 0;
}

.footer #copy{
font-size: 12px;
color: #cccccc;
position: absolute;
top: 30px;
/*left: 27px;*/
	left:0px;
}

.footer menu{
position: absolute;
bottom: -133px;
/*right: 0px;*/
	left:0px;
}

.footer menu li{
float: left;
list-style: none;
}

.footer menu li a{
height: 55px;
line-height: 55px;
display: inline-block;
font-size: 16px;
color: #ffffff;
text-decoration: none;
padding: 0 20px 0 20px;
}

.footer menu li:hover a, .footer menu li.active a{
background: #1d1d1d;
}

.catalogTree{
margin: 0 0 50px 0;
float: left;
}

.catalogTree h1{
font-size: 22px;
color: #f06224;
text-transform: uppercase;
margin: 50px 0 10px 0;
}

.catalogTree h1 span{
color: #1d1d1d;
}

.catalogTree ul{
background: #282828;
width: 260px;
}

.catalogTree a{
color: #ffffff;
font-size: 15px;
text-decoration: none;
}

.catalogTree ul ul{
display: none;
}

.catalogTree ul li a{
height: 41px;
display: block;
background: url(img/li.png);
padding: 12px 5px 0 52px;
position: relative;
box-sizing: border-box;
}

.catalogTree ul li.twoLined > a{
padding: 4px 10px 0 52px;
}

.catalogTree ul li a img{
position: absolute;
top: 0px;
left: 0px;
}

.catalogTree ul li.active > a, .catalogTree ul li:hover > a{
background: url(img/li-active.png);
color: #1d1d1d;
}

.catalogTree ul li.active ul{
display: block;
}

.catalogTree ul li.active ul li{
padding: 7px 7px 7px 12px;
margin: 0 0 0 39px;
color: #ffffff;
list-style: square;
}

.catalogTree ul li.active ul a{
padding: 0px;
text-decoration: underline;
font-size: 14px;
background: none;
height: auto;
display: inline;
}

.catalogTree li ul li.active > a, .catalogTree li ul li:hover > a, .catalogTree li.active ul li.active, .catalogTree li.active ul li:hover{
color: #fff301;
}

.catalog{
float: right;
width: 700px;
margin: 0 0 50px 0
}

.catalog h1{
font-family: Roboto;
font-size: 26px;
color: #323232;
margin: 30px 0 20px;
clear: both;
}

nav{
margin: 54px 0 10px;
line-height: 12px;
vertical-align: middle;
}

nav a{
color: #1d1d1d;
font-size: 12px;
margin: 0 20px 0 0;
}

nav span{
height: 12px;
background: url(img/nav.gif) 0px 50% no-repeat;
display: inline-block;
width: 7px;
position: absolute;
margin: 0 0 0 -13px;
}


.cats a{
display: block;
width: 33.33%;
float: left;
padding: 20px 25px;
box-sizing: border-box;
color: #323232;
font-family: Arial;
font-size: 14px;
line-height: 21px;
text-decoration: none;
text-align: center;

background: url(img/main-cats/border.png) 100% 50% no-repeat;
}

.cats a:hover{
text-decoration: underline;
}

.cats:after{
content: ' ';
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.cats a:nth-child(3n+3), .cats a:last-child{
background: none;
}

.cats a img{
display: inline-block;
}

.catalog .about{
background: none;
}

.catalog .about strong, .catalog .about p{
width: auto;
}

.subCat{
margin: 0 0 70px 0;
}

.subCat:after{
content: "";
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.subCat .left, .item .left{
float: left;
width: 214px;
margin: 0 30px 0 0;
position: relative;
}

.subCat .img, .item .img{
display: block;
border: 1px solid #e4e4e4;
}

.subCat .corner, .item .corner{
position: absolute;
right: 8px;
margin: 10px 0;
}

.subCat .corner img, .item .corner img{
padding: 5px;
background: #f7f7f7;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}

.subCat .corner span, .item .corner span{
display: block;
font-size: 12px;
color: #1d1d1d;
height: 25px;
line-height: 25px;
padding: 0 10px;
background: #fff301;
margin: -9px -7px 0 0;
}

.subCat .has, .item .has{
background: url(img/ok.gif) 0px 0px no-repeat;
height: 18px;
padding: 0 0 0 20px;
line-height: 25px;
font-size: 14px;
color: #1d1d1d;
margin: 0 0 7px;
}

.subCat .has span, .item .has span{
margin: 0 10px 0 0;
}

.subCat .info a{
font-size: 18px;
color: #1d1d1d;
text-decoration: none;
display: inline-block;
margin: 2px 0 0 0;
}

.subCat .info{
margin: 0 0 0 244px;
position: relative;
}

.subCat ul, .item .info ul{
margin: 12px 0 22px;
}

.subCat ul li, .item .info ul li{
list-style: square;
color: #919191;
margin: 0 0 0 11px;
line-height: 21px;
}

.subCat .price, .item .price{
color: #f1713b;
font-size: 24px;
}

.subCat .price span, .item .price span{
color: #282828;
font-size: 18px;
text-decoration: line-through;
}

.subCat a.buy{
margin: 13px 0 0 0;
}

.subCat a.more{
color: #098dc2;
font-size: 14px;
float: right;
margin: 20px 0 0 0;
text-decoration: underline;
}

.subCat a.more:hover{
text-decoration: none;
}

.subCat .credit{
position: absolute;
top: 0px;
right: 0px;
background: #090809 url(img/credit.gif) 0px 0px no-repeat;
color: #ffffff;
font-family: Arial;
font-size: 12px;
text-transform: uppercase;
padding: 0 10px 0 30px;
height: 31px;
line-height: 31px;
}

.catAbout h1{
font-family: Arial;
font-size: 21px;
color: #323232;
line-height: 26px;
}

.catAbout p{
font-size: 14px;
color: #919191;
font-family: Arial;
}

.item .left{
position: relative;
}

.item .left ul{
position: absolute;
top: 25px;
right: -70px;
}

.item .left ul a{
border: 1px solid #e4e4e4;
display: block;
margin: 0 0 7px 0;
}

.item:after{
content: " ";
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.item .info{
width: 400px;
margin: 25px 0 0 ;
float: right;
font-family: Arial;
font-size: 12px;
color: #545454;
line-height: 21px;
position: relative;
}

.item .info strong{
display: block;
font-size: 14px;
margin: 15px 0 0 0;
}

.item .info .buy{
padding: 0 50px !important;
display: inline-block;
text-decoration: none;
margin: 7px 0;
}

.item p{
margin: 0 0 0 10px;
}

.item .credit{
background: #090809;
padding: 10px 15px;
text-align: center;
font-family: Arial;
font-size: 12px;
color: #fff301;
text-transform: uppercase;
line-height: 21px;
position: absolute;
right: 0px;
top: -65px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.item .credit a.cbuy{
display: inline-block;
background: url(img/cbuy.png);
height: 30px;
line-height: 30px;
color: #090809;
text-decoration: none;
font-family: Arial;
padding: 0 20px;
margin: 5px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.item .credit a{
/*font-family: Myriad Pro;*/
font-family: 'Roboto Condensed', sans-serif;	
font-size: 12px;
color: #ffffff;
text-decoration: underline;
text-transform: none;
}

.prevItem, .nextItem{
font-size: 14px;
color: #098dc2;
text-transform: uppercase;
margin: 20px 0 0 ;
display: inline-block;
}

.item:after{
content: ' ';
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.nextItem{
float: right;
}

.tubs{
margin: 70px 0px 30px;
}

.tubs .links:after{
content: ' ';
display: block;
clear: both;
height: 0px;
overflow: hidden;
}

.tubs .links{
position: absolute;
z-index: 1;
margin: -40px 0 0 0;
}

.tubs .links a{
display: block;
float: left;
padding: 12px 14px 45px 14px;
border: 1px solid #e5e5e5;
background: #e5e5e5;
color: #1d1d1d;
font-size: 13px;
text-decoration: none;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}

.tubs .links a.active{
background: #f9f9f9;
}

.tubs .borderDestroyer{
display: block;
height: 25px;
background: #f9f9f9;
width: 300px;
top: -1px;
left: 0px;
position: absolute;
}

.tubs .tubContent{
display: none;
position: relative;
z-index: 10;
background: #f9f9f9;
padding: 25px 15px;
border: 1px solid #e5e5e5;
margin: 40px 0 0 0;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}

.tubs .tubContent:after{
content: ' ';
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.tubs .activeTubContent{
display: block;
}

.tubContent ul{

}

.tubContent ul li{
list-style: square;
color: #545454;
margin: 0 0 0 11px;
line-height: 21px;
}

.spec{
width:;
margin: 10px 0 0 0;
}

.spec:after{
content: ' ';
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.spec span{
display: inline-block;
height: 49px;
line-height: 49px;
padding: 0 0 0 55px;
position: relative;
margin: 0 20px 10px 0 ;
}

.spec span img{
position: absolute;
display: block;
padding: 8px;
background: #ffffff;
left: 0px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}

.rent:after{
content: ' ';
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.rent span{
display: block;
float: left;
width: 330px;
font-family: Arial;
font-size: 12px;
color: #545454;
}

.rent b{
display: block;
float: left;
width: 320px;
font-family: Arial;
font-size: 12px;
color: #323232;
font-weight: bold;
}

.component{
font-family: Arial;
font-size: 12px;
color: #545454;
line-height: 21px;
width: 290px;
float: left;
margin: 0 40px 30px 0;
}

.component div{
margin: 0 0 0 77px;
}

.component a.img{
float: left;
display: block;
margin: 0 15px 0 0;
}

.component a{
display: block;
font-size: 14px;
color: #098dc2;
margin: 0 0 10px 0;
}

.component a:hover{
text-decoration: none;
}

.component .price{
font-size: 24px;
color: #323232;
/*font-family: Myriad Pro;*/
font-family: 'Roboto Condensed', sans-serif;	
display: block;
margin: 20px 0 0 0;
}

.component .buy{
text-decoration: none;
position: absolute;
margin: -30px 0 0 120px;
}

.row:after{
content: ' ';
display: block;
height: 0px;
overflow: hidden;
clear: both;
}

.cart{
position: relative;
}

.cart h1{
font-family: Arial;
font-size: 26px;
color: #323232;
margin: 50px 0;
}


.cart a.clear{
color: #098dc2;
font-size: 14px;
position: absolute;
background: url(img/clear.png) 0px 50% no-repeat;
padding: 0 0 0 11px;
margin: -67px 0 0 250px;
}

.cart table{
width: 100%;
border-bottom: 1px solid #2a292a;
margin: 0 0 20px 0;
}

.cart table th{
text-align: left;
padding: 10px 20px;
font-size: 13px;
color: #1d1d1d;
border-bottom: 1px solid #2a292a;
}

.cart table td{
text-align: left;
padding: 30px 20px;
font-size: 18px;
color: #1d1d1d;
}

.cart table a{
padding: 0 0 0 100px;
display: inline-block;
min-height: 80px;
color: #1d1d1d;
font-size: 18px;
}

.cart table a:hover{
text-decoration: none;
}

.cart table a img{
border: 1px solid #e4e4e4;
position: absolute;
margin: -5px 0 0 -100px;
}

.cart table input{
width: 25px;
text-align: center;
margin: 0px;
padding-left: 5px;
padding-right: 5px;
margin: 0 0 0 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.cart table span{
display: inline-block;
position: absolute;
width: 15px;
height: 28px;
background: #1d1d1d;
color: #ffffff;
line-height: 28px;
text-align: center;
cursor: pointer;
}

.cart table span.dec{
margin: 0 0 0 0px;
}

.cart table span.inc{
margin: 0 0 0 0px;
}

.cart a.del{
color: #f1733d;
font-size: 14px;
background: url(img/del.png) 0px 50% no-repeat;
padding: 0 0 0 11px;
min-height: 0px;
}

.cancel{
height: 30px !important;
line-height: 30px !important;
display: inline-block !important;
color: #ffffff !important;
font-family: Arial !important;
font-size: 12px !important;
background: url(img/cancel.png) 0px 0px repeat-x !important;
padding: 0 20px !important;
cursor: pointer !important;
border: 0px !important;
text-decoration: none;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}

.cart .itogo{
position: absolute;
color: #1d1d1d;
font-size: 18px;
right: 0px;
}

.cart span{
font-size: 13px;
}

.cart h2{
color: #323232;
font-family: Arial;
font-size: 21px;
margin: 40px 0;
}

.cart label{
display: inline-block;
width: 160px;
font-size: 13px;
color: #1d1d1d;
position: absolute;
margin: 5px 0 0 0;
}

.cart .radio{
margin: 0 0 30px 0;
}

.cart .radio label{
position: static;
margin: 0px;
}

.cart .radio input{
margin: 0 10px 0 0;
line-height: auto;
width: auto;
display: inline;
height: auto;
}

.cart input{
height: 24px;
line-height: 24px;
width: 215px;
padding-left: 20px;
padding-right: 20px;
border: 1px solid #c9c9c9;
background: #f7f7f7;
margin: 0 0 15px 170px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.cart textarea{
width: 215px;
padding: 20px;
border: 1px solid #c9c9c9;
background: #f7f7f7;
resize: none;
margin: 0 0 15px 170px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.cart .file{
background: url(img/file.png);
width: 114px;
height: 31px;
position: relative;
overflow: hidden;
margin: 0 0 5px 180px;
}

.cart p{
color: #1d1d1d;
font-size: 13px;
margin: 0 0 0 180px;
}

.cart .file input{
position: absolute;
margin: 0px;
font-size: 30px;
height: auto;
padding: 0px;
opacity: 0;
cursor: pointer;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.cart .apply{
margin: 40px 0 150px 180px;
}

.about h2{
font-size: 20px;
color: #f06224;
}

.about p {
margin-bottom: 10px;
}

.rs_menu{
    display: block;
/*
    background: #282828;
*/
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 999;
}
.rs_menu li{
	display: inline-block;
	padding: 2px 15px;
}
.rs_menu li:hover{
/*
	background: #1d1d1d;
*/
}
.rs_menu li a{ 
	color: #fff;
/*
	text-decoration: none;
*/
}
.vkredit-button {
border: 2px solid #0094d9;
border-radius: 6px;
text-align: center;
height: 30;
width: 148;
float: left;
position: relative;
}
.vkredit-button img {
position: absolute;
top: 55%;
margin-top: -13px;
left: 50%;
margin-left: -57px;
cursor: pointer;
}

