/* Reset
----------------*/
HTML {
    font-size: 100.01%;
}

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,
FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE,
STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL,
LI, FIELDSET, FORM, LABEL, LEGEND, TABLE,
CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, HR {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-family: inherit;
}

DFN, I, CITE, VAR, ADDRESS, EM {
    font-style: normal;
}

TH, H1, H2, H3, H4, H5, H6 {
    font-weight: normal;
}

TEXTAREA, INPUT, SELECT {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

SMALL {
    font-size: .85em;
}

OL, UL {
    list-style: none;
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0;
}

CAPTION, TH, TD {
    text-align: left;
}

:focus {
    outline: none;
}

.alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

SUP, SUB {
    vertical-align: baseline;
    position: relative;
    top: -.5em;
    font-size: .85em;
}

SUB {
    top: .5em;
}

/* Globals
-----------------------------------------*/
HTML, BODY {
    height: auto !important;
    height: 100%;
    min-height: 100%;

}

BODY {
    background: #fff url("bg.png") repeat-x;

    color: #3d4043;
    font: .75em/1.4 Arial, sans-serif;
}

A {
    color: #23516C;
    text-decoration: underline;
}

A:hover {
    text-decoration: none;
    color: #e84320;
}

H1 A, H2 A, .title1 A, .title2 A {
    text-decoration: none;
}

TEXTAREA, .int-btn, .int-txt {
    border: 1px solid #b3b3b3;
    background: #fff;
    position: relative;

}


TEXTAREA {
    padding: 3px;
}

SELECT {
    height: 22px;
    padding: 3px 4px;
}

.sel {
    height: 22px;
    overflow: hidden;
    position: relative;
}
.sel .push {
    left: 0;
    padding: 3px 20px 2px 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background: url("sprite.png") no-repeat -480px -260px;
}

.frm-order .sel .push {
    background: url("sprite.png") no-repeat -690px -260px;

}

.sel .push span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sel SELECT {
    height: 24px;
    line-height: 23px;
    opacity: 0;
    position: relative;
    width: 191px;
}
.sel SELECT OPTION {
    font-size: 14px;
}

INPUT.int-txt {
    padding: 4px 3px;
    height: 12px;
}

INPUT.int-btn, A.int-btn {
    background: #285b7a url("../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/btn-bg.png") repeat-x left bottom;
    color: #fff;
    font-weight: bold;
    border-width: 0;
    padding: 4px 7px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

A.int-btn {
    padding: 4px 7px 5px 7px;
}

INPUT.int-btn:hover, A.int-btn:hover {
    color: #fff;
    background: #B80634 !important;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

.btn {
    text-shadow: 0 1px 0 #ddd;
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    background-image: url("sprite.png");
    white-space: nowrap;
    padding: 0;
    border: none;
}

.btn:before {
    background-image: url("sprite.png");
    content: '';
    float: left;
}

.btn:after {
    background-image: url("sprite.png");
    content: '';
    float: right;
}

.btn>input,
.btn>button {
    background: none;
    border: none;
    cursor: pointer;
}

.btn-thin {
    height: 25px;
    margin: 0 10px 0 10px;
    line-height: 25px;
    font-size: 11px;
    background-position: -20px -540px;
}

.btn-thin-next {
    margin-right: 20px;
}

.btn-thin-prev {
    margin-left: 20px;
}

.btn-thin>input[type=button],
.btn-thin>input[type=submit],
.btn-thin>button,
.btn-thin>a{
    margin: 0 -10px 0 -10px;
    padding: 0 10px 0 10px;
    height: 20px;
    font-size: 100%;
    font-family: Arial;
    text-shadow: 0 -1px 1px #1d4a63;
    color: #fff;
    text-decoration: none;
}

.btn-thin-next>input[type=button],
.btn-thin-next>input[type=submit],
.btn-thin-next>button,
.btn-thin-next>a{
    margin-right: -20px;
    padding-right: 25px;

}

.btn-thin-prev>input[type=button],
.btn-thin-prev>input[type=submit],
.btn-thin-prev>button,
.btn-thin-prev>a{
    margin-left: -20px;
    padding-left: 25px;
}

.btn-thin>a{
    line-height: 21px;
}

button.btn-thin {
    line-height: 25px;
}

button.btn-thin:before,
button.btn-thin:after {
    margin-top: -1px;
    margin-left: -10px;
}

button.btn-thin:after {
    margin-right: -10px;
}



.btn-thin:before {
    height: 25px;
    width: 10px;
    background-position: 0px -540px;
    margin: 0 0 0 -10px;
}

.btn-thin:after {
    height: 25px;
    width: 10px;
    margin: 0 -10px 0 0;
    background-position: -10px -540px;
}

.btn-thin-prev:before{
    margin-left: -20px;
    background-position: -980px -540px;
    width: 20px;
}

.btn-thin-next:after{
    width: 20px;
    margin-right: -20px;
    background-position: -960px -540px;
}

/**/
.btn-small {
    height: 24px;
    margin: 0 6px 0 6px;
    line-height: 21px;
    font-size: 11px;
    background-position: -12px -570px;
}

.btn-small>input[type=button],
.btn-small>input[type=submit],
.btn-small>button, .btn-small>a {
    margin: 0 -6px 0 -6px;
    padding: 0 6px 0 6px;
    height: 21px;
    font-size: 100%;
    font-family: Arial;
    text-shadow: 0 -1px 1px #1d4a63;
    color: #fff;
}

.btn-small>a{
    text-decoration: none;

}

button.btn-small {
    line-height: 24px;
}

button.btn-small:before,
button.btn-small:after {
    margin-top: -1px;
    margin-left: -6px;
}

button.btn-small:after {
    margin-right: -6px;
}

.btn-small:before {
    height: 24px;
    width: 6px;
    background-position: 0px -570px;
    margin: 0 0 0 -6px;
}

.btn-small:after {
    height: 24px;
    width: 6px;
    margin: 0 -6px 0 0;
    background-position: -6px -570px;
}



.btn-thick {
    height: 35px;
    margin: 0 16px 0 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    background-position: -60px -490px;
}

.btn-thick>input[type=button],
.btn-thick>input[type=submit],
.btn-thick>button {
    margin: 0 -16px 0 -35px;
    padding: 0 10px 0 42px;
    height: 29px;
    font-size: 100%;
    font-family: Arial;
    text-shadow: 0 -1px 1px #1d4a63;
    color: #fff;

}

button.btn-thick {
    line-height: 35px;
}

button.btn-thick:before,
button.btn-thick:after {
    margin-top: -1px;
    margin-left: -35px;
}

button.btn-thick:after {
    margin-right: -16px;
}

.btn-thick:before {
    height: 35px;
    width: 35px;
    background-position: 0px -490px;
    margin: 0 0 0 -35px;
}

.btn-thick:after {
    height: 35px;
    width: 16px;
    margin: 0 -16px 0 0;
    background-position: -35px -490px;
}

.btn-thick:hover{
    background-position: -360px -490px;
}

.btn-thick:hover:before {

    background-position: -300px -490px;

}

.btn-thick:hover:after {
    background-position: -335px -490px;
}

/* User Generated Content
----------------------------------------------------------------------------------------------------------*/

.b-ugc {

}

.b-ugc P {
    font-size: 12px;
    padding-bottom: 9px;
}

.b-ugc OL {
    padding-bottom: 9px;
    padding-left: 18px;
}

.b-ugc  OL.boldnum > LI {
    font-weight: bold;
}

.b-ugc  OL.boldnum > LI > span {
    font-weight: normal;
}

.b-ugc OL LI {
    list-style: decimal;
}

.b-ugc UL {
    padding-bottom: 13px;
    padding-left: 22px;
    line-height: 20px;
}

.b-ugc LI {
    padding-bottom: 3px;
}

.b-ugc .big LI {
    padding-bottom: 15px;
}


.b-ugc UL LI {
    list-style: none;
    list-style-image: url(9zKCLAIC.png);

}

.b-ugc LI UL {
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 0em;
}

.b-ugc LI OL {
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 0em;
}

.b-ugc H2 {
    font-size: 18px;
    font-weight: normal;
    color: #353535;
    padding-bottom: 13px;
}

.b-ugc H3 {
    font-size: 14px;
    font-weight: bold;
    color: #353535;
}

.b-ugc .cite{
     border-left: 10px solid #34576d;
    font-weight: bold;
    font-style: italic;
    padding: 15px 11px 18px 11px;
    margin-bottom: 20px;
}

.b-ugc .bg{
    background: #fff5e3;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}


.b-ugc table tr td{
    border: 1px solid #DBE7EE ;
    padding: 5px 7px;
}

.b-ugc table thead tr td{
    background-color: #ECF5FF;
}

/* Globals Gradient
-----------------------------------------*/

/* Globals Radius
-----------------------------------------*/



.ui-slider, .ui-slider-range, .ui-slider .ui-slider-handle span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.b-navigator a.page,.b-navigator span.current, .b-sort a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lst-gallery-thumbs, #tool_tip_action, .b-rating{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.b-cart-info, .b-region {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.b-category-tree, .b-short-news, .b-yb, .jcarousel-item, .b-block, .b-tabs-content, .l-gallery .cart, .l-gallery .misc, .lst-products li,  .lst-products .misc {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.b-product-block .b-tabs-content{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#tool_tip_action1{
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#tool_tip_action1 .tip{
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.b-related .lst-products li.info {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.b-sl .lst-products li.info {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.b-tabs-content{
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft:0px;
border-top-left-radius: 0px;
}

.b-category-tree .b-part, .b-short-news .b-part, .b-block .b-part, .lst-tabs li a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.lst-catalog-menu li.last a, .lst-short-news li.last a, .lst-gallery .misc .compare, .lst-products .misc .compare {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* Layout
-----------------------------------------*/

.l-gallery {
    background: url("sprite.png") no-repeat 0px -760px;
    width: 730px;
    height: 291px;
    margin-bottom: 9px;
}

.l-page {

    height: 100%;
    position: relative;
    z-index: inherit;
    background: url("bg.jpg") repeat-x top center;

}

.l-page__i {

    width: 940px;
    margin: 0px auto 0 auto;
}

.l-header {
    height: 111px;
    position: relative;
    overflow: hidden;
}

.l-header .logo {
    float: left;
    margin: 20px 0 0px 1px;
}

.l-header .logo a {
    display: block;
    background: url("sprite.png") no-repeat;
    width: 296px;
    height: 73px;
}

.l-header .logo span {
    display: none;
}

.l-header .title {
    display: none;
    position: absolute;
    top: 60px;
    left: 95px;
    width: 150px;
    font-size: 11px;
    line-height: 12px;
    padding-left: 20px;
}

.l-header .divider {
    background: url("sprite.png") no-repeat 0px -160px;
    height: 33px;
    width: 1px;
    position: absolute;
    right: 217px;
    top: 57px;
}

.l-header .phone {
    position: absolute;
    font-size: 18px;
    right: 243px;
    top: 54px;
    color: #e84320;
    font-weight: 900;
    font-family: "Arial Black", Arial, sans-serif;
    line-height: 19px;
    width: 195px;
    text-align: right;
}

.l-header .phone em {
    width: 17px;
    height: 17px;
    display: block;

    position: absolute;
    left: 0px;
    top: 5px;

    background: url("sprite.png") no-repeat 0px -80px;
}

.l-header .phone-rf em {
    background: none;
	font-size:12px;

}

.l-header .phone-rf {
    right: 0;
    color: #34576d;
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;
}

.l-header .search {
    position: absolute;
    left: 260px;
    top: 73px;
}

.l-header .phone-rf span, .l-header .phone span {
    font-size: 11px;
    color: #34576d;
    margin-top: 2px;
    display: block;
    font-weight: normal;
    font-family: Arial;
}

.l-menu {
    background: url("sprite.png") no-repeat 0px -100px;
    height: 52px;
    margin: 0 0px 0px 0px;
    width: 942px;
    margin-left: -1px;
    margin-right: -1px;

}

.l-body {
    padding: 8px 0px 10px 0px;

}

.l-footer {
    border-top: 1px solid #dbe7ee;
    padding: 24px 0px 0 0;
    font-size: 12px; /*background: #fff url("../i/footer-bg.png") repeat-x left top; */
    height: 50px;
    background: #fff;

}

.l-footer a {
 
}

.l-footer .logos {
    float: left;
    width: 148px;
    height: 28px;
    display: block;
    margin-left: 0px;
    margin-top: 3px;
    background: url("../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/logos.png") no-repeat;
}

.l-footer p.copy, .l-footer p.pr {
    
    display: block;
    
    width: 760px;
    padding: 4px 0 0 0;
}

.l-footer p.pr {
    float: right;
    width: auto;
    color: #dbe7ee;
}

.l-wside {

    /*zoom: 1;*/
    margin: 0px 0 0 0;
    padding: 0px 0 0px 0;
  /*  overflow: hidden;*/
}

.l-wside .l-wside__side,
.l-wside .l-wside__section {
    float: left;
    width: 100%;
    margin: 0 -100% 0 0;

}

.l-wside .l-wside__side__i {
    width: 200px;
    margin: 0 auto 0 0;
    position: relative;
    font-size: 11px;
}

.l-wside .l-wside__section__i {
    margin: 0 0px 0 200px;
  position: relative;
   /*   overflow: hidden;*/

}

/* Blocks
-----------------------------------------*/
.b-short-articles {
    float: right;
    width: 220px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 6px 10px 10px 10px;
    border: 1px solid #DBE7EE;

}

.b-short-articles h2, .b-short-articles .title2 {
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.b-short-articles h2 {
	text-align:center; 
	margin-bottom: 5px;
	margin-top: 0px;
}

.b-short-articles .art-head-container {
	text-align:center;  
	color: #000;  
	font-family: 'Trebuchet MS';  
	font-size: 12px;
}

.b-short-articles  .art-head-container .art-cat-head {
	background: url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/img/art-bg.png) repeat-x bottom;
	padding: 0 30px;
}

.b-short-articles  .art-head-container .art-cat-head .art-cat-text  { 
	background:#FFF;
	padding: 0 3px;
}

.b-short-articles ul li {
	list-style-type: decimal !important;  
	color: #3f48cc;   
	font-family: 'Trebuchet MS'; 
	font-size: 10px;
}
.b-short-articles ul li.empty {
	list-style-type: none !important; 
	color: #3f48cc; 
	text-align: center;
	font-size: 10px; 
	padding-right: 22px;
}


.b-rating {
    overflow: hidden;
    width: 200px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 6px 9px 1px 9px;
    border: 1px solid #DBE7EE;
}

.b-rating dl dt {
    float: left;
    height: 25px;
    clear: both;
}

.b-rating dl dd {
    float: right;
    height: 25px;
}

.star {

    height: 16px;
    width: 100px;
    overflow: hidden;
    position: relative;

}

.star .over {
    background: url(sprite.png) no-repeat 0px -1140px;
    height: 17px;
    width: 100px;
    position: absolute;
    z-index: 2;

}

.star .down {
    background: url(sprite.png) no-repeat 0px -1160px;
    height: 17px;
    width: 100px;
    position: absolute;
    z-index: 1;
    left: 0px;
}

.b-part, .b-section {
    margin-bottom: 9px;
    overflow: hidden;
    padding: 0px 0 0px 0px;
}

/*, .b-part .title2, .b-part H1, .b-part H2, .tbl-standard THEAD td H2, .b-section H1, .b-section H2*/

.b-part .title1{

    text-align: center;
    background: url("sprite.png") no-repeat scroll 0px -1258px transparent;
}

.b-part .title1 h1, .b-part .title1 span {
display: inline;
    font-size: 16px;
    color: #23516c;
    font-weight: 900;
    font-family: "Arial Black", Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
        background: #fff;
        font-size: 16px;
        display: inline;
}

.b-part .title1 h1 {
    background: url("sprite.png") no-repeat 50% -1420px;
}

.b-chain-part .title1 h1  {
   background: url("sprite.png") no-repeat 50% -1930px;
}


.b-part .title2 em, .b-part h1 em {
    background: url("sprite.png") no-repeat scroll -80px -74px transparent;
    height: 6px;
    width: 5px;
    display: inline;
    padding-left: 5px;
    margin: 0 10px;
}

.tbl-standard THEAD td H2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.b-part H2, .b-part .title2, .tbl-standard THEAD td H2, .b-section H2 {
    color: #34576d;
}

.b-section {
    margin-bottom: 0px;
}

.b-shortlist {
    background: url("sprite.png") no-repeat 0px -300px;
    width: 200px;
    height: 94px;
    margin-top: -2px;
}

.b-shortlist a {
    display: block;
    width: 200px;
    height: 94px;
}

.b-yb {
    border: 1px solid #ede0cb;
    padding: 16px 27px 16px 26px;
    background: #fff;
}

.b-yb a {
    width: 145px;
    display: block;
    height: 95px;
    background: url("sprite.png") no-repeat -200px -300px;
}

.b-compare{
    overflow: hidden;
}

.b-compare ul{

}

.b-compare ul li span{
    position: relative;
}

.b-compare ul li a, .b-compare ul li a:hover{
    display: none;
    padding: 0;
    border-width: 0;
    width: 12px;
    height: 12px;
    background: url("sprite.png") no-repeat -100px -80px;
    position: absolute;
    right: 9px;
    top: 7px;
}

.b-compare ul li:hover a{
    display: block;
}

.b-compare .btns{
    padding: 7px 7px 5px 7px;
    overflow: hidden;
}

.b-compare .btn{
    float: left;
}

.b-compare a.lnk-clear{
float: left;
    margin-left: 8px;
    color: #34576d;
    text-decoration: none;
    border-bottom: 1px dashed #34576d;
    line-height: 11px;
    margin-top: 6px;
}

.b-category-tree, .b-short-news, .b-shortlist, .b-yb, .b-block {
    margin-bottom: 10px;
}

.b-block-content {
    padding: 20px;
	padding-top: 10px;
}

.b-category-tree .b-part, .b-short-news .b-part, .b-block  .b-part {
    margin-bottom: 0;
    border-bottom: 1px solid #d2e0f1;

}

.b-category-tree .b-part .title2, .b-short-news .b-part .title2, .b-block .b-part .title2, .b-block .b-part h1 {
    font-size: 12px;
    color: #34576d;
    padding: 6px 9px 6px 25px;
    margin: 0;
    font-weight: bold;
    background: #ecf5ff url("sprite.png") no-repeat 0px -422px;
}

.b-block .b-part .title2, .b-block .b-part h1 {
    text-align: center;
}

.b-message {

    width: 690px;
    height: 34px;
    color: #fff;
    padding: 0 0 0 35px;
    line-height: 32px;
    background: url("sprite.png") no-repeat 0px -1960px;
}

.b-navigator, .b-sort {
    margin-bottom: 9px;
    margin-top: 0px;
    clear: both;
}

.b-sort__w{
    overflow: hidden; height: 33px;
}
.b-sort{
    float: right;
    margin-right: -4px;
}

.b-navigator a.page,.b-navigator span.current, .b-sort a {
    display: block;
    float: left;
    border: 1px solid #dbe7ee;
    padding: 2px 7px 2px 7px;
    text-decoration: none;
    background: #f9fcff url("sprite.png") no-repeat 0px -1330px;
    margin-right: 4px;
     color:#34576d;
    font-size: 11px;
}

.b-sort span {
  float: left;
    padding: 3px 6px 0px 6px;
    font-size: 12px;
}

.b-navigator span.current {
    border: 1px solid #34576d;
    background: #34576d;
    color: #fff;
}

.b-sort {
margin-bottom: -23px;
}

.b-category-images{
    float: left;
}

.b-tag-cloud {
    font-size: 1.5em;
}

.b-category-info {
    overflow: hidden;
}

.b-category-info .desc {

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    font-style: italic;
}

.b-category-info .filter-options {
    float: left;
    width: 430px;
    margin-left: 5px;
}

.b-category-info .filter-options {
    margin-top: -9px;
}

.b-region {
    position: absolute;
    right: 310px;
    top: 0px;
    width: 248px;
    height: 31px;
    padding: 9px 0 0 15px;
    overflow: hidden;
    background: url("sprite.png") no-repeat 0px -210px;
}


.b-region label{
    font-size: 11px;
    color: #34576d;
    text-decoration: none;
    float: left;
    padding-top: 3px;
    margin-right: 10px;
}

.b-region .sel{
    float: left;
}

.b-cart-info {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 248px;
    height: 31px;
    padding: 9px 0 0 42px;
    overflow: hidden;
    background: url("sprite.png") no-repeat 0px -210px;
}

.b-cart-info a {
    font-size: 11px;
    color: #34576d;
    text-decoration: none;
}

.b-cart-info .lnk-image {
    background: url("sprite.png") no-repeat -40px -80px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 17px;
    top: 9px;

}

.b-content {

}

.b-category-tree, .b-short-news, .b-block {
    border: 1px solid #dbe7ee; /* background: url("../i/grad-2.png") repeat-x bottom left; */

    background: #fff;
}

.b-short-news .news_thankyou{
    color: #50ad37;
    font-weight: bold;
    padding: 5px 28px;
}

.b-news-date {
    text-align: right;
}

.b-news-subscribe {
    font-size: 12px;
    padding: 0px 0 10px 0;
}

.b-news-subscribe p {
    padding-bottom: 5px;
}

.b-news-subscribe .int-txt {
    width: 176px;
    float: left;
}

.b-news-subscribe .int-btn {
    float: right;
}

.b-news-date {
}

.b-news-content {
}

.b-desc {
    /*margin-bottom:20px; */
}

.b-product{
    position: relative;
}

.b-product h1{
    font-size: 24px;
    margin-bottom: 7px;
}

.b-product h1 span{
    font-size: 13px;
}

.b-product-top{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.b-product-info .new-price {
    float: none !important;
}

.b-tabs-content {
    padding: 20px;
    overflow: hidden;
    border-top: 1px solid #DBE7EE;
    background-color: #fff;
    z-index: 2;

}

.b-product-block .b-tabs-content {
    padding: 20px 20px;
}

.b-tabs-file {
    margin-top: 0px;
    padding-left: 12px;
}

.b-tabs-file a {
    background: url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/file_pdf.png) no-repeat left;
    display: block;
    height: 48px;
    padding-left: 52px;
    padding-top: 25px;
}

#js .b-tabs-content .tab {
    display: none;
}


#js .b-tabs-content .selected {
    display: block;
}

.regular-price {
    margin-bottom: 4px;
}

.b-product-info .regular-price {

}

.regular-price span.regularPrice {
    text-decoration: line-through;
    line-height: 19px;
    font-size: 16px;
    color: #4F4F4F;
    font-weight: bold;
    padding-right: 5px;
}

.regular-price .youSavePrice {
    font-weight: bold;
    /*float:right; */
}

.b-product-info .buy {
    padding-top: 10px;
    padding-bottom: 15px;
}

.b-product-info .desc {
    padding-bottom: 18px;
}

.b-product-info {
    float: left;
    width: 330px;
    margin-bottom: 20px;
    padding-left: 28px;
    overflow: hidden;
    padding-top: 30px;
}

.b-product-info .yashare-auto-init{
    padding-top: 0px;
}

.b-extra {
    overflow: hidden;
    margin-right: -18px;
}

.b-extra-sub-part {
    float: left;
    width: 300px;
    margin-right: 18px;
    overflow: hidden;
    margin-bottom: -18px;
}

.b-extra-sub-part h2, .b-extra-sub-part .title2 {
    color: #C91414;
    font-size: 16px;
}

.b-extra-sub-part ul {
    margin-bottom: 9px;
}

.b-product-images{
    float: left;
margin-top: 55px;
    overflow: hidden;
padding-left: 10px;
    padding-bottom: 10px;
}

.b-thumbs {
    bottom: 19px;
    right: 10px;
    overflow: hidden;
    position: absolute;

}

.b-online {
    width: 170px;
    height: 86px;

    position: absolute;
top: 20px;
    right: 10px;

}

.b-online .bg{
    width: 170px;
    height: 86px;
    background: url("sprite.png") no-repeat 0px -2070px;
    position: absolute;
}

.b-online .border{
    width: 168px;
    height: 70px;
    border: 1px solid #dbe7ee;
    position: absolute;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.b-product-images {
    width: 332px;

}

.b-product-inner {
    position: relative;
    overflow: hidden;
}

.b-product-info .pic {
    padding-right: 0px;
    padding-top: 10px;
    float: left;
}

.b-category-images .big {
    width: 204px;
    height: 204px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}

.b-product-images .big {
    width: 320px;
    min-height: 320px;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.b-product-images .big .pic-b {
    display: block;
    width: 320px;
    min-height: 320px;
    overflow: hidden;
}

.lnk-complaint {

}

.b-complaint {
    font-size: 12px;

}

.b-complaint a {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 9px;
}

.b-complaint p {
    font-size: 12px;
    text-align: center;

}

/* Lists
-----------------------------------------*/

.b-yandex-review{

    display: block;
    margin: 0 auto;
    width: 232px;
    height: 88px;
    overflow: hidden;
}

.b-yandex-review img{
    margin: -1px;
    display: block;
}

.lst-reviews{
    border-top: 1px solid #d2e0f1;
    padding-top: 14px;
    margin-top: 20px;
}

.lst-reviews li{
    border-bottom: 1px solid #d2e0f1;
    margin-bottom: 13px;
}

.lst-reviews li.last{
    border-bottom-width: 0;
}

.lst-reviews li .b-review-stars{
    margin-bottom: 12px;
}

.lst-reviews li h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

.lst-reviews li .date{
    float: right;
    color: #969696;
    font-size: 11px;
    padding-top: 3px;
}

.lst-reviews li p{
    padding-bottom: 15px;
    line-height: 20px;
}

.lst-reviews li.last p{
    padding-bottom: 0px;
}

.lst-thumbs {

    height: 100px;
}



.lst-thumbs li {
    width: 92px;
    height: 92px;
    padding: 0px;

    overflow: hidden;

    display: block;
    float: left;
}


.lst-thumbs li a {
    width: 80px;
    height: 80px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.lst-links {
}

.lst-short-articles {
    padding: 0 !important;
}

.lst-short-articles li {
    display: block;
}

.lst-short-news {

}

.lst-short-news li {

    border-bottom: 1px solid #d2e0f1;
}

.lst-short-news li a span {
    color: #969696;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    font-size: 10px;
}

.lst-news {
    margin-bottom: -18px;
}

.lst-news li {
    margin-bottom: 18px;
}

.lst-news .lnk-more {
    float: right;
}

.lst-standard {
}

.lst-vertical {
}

.lst-breadcrumbs {
    margin-top: -3px;
}



.lst-horizontal, .lst-breadcrumbs, .lst-links {
    overflow: hidden;
}

.lst-catalog-menu li {
    display: block;
    border-bottom: 1px solid #d2e0f1;

    font-size: 12px;
}

.lst-catalog-menu li.last {
    border-bottom-width: 0;
}

.lst-catalog-menu li a, .lst-short-news li a, .lst-catalog-menu li span {
    text-decoration: none;
    display: block;
    padding: 5px 9px 5px 25px;
    border: 1px solid #fff;
    position: relative;
}

.lst-catalog-menu li a em, .lst-short-news li a em, .lst-catalog-menu li span em {
    width: 5px;
    height: 6px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url("sprite.png") no-repeat -80px -80px;
}

.lst-short-news li a em {
    top: 30px;
}

.lst-catalog-menu li a:hover, .lst-short-news li a:hover, .lst-catalog-menu li span:hover {
    background: #f1f8ff;
}

.lst-catalog-menu li a:hover em, .lst-catalog-menu li.current a em {
    background: url("sprite.png") no-repeat -90px -80px;
}

.lst-catalog-menu li.current a {
    color: #c91414;
    background: none;
    font-weight: bold;
}

.lst-links {
    padding-bottom: 15px;
    padding-top: 2px;
    font-size: 12px;
}

.lst-horizontal li, .lst-breadcrumbs li, .lst-links li {
    display: block;
    float: left;
    padding: 0 12px 0 0;
}

.lst-main-menu {
    margin-left: 13px;

}

.lst-main-menu li {
    color: #fff;
    line-height: 14px;
    padding: 0 15px 0 10px;
    margin-top: 17px;
    font-size: 12px;
    position: relative;
}

.lst-main-menu li.last {
    border-width: 0;
    padding-right: 0;
}

.lst-main-menu li a {
    color: #34576d;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
}

.lst-main-menu li em {
    width: 5px;
    height: 6px;
    position: absolute;
    background: url("sprite.png") no-repeat -80px -80px;
    right: 0;
    top: 5px;
}

.lst-main-menu li a:hover {
    color: #e84320;
    text-decoration: none;
    text-shadow: 0px 0px 0px #fff;
}

.lst-horizontal li a {
}

.lst-breadcrumbs {

    font-size: 11px;
    margin: 3px 0 7px 0;
    overflow: hidden;
}

.lst-breadcrumbs {
    background: url("sprite.png") no-repeat 0px -1400px;
    padding-left: 18px;
}

.lst-breadcrumbs li {
    float: left;
    white-space: nowrap;

}

.lst-breadcrumbs a {
   color:#34576d;
    text-decoration: none;
}

.lst-breadcrumbs em{
    background: url("sprite.png") no-repeat -20px -1310px;
    display: block;
    width: 6px;
    height: 5px;
    float: right;
    margin: 5px -9px 0 0px;

}

.lst-breadcrumbs .last a {
color:#969696;
}

.lst-footer-menu {
    float: right;
    padding-bottom: 13px;
}

.lst-footer-menu li {
    border-right: 1px solid #737373;
    line-height: 13px;
    padding: 0 10px;
}

.lst-footer-menu li a {
    color: #737373;
}

.lst-footer-menu li.last {
    border-width: 0;
    padding-right: 0;
}

.l-footer .lst-logos {
    float: left;
    overflow: hidden;
}

.l-footer .lst-logos span, .l-footer .lst-logos a {
    background: url("icons_ne.png") no-repeat 0px -610px;
    height: 28px;
    float: left;
    margin-left: 5px;
}

.l-footer .lst-logos .wm {
    background-position: 0px -610px;
    width: 86px;
}

.l-footer .lst-logos .ym {
    background-position: -100px -610px;
    width: 66px;
}

.l-footer .lst-logos .paw {
    background-position: -200px -610px;
    width: 78px;
}

.l-footer .lst-logos .vs {
    background-position: -300px -610px;
    width: 59px;
}

.l-footer .lst-logos .mc {
    background-position: -400px -610px;
    width: 51px;
}

.l-footer .lst-logos .dp {
    background-position: -475px -610px;
    width: 60px;
}

.l-footer .lst-logos .ac {
    background: transparent url('alfa-cli.png') no-repeat;
    width: 95px;
}


.b-categories, .b-products, .b-brands {

    clear: both;
}

.b-categories {
    margin-bottom: 10px;
}

.b-products {
    margin-bottom: 10px;
}

.b-same-products{
    margin-bottom: -10px;
}

.b-same-products .lst-products li.info, .b-same-products .lst-products li.info:hover {
    border-color: #fff;
}

.b-related {
    margin-bottom: 10px;
}

.b-related2 {
    margin-left:20px;
}

.b-out-of-stock{
    background: #fff5e3;
    border-color: #ede0cb;
    width: 220px;
    padding: 17px 19px 19px 19px;
    margin-top: -10px;
}

.b-out-of-stock span{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.b-out-of-stock p{
    font-style: italic;
}

.b-out-of-stock .frm-reserve{
    padding-left: 0;
}



.lst-products {
    overflow: hidden;
    margin-right: -10px;
}

.lst-products li.info{
    float: left;
    width: 318px;
    height: 350px;
    border: 1px solid #dbe7ee;
    margin: 0 10px 10px 0;
    background: #fff;
    padding: 20px;
    position: relative;
}

.lst-products li.info {
    height: 319px;
}





.lnk-compare {
    color: #353535;
    font-size: 11px;
    font-weight: bold;
    padding:4px 0 0 10px;
    overflow:hidden;
}

.lnk-compare label{
    padding:2px 0px 0 0;
    font-size: 11px;
}

.lnk-compare label, .lnk-compare input{
    float:left;
}

.lnk-compare input{
margin: 2px 6px 0 0 ;
}

.lst-products li.info .desc {
    font-size: 11px;
    padding: 6px 0px 0px 0px;
    line-height: 20px;
    height: 35px;
    overflow: hidden;
    display: block;
    clear: both;

}


.lst-categories li.info .link, .lst-products li.info .link {

    color: #34576d;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;

    padding: 0;

    line-height: 20px;

}
.lst-products li.info .top {
    position: absolute;
width: 230px;
left: 20px;
top: 14px;
}

.lst-products li.info .link span {
font-weight: normal;
    font-size: 12px;
}

.lst-products li.info .link:hover {
    text-decoration: none;
    color: #e84320;
}

.lst-products li.info .image {
    width: 204px;
    height: 204px;

    display: table-cell;
    text-align: center;
    vertical-align: middle;


}

.lst-products li.info .rating {
margin-top: 6px;
}


.lst-products li.info .image A {
    width: 240px;
    height: 240px;
    display: block;
    padding: 15px 3px 0 95px;
}



.lst-products li.info .price {
    float: left;
    margin-right: 10px;
}

.lst-products li.info .na-price {
    color: #4f4f4f;
}

.lst-products li.info .add2cart, .lst-products li.info .lnk-reserve {
    float: left;
}



.lst-products li .btn-more {
    float: right;
    margin-left: 7px;
}

.lst-products li .label {
    position: absolute;
    right: 9px;
    height: 47px;
    background-image: url(sprite.png);
    background-repeat: no-repeat;
    padding: 0;
}

.lst-products li .label-only {
    top: 105px;
    background-position: 0px -552px;
    width: 83px;
}

.lst-products li .label-last {
    top: 122px;
    background-position: 0px -568px;
    width: 67px;
}

.lst-products li .label-sale {
    top: 9px;
    background-position: 0px -1350px;
    width: 47px;
}

.lst-products li .lnk-one-click-buy {
    float: right;
    padding-top: 6px;
    color: #C91414;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #C91414;
}

.lst-products li .lnk-one-click-buy:hover{

    border-width: 0;
}

.lst-products li .btns {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;

}

.lst-products li .old-price {

}

.lst-products li .old-price span {
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    color: #4F4F4F;

}

.lst-products li a.int-btn {
    padding-top: 2px;
    padding-bottom: 4px;
}

.lst-products li input.int-btn {
    padding: 2px 7px 3px 7px;
}

.lst-products li .int-btn, .lst-types li .int-btn {
    display: block;
}

.b-related .lst-products li.info{
border-width: 0;
    border-bottom: 1px solid #d2e0f1;

}


.lst-products li.info:hover {
border-color: #e84523;
    }



.b-same .lst-products li.info:hover  {
border-color: #d2e0f1;
    }
.b-sl .lst-products li.info:hover {
    border-color: #e84523;
}

.b-sl .lst-products li.info {

    border: 1px solid #d2e0f1;

}
.b-sl .lst-products li.info-high{
border-color: #e84523;
}

.b-related .lst-products li.info {
    width: 648px;
}

.b-sl .lst-products li.info {
    width: 688px;
}

.b-sl .lst-products li.info .shortlist {
    background-image: url(sprite.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 76px;
    position:  absolute;
    left: 20px;

    top: 20px;
    text-align: center;

    font-size: 24px;
    font-weight: bold;

}

.b-sl .lst-products li.info .shortlist-first {
background-position: 0px -1800px;

}

.b-sl .lst-products li.info .shortlist-second {
    background-position: -80px -1800px;


}

.b-sl .lst-products li.info .shortlist-thrid {
    background-position: -160px -1800px;

}

.b-sl .lst-products li.info .shortlist-num {
    background-position: -240px -1800px;
    color: #fff;
    text-shadow: 0 -1px 1px #bb6903;
    padding-top: 7px;
    width: 50px;
    text-align: center;
    padding-right: 3px;
    height: 69px;
}

.b-related .lst-products .misc {
    left: 510px;
    top: 20px;

}

.b-sl .lst-products .misc {
    left: 550px;
}

.b-related .lst-products .price {
    position: absolute;
    left: 510px;
    top: 130px;
}

.b-sl .lst-products .price {
    left: 550px;
}

.b-related .lst-products{
    margin: 0 0 -20px 0;
}

.b-related .lst-products .btn {
    position: absolute;
    left: 510px;
    top: 167px;
}

.b-sl .lst-products .btn {
    left: 550px;
}

.b-related .lst-products li.info{
    height: 240px;
}

.b-related .label{
    display: none;
}

.b-related .old-price {
    display: none;
}

.b-related .lst-products li.info-last{
    border-width: 0;
}


.b-related .lst-products li.info .top {
    left: 275px;
}

.b-related .lst-products li.info .desc {
    position: absolute;
    left: 275px;
    top: 90px;
    width: 240px;
}


.b-sl .lst-products li.info .desc {
 position: static;
    padding-top: 15px;
}

.b-related .lst-products li.info .desc {
height: auto;
}



.b-related .lst-products .btns {
    position: static;
}

.b-related .lst-products li.info .image A{
    padding: 0;
}

.lst-tabs {
    display: none;
    overflow: hidden;
    margin-bottom: -2px;
    padding: 0 !important;

}

.b-product-block .lst-tabs {
    margin-left: 20px;
        margin-right: 20px;
}

#js .lst-tabs {
    display: block;

}

.lst-tabs li {
    padding: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 30px;
    border-bottom: 1px solid #FFF;
    padding-right: 5px !important;
}

.lst-tabs li.selected {
    z-index: 3;
}

.b-product-block .lst-tabs li.selected {


    margin-left: -10px !important;
    padding-left: 10px !important;
}

.lst-tabs li a {
    float: left;
    height: 28px;
    line-height: 30px;
    background: url("sprite.png") no-repeat scroll 0 -422px #ECF5FF;
    border: 1px solid #dbe7ee;
    border-bottom: 0;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    color: #34576d;
}

.lst-tabs .selected a {
    background: #FFF;
    height: 29px;
    color: #353535;
}


.b-popup-html {
    padding: 18px;
    overflow: hidden;
    border: 1px solid #dbe7ee;
    background: #fff;
}

.b-popup-html h2 {
    padding-top: 0;
    margin: -3px 0 10px 0;
}

.b-popup-html p {
    padding-bottom: 20px;
}

.b-popup-html .int-btn {
    float: left;
}

.b-popup-html .cancel {
    float: right;
    margin-left: 18px;
}

.b-types {
    margin-left: 0;
}

div.label {
    width: 689px;
    height: 28px;
padding-top: 18px;
    background: url(sprite.png) no-repeat 0px -600px;
    margin: 15px auto 0px auto;
    text-align: center;
    font-weight: 900;
    font-family: "Arial Black", Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 1px #be3804;
}

.b-great div.label {
    margin: 15px auto 3px auto;
}

.b-great {

    overflow: hidden;
}

.lst-features {
    overflow: hidden;
}

.b-great ul.lst-features {
    display: block;
    overflow: hidden;
    margin: 8px 0 8px 20px;
}

.lst-features li {
    float: left;
    margin: 0px 5px 0px 0;
}

.b-great .lst-features li {
    margin: 14px 0 14px 0;
}

.lst-features a {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
}

.b-great .lst-features a {
    width: 105px;
    height: 62px;
    background: url(sprite.png) no-repeat 0px -690px;
    display: block;
    position: relative;
    padding-left: 72px;
    text-decoration: none;
    font-style: italic;
}

.b-great .lst-features-nnov a {
    margin-right: 58px;
}

.b-product-great ul.lst-features  {
margin-top: -10px;
}

.b-great .lst-features a:hover, .b-product-great .lst-features a {
    background: url(sprite.png) no-repeat -220px -690px;
}

.b-great .lst-features span {
    display: block;
    padding-top: 0px;
    line-height: 20px;
}


.lst-features em {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;

    background-image: url(sprite.png);
    background-repeat: no-repeat;
}

.b-great .lst-features em {
    left: 22px;
    top: 21px;
}

.b-product-great .lst-features em {
    left: 11px;
    top: 10px;
    width: 40px;
    height: 40px;
}

.brdesc{
    width: 230px;
}

.brdesc p{
    text-align: left !important;
}

.lst-features li.i-discount a em {
    background-position: 0px -660px;
}

.lst-features li.i-shipping a em {
    background-position: -20px -660px;
}

.lst-features li.i-guarantee a em {
    background-position: -40px -660px;
}

.lst-features li.i-assembly a em {
    background-position: -60px -660px;
}

.lst-features li.i-delivery a em {
    background-position: -80px -660px;
}

.lst-features li.i-selfdelivery a em {
    background-position: -100px -660px;
}

.lst-features li.i-credit a em {
    background-position: -120px -660px;
}

.lst-features li.i-debit a em {
    background-position: -140px -660px;
}


.b-product-great .lst-features li.i-delivery a em {
    background-position: 0px -2020px;
}

.b-product-great .lst-features li.i-assembly a em {
    background-position: -40px -2020px;
}

.b-product-great .lst-features li.i-guarantee a em {
    background-position: -80px -2020px;
}

.b-product-great .lst-features li.i-discount a em {
    background-position: -120px -2020px;
}

.b-product-great .lst-features li.i-cardio a em {
    background-position: -160px -2020px;
}


.b-product-great .lst-features li.i-credit a em {
    background-position: -200px -2020px;
}


.b-inb {
    background: url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/u/leto.jpg) no-repeat top center;
    height: 100px;
    margin: 0px 0 9px 0;
}

.lst-types li {
    width: 305px;
    padding: 18px;
    position: relative;
}

.lst-types li a.image {
    width: 305px;
    height: 238px;
    display: block;
}

.lst-types li.type-575 {
    /*background: url(../i/g-home.jpg) no-repeat right top;  */
    background: url(../../eleptika.ru/published/publicdata/ELEPTI95WEBASYST/attachments/SC/products_pictures/Care_Fitness_FUTURA/(2/)_enl_thm.JPG) no-repeat right 10px;
}

.lst-types li.type-576 {
    background: url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/g-semi.jpg) no-repeat right top;
}

.lst-types li.type-577 {
    /*background: url(../i/g-pro.jpg) no-repeat right 5px;*/
    background: url(../../eleptika.ru/published/publicdata/ELEPTI95WEBASYST/attachments/SC/products_pictures/Horizon-Endurance-3_thumb_a270fee245f7ea1c_enlyg_thm.jpg) no-repeat 136px 5px;
}

.lst-types li.type-578 {
    background: url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/g-sklad.jpg) no-repeat right top;
}

.lst-types .b-part {
}

.lst-types .desc {
    position: absolute;
    top: 50px;
    width: 220px;
    margin-top: -5px;
    font-size: 12px;
}

.lst-types li .int-btn {
    bottom: 18px;
    right: 18px;
    position: absolute;
}

.lst-types li .price {
    bottom: 18px;
    left: 18px;
    position: absolute;
    margin-left: 0;

}

.lst-dotted {
    margin-bottom: 0px;
}

.lst-dotted li {
    background: url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/tree-dot.png) repeat-x left 14px;
    display: block;
    clear: both;
    padding-bottom: 4px;
    overflow: hidden;

}

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

.lst-dotted SPAN {
    display: block; /*background-color:#fff;*/
    float: left;
    padding-right: 5px; /*text-decoration: underline; */
}

.lst-dotted DIV {
    float: right; /*background-color:#fff;*/
    padding-left: 5px;
    width: 170px;
    padding-bottom: 5px;
    text-align: left; /*text-decoration: underline; */
    max-width: 180px;
    text-align: right;
}

.lst-dotted DIV {
    width: auto;
}

/* Forms
-----------------------------------------*/

.frm-search {
    float: right;

    margin-top: 14px;
    margin-right: 11px;
}

.frm-subscribe {
    padding: 14px 9px 0 9px;
}

.frm-search fieldset, .frm-subscribe fieldset.input {
    height: 23px;
    display: block;
    overflow: hidden;
    background: url(sprite.png) no-repeat 0px -260px;
}

.frm-subscribe fieldset.input {
    background: url(sprite.png) no-repeat -220px -260px;
    margin-bottom: 9px;

}


.frm-reserve fieldset.input {
    width: 150px;
}
.frm-search .int-txt, .frm-subscribe .int-txt {

    width: 175px;

    float: left;
    border-width: 0;
    padding: 4px 0 0 22px;
    background: transparent;
    font-size: 11px;

}

.frm-subscribe .int-txt {
    padding-left: 10px;
    width: 169px;
}

.frm-standard DL {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.frm-standard DT {

font-weight: bold;
    font-size: 11px;

}

.frm-standard DD {
    display: table-cell;
    vertical-align: middle;

    padding-bottom: 8px;
    padding-top: 4px;
}

.frm-standard  INPUT[type=text],
.frm-standard  INPUT[type=password] {
    width: 165px;

}

.frm-standard DD INPUT[type=radio] {
    width: auto;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.frm-standard DD LABEL {
    margin-top: 3px;
    margin-right: 12px;
    float: left;
    font-size: 0.85em;
}

.frm-standard DD SELECT {
    width: 173px;

}

.frm-standard DD TEXTAREA {
    width: 165px;
    height: 65px;
margin-top: -1px;
    margin-bottom: -1px;
    display: block;
}

.frm-standard FIELDSET {
    width: 174px;


    margin: 0;
}

.frm-standard FIELDSET .btn {
    margin-top: 9px;
}

.frm-filter .field{
    height: 37px;
    width: 191px;
    float: left;
    margin-right: 40px;
    margin-left: 19px;
    margin-top: 21px;
}

.frm-filter .field-last{
    margin-right: 0px;
}

.frm-filter .field-submit{
    margin-bottom: 10px;
    margin-top: 42px;
    background: url(sprite.png) no-repeat -0px -1260px;
}

.frm-filter .field-submit .btn{
   border-left:20px solid #fff;
   border-right:20px solid #fff;
    margin-left: 18px;
}

.frm-filter select{
width: 191px;
    padding: 3px;
}

.frm-filter label{

    font-size: 11px;
    color: #969696;
    float: left;
    padding-bottom: 5px;
    line-height: 16px;
}
.frm-filter .el{

    float: left;
}

.frm-filter .interval{
    display: block;
    float: none;
    clear: both;
}

#complaint-popup-block {
    width: 295px;
}

#reserve-popup-block {
    width: 295px;
}

.frm-complaint DL {
    width: 295px;

}

.frm-complaint DT {
    width: 65px;
    text-align: left;
    padding-left: 0;

}

.frm-complaint DD {
    width: 220px;

}

.frm-complaint FIELDSET {
    padding-left: 0px;
    width: 295px;
}

#fast-order-popup-block {
    width: 520px;
}

#fast-order-popup-block #product-img {
    border: 1px solid #DBE7EE;
    background-color: #fff;
    width: 204px;
    height: 204px;
    float: left;
    margin-top: 5px;
    background-position: center center;
    background-repeat: no-repeat;
}

#fast-order-popup-block #product-prices {
    padding: 0px 0 0px 75px;
    height: 36px;
}

#fast-order-popup-block #product-prices span {
    color: #C91414;
    font-size: 23px;

}

#fast-order-popup-block #product-prices  #product-old-price {
    color: #052633;
    text-decoration: line-through;
    font-size: 14px;
    padding: 3px 0 0 4px;
}

