

/* Globals 
----------------*/
HTML, BODY {min-height:100%; height:100%; min-width:100%; }
BODY {
	background-color:#d1e0ec;
	color:#42516c;
	font:12px Trebushet MS, Tahoma, sans-serif;
	}	
	
A {
	color:#015198;
        text-decoration:underline;
	}
	A:hover {
		color:#015198;
                text-decoration:none;
		}
		
FORM{
    display:block;
}

INPUT{
    border-width:0;
    display:block;
}

H1{
    font-size:18px;
    color:#f0086a;
    margin-top:-4px;
        margin-bottom:10px;
}

H1 SPAN{
	color:#42516c;} 

H2{
    font-size:14px;
    color:#015198;
    margin-top:-2px;
    margin-bottom:3px;
}

#side-bar H2{
	font-size:17px;
}


P{
	line-height:20px;
}


/* Border Radius
 ----------------------*/

#header, #side-bar, #side-bar .inner, .b, UL.item-list .info, UL.item-list .misc, .b-nice-numbers .info,  .b-nice-numbers .misc, UL.category-list LI, DIV.images-list IMG{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border-radius: 5px;
}

UL.item-list .info, .b-nice-numbers .info{
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



.auth INPUT, .spec .info-w, .news-subscribe .int-email, .news-subscribe .btn-ok, .item .info, .item .image, INPUT, SELECT, TEXTAREA, #header #hello {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
        border-radius: 4px;
}

UL.item-list .misc, UL.item-list .misc  .inner,  .b-nice-numbers .misc .inner, .b-nice-numbers .misc{
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}



LABEL{
	display:block;
	margin-bottom:5px;
	color:#015198;
	font-size:13px;
	margin-top:-2px;
	overflow:hidden;
	clear:both;
}

INPUT, TEXTAREA, SELECT{
	border:1px solid #c7d5e1;
	font-size:14px;
	display:block;
	width:97%;
	padding:3px 3px 4px 3px;
	margin-bottom:10px;
	color:#42516c;
}

SELECT{
	width:100%;
}

.user UL{
	padding-bottom:5px;
}

.user UL LI{
	padding-bottom:5px;
}

INPUT[type=checkbox], INPUT[type=radio], .chk, .rdb{
	width:auto !important;
	display:block !important;
	float:left !important;
	margin-top:2px !important;
	margin-right:6px !important;
	border-width:0 !important;
}

INPUT[type=hidden]{
	display:none;
}

.chk, .rdb{
	width:auto !important;
	display:block !important;
	float:left !important;
	margin-top:2px !important;
	margin-right:6px !important;
	border-width:0 !important;
}

INPUT.before-captcha{

	width:200px;
}

P{
	padding-bottom:9px;
	margin-top:-3px;
}

INPUT.btn-buy, INPUT.btn-ok, INPUT.btn-send, A.btn-buy, INPUT.btn-large{
    background:url(../images/sprite.png) left -158px  no-repeat;
    display:block;
    height:25px;
    color:#fff;
    padding:3px 0px 6px 0px;
    width:70px;
    text-align:center;
    overflow:hidden;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    cursor:pointer;
    border-width:0;
    margin-bottom:0 !important;
}

A.btn-buy{
	font-family:Arial, sans-serif;
padding:3px 0px 0px 0px;
height:22px;
}

A.btn-buy:hover{
	color:#fff;
	text-decoration:none;
}

INPUT.right{
	float:right;
}

INPUT.btn-large{
	width:160px;
	background-position: 0px -183px;
}

INPUT.btn-send{
	width:100px;
	background-position: -140px -158px;
}

.int-search{
    border-width:0 !important;

}

.address-elem{
	height:50px;
}

/* Corners
 ----------------------*/
.wa-1, .wa-2, .wa-3, .wa-4{
    position:absolute;
    width:7px;
    height:7px;
    background:url(../images/sprite.png) 0px 0px no-repeat;
    overflow:hidden;
}

.wa-1{
    background-position: 0px 0px;
    left:-1px;
    top:-1px;
}

