@import url("reset.css");

*.pie {		
	position:relative;
	behavior: url("./public/css/PIE.htc");	
}

BODY {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Tahoma, Arial, sans-serif;
    background: #ffffff;
}


/*Header*/
.header {
	background:url("../images/bg/header-bg.png") repeat-x left top;
	width:100%;
}

.header .wrap {
	background:url("../images/bg/header-main-bg.png") no-repeat left top;
	margin:0 auto;
	min-width:998px;
	max-width:1025px;
}

.header .logo {
	float: left;
    height: 141px;
    margin: 10px 0 0 48px;
    width: 182px;
}

.header .main{
	margin:0 0 0 233px;
}

.header .nav-menu{
	background:url("../images/bg/nav-menu-bg.png") no-repeat left top;
	
}

.header .nav-menu DIV{
	background:#cbcbcb url("../images/bg/nav-li-bg.png") repeat-x left top;
    border-bottom: 1px solid #CCCFD3;
    border-left: 1px solid #C4C9D0;
    border-right: 1px solid #C6CBD1;
    margin: 0 0 0 28px;
    width: 750px;

	-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
}

.header .nav-menu UL{
	/* del indentation */
	font-size:0; 
	line-height:0; 
	letter-spacing:-1px;
}

.header .nav-menu UL LI{
	background:url("../images/bg/nav-menu-separator.png") no-repeat right top;
	display:inline-block;  *display: inline; zoom: 1;
	vertical-align:top;

	font-size: 12px;
	padding: 0 1px 0 0;
	line-height: normal;
	letter-spacing:normal;
}

.header .nav-menu UL LI:FIRST-CHILD {
	padding-left:16px;
}

.header .nav-menu UL LI.last{
	background:none;
}

.header .nav-menu UL LI A{
    color: #171717;
    display:inline-block;  *display: inline; zoom: 1;
    vertical-align: middle;
	padding:8px 24px 13px 22px;

}

.header .nav-menu UL LI A:HOVER{
	background:#173f70 url("../images/bg/nav-li-hover-bg.png") repeat-x left top; 
	color:#ffffff;
	text-decoration:none;
}

.header .bottom {
	margin:14px 0 0 0;
}

.header .left{
    float: left;
    width: 522px;
}

.header .search{
    background: url("../images/bg/shadow-form.png") no-repeat left bottom;
    padding: 0 0 9px 28px;
}

.header .search .form{
    background: url("../images/bg/form-bg.png") no-repeat left top;
    height: 35px;
    padding: 9px 0 0;
	
	/* del indentation */
	font-size:0; 
	line-height:0; 
	letter-spacing:-1px;
	
}

.header .search .form LABEL {
    color: #FFFFFF;
    display:inline-block;  *display: inline; zoom: 1;
    font-family: Tahoma,sans-serif;
    font-size: 17px;
	line-height: 17px;
    padding: 4px 26px 0 16px;
	cursor:pointer;
}

.header .search .form INPUT[type="text"]{
    background: url("../images/bg/input-bg.png") no-repeat left top;
    border: 0 none;
    display:inline-block;  *display: inline; zoom: 1;
    height: 27px;
    line-height: 27px;
    outline: medium none;
    padding: 0 25px 0 10px;
    vertical-align: top;
    width: 265px;
}

.header .search .form INPUT[type="submit"]{
    background: url("../images/bg/submit-img.png") no-repeat 0 0;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display:inline-block;  *display: inline; zoom: 1;
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: normal;
    margin: 0 0 0 18px;
    padding: 0;
    vertical-align: top;
    width: 60px;
}

.header .contacts {
	margin: 10px 0 0;
    padding: 0 0 0 28px;
}

.header .contacts .phone{
	float:left;
	width:290px;
}

.header .contacts .phone IMG{
	float:left;	
}


.header .contacts .phone DIV {
	 background: url("../images/pictures/grad.png") no-repeat 100% 5px;
	 width:197px;
	 margin:0 0 0 92px;
}

.header .contacts .phone DIV IMG{
	float:none;
	
}

.header .contacts .phone DIV H3{
	display:inline-block;  *display: inline; zoom: 1;
	vertical-align:top;
    color: #595C5F;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.header .contacts .phone DIV H3 SPAN{
	color:#074085;
}