.b-fast-order {
    width: 150px;
}

.frm-fast-order {
    float: right;
}

.frm-fast-order DL {
    width: 295px;

}

.frm-fast-order DT {
    width: 65px;
    text-align: left;
    padding-left: 0;

}

.frm-fast-order DD {
    width: 220px;

}

.frm-fast-order FIELDSET {
    padding-left: 77px;
    width: 216px;
}

.help, .help__h {
    cursor: help;
}

.help span, .help__h span {
    display: none;
}

.filter-options .help, .b-rating .help, .tbl-specs .help {

    background: url("sprite.png") no-repeat -20px -1190px;
    padding-right: 15px;
font-size: 12px;
    line-height: 15px;
}

.frm-filter FIELDSET INPUT.int-btn {
    width: 218px;
}

.frm-standard .interval label {
    font-size: 12px;
    width: 39px;
    text-align: center;
    margin-right: 0;
    margin-top: 4px;
}

.frm-standard .weight {
    width: 107px;
    float: left;
}

.frm-filter .interval .int-txt {
margin-left: 13px;
    margin-right: 13px;
    float: left;
}

.l-wside__side dt {
    float: none;
    clear: both;
    text-align: left;
    padding: 0;
}

.l-wside__side .filter-options {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #dbe7ee;
    width: 189px;
    overflow: hidden;
}