.wa-2{
    background-position: -7px 0px;
    right:-1px;
    top:-1px;
}

.wa-3{
    background-position: -7px -7px;
    right:-1px;
    bottom:-1px;
}

.wa-4{
    background-position: 0px -7px;
    left:-1px;
    bottom:-1px;
}

  
/* Main Visual Layout
---------------*/

.clear-fix{
    height:0 !important;
    padding:0 !important;
    margin: 0 !important;
    font-size:0 !important;
    line-height:0 !important;
    overflow:hidden !important;
    clear:both !important;
    background:#000;
    width:auto !important;
    float:none !important;
}

.clear{
    clear:both;
}

#border1{
    border:1px solid #ceddea;
    background-color:#c7d8e5;
	padding:1px;
	margin:16px auto 6px auto;
    width:984px;
     position:relative !important;
}

#border2{
    border:1px solid #bdcfde;
    background-color:#9bbbd6;
    padding:1px;
}

#wrapper{
    background-color:#ffffff;
    width:960px;
    padding:10px 10px 0px 10px;
    overflow:hidden;
}

#footer{
    width:980px;
    margin:0px auto 20px auto;
    color:#015198;
    font-size:11px;
    overflow:hidden;
}

#footer div.cr{
	float:left
}

#footer img{
	float:left;
	margin-left:10px;
	opacity:.5;
}

#footer div.rd{
    float:right;
    color:#9bbbd6;
}

#footer div.rd A{
    color:#9bbbd6;
}

.b{
    border:1px solid #c7d5e1;
    padding:10px 10px 0px 10px;
	margin-bottom:20px;
	overflow:hidden;
}

.once{
	padding-bottom:10px !important;
}

.text{
	padding-top:4px;
	padding-bottom:0px;
}

.block{
	
}

.item{
	padding-bottom:10px;
}

#message-block{
	color:#f0086a;
	padding-bottom:10px;
}

/* Rubl sigh
 ----------------*/
 
  
    .rur { text-transform: uppercase; display: inline;}    
    .rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .28ex 0 0 -.55em; // display: none; }
    .rur span:before { content: '\2013'; }


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	background-position:center center;
}

#lbImage DIV{
	min-width:500px !important;
	min-height:350px !important;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



/* Header Visual Layout
---------------*/
#header{
    background:#015198 url(../images/header-bg.jpg) no-repeat left top;
    height:140px;
    border:1px solid #02437c;
    padding:10px 10px 0px 10px;
    color:#fff;
}

#header .inner{
    height:91px;
    overflow:hidden;
}

#header A.logo{
    margin:10px;
    display:block;
    float:left;
    text-decoration:none;
}

#header A.logo IMG{
    font:35px Arial Black, sans-serif;
    color:#fff;
    line-height:20px
}

#header UL A{
    text-decoration:none;
    color:#fff;
    font-size:16px;
}

#header .info{
    float:left;
}

#header .phone{
   float:left;
    font-size:20px;
    letter-spacing:1px;
    padding-left:10px;
    padding-top:7px;
}

#header .addr{
    float:left;
    padding-left:10px;
    font-size:14px;
    width:240px;
}

#header .online{
    float:left;
}

#header .online SPAN{
     float:left;
     padding-right:20px;
     font-size:14px;
}

#header .icq{
    float:left;
    display:block;
    width:18px;
    height:18px;
    margin-right:10px;
}

#header A.skype{
    float:left;
    display:block;
    background:url(../images/sprite.png) -29px 0px no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;

}

/*Header Menu
-----------------*/

#header UL{
    display:block;
    background:#dfe7ed url(../images/sprite-hr.png) 0px 0px  repeat-x;
    height:41px;
    clear:both;
}

#header UL LI{
    float:left;
    display:block;
    height:41px;
    overflow:hidden;
}

#header UL LI.div{
    background:url(../images/sprite.png) 0px -14px no-repeat;
    width:3px;
    height:41px;
    padding:0;
}

#header UL LI.first{
    background:url(../images/sprite-hr.png) left -41px no-repeat;
}