.header .contacts .address{
	margin: 0 0 0 295px;
}

.header .contacts .address P{
   color: #363636;
   font-size: 11px;
   line-height: 15px;
}

.header .contacts .address P STRONG{
   color: #024289;
   font-weight: bold;
}

.header .right {
	margin:0 0 0 530px;
}	

.header .account {
	margin:0 0 8px 0;
	font-size:0; 
	line-height:0; 
	letter-spacing:-1px;
}

.header .account A{
	display:inline-block;  *display: inline; zoom: 1;
	color: #FFFFFF;
    font-size: 12px;
    height: 16px;
    letter-spacing: normal;
    padding: 13px 0 0 39px;
    vertical-align: top;
    width: 84px;
	margin: 0 4px 0 0;
	
}

.header .account .aut{
	background: url("../images/bg/auto-bg.png") no-repeat 0 0;
}

.header .account .reg{
	background: url("../images/bg/reg-bg.png") no-repeat 0 0;
}

.header .card {
	padding: 0 0 0 14px;
}

.header .card IMG{
	float: left;
    padding: 0 10px 0 0;
}

.header .card H4{
    color: #074085;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 0;
}

.header .card P{
    color: #525252;
    font-size: 11px;
    line-height: 13px;
    padding: 2px 65px 10px 0
	
}

.header .card SPAN{
	font-weight:bold;
}

.header .card UL LI {
	float:left;
} 

.header .card UL LI IMG{
	float:none;
	padding:0 6px 0 0;
}

.header .catalog {
	background: url("../images/bg/catalog-shadow.png") no-repeat left bottom;
	padding:0 0 7px 0;
	margin: 7px 0 0;
	
}

.header .catalog UL{
	width:998px;
	margin:0 0 0 14px;
}