.l-wside__side .filter-options dd {
    float: none;
    clear: both;
}

.l-wside__side .filter-options dl {
    width: 190px;
    overflow: hidden;
}

.l-wside__side .filter-options fieldset {
    padding-left: 0;
}

.l-wside__side .filter-options select {
    width: 190px !important;
}

.l-wside__side .filter-options .int-btn {
    width: 190px !important;
}

.l-wside__side .filter-options .interval .int-txt {
    width: 48px !important;
}

/* Tables
-----------------------------------------*/

.tbl-specs {
margin-top: -16px;
    width: 687px;

}

.tbl-specs THEAD TH {
    color: #353535;
font-size: 18px;
    padding: 16px 0px 8px 0px;
}

.tbl-specs TBODY TH {

    padding: 3px 5px 3px 5px;
    font-size: 12px;
}

.tbl-specs TBODY TD {

    padding: 3px 5px 3px 5px;
    font-size: 12px;
}

.tbl-specs TBODY TR.hl TD,  .tbl-specs TBODY TR.hl TH {
    background-color: #f4f9ff;
}

.tbl-payment-methods {
}

.tbl-shipping-methods {
}

.tbl-orders {
}

.tbl-standard {
    width: 100%;
    margin-bottom: 9px;
}

.tbl-cart {
    margin-bottom: 18px;
}