#header UL LI.search{
    background:url(../images/sprite-hr.png) right -82px no-repeat;
    float:right;
    display:block;
}

#header UL LI A{
    display:block;
    font-size:16px;
    padding:8px 20px 10px 20px;
    color:#015198;
    text-shadow: 1px 1px 1px #a6bccb;
}

#header UL LI A:hover, #header UL LI A.sel{
    color:#f70f71;
}

A.sel{
    cursor:default !important;
}

#header .frm-search{
    padding:7px 10px;
}

#header .frm-search INPUT.int-search{
    width:202px;
    height:21px;
    overflow:hidden;
    background:#fcfdfe url(../images/sprite.png) -45px 0px no-repeat;
    padding:1px 4px 2px 4px;
    color:#b8bfca;
    font-size:11px;
}

#header .frm-search INPUT.active{
     color:#42516c;
}



#header .auth, #header #hello{
    float:right;
    padding:10px;
    }

#header .auth{
	width:200px;
	text-align:right;
}

#header #hello {
	padding-top:8px;
	padding-bottom:12px;
	background-color:#074883;
	font-size:11px;
	line-height:15px;
}

#header #hello a{
	color:#fff;
}

#header .auth #frm-auth{
    width:150px;
    display:block;
    float:right;
}

#header .auth INPUT{
    display:block;
    background-color:#015198;
    border:1px solid #fff;
    color:#fff;
    font-size:11px;
    float:left;
    height:13px;
    width:142px;
    padding:1px 3px 2px 3px;
    margin-bottom:10px;
}

#header .auth A{
    color:#fff;
    font-size:11px;
    float:right;
    margin-left:10px;
    white-space: nowrap;
}

#header .auth INPUT.int-pass{
    width:102px;
    margin-bottom:5px;
}

#header .auth INPUT.btn-ok{
    width:30px;
    height:18px;
    float:right;
    background-image:none;
	margin-bottom:5px;
}




/* Content Visual Layout
---------------*/

#content-w{
    float:left;
    padding:20px 10px 0px 10px;
    width:700px;
    overflow:hidden;
}


.spec, UL.item-list{
    margin-bottom:20px;
    padding-bottom:0;
}

.spec UL.spec-list{
    display:block;
    width:200px;
    float:left;
}

.spec UL.spec-list LI{
    width:190px;
    height:60px;
    display:block;
    background:url(../images/sprite.png) no-repeat -3px -91px;
    margin-bottom:10px;
    font-size:17px;
    line-height:24px;
    color:#0c589c;
    padding:7px 10px 0px 10px;
    cursor:pointer;
    
}

.spec UL.spec-list LI.hover,.spec UL.spec-list LI.active{
    background-position: -3px -24px;
    color:#fff;
}

.spec UL.spec-list LI.active{
    cursor:default !important;
}

.spec .info-w{
	width:456px;
	height:219px;
	overflow:hidden;
    border:1px solid #c7d5e1;
    display:block;
    float:right;
    
}

.spec .info{
	display:block;
    width:436px;
    padding:10px 10px 10px 10px;
    height:199px;
    overflow:hidden;
    position:relative;
}

.spec .info .star, UL.item-list .info .star, .item .info .star{
    float:right;
    width:80px;
    height:16px;
    position:relative;
}

.spec .info .star .over, UL.item-list .info .star .over, .item .info .star .over{
    background:url(../images/star-alpha.png) repeat;
    height:16px;
    width:80px;
    position:absolute;
z-index:2;
}

.spec .info .star .down, UL.item-list .info .star .down, .item .info .star .down{
    background-color:#015198;
    height:16px;
    position:absolute;
z-index:1;
}

.spec .info .top{
    height:160px;
    overflow:hidden;
    margin-top:-3px;
    
}

.spec .info .image{
    float:left;
    width:170px;
    height:199px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
   overflow:hidden;
}

.spec .info .text{
    float:right;
    width:256px;
    height:198px;
    position:relative;
}

.spec .info .frm-compare, UL.item-list .info .frm-compare{
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
	width:17px;
	height:17px;
}