.header .catalog UL LI{
	float:left;
	background:#c4deec;
	position:relative;
	border-top:1px solid #f3f8fc;
	border-left:1px solid #cae2ee;
	border-right:1px solid #cae2ee;
	margin: 5px 1px 0 0;
	padding: 10px 50px 11px;
	
	-moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.header .catalog UL LI:FIRST-CHILD{
	padding: 10px 15px 11px 18px;
	margin: 5px 1px 0 0;
	
	-moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 8px 0px 8px;
    border-radius: 8px 8px 0px 8px;
	
}

.header .catalog UL LI.last {
	-moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 8px 8px 8px 0px;
    border-radius: 8px 8px 8px 0px;
}


.header .catalog UL LI.selected{
	padding: 10px 15px 50px 18px;
	margin:0 1px 0 0;
	background:#096ea9;
	border-top:1px solid #074167;
	border-left:1px solid #074167;
	border-right:1px solid #074167;
}
	
.header .catalog UL LI.selected .sub-menu{
	display:block;
}
	
.header .catalog UL LI.selected A{
	color:#ffffff;
	text-decoration:none;
}	

.header .catalog UL LI.selected SPAN{
	background: url("../images/bg/catalog-li-bg-hover.png") repeat-x 0 1px;
	
}

	
.header .catalog UL LI:FIRST-CHILD.hover{
	padding:10px 15px 11px 18px;
	margin: 0px 1px 0 0;
}


.header .catalog UL LI.hover{
	margin:0 1px 0 0;
	background:#096ea9;
	padding:10px 50px 11px;
	border-top:1px solid #074167;
	border-left:1px solid #074167;
	border-right:1px solid #074167;
}



.header .catalog UL LI.hover .sub-menu{
	display:block;
}

.header .catalog UL LI.hover SPAN{
	background: url("../images/bg/catalog-li-bg-hover.png") repeat-x 0 1px;
}


.header .catalog UL LI.hover A{
	color:#ffffff; 
	text-decoration:none;
}



.header .catalog UL LI A{
    color: #2A729E;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
 /*   padding: 11px 38px 7px;  */
    position: relative;
    text-transform: uppercase;
    z-index: 6;
	

}

.header .catalog UL LI SPAN{
    background: url("../images/bg/catalog-li-bg.png") repeat-x 0 1px;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.header .catalog UL LI .sub-menu{
    bottom: 0;
    left: 0;
    padding-top: 0;
    position: absolute;
    width: 996px;
    z-index: 10;
	display:none;
	border:1px solid #074167;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#0777b1  url("../images/bg/li-third-bg.png") repeat-x bottom left;
	display: none;
	
}


.header .catalog UL LI UL LI:FIRST-CHILD{
	margin:0;
	padding:0;
}


.header .catalog UL LI UL LI{
	padding:0;
	margin:0;
	background:url("../images/bg/third-nav-separator.png") no-repeat right center;
	border:none;
    margin: 0;
    padding: 0;
	-moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
	
	
}

.header .catalog UL LI UL LI:HOVER{
	padding: 0;
	margin:0 ; 
	border:0;
	background:url("../images/bg/third-nav-separator.png") no-repeat right center;
}


.header .catalog UL LI UL LI:FIRST-CHILD{
    margin: 0;
    padding: 0;
}

.header .catalog UL LI UL LI:FIRST-CHILD:HOVER{
	padding: 0;
	margin:0;
	border-radius:none;
}

.header .catalog UL LI UL LI.active A {
	background:url("../images/bg/third-li-hover.png") repeat-x left top;
}
	
.header .catalog UL LI UL LI.last {
	background:none;
	
}

.header .catalog UL LI UL LI.last:HOVER {
	background:url("../images/bg/third-li-hover.png") repeat-x left top;
	
}



.header .catalog UL LI UL LI A{
    color: #FFFFFF;
    font-size: 11px;
    padding: 10px 20px 11px 17px;
	 margin: 0 2px 0 0;
	display:block;
}

.header .catalog UL LI UL LI:HOVER A{
	background:url("../images/bg/third-li-hover.png") repeat-x left top;
	margin:0 2px 0 0;
}

/*Content*/
.content {
	width:998px;
	margin:0 auto;
}

.sidebar{
	width:294px;
	float:left;
}

.sidebar .product-day{
	width:294px;
	background:url("../images/bg/product-day-bg.png") repeat-y left top;
	margin: 0 0 15px;
}

.sidebar .product-day .title{
    height: 41px;
    padding: 18px 0 0 20px;
    text-align: right;
}

.sidebar .product-day .top H3{
    color: #FFFFFF;
    float: left;
    font-family: Tahoma,sans-serif;
    font-size: 15px;
    line-height: 15px;
    padding: 6px 0 0;
    text-transform: uppercase;
}

.sidebar .product-day .top P{
    color: #4A4A4A;
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    line-height: 11px;
    padding: 0 74px 0 0;
	
}

.sidebar .product-day .top P STRONG{
	color:#2d2d2d;
	font-size:14px;
	line-height:14px;
	display:block;
}

.sidebar .product-day .top P STRONG SPAN{
	color:#727272;
}

.sidebar .product-day .top{
	background: url("../images/bg/product-day-top.jpg") no-repeat left top;
}

.sidebar .product-day .bottom{
	background: url("../images/bg/product-day-bottom.jpg") no-repeat left bottom;
	padding: 0;
}

.sidebar .product-day  .screen{
    background: url("../images/bg/product-day-shadow.png") no-repeat left bottom;
    margin: 0 0 0 5px;
    padding: 0 0 15px;
    text-align: center;
    width: 254px;
}

.sidebar .product-day .descr {
    background: url("../images/bg/product-day-des.png") no-repeat left top;
    margin: 0 0 0 5px;
    padding: 0 50px 0 20px;
}

.sidebar .product-day .descr H4 {
	font-size:11px;
	line-height:11px;
	color:#074085;
	font-weight:bold;
	padding: 0 0 8px;
} 

.sidebar .product-day .descr P {
	color:#000000;
	font-size:11px;
	line-height:13px;
	padding:0;
}

.sidebar .product-day .bottom .price {
	padding:0 0 0 20px;
	height:54px;
}
	
.sidebar .product-day .bottom .price P{
    color: #4B4D4E;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 0 0;
}	
	
.sidebar .product-day .bottom .price P SPAN{
	font-size:25px;
	line-height:25px;
	color:#383838;
}	

.sidebar .social {
	width:262px;
}
	
.sidebar .social .pie{
	background:url("../images/bg/social-bg.png") repeat-y left top;
	
	
	box-shadow: inset  0px 3px 20px 3px  #f0f0f0;
	
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	
}	

.sidebar .social UL {
	font-size:0; 
	line-height:0; 
	letter-spacing:-1px;
}


.sidebar .social UL LI {
	display:inline-block; *display: inline; zoom: 1;
	vertical-align:top;
	letter-spacing:normal;
	background:url("../images/bg/social-li-bg.png") repeat-y left top;
	padding: 9px 13px 9px 20px;
}
	
.sidebar .social UL LI:FIRST-CHILD {	
	background:none;
}
	
.stock {
	width:265px;
	background:url("../images/bg/stock-bg.png") repeat-y left top;
	margin:9px 0 0 0;
}	
	
.stock .top{
	background:url("../images/bg/stock-top-bg.jpg") no-repeat left top;
}	
	
.stock .top H3{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 17px;
    padding: 13px 0 25px 25px;
    text-transform: uppercase;
}	
	
.stock .bottom{
    background: url("../images/bg/stock-bottom-bg.jpg") no-repeat left bottom;
    padding: 0 26px 16px 28px;
}	
	
.stock .bottom UL LI{
	margin:10px 0 0;
	padding:12px 0 0;
	background:url("../images/bg/stock-li-bg.png") repeat-x left top;
}	
	
.stock .bottom UL LI:FIRST-CHILD{
	padding:0;
	margin:0;
	background:none;
}	

.stock .bottom UL LI A{
    color: #D81100;
    float: left;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 0 0;
    text-align: left;
    text-decoration: underline;
    width: 150px;
	
}

.stock .bottom UL LI SPAN{
	display:inline-block;
	background:#ededed;
	font-size:10px;
	line-height:10px;
	color:#363636;
	padding: 5px 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.stock .bottom UL LI P{
    color: #363636;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
}


.stock .bottom UL LI A:HOVER{
	text-decoration:none;
}

.news {
	width:262px;
	background:url("../images/bg/news-bg.jpg") repeat-y left top;
	margin:15px 0 0 0;
}

.news .top{
	background:url("../images/bg/news-top-bg.jpg") no-repeat left top;
}	
	
.news .top H3{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 17px;
    padding: 11px 0 27px 25px;
    text-transform: uppercase
}

.news .bottom{
    background: url("../images/bg/news-bottom-bg.jpg") no-repeat left bottom;
    padding: 0 26px 19px 28px;
}	
	
.news .bottom UL LI{
	background:url("../images/bg/stock-li-bg.png") repeat-x left top;
    margin: 10px 0 0;
    padding: 8px 0 0;
}	
	
.news .bottom UL LI:FIRST-CHILD{
	padding:0;
	margin:0;
	background:none;
}

.news .bottom UL LI .date{
	display:inline-block; *display: inline; zoom: 1;
	vertical-align:top;
	background:url("../images/bg/news-separator.gif") no-repeat right center;
	font-size:11px;
	line-height:11px;
	color:#363636;
	margin: 0 5px 0 0;
    padding: 0 5px 0 0;
	
}

.news .bottom UL LI A{
    color: #007fae;
	display:inline-block;
	vertical-align:top;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    text-decoration: underline;
	
}

.news .bottom UL LI P{
    color: #363636;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
	padding:7px 0 0;
}


.news .bottom UL LI A:HOVER{
	text-decoration:none;
}


.content .main{
	margin:0 0 0 295px;
}

.leader {
    padding: 22px 0 0;
    position: relative;
}


.leader H2 {
    color: #B42222;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 9px;
    text-transform: uppercase
}

.catalog-item {
	border-top: 1px solid #B0B0B0;
    padding: 10px 0 0;
    width: 712px;
} 

.catalog-item UL{
		/* del indentation */
	font-size:0; 
	line-height:0; 
	letter-spacing:-1px;
	
}

.catalog-item UL LI{
	background:url("../images/bg/catalog-li-bg.png") repeat-y left top;

/*	border:1px solid #c5c5c5;  */
    width: 169px;
	margin: 8px 8px 0 0;
    padding:0;
	text-align: center;
	position:relative;
	
    display: inline-block; *display: inline; zoom: 1;
    vertical-align: top;
	letter-spacing:normal;
	
/*	-moz-box-shadow: inset 0 0 8px 4px #dddddd;
	-webkit-box-shadow: inset 0 0 8px 4px #dddddd;
	box-shadow: inset 0 0 8px 4px #dddddd;
	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;  */
}

.catalog-item UL LI .top{
    background: url("../images/bg/catalog-li-top.jpg") no-repeat left top;
    padding: 3px 0 0;
}

.catalog-item UL LI .bottom{
	background: url("../images/bg/catalog-li-bottom.jpg") no-repeat left bottom;
	padding:0 0 10px;
}

.catalog-item UL LI .rating{
	padding: 0 0 0 18px;
}

.catalog-item UL LI H3 {
    color: #074085;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}

.catalog-item UL LI P{
	color:#363636;
	font-size:11px;
	line-height:12px;
	text-align:left;
	padding:0 0 0 13px;
}

.catalog-item UL LI P SPAN{
	font-size:
}


.catalog-item UL LI .check{
    position:relative;
    border-top: 1px solid #DFDFDF;
    font-size: 11px;
    line-height: 11px;
    margin: 6px 0 0;
    padding: 3px 8px 0 17px;
}

.catalog-item UL LI .check .type{
	font-size:11px;
	position:absolute;
	top:0;
	left: 17px;
	
}

.catalog-item UL LI .check P{
    background: url("../images/bg/check.png") no-repeat 99px bottom;
    padding: 14px 0 0;
	
}

.catalog-item UL LI .check SPAN{
    color: #383838;
    display: block;
    font-size: 22px;
    line-height: 22px;
}

.catalog-item UL LI .check SPAN SPAN{
    display: inline-block;
    font-size: 18px;
    padding: 0 0 0 8px;
}



.catalog-item UL LI .plus{
    position:relative;
    border-top: 1px solid #DFDFDF;
    font-size: 11px;
    line-height: 11px;
    margin: 6px 0 0;
    padding: 3px 8px 0 17px;
}

.catalog-item UL LI .plus .type{
	font-size:11px;
	position:absolute;
	top:0;
	left: 17px;
	
}

.catalog-item UL LI .plus P{
    background: url("../images/bg/plus.png") no-repeat 99px bottom;
    padding: 14px 0 0;
	
}

.catalog-item UL LI .plus SPAN{
    color: #383838;
    display: block;
    font-size: 22px;
    line-height: 22px;
}

.catalog-item UL LI .plus SPAN SPAN{
    display: inline-block; *display: inline; zoom: 1;
    font-size: 18px;
    padding: 0 0 0 8px;
}


.catalog-item UL LI .plus{
    background: url("../images/bg/plus.png") no-repeat 115px bottom;
    border-top: 1px solid #DFDFDF;
    font-size: 11px;
    line-height: 11px;
    margin: 6px 0 0;
    padding: 3px 8px 0 17px;
}

.catalog-item UL LI .plus SPAN{
    color: #383838;
    display: block;
    font-size: 22px;
    line-height: 22px;
}

.catalog-item UL LI .plus SPAN SPAN{
    display: inline-block; *display: inline; zoom: 1;
    font-size: 16px;
    padding: 0 0 0 8px;
}

.statue {
    background: url("../images/bg/cherta.jpg") no-repeat 0 51px;
    height: 60px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 53px;
}

.banner {
	margin:10px 0 0;
}

.novelty {
	position:relative;
	padding:16px 0 0 0;
}


.novelty H2 {
    color: #B42222;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 9px;
    text-transform: uppercase
}

.novelty .statue {
	background: url("../images/bg/cherta-2.jpg") no-repeat 0 49px;
}

.novelty .novelty-img {
	background: url("../images/bg/novelty-img.png") no-repeat 0 0;
	width:92px;
	height:84px;
	position:absolute;
	top:0;
	right:0;
}

.accessories {
	position:relative;
	padding:20px 0 0;
}

.accessories H2 {
    color: #084188;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 9px;
    text-transform: uppercase;
}

.accessories .statue {
	background: url("../images/bg/cherta-3.jpg") no-repeat 0 49px;
}

.catalog-links {
	padding:16px 0 0 0;
	
	/* del indentation */
	font-size:0; 
	line-height:0; 
	letter-spacing:-1px;
}

.catalog-links H2{
	color: #363636;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 17px 3px;
    text-transform: uppercase;
	letter-spacing:normal;
}

.catalog-links .element {
	display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
	margin:0 0 0 4px;
}



.catalog-links .element UL{
	margin:8px 0 0 0;
	letter-spacing:normal;
}

.catalog-links .element LI{
	margin: 0 0 4px 10px;
}

.catalog-links .element LI A{
	background:url("../images/bg/el-links-bg.png") no-repeat left center;
	display:block;
	padding:0 0 0 7px;
	color:#363636;
	font-size:12px;
	line-height:12px;
	text-decoration:underline;
}

.catalog-links .element LI A:HOVER{
	text-decoration:none;
}

.catalog-links .element H3{
	background:#e3e3e3;
	display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
	color:#074085;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	padding: 5px 7px;
	letter-spacing:normal;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.breadcrumb LI {
    display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
    font-size: 11px;
    line-height: 11px;
    margin: 0 7px 0 0;
}

.breadcrumb LI A {
    background: url("../images/bg/breadcrumb-separator.png") no-repeat right center;
    color: #064c8b;
    display: block;
    font-family: Arial,sans-serif;
    padding-right: 23px;
    text-decoration: underline;
}

.breadcrumb LI A:HOVER {
	text-decoration:none;
}

.breadcrumb {
	padding: 18px 0 0 5px
}

.clothing {
    padding: 10px 0 0;
    position: relative;
}
	
.clothing H2 {
    color: #B42222;
    display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 9px;
    text-transform: uppercase;
}

.more {
	float:right;
	width:415px;
	padding:6px 0 0;
}

.sort {
    display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
    margin: 0;
    position: relative;

}

.sort P{
	font-size: 11px;
    line-height: 11px
	
}

.sort A{
    background: url("../images/bg/sort-link.png") no-repeat right center;
    border-bottom: 1px dashed;
    color: #064C8B;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    text-decoration: none;
    z-index: 701;
}

.sort .sub-menu{
    display: none;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 700;
	min-width: 84px;
}	

.sort .sub-menu UL{	
	border: 1px solid #BFBFBF;
}

.sort .sub-menu UL LI{
    background: #ffffff;
    display: block;
    font-size: 11px;
    line-height: 16px;
    padding: 0 25px 0 7px;
    text-decoration: none
}

.number {
    display: inline-block; *display: inline; zoom: 1;
    margin: 0 0 0 8px;
    vertical-align: top;
}

.number P {
	color:#383838;
	font-size:11px;
	line-height:11px;
	
}

.number P SPAN{
	background:url("../images/bg/number-bg.png") repeat-x left top;
	border:1px solid #bdbdbd;
	color:#383838;
	font-size:11px;
	line-height:11px;
	padding: 1px 11px;
	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}



.more .statue {
    background: url("../images/bg/cherta.jpg") no-repeat 0 34px;
    border: 0 none;
    height: 60px;
    position: absolute;
    right: -3px;
    top: 0;
    width: 64px;
		
	font-size:0; 
	line-height:0; 
	letter-spacing:-1px;
}




.more .statue A {
    display: inline-block; *display: inline; zoom: 1;
    vertical-align: top;
	width:31px;
	height:31px;
	margin: 2px 0 0 1px;
	/* DEL */

	
}


.vertical {
	background:url("../images/bg/vertical-bg.png") no-repeat left top;
}

.horizontal {
	background:url("../images/bg/gorizontal-bg.png") no-repeat left top;
	
}

.catalog-item .on_request {
	background:#6C8EB4;
    color: #FFFFFF;
    display: inline-block; *display: inline; zoom: 1;
    font-size: 11px;
    font-weight: bold;
    left: 24px;
    line-height: 11px;
    margin: -23px 0;
    padding: 7px 24px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.catalog-item UL LI .plus .red SPAN {
	color:#ff0000;
}

.clothing UL LI .plus .discount {
    font-size: 12px;
    left: 17px;
    position: absolute;
    top: 0;
	text-decoration:line-through;
	color:#fe0000;
}

.clothing UL LI .plus .discount SPAN{
	background:#fe0000;
	color:#FFFFFF;
	font-size:11px;
	line-height:11px;
	padding:3px 5px;
	margin:0 0 0 6px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

.selection {
    background: url("../images/bg/selection-bg.png") repeat-y scroll left top transparent;
    margin: 21px 0 0;
    width: 262px;
	position:relative;
}

.selection .top{
	background: url("../images/bg/selection-top.jpg") no-repeat left top;
}

.selection .top H2{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 17px;
    padding: 11px 0 27px 25px;
    text-transform: uppercase;
}

.selection .bottom {
	background: url("../images/bg/selection-bottom.jpg") no-repeat left bottom;
    padding: 0 0 17px;
}

.selection .section {
	padding:0 0 6px;
}

.selection .section H3{
    background:url("../images/bg/selection-h.png") repeat-x left top;
    color: #363636;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 9px 9px 9px 28px;
}

.selection .section UL{
	padding:2px 0 0;
}

.selection .section UL LI{
	padding:0 0 0 35px;
}

.selection .section UL LI A {
    background: url("../images/bg/section-link-bg.png") no-repeat left center;
    color: #074085;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 0 10px;
    text-decoration: underline;
}	

.selection .section UL LI A:HOVER{
	text-decoration:none;
}

.content .main .indentation {
	height:100px;
}

.selection .reset {
	background:#016ba3 url("../images/bg/reset-bg.png") no-repeat 15px center;
    bottom: -25px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 22px 7px 32px;
    position: absolute;
    right: 21px;
    text-decoration: underline;
	
	-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
	
}

.pop {
    position: absolute;
    right: 0;
    text-align: right;
    top: 285px;
    width: 158px;

}

.pop .hot{
    background: url("../images/bg/hot-bg.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 140px;
    line-height: 14px;
    margin: 0 0 13px 130px;
    padding: 0;
    width: 28px;
	display:block;
}

.pop .card {
    background: url("../images/bg/card-bg.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 32px;
    margin: 0 0 13px;
    width: 28px;
}


.pop .info {
    background: url("../images/bg/info-bg.png") no-repeat left top;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 32px;
    padding: 4px 0 0 32px;
    text-decoration: none;
	text-align: left;
}

.catalog-item-horiz {
    border-top: 1px solid #B0B0B0;
    padding: 10px 0 0;
    width: 712px;
}

.catalog-item-horiz UL LI {
    background: url("../images/bg/item-horiz-bg.png") repeat-y left top;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    text-align: left;
}

.catalog-item-horiz UL LI .top{
    background: url("../images/bg/horiz-top.jpg") no-repeat left top;
    padding: 3px 0 0;
}

.catalog-item-horiz UL LI .bottom{
    background: url("../images/bg/item-hor-bottom.jpg") no-repeat left bottom;
    padding: 0 0 1px;
}
	
.catalog-item-horiz UL LI H3 {
	display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
    color: #074085;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 4px 0 0;
    text-transform: uppercase;

}

.catalog-item-horiz UL LI .plus .red {
	padding:18px 0 0;
}

.catalog-item-horiz UL LI .plus .red SPAN{
	color:#ff0000;
}

.catalog-item-horiz UL LI .plus .type {
    font-size: 11px;
    left: 17px;
    position: absolute;
    top: 0;
}


.catalog-item-horiz UL LI .rating {
	display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
}

.catalog-item-horiz UL LI .description {
	padding:3px 15px 7px 0;
}

.catalog-item-horiz UL LI .description  P{
	color:#616161;
	font-size:11px;
	line-height:13px;
}

.catalog-item-horiz UL LI .plus P {
    padding: 10px 0 0;
}

.catalog-item-horiz .wrap {
	margin:0 0 0 175px;
	padding:16px 0 0;
}

.catalog-item-horiz UL LI .plus SPAN {
    color: #383838;
    display: block;
    font-size: 22px;
    line-height: 22px;
}

.catalog-item-horiz UL LI .plus SPAN SPAN {
    display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
    font-size: 16px;
    padding: 0 0 0 8px;
}

.catalog-item-horiz UL LI .plus .discount {
    color: #545454;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: 0;
}

.catalog-item-horiz UL LI .plus .discount SPAN {
    background: #FE0000;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 11px;
    margin: 2px 0 0 3px;
    padding: 3px;
}

.catalog-item-horiz UL LI .plus {
/*    background: url("../images/bg/plus.png") no-repeat 115px bottom;  */
    font-size: 11px;
    line-height: 11px;
    margin: 0 0 0;
    padding: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px
}

.catalog-item-horiz UL LI .view {
	background:#096ea9 url("../images/bg/view-bg.jpg") no-repeat right top;
	display: inline-block; *display: inline; zoom: 1;
	vertical-align:top;
    margin: 0 0 0 134px;
    padding: 0 11px 0 0;
}

.catalog-item-horiz UL LI .view A{
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 0 5px 31px
}

.catalog-item-horiz UL LI .product-screen{
    float: left;
    padding: 0 0 0 15px;
    width: 166px;
}


.catalog-item-horiz .on_request {
    background:#6C8EB4;
	
   	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
    bottom: 25px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    left: 25px;
    line-height: 11px;
    margin: 0;
    padding: 7px 24px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}


.price-c {
    height: auto;
    margin: 0 auto;
    padding: 30px 0 13px;
    position: relative;
    width: 231px;
}

.ui-widget-header {
    background: url("../images/slider/ui-slider-range.png") repeat-x 50% 50% !important;
    border:none !important;
}

.ui-state-default {
    background: url("../images/slider/ui-slider-bullet.png") no-repeat 50% 50% !important;
    border: none !important;
    cursor: pointer !important;
    height: 1.9em !important;
    margin-left: -8px !important;
    position: relative;
    top: -15px !important;
    width: 16px !important;
}

.price-c .text-ii {
    background:#D4E3EC;
    color: #363636;
    display: inline-block;
    font-size: 11px;
    left: -15px;
    letter-spacing: 0;
    padding: 1px 6px;
    position: absolute;
    text-align: center;
    top: -5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.price-c .left {
    display: inline-block;
    font-size: 11px;
    left: 10px;
    line-height: 11px;
    position: absolute;
    top: 47px;
}

.price-c .right {
    display: inline-block;
    font-size: 11px;
    right: 10px;
    line-height: 11px;
    position: absolute;
    top: 47px;
}

.selection .section.form UL {
	padding:0 0 6px;
}

.selection .section.form UL LI {
	padding:0 0 0 25px;
}

.selection .form UL LI LABEl {
    border-bottom: 1px solid;
    color: #074085;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 0;
    padding: 2px 0 0;
    vertical-align: top;
}



/*Footer */

.footer {
    background: url("../images/bg/footer-bg.png") repeat-x left top;
    height: 136px;
    margin: 16px 0 0;
    width: 100%;
}

.footer .wrap {
/*	background:url("../images/bg/footer-wrap.png") no-repeat left top;  */
    background: url("../images/bg/footer-img.png") no-repeat 206px 62px;
    height: 100px;
    margin: 0 auto;
    padding: 36px 0 0;
    width: 998px;
	
}

.footer .copy{
    background: url("../images/bg/copy-bg.png") no-repeat left top;
	float: left;
    height: 50px;
    padding: 25px 16px 0 34px;
    width: 152px;
	
}

.footer .copy P{
	color:#363636;
	font-size:11px;
	line-height:11px;
	padding: 0 0 3px;
}

.footer .copy A{
	color:#363636;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	text-decoration:underline;
	padding:3px 0 0;
}

.footer .copy A:HOVER{
	text-decoration:none;
}

.footer .copy P A{
	color:#074085;
	text-decoration:underline;
}

.footer .design {
    background: url("../images/bg/design-bg.png") no-repeat left top;
    float: right;
    height: 55px;
    padding: 30px 0 0 85px;
    width: 108px;
}

.footer .design P{
	color:#464646;
	font-size:12px;
	line-height:12px;
}

.footer .design A{
	line-height:14px;
	color:#074085;
}

.footer .counters {
	margin: 0 288px 0 345px;
    padding: 24px 0 0;
}

.footer .counters A{
    background: url("../images/bg/counter-bg.png") no-repeat left top;
    color: #5f5f5f;
    display: inline-block;
	vertical-align:top;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 33px;
    line-height: 33px;
    margin: 0 15px 0 0;
    padding: 0 0 0 24px;
    text-decoration: none;
    width: 66px;
	
}	