.tbl-cart tbody a{
    font-size: 18px;
    color: #34576d;
    text-decoration: none;
    line-height: 20px;
}

.tbl-cart tbody a:hover{
    color: #e84320;
}

.tbl-cart tbody a span{
    font-size: 12px;

}

.tbl-cart tbody .amount{
    font-size: 11px;
    color: #737373;
    padding-top: 24px;
    width: 130px;
}

.tbl-cart tbody .total{
    padding-top: 26px;
    padding-right: 20px;
}

.tbl-cart tbody .image{
    padding-left: 20px;
    width: 155px;
}

.tbl-cart tbody .name{
    width: 250px;
}

.tbl-cart tbody .price{
    float: left;
}

.tbl-cart tbody .int-txt, .interval .int-txt {
    background: url(sprite.png) no-repeat -410px -260px;
    font-size: 12px;
    border: none;
    width: 37px;
    height: 13px;
    padding: 5px 10px  4px 10px;
    font-size: 11px;
    color: #737373;
    margin-right: 3px;
}

.tbl-cart tr.total div.price{
  float:left;
    margin-top: 4px;
}

.tbl-cart tr.total td{
    padding: 20px 0 23px 0;
    background-color: #fff5e3;

}

.tbl-cart tr.total .total{
    padding-right: 20px;
}