.spec .info .btn-compare, UL.item-list .info .btn-compare{
	width:17px;
	height:17px;
	overflow:hidden;
	display:block;
	margin:0 !important;
	padding:0 !important;
	border-width:0 !important;
	background:url(../images/sprite.png) no-repeat  -214px -40px;
	cursor:pointer;
	
}

.spec .info .link, UL.item-list .info .link, UL.category-list LI .link{
    font-size:15px;
    color:#015198;
    display:block;
}

.spec .info .link{
	margin-top:-3px;
	
}

.spec UL.param-list{
    display:block;
    padding-top:5px;
}

.spec UL.param-list LI{
    display:block;
    text-align:right;
    font-size:10px;
    padding:2px 0px;
}

.spec UL.param-list LI.odd{
    color:#015198;
}

.spec UL.param-list LI SPAN{
    float:left;
    display:block;
}

.spec .old-price, .item .info  .old-price{
    color:#c7d5e1;
    font-size:24px;
    float:left;
position:relative;
cursor:default;
}

.item .info .right{
	float:right;
}

.spec  .right{
	position: absolute;
	right:0;
	bottom:0;
}


.item .info .price, .item .info .old-price, .item .info .btn-buy, .spec .price, .spec .old-price, .spec .btn-buy{
	margin-left:15px;
	float:left;
}



.spec .old-price{
	margin-left:0;
}

.item .info .price, .item .info .old-price, .spec .price, .spec .old-price{
	margin-top:-2px;
}


.spec .old-price SPAN, .item .info .old-price SPAN{
    display:block;
position:absolute;
    background-color:#f0086a;
    height:2px;
    overflow:hidden;
    top:50%;
    left:-5%;
	right:-5%;
    width:auto;
}

.spec .price, .item .info .price{
    font-size:24px;
    color:#f0086a;
}

.item .image{
	float:left;
	padding:10px;
	width:190px;
	border:1px solid #c7d5e1;

	text-align:center;
	position:relative;
	
}

.item .image A{text-decoration:none;} 

.item .info{
	float:right;
	width:434px;
	padding:10px;
	border:1px solid #c7d5e1;
}


.item .info UL.base-spec{
	display:block;
	margin-top:-3px;
}

.item .info UL.base-spec LI{
	font-size:12px;
	line-height:21px;
}

.item .info UL.base-spec SPAN{
	color:#015198;
}

.item .info P{
	padding-bottom:0;
}

.item .info .right{
	float:right;
	height:25px;
	overflow:hidden;
	margin-top:10px;
}

.item .info .left{
	float:left;
	color:#f0086a;
	margin-top:10px;

}

.item .info .left select{
	width:80px;
	margin:0;
	margin-left:5px;
	display:inline;
	
}

.item .image a.pic-b{
	display:block;
	width:100%;
	padding:10px 0 15px 0;
	text-align:center;
	}
	
.item .image a.pic{
	margin-right:10px;
}
    
.item .star-w{
	float:left;
	font-size:11px;
	padding-left:10px;
width:170px;
padding-bottom:5px;
}

.item .info .star{
	float:left;
}

.item .star-w span, .item .vote-w span{
	display:block;
	float:left;
	padding:3px 10px 0 0;
	text-transform:lowercase;
	width:80px;
	text-align:right;
}

.item .vote-w{
	float:left;
	font-size:11px;
	clear:both;
	
padding-left:10px;
width:170px;
}


.item .vote-w a{
	display:block;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/star-alpha.png) no-repeat;
}

.item .vote-w .vote{
	position:relative;
	width:80px;
	height:16px;
	float:left;
}

.item .vote-w .over{
	width:80px;
	height:16px;
	position:absolute;
	z-index:2;
}

.item .vote-w .down{
	position:absolute;
	width:0px;
	height:16px;
	background-color:#015198;
	z-index:1;
}

.item .rate-form{
	float:right;
	margin-bottom:10px;
	width:180px;
}


.first-col{
	float:left;
	width:329px;
	overflow:hidden;
}

.second-col{
	float:right;
	width:329px;
	overflow:hidden;
}