.tbl-standard THEAD td{
    border-bottom: 1px solid #cddae1;
}

.tbl-cart tr.total td {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.tbl-standard TFOOT td {
    border-top: 1px solid #cddae1;
}

.tbl-standard TBODY td, .tbl-standard TFOOT td {
    padding: 5px 0px;
}

.checkout-btns{
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

.tbl-cart tbody tr td {
    border-bottom: 1px solid #d2e0f1;
}

.tbl-cart .btn-delete {
    float: right;
    width: 20px;
    height: 20px;
    background: url(sprite.png) no-repeat -160px -1880px;
    margin-top: 4px;
}

.tbl-cart tr.total .btn-delete {
    margin-top: 10px;
}

.tbl-cart .btn-delete:hover {
    background: url(sprite.png) no-repeat -140px -1880px;
}


.tbl-cart tr.total SPAN.label {
    float: left;
    color: #353535;
    font-size: 24px;
    margin-left: 175px;
    margin-right: 10px;
}

.tbl-cart tr.total FIELDSET {
    float: left;
    margin-top: 7px;
}

.tbl-cart tr.total P {

}

.tbl-payment-methods TBODY .image {
    padding-top: 25px;
    padding-right: 10px;
    vertical-align: top;
}

/* 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(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: 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(../../eleptika.ru/published/SC/html/scripts/repo_themes/redzoom/i/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

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

#lbCaption {
    font-weight: bold;
}

/* COMPARE */
.l-compare {

}

.l-compare-page {
    padding: 0; /* background:#fff !important;   */

}

.l-compare-header {
    background-color: #fff;
    padding: 0 20px;
}

.compare-header {

    color: #c91414;
}

#tbl-compare {
    min-width: 100%;
}

#tbl-compare td {
    padding: 10px;
    vertical-align: middle;
    min-width: 200px;
}