.tech-spec{
	padding-bottom:3px;
}

.tech-spec UL.dotted-list{

}

.price-list UL.dotted-list, .seo-list{
	margin-top:-2px;
}

.seo-list{
	margin-bottom:5px;
	overflow:hidden;
}

.seo-list li{
	float:left;
	padding:0 5px 5px 0;
	white-space:nowrap;
}


UL.dotted-list{
	margin-bottom:3px;
}

UL.dotted-list LI{
	background:url(../images/dot.png) repeat-x left 10px;
	display:block;
	clear:both;
	font-size:11px;
	padding-bottom:4px;
    overflow:hidden;

}

UL.dotted-list LI.no-bg-image{
	background:none;
	height:auto;
}

UL.dotted-list SPAN{
	display:block;
	background-color:#fff;
	float:left;
	padding-right:5px;
}

UL.dotted-list DIV{
	float:right;
	background-color:#fff;
	padding-left:5px;
	width:170px;
	padding-bottom:5px;
	text-align:left;
}

.price-list UL.dotted-list DIV{
	width:auto;
}

UL.item-list, UL.category-list{
    width:720px;
}

UL.item-list LI, UL.category-list LI, .b-nice-numbers{
    display:block;
    width:220px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;
}

.b-nice-numbers{
    float:none;
    width:auto;
    margin:0px;
}

UL.category-list LI{
	 width:218px;
	height:218px;
	border:1px solid #c7d5e1;
	overflow:hidden;
	position:relative;
}

UL.category-list LI .link{
	display:block;
	padding:7px 0 0 10px;
	position:absolute;
}

UL.category-list LI .image{
	height:210px;
	width:210px;
	padding:4px;
	overflow:hidden;
	display:block;
}

DIV.images-list {
	width:720px;
	overflow:hidden;
}

DIV.images-list IMG{
	border:1px solid #c7d5e1;
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}
	

UL.item-list .info, .b-nice-numbers .info{
    position:relative;
    height:220px;
    border:1px solid #c7d5e1;
    border-bottom-width:0;
    padding-top:30px;
}

.b-nice-numbers .info{
    height:auto;
    overflow:hidden;
    padding:0;
    padding:7px 10px 0;
}

.b-nice-numbers .info ul.dotted-list div {
width:auto;}

.b-nice-numbers .info input {

    border-width:0;
    padding:0;
    margin:-1px 0 0 0;
    cursor:pointer;
    background:#fff;
    font-size:12px;
    text-decoration:underline;
    color:#015198;
}

.b-nice-numbers .info div{
    padding-bottom:0;
}

.b-nice-numbers .info input:hover {
    text-decoration:none;
}

UL.item-list .info .best, .item .image .best{
	background:url(../images/sprite.png) no-repeat -96px -208px;
	width:105px;
	height:105px;
	position:absolute;
	left:1px;
	bottom:1px;
	z-index:1001;
}

UL.item-list .info .special, .item .image .special{
	background:url(../images/sprite.png) no-repeat 0px -208px;
	width:76px;
	height:76px;
	position:absolute;
	left:1px;
	bottom:1px;
	z-index:1002;
}
.item .image .best{
	background:url(../images/sprite.png) no-repeat -221px -208px;
	left:1px;
	top:1px;
}

.item .image .special{
	background:url(../images/sprite.png) no-repeat -213px -62px;
	left:1px;
	top:1px;
}


UL.item-list .info .special{
	
}

UL.item-list .info .link{
    position:absolute;
    top:10px;
    left:10px;
    width:170px;
    margin-top:-3px;
    z-index:999;
}