#tbl-compare td.cmp_headers {
    padding-left: 30px;
}

#tbl-compare tr.center td {
    background-color: #FFFFFF !important;
    text-align: center;
}

#tbl-compare tr.head td {
    border-bottom: 1px solid #dbe7ee;
    color: #c91414 !important;
    font-size: 18px;
}

#tbl-compare tr.spec {
    border-top: 1px solid #dbe7ee;
    border-bottom: 1px solid #dbe7ee;
}

#tbl-compare tbody .last {
    border-bottom-width: 0;
}

#tbl-compare tr.spec:hover td {
    background: #C91414;
    color: #fff !important;
}

#tbl-compare .btn-delete {
    display: inline;
    padding: 1px 0 0 15px;
}

#tbl-compare tr.odd td {

    background-color: #fff;
}

#tbl-compare tr.even td {
    background-color: #f3f8f8;
}

.cmp_column_odd {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 320px;
    height: 100px;
    padding: 0px 29px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 320px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 88px;
    height: 88px;
    padding: 5px;
    border: 1px solid #dbe7ee;
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item a {
    width: 88px;
    height: 88px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 29px;
    height: 100px;
    cursor: pointer;
    background: transparent url(sprite.png) no-repeat -20px -1690px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
    cursor: default;
    background: transparent url(sprite.png) no-repeat -20px -1690px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 29px;
    height: 100px;
    cursor: pointer;
    background: transparent url(sprite.png) no-repeat 0px -1690px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    cursor: default;
    background: transparent url(sprite.png) no-repeat 0px -1690px;
}

/* TOOLTIP
-----------------------------*/
#tool_tip_action {

    color: #c91414;
    border: 1px solid #DBE7EE;
    background: #fff;
    position: absolute;
    z-index: 5001;
    display: none;
    font-size: 12px;
    max-width: 250px;
    padding: 7px 10px 8px 10px;
}