UL.item-list .info .image{
    height:220px;
    width:218px;
    
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

UL.item-list .info .star{
    position:absolute;
    right:10px;
    top:10px;
}

UL.item-list .info .star{
    float:right;
    width:16px;
    height:80px;
}

UL.item-list .info .star .over{
    height:80px;
    width:16px;
}

 UL.item-list .info .star .down{
    width:16px;

}

 UL.item-list .misc, .b-nice-numbers .misc{
    border:1px solid #c7d5e1;
    padding:1px;
    background-color:#fff;
 }
 
  UL.item-list .misc .inner, .b-nice-numbers .misc .inner{
    background-color:#e2edf6;
    padding:4px;
    height:25px !important;
  }
  
    UL.item-list .misc  .price, .b-nice-numbers .misc  .price{
        font-size:22px;
        height:25px !important;
        margin-top:-2px;
        padding-left:3px;
    }
    
    UL.item-list .misc  .out-of-stock{
	float:right;
	padding-top:3px;
    }
    
    UL.item-list .misc .btn-buy{
	float:right;
	background-position:-70px -158px;
	
    }
    

 .first-col-w, .second-col-w{
	
	float:left;
	width:340px;
}

 .first-col-w{
	margin-right:20px;
}

.rss-link{
	display:block;
	padding-top:2px;
	float:right;
}
.rss-link-b{
	float:right;
	margin-right:20px;
	margin-top:3px;
}



TEXTAREA{
	height:100px;
}




.one-msg{
	
}
    
.cat-image{
	float:left;
	margin-right:10px;
}

/* Side bar Visual Layout
---------------*/

#side-bar-w{
    float:left;
    padding:20px 10px 20px 10px;
    width:220px;
    
}

#side-bar{
    border:1px solid #c7d5e1;
    background-color:#fff;
    padding:1px;
}

#side-bar .inner{
    background-color:#e2edf6;
    padding:10px 10px 0px 10px;
}

#side-bar .inner hr{
    display:block;
    border-top:1px solid #fff;
    border-bottom:1px solid #c7d5e1;
    margin-left:-11px;
    margin-right:-11px;
    margin-bottom:15px;
    margin-top:15px;
}

UL.cat-menu{
    padding-top:10px;
    padding-left:10px;
}

UL.cat-menu LI{
    padding-bottom:5px;
}

UL.cat-menu LI A{
    font-size:15px;
    color:#42516c;
}

UL.cat-menu LI A:hover, UL.cat-menu LI.sel A{
    color:#015198;
    text-decoration:none;
}

UL.cat-menu LI SPAN{
    color:#015198;
    padding-right:5px;
}

#side-bar .rss-link{
	float:right;
}

.news-thankyou{
	padding-bottom:10px;
}

UL.news-list{
        padding-top:10px;
}

UL.reviews-list {
	margin-top:-3px;
}


UL.news-list LI, UL.reviews-list LI{
    clear:both;
}


UL.news-list LI A, UL.reviews-list LI H2{
    color:#015198;
    font-size:12px;
    padding-bottom:5px;
    display:block;
}

UL.reviews-list LI H2{
	font-size:14px;
	margin:0px;
}

UL.news-list LI SPAN, UL.reviews-list LI  SPAN{
    color:#f0086a;
    font-size:11px;
    display:block;
    padding-bottom:5px;
}

 UL.reviews-list LI SPAN{
	padding-bottom:10px;
 }


UL.reviews-list LI  SPAN{
	float:right;
}

UL.news-list LI P{
    font-size:11px;
    line-height:13px;
}

UL.reviews-list LI P{
	padding-bottom:0px;
}

.breadcrumb{
	float:right;
	color:#57667e;
	font-size:11px;
	padding-top:5px;
}


.breadcrumb A{
	color:#57667e;
		font-size:11px;

}

.news-subscribe {
	padding-bottom:10px;
}

.news-subscribe FORM{
	padding-top:10px;
}

.news-subscribe INPUT{
	border:1px solid #015198;
	float:left;
	color:#42516c;
}

.news-subscribe .int-email{
	width:142px;
	background-color:#e2edf6;
	padding:1px 4px 2px 4px;
	color:#015198;
	font-size:12px;
	margin-bottom:0 !important;
}

.news-subscribe .btn-ok{
	float:right;
	width:30px;
	background-color:#e2edf6;
	height:20px;
	background-image:none;
	color:#015198;
	font-size:12px;
	padding:0px 0 1px 0;
	margin-bottom:0 !important;
	
}

.sort{
	text-align:center; text-transform:lowercase;
}

.print-version{
	padding-right:20px;
}

.news-subscribe  .error-block, .news-subscribe .news-thankyou{
	color:#f0086a;
	padding-top:5px;
}

.news-subscribe .news-thankyou{
	padding-bottom:10px;
}


.links-list{
	padding-bottom:5px;
	margin-top:-3px;
}

.links-list LI{
	padding-bottom:5px;
}


.msg{
	margin-top:-3px;
}









.tbl-prod{
	width:100%;
	margin-bottom:10px;
}

.tbl-prod TR.last TD{
	border-width:0;
}

.tbl-prod .head TD{
	padding-top:0px;
}

.tbl-prod H2{
	margin-bottom:0;
}

.btn-clear, .btn-delete{
	width:15px;
	height:15px;
	background:url(../images/sprite.png) no-repeat -213px -24px;
	display:block;
	margin-left:10px;
	margin-top:1px;
}

.btn-clear:hover, .btn-delete:hover{
	background-position: -228px -24px;
}

.cart-discount-label h2{
	float:left;
	padding-right:10px;
    padding-top:2px;
}

#discount-coupon-code{
    float:left;
    width:150px;
    font-size:11px;
    padding:1px 2px 2px;
}

.tbl-prod TD{
	vertical-align:top;
}

.tbl-prod TD{
	border-bottom:1px solid #c7d5e1;
	padding-bottom:10px;
	padding-top:10px;
}
.tbl-prod .first TD{
	
}

.tbl-prod .right{
	text-align:right;
}

.tbl-prod .last{
	width:16px;
}

.tbl-prod INPUT{
	font-size:11px;
	padding:1px 2px 2px 2px;
	width:80px;
	background-color:#fff;
	margin-bottom:0;
}

.tbl-prod .thumb{
	float:left;
	margin-right:10px;
}

.tbl-form{
width:100%;
}

.tbl-form td{


	vertical-align:top;
}

.compare-w{
	padding:20px 20px 0 20px;
}

.compare-w .b{
	padding:0;
}

#cmp-table {
	min-width:100%;
}

#cmp-table TD{
	padding:10px;
	vertical-align:middle;

}

#cmp-table TR.center TD{
	text-align:center;
	background-color:#fff !important;
}

#cmp-table TR.head TD{
	border-bottom:1px solid #c7d5e1;
	color:#f0086a !important;
	font-size:18px;
}

#cmp-table TR.spec:hover TD{
	border-bottom:1px solid #c7d5e1 !important;
	border-top:1px solid #c7d5e1 !important;
color:#f0086a !important;
}

#cmp-table .btn-delete{
	display:inline;
	padding:0;
	padding-left:15px;
	padding-top:1px;
}


#cmp-table TR.odd TD{
	color:#015198;
}

#cmp-table TR.even TD{
	background-color:#f6fafd;
}

.cmp_column_odd{
	
}

.b-category{
	overflow:hidden;
}

.b-category label{
	float:left;
	padding-right:10px;
	clear:none;
}



.b-advs-price input{
		float:left;
	width:125px;
}

.b-advs-price label{
	float:left;
	width:25px;
	clear:none;
}

.img-plus{
	background:url(../images/sprite.png) -231px -39px  no-repeat;
	width:11px !important;
	height:11px !important;
	float:left !important;
	padding:0 !important;
	overflow:hidden !important;
	margin-right:10px;
	margin-top:2px;
}

.img-minus{
	background:url(../images/sprite.png) -242px -39px  no-repeat;
	width:11px !important;
	height:11px !important;
	float:left !important;
	padding:0 !important;
	overflow:hidden !important;
	margin-right:10px;
	margin-top:2px;
}

.maintext{
position:absolute;
bottom:-800px;
padding-left:130px;
padding-right:130px;
text-align:center;
}

.oferta{
    padding:0px 10px 20px 10px; line-height:16px; font-size:12px;
    overflow:hidden;

}

.oferta a{
    float:right;
    width:218px;
    height:88px;
    background:url(../images/ym.png) no-repeat;
     border:1px solid #C7D5E1;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