#tool_tip_action1 {

    color: #353535;

    background: #fff;
    position: absolute;
    z-index: 5001;
    display: none;
    font-size: 12px;
    max-width: 250px;
    line-height: 20px;
    padding: 2px;
}

#tool_tip_action1 .tip{
    overflow: hidden;
    border: 5px solid #dae6ed;
    padding: 20px;
}

.ui-slider {
    float: left;
    position: relative;
    height: 5px;
    width: 191px;
    margin: 6px 0 5px 0px;
    background: transparent url(sprite.png) no-repeat 0px -1240px;
}

.ui-slider-range {
    background: transparent url(sprite.png) no-repeat 0px -1220px;
    left: 0;
    height: 100%;
    top: 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 2;
    margin-left: -8px;
    top: -5px;
    background: transparent url(sprite.png) no-repeat 0px -1190px;
}

.ui-slider .ui-slider-handle span{
position: absolute;
    left: 20px;
    top: 1px;
    background: #23516c;
    border-bottom: 1px solid #033b5d;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    padding: 1px 5px 0 5px;
}

.ui-slider .ui-slider-handle span.left{
    right: 20px;
    left: auto;
}



.ui-slider .ui-slider-handle span em{
    background: transparent url(sprite.png) no-repeat 0px -1310px;
    width: 2px;
    height: 4px;
    position: absolute;
    left: -2px;
    top: 5px;
}

.ui-slider .ui-slider-handle span.left em{
    background: transparent url(sprite.png) no-repeat -10px -1310px;
    right: -2px;
    left: auto;
}


.slider-value {
    float: left;
    padding-left: 12px;
    padding-top: 0px;
    font-size: 14px;
}

.lst-categories h1, .lst-products h1 {
    font-size: inherit;
    font-weight: inherit;
}

.l-gallery {
    overflow: hidden;
    position: relative;
}

.l-gallery .lnk-gallery-left, .l-gallery .lnk-gallery-right {
    position: absolute;
    width: 25px;
    height: 41px;

    top: 120px;
    z-index: 2;

}

.l-gallery .lnk-gallery-left {
    left: 20px;
    background: url("sprite.png") no-repeat 0px -1060px;
}

.l-gallery .lnk-gallery-right {
    right: 20px;
    background: url("sprite.png") no-repeat -30px -1060px;
}

.l-gallery__i {
    /*height: 382px;*/

    overflow: hidden;
    position: relative;
    /*width: 978px;  */

    margin: 3px 3px 4px 3px;
    height: 284px;
    width: 724px;
}

.lst-gallery li.info {
    float: left;
    /*height: 382px;*/
    height: 284px;
    /*width: 622px;*/
    width: 724px;


    overflow: hidden;

    position: relative;

}

.lst-gallery .image {
    float: left;
    margin: 23px 0 0 48px;
}

.lst-gallery .image a {
    width: 233px;
    height: 233px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;

}

.lst-gallery .cart {
    border: 1px solid #dbe7ee;
    margin: 17px 0 0 10px;
    float: left;
    width: 310px;
    padding: 10px 20px 0 20px;
    height: 210px;
    overflow: hidden;
}

.lst-gallery .cart .name {
    font-size: 18px;
    font-weight: bold;
    color: #34576d;
    text-decoration: none;

    padding-bottom: 10px;
    display: block;
    width: 160px;
}


.lst-gallery .cart .price, .lst-products .info .price, .b-product .price, .tbl-cart  .price, .b-cart-products div.body .price, .checkout-total .price  {
    font-size: 23px;
    font-weight: bold;
    clear: both;
    color: #e84320;
    margin: -2px 0 0px 0;

}


.lst-gallery .cart .price span, .lst-products .info .price span, .b-product .price span, .tbl-cart .price span,  .b-cart-products div.body .price span, .checkout-total .price span{
    font-size: 18px;
    font-weight: normal;
}

.b-product-info .price__w {
    margin-top: 80px;
}

.lst-gallery .cart .desc {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 14px;

    color: #353535;
}

.lst-gallery .rating {
    background: url("sprite.png") no-repeat 0px -1110px;
    width: 133px;
    height: 27px;
    position: absolute;
    right: 72px;
    top: 26px;
}

.lst-gallery .rating .star{
    margin: 5px 0 0 19px;
}

.lst-gallery .misc,  .lst-products .misc,  .b-product-info .misc {
width: 180px;
    height: 100px;
    position: absolute;
    right: 64px;
    top: 158px;
    border: 1px solid #ede0cb;
    background: #fff5e3;
}

.b-product-info .misc {
    background: transparent;
    border: 1px solid #dbe7ee;
    top: 20px;
    right: 190px;
    width: 165px;
    height: 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.lst-products .misc {
    width: 155px;
}

.lst-products .misc {
    left: 10px;
    right: auto;
    top: 115px;
}

.lst-products .misc {
    border: 1px solid #dbe7ee;
    background: #fff;
    background: rgba(255,255,255,.5);
}

.lst-gallery .misc .compare ,  .lst-products  .misc .compare{
    background: #fffcf7;
    height: 27px;
    border-top: 1px solid #ede0cb;
}

.lst-products  .misc .compare{
    background: rgba(255,255,255,.5);
    border-top: 1px solid #dbe7ee;
}


.lst-gallery-thumbs{
background: #ebf5ff;
    position: absolute;
    bottom: 18px;
    left: 50%;
    padding: 2px 3px;
    margin-left: -30px;
}

.lst-gallery-thumbs li{
    float: left;
    margin: 2px 1px 0 1px;
}

.lst-gallery-thumbs li em{
    display: block;
    width: 13px;
    height: 13px;
    background: url("sprite.png") no-repeat -80px -1060px;

}

.lst-gallery-thumbs li.selected em{
    background: url("sprite.png") no-repeat -60px -1060px;
}

.lst-gallery li.info ul.lst-param,  .lst-products ul.lst-param,  .b-product-info ul.lst-param{
    padding: 7px 0 5px 15px;
}

.lst-products ul.lst-param{
    padding: 7px 0 5px 10px;
    overflow: hidden;
    height: 60px;
}
.lst-gallery li.info ul.lst-param li,  .lst-products ul.lst-param li,  .b-product-info ul.lst-param li{
    color: #000;

    font-size: 11px;
    font-style: italic;
line-height: 20px;
}

.lst-products ul.lst-param li {
    font-style: italic;
}

.lst-gallery li.info ul.lst-param li span ,  .lst-products ul.lst-param li span  ,  .b-product-info ul.lst-param li span {
    display: block;
    color: #969696;
    float: left;
    width: 90px;
    font-style: normal;
}

.lst-products ul.lst-param li span {
    font-style: normal;
}

.b-actions-discount, .b-actions-cheap, .b-actions-year{
    margin-left: 120px;
}

.b-actions-discount i, .b-actions-cheap i, .b-actions-year i{
    margin-left: -120px;
    margin-top: 10px;
}

.b-actions-discount i{
    background: url("sprite.png") no-repeat 0px -1490px;
    height: 120px;
    width: 100px;
    display: block;
    float: left;
}

.b-actions-cheap i{
    background: url("sprite.png") no-repeat -100px -1490px;
    height: 120px;
    width: 100px;
    display: block;
    float: left;
}

.b-actions-year i{
    background: url("sprite.png") no-repeat -200px -1490px;
    height: 120px;
    width: 100px;
    display: block;
    float: left;
}

.b-chain{
    height: 91px;
    overflow: hidden;
    margin-right: -15px;
}

.b-chain ul{
    margin-top: 13px;
}

.b-chain ul li{
padding: 0 29px 0 47px;
    margin-right: 10px;
    float: left;

}

.b-chain ul li.last{

    padding: 0 0px 0 47px;
    margin-right: 0;
}

.b-chain ul li .num{
    margin-left: -47px;
    width: 43px;
    height: 35px;
    background: url("sprite.png") no-repeat 0px -1880px;
    display: block;
    color:#34576d;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 9px;
    float: left;
    margin-right: 4px;
    margin-top: 8px;
}

.b-chain ul li .arrow{
    margin-right: -29px;
    width: 17px;
    height: 42px;
    display: block;
    float: right;
    background: url("sprite.png") no-repeat -100px -1880px;
    margin-top: 8px;
}

.b-chain ul li span, .b-chain ul li a{
    font-size: 14px;
    font-weight: bold;
    color: #23516c;
    padding-bottom: 3px;
    display: block;
}

.b-chain ul li a{
    color: #23516c;
}
.b-chain ul li p{
    font-size: 11px;
    color: #969696;
    font-style: italic;
    line-height: 16px;
}

.b-chain ul li.selected span{
    color: #353535;
}

.b-chain ul li.selected .num{
    background: url("sprite.png") no-repeat -50px -1880px;
}


.b-chain ul li.selected .arrow{
    background: url("sprite.png") no-repeat -120px -1880px;
}

.b-cart-products li{
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20px;
}


.b-cart-products .link{
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    text-align: center;
}

.b-cart-products div.body{
    width: 300px;
    float: left;
    line-height: 20px;
    padding-right: 10px;
}

.b-cart-products div.checkbox{
    float: left;
    font-size: 11px;
}

.b-cart-products div.checkbox em{
    width: 9px;
    height: 13px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 2px;
    background: url("sprite.png") no-repeat -180px -1880px;
}

.b-cart-products a{
    font-size: 18px;
    text-decoration: none;
    color: #34576d;
}

.b-cart-products .label{
    color: #353535;
    font-size: 18px;
    padding: 0px 20px 20px 20px;
    display: block;
}
.b-cart-products div.body .price{
    margin-top: 5px;
}

#block-customerinfo{

}

.b-yourinfo{
    overflow: hidden;
    padding: 20px;
}

.b-yourinfo dl{
    float: left;
    width: 173px;
    margin-right: 20px;
}

.checkout-total{
    border-top: 1px solid #d2e0f1;
    border-bottom: 1px solid #d2e0f1;
    background: #fff5e3;
    margin-bottom: 20px;

    overflow: hidden;
}

.checkout-total__i{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px;
}

.checkout-total .label2{
    font-size: 24px;
    color: #353535;
}

.checkout-total div{
    float: left;

}

.checkout-total div.price{
    clear: none;
    margin-top: 1px;
    margin-left: 5px;
}

.tbl-confirmation td.name p{
    font-size: 18px;
    color: #353535;
}

.tbl-confirmation td.name p span{
    font-size: 12px;
}


.tbl-confirmation td.image{
    width: 90px;
}

.tbl-confirmation td.amount{
    width: 90px;
}

.tbl-confirmation td em{
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px;
    margin-left: 18px;

}

.tbl-confirmation td em.shipping{
    background: url("sprite.png") no-repeat 0px -1460px;

}

.tbl-confirmation td em.assemble{
    background: url("sprite.png") no-repeat -30px -1460px;

}

.tbl-cart .image {
    padding-left: 20px;
}

.success-label{
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin: 20px;
}

.frm-success {
    margin-top: 15px;
}

.frm-success dt{
    text-align: center;
    padding-bottom: 5px;
}

.frm-success dd{
padding-left: 252px;
    width: 191px;
    text-align: center;
    padding-bottom: 10px
}


.frm-success dd.checkbox{
    padding-left: 300px
}

.frm-success dd.textarea{
    padding-left: 262px
}

fieldset.credit {
    width: 343px;
    margin: 0 auto;
    margin-top: -5px;
}


fieldset.credit em.rs{
    width: 38px;
    height: 38px;
    display: block;
    float: left;
    background: url("sprite.png") no-repeat -200px -1880px;
    margin-right: 10px;
}

fieldset.credit .btn{
    float: left;
}

.customer-info{
    width: 173px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    line-height: 20px;
}

.customer-info span{
    display: block;
    color: #969696;
    font-size: 11px;
}

.customer-info strong{
    display: block;
    color: #353535;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 16px;
}


.customer-info p{
    color: #353535;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 16px;
}

.frm-nnov a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 30px;
    margin-bottom: 15px;
}

#trackCode { 
	background: 0px 0px #DEDEDE;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 13px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 4px;
	z-index: 100;
}

.text-block2 {
	margin-bottom: 9px;
}
.read-more-b
{
background: url("readmore.png") no-repeat left center;
}