html, body, p, div, span, i, b, strong, form, frame, iframe, h1, h2, h3, h4, h5, h6, ul, li, ol, a { 
margin: 0px;
padding: 0px;
}

.fly-navi {
    background: url('../images/ribbon-top-menu_1032.png?v=3') no-repeat transparent;
    color: #FFFFFF;
    font-size: 16px !important;
    position: fixed;
    display: table-cell;
    z-index: 6000;
    width: 1010px;
    height: 64px;
    padding: 0px 14px;
    top: -10px;
    margin-left: -26px;
}
.fly-navi ul.fly-navi-left {
    float: left;
    padding: 0px;
    white-space: nowrap;
    margin-top: 20px;
}
.fly-navi ul.fly-navi-left li {
    display: inline-block;
    margin: 0px 14px;
    position: relative;
}
.fly-navi ul.fly-navi-left li a {
    font-style: italic;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.fly-navi ul.fly-navi-left li a:hover{
    text-decoration: underline;
}

.fly-navi ul.fly-navi-right {
    float: right;
    padding: 0px;
    white-space: nowrap;
    width: 230px;
    margin-top: 10px;
    cursor: pointer;
}
.fly-navi ul.fly-navi-right .basket-icon-empty {
    float: left;
    background: url('../images/basket.png') no-repeat;
    width: 60px;
    height: 42px;
}
.fly-navi ul.fly-navi-right .basket-icon-not-empty {
    float: left;
    background: url('../images/basket.png') no-repeat;
    width: 60px;
    height: 42px;
}



.fly-navi ul.fly-navi-right .basket-info-block-empty {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 170px;
}
.fly-navi ul.fly-navi-right .basket-info-block-not-empty {
    float: right;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 170px;
}

.basket-count-badge {
    background: linear-gradient(to bottom, #fff42e 0px, #ffa405 100%) transparent;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 4px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    float: right;
}
.basket-price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.basket-items-slider {
    margin-top: 43px;
    background: white;
    border-left: 5px #2a9f3b solid;
    border-right: 5px #2a9f3b solid;
    border-bottom: 5px #2a9f3b solid;
    margin-left: -30px;
    width: 250px;
    height: 300px;
    z-index: 7000;
    display: none;
}
.basket-items-slider .content {
    border-bottom: 1px silver dashed;
    width: 230px;
    height: 250px;
    overflow-x: hidden;
    color: black;
    font-size: 12px;
    padding: 0px 10px;
}
.btn-to-basket {
    background: url('../images/to-basket.png') no-repeat transparent;
    cursor: pointer;
    height: 31px;
    width: 132px;
    border: 0px;
}
.guarantee-block-menu {
    background: url('../images/guarantee.png') no-repeat;
    width: 90px;
    height: 86px;
    float: left;
    margin-left: 70px;
    cursor: pointer;
}
.delivery-block-menu {
    background: url('../images/delivery.png') no-repeat;
    width: 90px;
    height: 86px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.personal-block-menu {
    background: url('../images/personal.png') no-repeat;
    width: 96px;
    height: 86px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.personal-block-menu.is-logged {
    background: url('../images/personal-empty.png') no-repeat;
    width: 96px;
    height: 76px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    padding-top: 20px;
    color: white;
}
.personal-block-menu.is-logged a {
    color: white;
    text-transform: uppercase;
}

#exit-popup-line {
    width: 100%; position: fixed; height: 10px; z-index: 10000;
}

.input-block {
    width: 300px;
    border: 1px silver solid;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 20px;
    text-align: right;
    height: 40px;
    border: 1px solid silver;
}
.input-block input {
    width: 250px;
    height: 38px;
    border-left: 1px silver solid;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    text-align: center;
}

.textarea-block {
    width: 600px;
    border: 1px silver solid;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 20px;
    text-align: right;
    height: 100px;
    border: 1px solid silver;
}

.textarea-block textarea {
    width: 555px;
    height: 96px;
    resize: none;
    text-align: left;
    border-left: 1px silver solid;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

#icon-man {
    background: url('/assets/images/input-icon-man.png') no-repeat 3% 50%;
}
#icon-mail {
    background: url('/assets/images/input-icon-mail.jpg') no-repeat 3% 50%;
}
#icon-phone {
    background: url('/assets/images/input-icon-phone.png') no-repeat 3% 50%;
}
#icon-city {
    background: url('/assets/images/input-icon-city.png') no-repeat 3% 50%;
}
#icon-address {
    background: url('/assets/images/input-icon-address.jpg') no-repeat 3% 50%;
}
#icon-comment {
    background: url('/assets/images/input-icon-comment.jpg') no-repeat 1% 50%;
}

.add-to-backet-slice {
    background-color: #000000;
    height: 160px;
    opacity: 0.5;
    position: absolute;
    width: 160px;
    display: none;
}

.basket-label {
    background: url("../images/korzina1.png") no-repeat transparent;
    position: fixed;
    border: 0px silver solid;
    height: 50px;
    transform: rotate(-0deg);
    text-align: center;
    margin-top: -174px;
    position: fixed;
    right: 0px;
    margin-right: -5px;
    top: 50%;
    width: 47px;
    z-index: 300;
    cursor: pointer;
}
.basket-label:hover {
    margin-right: 0px;
}
.basket-r-block {
    background: linear-gradient(to right, #e6e2e2 0px, #f2f0e9 100%) transparent;
    border-bottom: 1px solid #A9BECB;
    border-top: 1px solid #A9BECB;
    border-left: 0px solid #A9BECB;
    color: #2A2A2A;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    font: 11px "Tahoma";
    height: 400px;
    margin-top: -174px;
    position: fixed;
    right: 0px;
    top: 50%;
    width: 245px;
    border-bottom-left-radius: 5px;
    z-index: 300;
    display: none;
}
.basket-r-block .total-price {
    position: absolute;
    right: 14px;
    bottom: 60px;
}
.oneclick {
    background: url('../images/click3-new.png') no-repeat;
    width: 110px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 5px;
}
#connect_cl { 
background: url("../images/korzina1.png") no-repeat transparent;
color: #000000;
display: block;
height: 174px;
line-height: 30px;
margin: -4px 0px 0px -48px;
text-align: center;
text-decoration: none;
width: 50px;
float: left;
cursor: pointer;
}

.basket-content.not-empty {
    cursor: pointer;
}

.basket-r-block .title {
    color: #619913;
    font-family: "FreeFontPro";
    
    font-size: 22px;
    font-weight: 700;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 100%;
}
.basket-r-block .content {
    height: 260px;
    border: 1px solid silver;
    overflow: auto;
    width: 235px;
    padding: 5px;
    position: absolute;
    top: 40px;
}
.basket-r-block .content.empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

.treen-ny {
    background: url('../images/christmas-tree.png') no-repeat transparent;
    height: 80px;
    margin-left: 543px;
margin-top: 22px;
    position: absolute;
    width: 45px;
}

body {
	background: url('../images/back.gif') 50% 50% repeat-y transparent;
    font: 12px 'Calibri', Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
    width: 100%;
    color: #363636;
}
/* SUBSCRIBE POPUP BLOCK */
#subscribeBlock {
    
}
#subscribeBlock .content {
    text-align: center;
    border: 0px silver solid;
}
#subscribeBlock img {
    width: 120px;
    cursor: pointer;
    opacity: 0.5;
}

#subscribeBlock img:hover {
    opacity: 1.0;
}
#subscribeBlock img.active {
    opacity: 1.0;
}
#subscribeBlock input[type=button] {
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal !important;
    text-transform: uppercase;
}
#subscribeBlock .title {
    font-size: 18px;
	display: block;
	margin-bottom: 15px;
	color: #619913;
	font-weight: normal;
	text-align: center;
    font-family: Calibri;
}
#subscribeBlock .title span:first-child {
    color: #E57F18;
    font-weight: bold;
}
/* SUBSCRIBE POPUP BLOCK */




#exit-popup-block {
    background-image: url('../images/discount-email.jpg?v=2');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border: 1px solid #A3A3A3;
    box-shadow: 0px 0px 14px #343434;
    display: none;
    left: 50%;
    margin-left: -272px;
    padding: 20px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    min-height: 500px;
    z-index: 7000;
}
#exit-popup-block-result {
    background-image: url('../images/discount-email-result.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border: 1px solid #A3A3A3;
    box-shadow: 0px 0px 14px #343434;
    display: none;
    left: 50%;
    margin-left: -272px;
    padding: 20px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    min-height: 500px;
    z-index: 1000;
}

#exit-popup-block .content {
    text-align: center;
    margin-top: 380px;
}
#exit-popup-block input[type=button] {
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal !important;
    text-transform: uppercase;
}

/*PRODUCT PREV/NEXT NAV*/
td.cursor_nav {
    width: 160px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

td.cursor_nav_cat {
    width: 210px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}
.prod_prev {
    float: left;
    background-image: url('../images/previous1.png');
    background-repeat: no-repeat;
    width: 160px;
    height: 35px;
    cursor: pointer;
}
.prod_prev:hover {
    background-image: url('../images/previous2.png');
}
.prod_prev:active {
    background-image: url('../images/previous3.png');
}

.prod_next {
    float: right;
    background-image: url('../images/next1.png');
    background-repeat: no-repeat;
    width: 160px;
    height: 35px;
    cursor: pointer;
}
.prod_next:hover {
    background-image: url('../images/next2.png');
}
.prod_next:active {
    background-image: url('../images/next3.png');
}
/*PRODUCT PREV/NEXT NAV*/

select#perpage {
    margin-left: 5px;
}

.product_nav {
    border-top: 1px silver solid !important;
    border-bottom: 1px silver solid !important;
    height: 27px;
}
.product_nav div{
    font-size: 14px;
    display: table-cell;
    text-align: center;
    padding: 5px 20px;
    color: gray;
    cursor: pointer;
    border-bottom: 1px silver solid !important;
}
.product_nav div:hover{
    font-size: 14px;
    display: table-cell;
    text-align: center;
    padding: 5px 20px;
    background-color: #619913;
    color: white;
    cursor: pointer;
    border-bottom: 1px silver solid !important;
}
.product_nav .active {
    background-color: #619913;
    color: white;
}

.product_block {
    padding: 15px;
    
}

#photo .sm-gallery {
    border-radius: 5px;
    border: 1px silver solid;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    width: 130px;
    text-align: center;
}
#photo .sm-gallery:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.506);
    border: 1px silver solid;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    width: 130px;
    text-align: center;
}

.product_block #info>* {
    font-size: 14px !important;
    font-family: "Calibri", "Arial", "Tahoma", "Verdana", sans-serif !important;
}

#info img {
    margin-left: -15px !important;
    max-width: 558px;
}
#info iframe {
    margin-left: -15px !important;
    max-width: 558px;
}
#info ul {
    list-style-image: url('../images/16.jpg') !important;
    padding-left: 26px;
}
#info li {
    list-style: inherit;
}

.product_block div.blockID {
    display: none;
    
}

.product_block .blockID.active {
    display: block;
    
}

#imageGallery {
    margin: 0px auto;
    width: 320px;
}
#imageGallery img{
    display: none;
}
#imageGallery img.active {
    display: block ;
}

/* FILTER */
div.filter {
    background-color: #FFFFFF;
    border: 1px solid #A3A3A3;
    box-shadow: 0px 0px 4px #343434;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}
div.filter .namefilter {
    font-weight: bold;
    font-size: 14px;
}
div.filter .left-side {
    float: left;
    width: 200px;
    margin-top: 10px;
}
div.filter .parametrs {
    margin-top: 5px;
}
div.filter .parametrs .left {
    float: left;
    width: 440px;
}
div.filter .parametrs .left ul li {
    color: #878787;
    float: left;
    margin-right: 15px;
    position: relative;
    font-size: 14px;
}
div.filter .parametrs .left ul li a {
    margin: 7px;
    text-decoration: none;
}
div.filter .parametrs .left ul li a:after {
    content: "x";
    padding: 5px;
    color: #E27403;
    font-size: 18px;
}
div.filter .parametrs .right {
    float: right;
}

ul.filter-chapters {
    
}
ul.filter-chapters:last-child {
    border-bottom: 1px solid silver;
    border-radius: 5px;
}

ul.filter-chapters li {
    font-size: 16px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    cursor: pointer;
}

ul.filter-chapters li.active {
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    background-color: #F7F7F7;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.506);
}

ul.filter-chapters li:hover {
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.506);
    padding: 5px 5px 5px 10px;
    cursor: pointer;
}

div.filter .right-side {
    float: right;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    width: 340px;
    margin-top: 10px;
    font-size: 16px;
}
ul.filter-chapters-desc {
    
}
ul.filter-chapters-desc li {
    display: none;
    border: 0px solid silver;
    padding: 5px;
}
ul.filter-chapters-desc li.active {
    display: block;
    border: 0px solid silver;
    padding: 5px;
}

/* FILTER END */

input.in_style { 
background-color: #FFFFFF;
border-bottom: 1px solid #E5E5E5;
border-left: 1px solid #B3B3B3;
border-right: 1px solid #E5E5E5;
border-top: 1px solid #B3B3B3;
box-shadow: inset 1px 1px 1px #E5E5E5;
color: #959595;
font-size: 14px;
height: 24px;
text-indent: 5px;
}

.subcatid {
    border-radius: 5px;
    border: 1px silver solid;
    width: 170px;
    min-height: 410px;
    float: left;
    text-align: left;
    padding-top: 5px;    
    margin-bottom: 5px;
    margin-left: 5px;
}
.subcatid3 {
    border-radius: 5px;
    border: 1px silver solid;
    width: 180px;
    min-height: 100px;
    float: left;
    text-align: center;
    padding: 15px 8px;    
    margin-bottom: 5px;
}
.subcatid4 {
    border: 1px solid silver;
border-radius: 5px;
float: left;
margin-bottom: 5px;
margin-right: 5px;
height: 240px;
padding: 15px 8px;
text-align: center;
width: 150px;
}

.subcatid .title-el {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.subcatid .desc-el {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}


.subcatid:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.506);
    border: 1px silver solid;
    width: 170px;
    min-height: 410px;
    float: left;
    text-align: left;
    padding-top: 5px;    
    margin-bottom: 5px;
    margin-left: 5px;
}

.subcatid2 {
    border-radius: 5px;
    border: 1px silver solid;
    width: 170px;
    height: 170px;
    float: left;
    text-align: left;
    padding-top: 5px;    
    margin-bottom: 5px;
    margin-left: 5px;
}

.subcatid2 .title-el {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.subcatid2 .desc-el {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}


.subcatid2:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.506);
    border: 1px silver solid;
    width: 170px;
    height: 170px;
    float: left;
    text-align: left;
    padding-top: 5px;    
    margin-bottom: 5px;
    margin-left: 5px;
}

.subscribe_now2 {
	background: url("../images/subscr_now.png") no-repeat scroll center 0;
	width: 180px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
    margin-top: 268px;
}
.subscribe_now2:hover {
	background-position: 0 -40px;
}
.subscribe_now2:active {
	background-position: 0 -80px;
}

.subscribe_now {
    background: url("../images/subscr-butt-x180_download_free.png") no-repeat scroll center 0;
	width: 180px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
    margin-top: 268px;
}
.subscribe_now:hover {
	background-position: 0 -40px;
}
.subscribe_now:active {
	background-position: 0 -80px;
}

.surprise-block-small { 
    background: url("../images/subscribe-sm-bg.png") 50% 0% no-repeat #f9f5ed;
    font-size: 14px;
    height: 250px;
    padding: 5px;
    width: 191px;
}
.subscribe-block-book {
    background: url("../images/lapahvost_new_year_book.png") no-repeat;
    font-size: 14px;
    height: 330px;
    padding: 5px;
    width: 190px;
}

.surprise-block_big {
    background: url("../images/subscribe_big.png") no-repeat scroll center center;
	background-color: #f9f6e7;
	font-size: 14px;
    width: 571px;
    height: 191px;
}

.p_view_info {
    z-index: 1000;
    float: left;
    width: 70px;
    padding-left: 5px;
    font-family: Calibri;
    border-top: 2px silver solid;
    border-left: 2px silver solid;
    border-right: 2px silver solid;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 0 0 0; 
    -khtml-border-radius: 6px 0 0 0;
    -o-border-radius: 6px 0 0 0;
    -ms-border-radius: 6px 0 0 0;
    -icab-border-radius: 6px 0 0 0;
    text-align: center;
    background-color: #ffffff;
    color: silver;
    cursor: pointer;
    font-size: 14px;
}
.p_view_comm {
    z-index: 500;
    margin-left: -4px;
    float: left;
    width: 70px;
    padding-left: 5px;
    font-family: Calibri;
    border-top: 2px silver solid;
    border-right: 2px silver solid;
    border-radius: 0 6px 0 0;
    -moz-border-radius:0 6px 0 0; 
    -khtml-border-radius: 0 6px 0 0;
    text-align: center;
    color: silver;
    cursor: pointer;
    font-size: 14px;
}
.p_view_info:hover {
    z-index: 1000;
    position: relative;
    color: #E27403;
    border-left: 2px #E27403 solid;
    border-top: 2px #E27403 solid;
    border-right: 2px #E27403 solid;
}
.p_view_comm:hover {
    z-index: 0;
    position: relative;
    color: #E27403;
    border-top: 2px #E27403 solid;
    border-right: 2px #E27403 solid;
}
.p_view_active {
    color: #ffffff;
    background-color: #66a014;
}
.p_view_selector {
    border-bottom: 2px solid silver;
    margin-top: -10px;
}
.sel_attr {
    cursor: pointer;
    border: 1px solid #EAE4EA;
    margin-bottom: 2px;
}
.sel_attr:hover {
    cursor: pointer;
    border: 1px solid #E27403;
}
.sel_active {
    border: 1px #E27403 solid !important;
}
.p_sizes {
    border: 1px solid #EAE4EA;
    cursor: pointer;
    float: left;
    line-height: 22px;
    margin: 0px 4px 4px 0px;
    padding: 0px 10px;
    text-align: center;
}
.p_sizes:hover {
    border: 1px solid #E27403;
}

.mega_row{
		margin: 0 0 18px;
		overflow: hidden;
		background:#EBEBEB;
	}
	.mega_row_el{
		background:#EBEBEB;
		float: left;
		margin: 0 0px 0 0;
		overflow: hidden;
		padding: 0px 0 0;
		text-align: center;
		width: 313px;
	}
	.mega_row_img {
		background: url("../images/line_menu.jpg") repeat-x scroll 0 0 transparent;
		float:left;
		width:80px;  
	}
	.mega_row_name {
		margin-left:80px; padding: 0px 0px 0;
	}
	.mega_row_name span {
			height: 23px;
			background: url("../images/line_menu.jpg") repeat-x scroll 0 0 transparent;
			color: #FFFFFF;
			display: block;
			width: 100%
			
	}
	.mega_row_name span a {
			color:#fff;
			text-decoration:none;
			font-weight: bold;
			text-align: left;
			font-size: 14px
			
	}
	.mega_row_name ul { 
		padding: 0px 0px 0;
		list-style:none;
	}
	.mega_row_name ul li{float: none;}
	.mega_row_name ul li a { height: 21px; line-height: 21px; text-decoration: none;}
	.mega_row_name ul li a:hover { text-decoration: underline;}

.menu{background:url(../images/menu.gif) right no-repeat; width:980px; height:70px; _width:978px;}
.search{float:right; background:url(../images/search.gif) top left no-repeat; width:287px; height: 70px; background-position:0 10px; padding:0 14px 0 0;}
.search input{color:#959595; font-family:Tahoma, Geneva, sans-serif; font-size:14px; width:174px; height:25px; line-height:25px; margin: 11px 0 0 10px; border-color:transparent; border:none; background:transparent; float:left;}

.search input.search_btn{width:46px; height:26px; margin:11px 20px 0 25px; float:right;  background:url(../images/search_btn.gif) no-repeat; overflow:hidden; cursor:pointer; }

.menu ul{float:left; padding:2px 0 0 20px; _padding:2px 0 0 18px;}
.menu ul li{float:left;}

.menu ul li a {
  display: block;
  height: 48px;
  text-align: left;
}

.menu ul li a.menu_dogs{background:url(../images/menu_dogs.gif); width:162px;}
.menu ul li a.menu_cats{background:url(../images/menu_cats.gif); width:151px; margin:0 0 0 2px; _margin:0 0 0 1px;}
.menu ul li a.menu_fishes{background:url(../images/menu_fishes.gif); width:150px; margin:0 0 0 2px; _margin:0 0 0 1px;}
.menu ul li a.menu_birds{background:url(../images/menu_birds.gif); width:150px; margin:0 0 0 2px; _margin:0 0 0 1px;}
.menu ul li a:hover, .menu ul li a.active{background-position:0 -48px;}


li {list-style: none outside none;}

.is_hit_img {
    position: absolute;
    z-index: 1000;
    right: 0px;
    bottom: 0px;
}

.vlayer_block {
    background-image: url('../images/video_layer.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 35px;
    position: absolute;
    z-index: 1000;
    margin-left: 4%;
    margin-top: 9%;
}

 /*##MEGAMENU##*/

#megamenu {
	list-style:none;
	width:619px;
	height:48px;
	padding-left: 0px; padding-right: 0px; margin-left: 20px;

}

#megamenu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	border:none;
}

#megamenu li:hover {
	z-index:10;
}


.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:48px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 15px 10px 15px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#E8F6FD;
	
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 660px;}
.dropdown_5columns {width: 700px;}

#megamenu li:hover .dropdown_1column, 
#megamenu li:hover .dropdown_2columns, 
#megamenu li:hover .dropdown_3columns,
#megamenu li:hover .dropdown_4columns,
#megamenu li:hover .dropdown_5columns {
	left:0px;
	position: absolute;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#megamenu .megamenu_right {
	float:right;
	margin-right:0px;
}
#megamenu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#megamenu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}


#megamenu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#megamenu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#megamenu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

.megamenu_childr{width:660px;
height:350px;}
/*{border:1px solid #aaaaaa;float:left;width: 120px;}*/

.catalog-section{
	/*border:1px solid #aaaaaa;*/
	height: 160px;
	width: 208px;
	float:left;
	padding: 5px;
 }
.catalog-section-image{
  float: left;
  height: 80px;
  overflow: hidden;
  width: 80px;
}
.catalog-section-title{
 float: left;
display: block;
height: 80px;
  width: 128px;
  font-weight: bold;
  text-align: center;

}
.menu ul li a.titles{
display: block;

  padding-bottom: 0;
  width: 138px;
    padding-top:25px;
  text-align: center; 
  text-decoration:none
}

.catalog-section-childs{
display: block;
  width: 218px;

}ul.catalog-section-childs li a{height: 14px;}
.menu ul li a.titles:hover{color:#FF5400;}
.catalog-section-childs li a{
	width: 218px;
	padding: 0;
	text-decoration:none
	}
.catalog-section-childs li a:hover{
	color:#FF5400;
	text-decoration:medium
	}

 /*##MEGAMENU END##*/

.play_m_v {
    position: absolute;
    z-index: 1000;
    margin-left: -110px;
    margin-top: 50px;
    -webkit-margin-before: -90px;
    -webkit-margin-start: 70px;
}

.n_b_l_1 {
    position: relative;
    margin-top: -9% !important;
    margin-left: 40px !important;
    -webkit-margin-before: -50px !important;
    -webkit-margin-start: 40px !important;
}
.n_b_l_2 {
    position: relative;
    margin-top: -8% !important;
    margin-left: 230px !important;
    -webkit-margin-before: -45px !important;
    -webkit-margin-start: 230px !important;
}
.n_b_l_3 {
    position: relative;
    margin-top: -8% !important;
    margin-left: 420px !important;
    -webkit-margin-before: -45px !important;
    -webkit-margin-start: 420px !important;
}

.p_comments {
    position: relative;
    margin-top: 0px;
    margin-left: -2px;
    width: 300px;
    min-height: 300px;
    border-top: 2px solid silver;
    border-left: 2px solid silver;
    border-bottom: 2px solid silver;
    border-right: 2px solid silver;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:5px;
    -khtml-border-radius:10px;
    background-color: white;
}
.p_no_comments {
    text-align: center;
    margin-top: 10px;
}
.p_commentary {
    padding-left: 10px;
    margin-bottom: 1px;
    border: 1px solid silver;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:5px;
    -khtml-border-radius:10px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

table {
    border-collapse: separate;
    
    line-height: 18px;
}

table, th, td {
	vertical-align: top;
    
}

th, td {
    padding: 0;
}

th, thead td {
    font-weight: bold;
}

p {
    margin: 0 0 8px;
}

input {
    vertical-align: middle;
}

.input_style_f {
    border-bottom: 1px #8c7975 solid !important;
    border-top: 1px #8c7975 solid !important;
    border-left: 1px #8c7975 solid !important;
    border-right: 1px #8c7975 solid !important;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.5) !important;
    width: 250px;
}
.input_style_f_red {
    border-bottom: 1px red solid !important;
    border-top: 1px red solid !important;
    border-left: 1px red solid !important;
    border-right: 1px red solid !important;
    -moz-box-shadow: 0 0 10px rgba(255,0,0,0.0) !important;
    -webkit-box-shadow: 0 0 10px rgba(255,0,0,0.0) !important;
    box-shadow: 0 0 4px rgba(255,0,0,0.0) !important;
    width: 250px;
}
.input_style_basket { 
border: 1px solid #8C7975;
border-radius: 3px;
box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.506);
color: black;
font-size: 18px;
height: 40px;
width: 300px;
text-align: center;
}
.order_edit_title {
    /*border: 1px silver dotted;*/
    float: left;
    margin-top: 4px;
    font-size: 18px;
    width: 150px;
    text-align: right;
}
.order_edit_value {
    /*border: 1px silver dotted;*/
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    width: 330px;
    text-align: left;
}
.order_span_1 {
    float: left;
    font-size: 18px;
    margin-left: 5px;
    line-height: 18px !important;
}
.order_span_2 {
    font-size: 18px;
    margin-left: 5px;
    line-height: 18px !important;
}

input.text {
    background-color: #fff;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 24px;
	color: #959595;
	font-size: 14px;
	box-shadow: inset 1px 1px 1px #e5e5e5;
	-webkit-box-shadow: inset 1px 1px 1px #e5e5e5;
	text-indent: 5px;
}

input.email {
    background-color: #fff;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 24px;
	color: #959595;
	font-size: 14px;
	box-shadow: inset 1px 1px 1px #e5e5e5;
	-webkit-box-shadow: inset 1px 1px 1px #e5e5e5;
	text-indent: 5px;
}

#m_exp_menu {
    display: none;
}
.m_exp_active {
    display: block;
}
.m_exp_menu_active {
    color: #E27403 !important;
}
.k_n_p_v {
    background-image: url('../images/vruchenie_podarka.png');
    width: 551px;
    height: 182px;
    background-repeat: no-repeat;
}

div.buy-set-link {
	background-image: url("../images/buy_set.png");
    background-repeat: no-repeat;
    width: 195px;
    height: 91px;
    cursor: pointer;
    margin: 0 auto;
}

/* TOOLTIPS */
.tooltips2 {
  background: #E27600;
  border-radius: 6px;
  color: #FFFFFF;
  display: none;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-left: 68px;
  margin-top: -1px;
  position: absolute;
  text-align: center;
  width: 304px;
  z-index: 10000;
}
.tooltips2:after {
  border-bottom: 8px solid #E27600;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0px;
  left: 50%;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 0px;
}

.tooltips3 {
  position: absolute;
  z-index: 10000;
  width:240px;
  color: #FFFFFF;
  background: #E27600;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 421px;
  margin-top: -37px;
}
.tooltips3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #E27600;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
/* TOOLTIPS */
span.click_tooltip {
      position: absolute;
      margin-left: -312px;
      margin-top: 50px;
      display: none;
      width: 170px;
      height: 20px;
      line-height: 20px;
      padding: 2px;
      font-size: 14px;
      text-align: center;
      color: #000000;
      background: #f8cdcd;
      border: 4px solid #f8cdcd;
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.102) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.102) 1px 1px 2px 0px;
}

span.click_tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #f8cdcd transparent;
      top: -23px;
      left: 70px;
}

.tooltip {
      position: absolute;
      margin-left: 140px;
      margin-top: 5px;
      display: none;
      width: 170px;
      height: 20px;
      line-height: 20px;
      padding: 2px;
      font-size: 14px;
      text-align: center;
      color: #000000;
      background: #f8cdcd;
      border: 4px solid #f8cdcd;
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.102) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.102) 1px 1px 2px 0px;
}

.tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #f8cdcd transparent;
      top: -23px;
      left: 70px;
}

.ideal_main {
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    margin-bottom: 15px;
}

.uppall_main {
    border-top: 2px #f4f4f4 solid;
    padding-top: 10px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    margin-bottom: 15px;
}
.uppall_img {
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 120px;
    height: 120px;
    float: left;
}
.uppall_img_title {
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 120px;
    float: left;
}
.uppall_name {
    padding-left: 15px;
    padding-top: 30px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 140px;
    height: 90px;
    float: left;
}
.uppall_name_title {
    padding-left: 15px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 140px;
    float: left;
}
.uppall_amount {
    text-align: center;
    padding-top: 30px;
    border-left: 2px #f4f4f4 solid;
    border-right: 2px #f4f4f4 solid;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 50px;
    height: 90px;
    float: left;
}
.uppall_amount_title {
    text-align: center;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 50px;
    float: left;
}
.uppall_price {
    text-align: center;
    padding-top: 30px;
    border-right: 2px #f4f4f4 solid;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 80px;
    height: 90px;
    float: left;
}
.uppall_price_title {
    text-align: center;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 80px;
    float: left;
}
.uppall_price_sum {
    text-align: center;
    padding-top: 30px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 100px;
    height: 90px;
    float: left;
}
.uppall_price_sum_title {
    text-align: center;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 100px;
    float: left;
}

.ideal_img {
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 120px;
    height: 120px;
    float: left;
}
.ideal_name {
    padding-left: 15px;
    padding-top: 30px;
    font-size: 13px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 140px;
    height: 90px;
    float: left;
}
.ideal_old_price {
    padding-left: 10px;
    padding-top: 30px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 80px;
    height: 90px;
    float: left;
}
.ideal_new_price {
    padding-left: 10px;
    padding-top: 30px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 70px;
    height: 90px;
    float: left;
}
.ideal_basket {
    padding-top: 20px;
    /*
    border-bottom: 1px gray dashed;
    border-top: 1px gray dashed;
    border-left: 1px gray dashed;
    border-right: 1px gray dashed;
    */
    width: 100px;
    height: 100px;
    float: left;
}
.ideal_link {
    background-image: url('../images/upsell_basket.png');
    width: 97px;
    height: 46px;
    cursor: pointer;
}
.ideal_link:hover {
    background-image: url('../images/upsell_basket_hover.png');
    width: 97px;
    height: 46px;
    cursor: pointer;
}

.search_city_result {
    background: none !important;
    margin-top: 5px;
    margin-left: -8px;
    position: absolute;
    width: 230px;
    height: auto !important;
    background-color: #FFFFFF !important;
    border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden; 
}

.city_s_resultid {
    color: #363636;
    font-size: 18px;
    background: none !important;
    width: 230px;
    background-color:  !important;
    margin-top: -15px;
    margin-left: -8px;
    margin-bottom: 10px !important;
}
.city_s_resultid:hover {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}
.garantee_block {
    border-top: 1px antiquewhite dashed;
    border-left: 1px antiquewhite dashed;
    border-bottom: 1px antiquewhite dashed;
    border-right: 1px antiquewhite dashed;
    background-color: #E6E0DD;
    height: 50px;
}
.div_l {
    float: left;
    margin-left: 25px;
    margin-right: 50px;
}
.div_r {
    padding-top: 10px;
    font-family: Calibri;
    color: #666666;
}
.strong_l {
    color: #E27600;
    font-size: 24px;
    font-family: Calibri;
    line-height: 50px;
}
.span_more {
    border-bottom:1px dashed;
    cursor: pointer;
    margin-left: 80px;
}
.span_more:hover {
    border-bottom:0px dashed;
}
.div_g_block {
    background-color: #e2efd1;
    width: 440px;
    height: 100px;
    padding-left: 25px;
}
/*
input[type="password"] {
    background-color: #fff;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 24px;
	color: #959595;
	font-size: 14px;
	box-shadow: inset 1px 1px 1px #e5e5e5;
	-webkit-box-shadow: inset 1px 1px 1px #e5e5e5;
	text-indent: 5px;
}
*/
a {
    color: #619913;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0 none;
}


ul.ul-null {
    list-style: none;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'a_FuturaRoundBold';
    src: url('../font/FUT_RB.TTF') format('ClearType');
    font-style: normal;
}
@font-face {
    font-family: 'FreeFontPro';
    src: url('../font/freefontpro.otf');
    font-style: normal;
}

.pum-wrapper {
	width: 984px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

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

/* Header */
@font-face {
    font-family: 'Neucha';
    src: url('../font/Neucha.ttf') format('ClearType');
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('../font/calibri.ttf') format('ClearType');
    font-style: normal;
}
.header{
    height:90px;
    position:relative;
    margin-left: 0px;
    width: 993px;
    padding-top: 60px;
}
.header .lapalogo1 {
    float: left;
    background: url('../images/lapalogo2.png') no-repeat;
    width: 96px;
    height: 94px;
}
.header .lapalogo2 {
    float: left;
    background: url('../images/lapalogo.png') no-repeat;
    width: 320px;
    height: 87px;
    position: relative;
}
.header .lapalogo2 span:first-child {
    position: absolute;
    color: #9B9292;
    font-family: "Calibri";
    right: 10px;
    font-size: 16px;
}
.header .lapalogo2 span:last-child {
    position: absolute;
    bottom: 10px;
    color: #9B9292;
    font-family: "Calibri";
    right: 10px;
    font-size: 16px;
    font-weight: bold;
}
.header .info {
    font-family: "Calibri";
    position: relative;
    border: 0px silver solid;
    text-align: right;
    width: 240px;
    float: left;
    height: 84px;
    padding-left: 30px;
}
.info .work {
    font-family: "Calibri";
    
    color:#515556;
    font-size:18px;
    
}
.info .phone_h{
    font-family: "Calibri";
    color: #15A712;
    font-size: 28px;
}
.info .phone_h span.phone{
    font-family: "Calibri";
    color:#7d7d7d;
}
.info .call {
    background: url("../images/callback.png") no-repeat transparent;
    color: #333333;height: 46px;
    padding-top: 10px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 6px;
    width: 182px;
    font-family: "Calibri";
    font-size: 14px;
    white-space: nowrap;
}
.logo-info-new {
    background: url('../images/logo110.png') no-repeat;
    border: 0px solid silver;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 36px;
    top: 3px
}
.logo-info {
    border: 0px solid silver;
    float: left;
    height: 100px;
    margin-top: 0px;
    width: 400px;
    font-family: FreeFontPro;
    margin-left: 164px;
}
.logo {
    float:left;
    background:url(../images/logo-ny.jpg) center no-repeat;
    width:370px;
    height:86px;
    background-position:0 15px;
    text-decoration:none;
}
.green{text-align:right; font-size:19px; margin-top: 13px; color:#63c108; display:block;}
.blue{font-size:15px; color: #008040; font-weight: bold; margin:48px 0 0 0; display:block;text-align: right; }
.info-l{
    float:left;
    margin-top:10px;
    width: 334px;
    padding: 0px 10px;
    font-weight: bold;    
    height: 100px;
    border: 0px solid silver;
    font-family: FreeFontPro;
    margin-left: 22px;
}
.info-r{
    background: url('../images/cart-personal-background.jpg') no-repeat;
    float: right;
    height: 105px;
    position: relative;
    width: 213px;
}
.info-r .empty-cart {
    width: 100%;
    height: 97px;
    display: table-cell;
    vertical-align: middle;
}
.info-r .user {
    background: url('../images/kluch.png') no-repeat 93% transparent;
    display: table-cell;
    height: 48px;
    vertical-align: middle;
    width: 200px;
    clear: both;
    color: #333333;
    font-family: FreeFontPro;
    font-size: 18px;
    padding: 0px 62px 0px 10px;
    text-align: right;
}
.info-r .basket {
    background: url('../images/korzina.png') no-repeat 93% transparent;
    display: table-cell;
    height: 48px;
    vertical-align: middle;
    width: 200px;
    clear: both;
    color: #333333;
    font-family: FreeFontPro;
    font-size: 18px;
    padding-left: 10px;
    text-align: right;
    padding-right: 70px;
}
.info-r .goods-cart {
    background: url('../images/add_to_shopping_cart.png') no-repeat 95% 5% transparent;
    width: 100%;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    width: 198px;
    text-align: center;
}
.info-r .goodsInCart {
    border: 0px silver solid;
    display: table-cell;
    vertical-align: middle;
    clear: both;
    height: 130px;
    width: 120px;
}


.icons{
    bottom: 0px;
    position: absolute;
    right: 15px;
}
.icons a{
    text-decoration:none; margin:0 1px;
}
.icons img{
    vertical-align:middle;
    margin: 0px 1px;
}
.big-foot-bl {
	background: url("../images/big-foot-bg.png") no-repeat scroll 0 -10px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 45px;
	width: 245px;
	padding: 26px 0 10px 6px;
}
.big-foot-bl.opt-active{
	background-position: 174px -100px;
}
.big-foot-bl a {
	font-size: 16px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	color: #8C7975;
    margin-right: 10px;
}

.big-foot-bl span {
	border-bottom: 1px dashed #8C7975;
}

.big-foot-bl a.last-el {
	border-left: 2px solid #A0918C;
}

.big-foot-bl a.last-el span {
    margin-left: 20px;
}

.big-foot-bl a.active {
	color: #619913;
}

.big-foot-bl a:hover span,
.big-foot-bl a.active span {
	border-bottom: 0 none;
}

.head-contacts {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	width: 210px;
}

.head-contacts.h-basket {
	width: auto;
}

.head-contacts.h-basket .green-text {
	color: #436a0c;
	line-height: 1;
}

.head-contacts ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.head-contacts .title-el {
	font-style: italic;
	color: #619913;
	font-size: 13px;
}

.head-contacts .number-el {
	vertical-align: text-top;
}

.head-contacts .number-el span {
	font-size: 14px;
	color: #959595;
	font-weight: bold;
}

.head-contacts .number-el strong {
	font-size: 36px;
	line-height: 30px;
	color: #436a0c;
}

.head-contacts li.marg-b {
	margin-bottom: 4px;
}

.callback-el a {
	font-size: 16px;
	color: #8c7975;
	border-bottom: 1px dashed #8c7975;
	text-decoration: none;
}

.callback-el a:hover {
	border-bottom: 0 none;
}

.head-contacts .worktime-el {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.head-contacts .inet-el .icq-ico {
	margin-left: 15px;
}

.skype-ico {
	background: url("../images/skype-ico.png") no-repeat scroll 0 0;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #363636;
}

.icq-ico {
	background: url("../images/icq-ico.png") no-repeat scroll 0 1px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #363636;
}

.top-nav {
    height: 40px;
    width: 100%;
}

.top-nav ul {
    list-style: none outside none;
    margin: 0 -9px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.top-nav li.el-nav-li {
    display: inline-block;
    position: relative;
    margin: 0px 7px;
}

.top-nav a.el-top-nav {
    background: url("../images/top-nav-bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.top-nav a.el-top-nav:hover {
	font-size: 16px;
}
.top-nav a.el-top-nav:active {
	top: 1px;
}
.top-nav a.el-top-nav.el-nav-1 {
    width: 88px;
}
.top-nav a.el-top-nav.el-nav-1:hover {
    background-position: 0 -35px;
}
.top-nav a.el-top-nav.el-nav-2 {
    background-position: 0 -70px;
    width: 210px;
}
.top-nav a.el-top-nav.el-nav-2:hover {
    background-position: 0 -105px;
}
.top-nav a.el-top-nav.el-nav-3 {
    background-position: 0 -140px;
    width: 96px;
}
.top-nav a.el-top-nav.el-nav-3:hover {
    background-position: 0 -175px;
}
.top-nav a.el-top-nav.el-nav-4 {
    background-position: 0 -210px;
    width: 116px;
}
.top-nav a.el-top-nav.el-nav-4:hover {
    background-position: 0 -245px;
}
.top-nav a.el-top-nav.el-nav-5 {
    background-position: 0 -280px;
    width: 154px;
}
.top-nav a.el-top-nav.el-nav-5:hover {
    background-position: 0 -315px;
}
.top-nav a.el-top-nav.el-nav-6 {
    background-position: 0 -350px;
    width: 106px;
}
.top-nav a.el-top-nav.el-nav-6:hover {
    background-position: 0 -385px;
}
.top-nav a.el-top-nav.el-nav-7 {
    background-position: 0 -420px;
    width: 116px;
}
.top-nav a.el-top-nav.el-nav-7:hover {
    background-position: 0 -455px;
}
.top-nav ul ul {
    background: url("../images/top-nav-sub-bg.png") repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    left: 12px;
    min-width: 95px;
    padding: 8px 10px 8px 18px;
    position: absolute;
    text-align: left;
    top: 30px;
    z-index: 20;
}
.top-nav ul ul li {
    margin-bottom: 2px;
}
.top-nav ul ul li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.top-nav ul ul li a:hover {
    text-decoration: underline;
}
/* - - - - - - - - - - - - Basket Steps Block - - - - - - */
.basket-steps {
	position: relative;
	margin: -20px 0 20px;
}
div.basket-steps {
	position: relative;
	margin: 0px 0 20px;
}
div.step {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #E6E0DD;
    font-size: 16px;
    font-weight: 700;
    height: 28px;
    cursor: pointer;
    width: 15%;
    padding: 0px 0px;
    border-right: 0px white solid;
    color: #8C7975;
}
div.basket-steps .active {
    background-color: #E27600;
    background-image: url('../images/mobile-steps-active.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    color: white;
}
div.basket-steps .active-last {
    background-color: #E27600;
    color: white;
}
div.basket-steps .innactive {
    background-color: #E6E0DD;
    background-image: url('../images/mobile-steps-innactive.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
div.basket-steps .active-r {
    background-color: #E6E0DD;
    background-image: url('../images/mobile-steps-active-r.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
/* - - - - - - - - - - - - Middle - - - - - - - - - - - - */
.pum-middle {
	width: 100%;
	padding: 0 0 350px 0;
	height: 1%;
}
.pum-middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.pum-container {
	float: left;
	width: 560px;
	position: relative;
}
.content {
	position: relative;
}

.warranty-block {
	background: url("../images/warranty-bg.png") no-repeat scroll right 0 transparent;
	min-height: 124px;
	max-height: 145px;
	margin: 0 0 5px -2px;
	position: relative;
	padding: 5px 10px 5px 15px;
}
.warranty-block .title-el {
	color: #fff;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1;
	display: block;
}
.warranty-block p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.warranty-block a.small-link {
	color: #f8e3cd;
	font-size: 10px;
}
.warranty-block .five-minut {
	background: url("../images/time-warranty-ico.png") no-repeat scroll 0 0;
	margin: 0 5px 0 -12px;
    padding: 0 0 15px 35px;
	text-align: center;
}
.warranty-block .five-minut strong{
	display: block;
	font-size: 18px;
}
.warranty-block .five-minut span {
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	color: #e57f18;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
}
.warranty-block a.big-link {
	color: #fff;
	font-weight: bold;
}
.warranty-left-bl {
	float: left;
	width: 34%;
	margin-right: 5%;
	padding-top: 8px;
	height: 112px;
}
.warranty-left-bl img {
	position: relative;
	right: -5px;
}
.warranty-right-bl {
	float: right;
	width: 58%;
}
.warranty-block .you-to-us {
	background: url("../images/counter-line.png") no-repeat scroll center bottom;
    padding: 0 0 12px 0;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.warranty-left-bl ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 10px;
	text-align: right;
	font-size: 14px;
}
.popular-product-wrp {
	position: relative;
	margin-bottom: 15px;
}

.popular-product-wrp .title-el {
	font-size: 28px;
	line-height: 1;
	padding-left: 20px;
}
.popular-product-wrp .second-title-el {
	font-size: 18px;
	line-height: 1.4;
	color: #959595;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
}
.popular-product-wrp .title-el span {
	color: #363636;
	font-size: 18px;
	vertical-align: baseline;
}
.popular-product-wrp .third-title-el {
	font-size: 18px;
	line-height: 1.4;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
}
.popular-product-cont {
	width: 100%;
	border-bottom: 2px solid #f3f3f3;
}

.one-elem-prod {
	border-top: 2px solid #f3f3f3;
	width: 166px;
	height: 340px;
	position: relative;
	padding: 20px 10px;
	float: left;
}
.one-elem-prod.select-bg {
	background-color: #f5efe1;
}
.one-elem-prod .img-bl{
	height: 140px;
	display: table-cell;
	vertical-align: middle;
}
.one-elem-prod .img-bl a {
	display: block;
}
.one-elem-prod .img-bl img {
	max-width: 100%;
	max-height: 160px;
    border: 0px;
}
.one-elem-prod a.link-el {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.one-elem-prod p{
	margin-top: 10px;
}
.one-elem-prod a.buy-now-link{
	position: absolute;
	bottom: 18px;
    left: 0px;
}


.predzakaz_click {
    background-image: url("../images/predzakaz.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    margin-left: 0px;
    display: block;
    cursor: pointer;
    width: 141px;
    height: 66px;
    
}
.predzakaz_click:hover {
    background-image: url("../images/predzakaz_light.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    margin-left: 0px;
    display: block;
    cursor: pointer;
    width: 141px;
    height: 66px;
    
}
.predzakaz_click_2 {
    background-image: url("../images/predzakaz.png");
    background-repeat: no-repeat;
    bottom: 20px;
    margin-left: 0px;
    display: block;
    cursor: pointer;
    width: 141px;
    height: 66px;
    
}
.predzakaz_click_2:hover {
    background-image: url("../images/predzakaz_light.png");
    background-repeat: no-repeat;
    bottom: 20px;
    margin-left: 0px;
    display: block;
    cursor: pointer;
    width: 141px;
    height: 66px;
    
}
.buy_one_click {
    background-image: url("../images/click_category.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    margin-left: 80px;
    display: block;
    cursor: pointer;
    width: 80px;
    height: 42px;
    display: none;
}
.buy_one_click2 {
    background-image: url("../images/click2.png");
    background-repeat: no-repeat;
    margin-top: 25px;
    cursor: pointer;
    width: 128px;
    height: 31px;
}
.buy_one_click3 {
    background-image: url("../images/click3.png");
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    width: 167px;
    height: 41px;
}
.buy_one_click_block {
    position: fixed;
    margin-bottom: auto;
    border-top: 1px #E27403 solid;
    border-left: 1px #E27403 solid;
    border-bottom: 1px #E27403 solid;
    border-right: 1px #E27403 solid;
    width: 558px;
    height: 350px;
    z-index: 1000;
    padding-left: 5px;
    background-color: white;
    display: none;
}

.bt3{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAcCAYAAAAtMJKYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTFCOTVGNzZCMzI4MTFFMjg1QTBCQTAzMzgyQjQ4NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTFCOTVGNzdCMzI4MTFFMjg1QTBCQTAzMzgyQjQ4NDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MUI5NUY3NEIzMjgxMUUyODVBMEJBMDMzODJCNDg0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MUI5NUY3NUIzMjgxMUUyODVBMEJBMDMzODJCNDg0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pik1JUwAAAKdSURBVHjaYvxfwPCfYRRggAefmTKN1/EvBjK/szAwjgYINnDtA7M0kBID4mcsDEyjAYINvP/FxA+kuIGYaTQl4QJI4TKakkYDiVqBxDwaHlgB02hKIiklMYEDiVrYrpyBIWE3hC1jzMBQeJeBoQnYDBNWYqCqPfTCNMlujFAMMtO1g4Hh/h4GhinpEDnmoZzdmGlgsEkaA4OiCwPDdmVI4AgAU1IWMFXNM2FgeHEWwQcFIkgdMtgODFQJYwRbM5SBIXAVhO05E9PO87MQaodEdgMZDPI0yDMnOhkYPt2DiIPoB8AA0QqF8EE0iP8RKH4B6MkORgj+cA+RGkFYSAkRMCA+SM0OaGDA9MDU0jC7MYFjmloYZPBDoOc3hTEwWADLJyljhNwlYGAYpEHYIPrWatTsyYyUGkFinIIMDBHA8u3lWUjgMSHZwYCkhxFqXsV/CLYqp45fGGkVSDBP31kNCQR/YDbhFoTIgcRAwAFYVnEAxa7MwgwkRqRAUg+FqNuTjhDHFUigCOgDMta4AiuPDoSdlEY4zVISzAP7oNnCDClmQQFjWg6hmZGSNXJKYkQy5ywwy365hxBHjmFkO2FmcAkiUiNVA4naZRLMk7/fMzAcqwAW4sBAUYOWRU/2QLvYs1AcgVIGwOhXwGx2rhNVHF0djK0DzG75wKzmtQpiJ8huavgFFm//p9JxPMkQGGCywIJ9k+ugbwEsPcs+OW89F6jqvEu/bgk7MCsYAQPpZMXQaDMNSLcElAUWCWE4YHQUYNh0cEdHAUZT0uhQCd1S0ugY92h2o0ogPf3AVHLzObPUp++MvKMhgwBHbrNcBFI/gfg/o5CgIA8DZBKOZzRoUMAPIH4HxB9YgMQ3IH42RJp49AT/gPgPEP8FCDAAjGuWKJKEdwsAAAAASUVORK5CYII=)no-repeat;
	font-size: 0px;
	height: 28px;
	width: 73px;
	display: block;
	}
.bt3:hover{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAcCAYAAAAtMJKYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTJENTBDNjdCMzI4MTFFMjgzODJENjI4MEREQzAwMUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTJENTBDNjhCMzI4MTFFMjgzODJENjI4MEREQzAwMUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMkQ1MEM2NUIzMjgxMUUyODM4MkQ2MjgwRERDMDAxQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMkQ1MEM2NkIzMjgxMUUyODM4MkQ2MjgwRERDMDAxQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk8W48cAAAKmSURBVHja7FnNaxNBFH8zCSharYlQRAUxB/Gq8SJFQaiIJ/FQRfDkoehFehAar57SiwhSoetFED24UP8ABUXECnZBoVbaWqmI9QuaaMFav+Lv9SXs7GYVTLZrI/PgZXY+3uy+3/zeY2aiKr1UISt1Mj2nT+WH2q/icT5NygISJWPl1CYUHdCZNGkLSJSUvup2FKuh2jLpd2LgYplkQYoLpJTFI1K0ZdJfMUkvgtSsnp0lOoft1ua81A8NSv3oDYpl/n+lsYabMii6p48o34ONhks0dIRaNpz1UuWk9Tmizj55ftgvAB0Eq3YAtDsFomG07Ub/vqLUuQzLM1fGnRgh+lIiOp/1bd56MmZDPmjD467vFxsWtuG2ZRVuNTmM8FqZIXrsEL33pG/clT4GSldLlpe3fbsLcOpuwf84c85sTkCqyZVdREXlg8B1ttchFsTol15c7Wa1Jveqjm7vxl41I32vAMY7ALYOzu7skZIBMp1KGR8VBomZaK5u+J06ZM/SixxZQE48dqtxn9RSgcSATLjCpgODfv9ElU17q+E16QbtzI9Sxpw8z5Yuokf9wbFh23DbpawsDNsycxvxKXYmmYn7Adi0gFDYBjZt7ZL+p460sdNccj0qPKKYNAKA5l7UM0n9gUk6AvSmQIozJ/EzOzTqSL2zKG3fSsIyllEn2k5FgPQRcw0XAtSPtA23nUS4dSC5Pwdjx5zGfDLeqSoDCd0nHZ8iWot85CLRfvCW/Q7gmrfi4umbq3i1p5I5luS6BSAGZ9Zrjb1T4seSadD+sqp7ub0F+K8OuPYWwDLJXpUkxiR7x23DLRaQXpf1mfE3qY2f5tUai4wv9yfTT1AsQCsqm8m0kfwJ12ahCd5SQXG+oXIaP5+hMy20zUtKfkK/Q3/8EmAAQUSgSCobZt8AAAAASUVORK5CYII=)no-repeat;}
.bt3:active{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAcCAYAAAAtMJKYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjAyRjg0OTVCMzI4MTFFMkFGQjZDMDBDOTFCRUEwRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjAyRjg0OTZCMzI4MTFFMkFGQjZDMDBDOTFCRUEwRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMDJGODQ5M0IzMjgxMUUyQUZCNkMwMEM5MUJFQTBGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMDJGODQ5NEIzMjgxMUUyQUZCNkMwMEM5MUJFQTBGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnRH408AAAKhSURBVHja7FlNSFRRFD7vOWHYyPAmEDFqMQgRSoumVbiotEXLFtaunVIg2SJwVi1a6VLcNI92EUJv47aSXFgR4SRhZUONWehkIU5FPyb1XufMmeH9zC3EeU0jnA8u95577zl6vnfO5Z47mjMODggqsLiqn09ejl3H4feIUKTG86WGPdi1YMtHwBZCVCh81WPY7cKmSyT9CR5eJJKEpCpge0n6JXxIJIUQSXpRqLadXQPoQ+p3J1nuSrPcfRNCsf8/mvOv0o1sHRwCONAPkLMAbp2WM6kC0QTAoSEez4wwaccwqjqRtAcpgAzOJXH9yDDL1AfxyuJ9Z2YAfhQAzLir8yHDe1qSfh3aN3GCdQikQ3N1lW5lnMT0ajQAnpoAKxlee2nxWkc/y9QT3ky6elfRqfsp98D02mxOMElljB8GGNVcEkgmfTvgYIjpphe/drWtbHC65Gh7L8AOg9deIxnvkbBYggmi/u2k2qkgSTQ+nnbtO4q/aZdkr71zeEYO4oZTd7bukx02SWUQIVmMnJ1IUHfaXc+WoqmrlF4vLL+e12nHY5Ps7OsBeDTi3xvUDc6NxfnDkC6lel2RRIanMJrWMRX2YzTt7eH1xybPkdPUk2wHHFVFEuEhErS2UBlJ8JdIUkXaVrMj9DOJxuTQrMny0WGe+1bgKCPMmmo9R0HSR7R1N+X7h5W6wbmLmG6teLjPW+4HqcIvzblSoxJ3IAdg4Hl0DQ/ad5m6vwHceNY4duF2E33tXG3Kko5eJiiP5CzVP0GV96RalCVzGPZz2ja+TErttokCV14BJJLkqaRmJMkbt0RSKCQtf9EvZT81tH3e0JqFGRf3ViJP6BGG6NLihhEF/hEuKtT4sE5FFhVHEaqssOWLdZwgeAn4SeXubwEGAPRv27VMjl5RAAAAAElFTkSuQmCC)no-repeat;}

#svwp0 { 

display: block;
margin: px 4px 4px 10px;
border: 0px solid #FF0000;
float: none;
height: 250px;
width: 250px;
padding-top: 5px;
}
#svwp1 { 
background: url("../images/cart_pic_n_sm.png") 0px 0px no-repeat transparent;
display: table-cell;
margin: 4px 2px 4px 2px;
border: 0px solid #FF0000;

height: 130px;
width: 122px;
padding-top: 5px;
padding-bottom: 5px;
}

img.noninstock {
    position: absolute;
	bottom: 18px;
    left: 10px;
}
.one-elem-prod a.one-click-buy{
	position: absolute;
	bottom: 23px;
    right: -5px;
}
.old-price {
	font-size: 16px;
	color: #898989;
	padding: 2px 0;
	position: relative;
	margin-left: 5px;
}
.old-price span {
	background: url("../images/old-price-line.png") no-repeat scroll center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1px;
	text-indent: -9999px;
}

.surprise-block {
	background-color: #f9f5ed;
	padding: 10px;
	font-size: 14px;
}
.surprise-block .title-el,
.title-orange {
	font-size: 22px;
	color: #e27301;
	margin-bottom: 5px;
	line-height: 1;
}
.title-orange a{
	color: #e27301;
}
/* - - - - - - - - - - - - Goods block - - - - - - - - - - - */
.goods-block-wrp {
	border-top: 2px solid #F3F3F3;
	padding-top: 8px;
	margin-bottom: 50px;
	position: relative;
}
.goods-block-wrp .h-title-el {
	font-weight: normal;
	color: #619913;
	margin-bottom: 20px;
}
.goods-block-wrp p {
	font-size: 16px;
}
.goods-block-wrp .goods-bl-left {
	float: left;
	width: 290px;
}
.goods-block-wrp .goods-bl-right {
	float: right;
    position: relative;
    width: 250px;
}
.goods-block-wrp .shadow {
    background-color: #FFFFFF;
    border-left: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    border-radius: 5px;
    box-shadow: 0 8px 6px -6px black;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}


.goods-sel-color {
	margin: 10px 0 15px;
}
.goods-sel-color strong {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
ul.goods-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.goods-info-list li {
	font-size: 16px;
	padding-top: 10px;
}
ul.goods-info-list li.prise-el {
	font-size: 18px;
	font-weight: bold;
}
ul.goods-info-list li.prise-el span {
	color: #e27200;
	padding-right: 2px;
}
.need-help-small {
	background-color: #f5efe1;
	display: inline-block;
	padding: 5px 10px;
}
.need-help-small.need-help-big {
	background: none;
	display: block;
	padding: 5px 0;
}
.need-help-small .title-el {
	font-size: 24px;
	color: #436a0c;
	line-height: 1;
	padding-bottom: 15px;
	display: block;
}
.need-help-small .phone-bl {
	background: url("../images/phone-icon-bg.png") no-repeat scroll 0 4px;
	min-height: 48px;
	padding-left: 68px;
	margin-bottom: 10px;
}
.need-help-small strong {
	display: block;
	font-size: 18px;
}
.need-help-small a.arrow-link {
	margin-left: -15px;
}
.need-help-small.need-help-long {
	background: #eeebea;
	display: block;
	padding: 5px 0;
	margin: 5px 0 40px 5px;
	width: 470px;
}
.need-help-small.need-help-long .title-el{
	background: url("../images/need-help-long.png") no-repeat scroll 0 0;
	height: 62px;
	float: left;
	color: #363636;
	font-size: 22px;
	margin: 0 10px 0 -5px;
	padding: 3px 0 0 12px;
    width: 194px;
}
.need-help-small.need-help-long .title-el span{
	display: block;
    line-height: 1;
}
.need-help-small.need-help-long .phone-bl {
	float: left;
	margin-top: 5px;
}
a.arrow-link{
	background: url("../images/arrow-link.gif") no-repeat scroll 0 60%;
	padding-left: 15px;
	font-size: 14px;
}
a.goods-big-img {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.lupa-zoom {
	background: url("../images/lupa-icons.png") no-repeat scroll 0 0;
	width: 26px;
	height: 26px;
	font-size: 1px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
a.goods-big-img:hover .lupa-zoom {
	background-position: 0 -30px;
}

.goods-small-img {
	position: relative;
	margin: 0 -1px 15px -9px;
    border: 0px !important;
    padding-left: 18px;
}
.goods-small-img img {
    border: 0px;
}
.goods-small-img a {
	display: block;
	width: 120px;
	max-height: 120px;
	border: 1px solid #fff;
	float: left;
	margin-left: 1px;
	margin-bottom: 10px;
    border: 0px !important;    
}
.goods-small-img a:hover {
	border: 0px solid #E27414;
}

.category-of-goods {
	border-top: 2px solid #F3F3F3;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 5px;
}
.category-of-goods .h-title-el {
	color: #e27200;
	margin-bottom: 15px;
}
/* - - - - - - - - - - - - Breadcrumbs - - - - - - - - - - - */
.breadcrumbs-wrp {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.breadcrumbs-wrp span {
	background: url("../images/breadcr-separat.png") no-repeat scroll left 50%;
	font-size: 16px;
	padding-left: 10px;
    padding-right: 5px;
    font-weight: normal;
}
.breadcrumbs-wrp span:first-child {
	background: none;
	padding-left: 0px;
}
.breadcrumbs-wrp span a {
	color: #619913;
	text-decoration: none;
}
.breadcrumbs-wrp span a:hover {
	text-decoration: underline;
}

/* - - - - - - - - - - - - Buttons  - - - - - - - - - - - - - */

a.one-click-buy {
	background: url("../images/one-click-buy.png") no-repeat scroll center 0;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 auto;
    padding: 12px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
    height: 30px;
    text-shadow: 0px 1px 1px #3F630D;
}
a.one-click-buy:hover {
	background-position: center -50px;
}
a.one-click-buy:active {
	background-position: center -100px;
}

input.subscr-butt-x214 {
	background: url("../images/subscr-butt-x214.png") no-repeat scroll center 0;
	width: 214px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
}
input.subscr-butt-x214:hover {
	background-position: 0 -40px;
}
input.subscr-butt-x214:active {
	background-position: 0 -80px;
}

input.subscr-butt-x180 {
	background: url("../images/subscr-butt-x180.png") no-repeat scroll center 0;
	width: 180px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
}
input.subscr-butt-x180:hover {
	background-position: 0 -40px;
}
input.subscr-butt-x180:active {
	background-position: 0 -80px;
}

input.save-butt-x150 {
	background: url("../images/subscr-butt-x150.png") no-repeat scroll center 0;
	width: 150px;
	height: 35px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
	text-transform: uppercase;
}
input.save-butt-x150:hover {
	background-position: 0 -40px;
}
input.save-butt-x150:active {
	background-position: 0 -80px;
}
input.save-butt-x150s {
	background: url("../images/subscr-butt-x150.png") no-repeat scroll center 0;
	width: 150px;
	height: 35px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin: 0px auto;
	cursor: pointer;
	text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 50px;
}
input.save-butt-x150s:hover {
	background-position: 0 -40px;
}
input.save-butt-x150s:active {
	background-position: 0 -80px;
}




input.save-butt-x125 {
	background: url("../images/subscr-butt-x125.png") no-repeat scroll center 0;
	width: 125px;
	height: 30px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
	text-transform: uppercase;
}
input.save-butt-x125:hover {
	background-position: 0 -33px;
}
input.save-butt-x125:active {
	background-position: 0 -65px;
}


input.right-form-subscr-butt {
	background: url("../images/subscr-butt.png") no-repeat scroll center 0;
	width: 150px;
	height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0 none;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
}
input.right-form-subscr-butt:hover {
	background-position: 0 -40px;
}
input.right-form-subscr-butt:active {
	background-position: 0 -80px;
}

a.buy-now-link {
	background: url("../images/buy-now-link.png") no-repeat scroll center 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0px 15px;
	width: 100px;
	line-height: 16px;
}
a.buy-now-link:hover {
	background-position: center -55px;
}
.buy-now-link2 {
	background-image: url("../images/v_korzinu.png");
    background-repeat: no-repeat;
    width: 141px;
    height: 40px;
    cursor: pointer;
}
.buy-now-link2:hover {
	background-image: url("../images/v_korzinu_02.png");
    background-repeat: no-repeat;
    width: 141px;
    height: 40px;
    cursor: pointer;
}
.buy-now-link3 {
	background-image: url("../images/dobavit_v_korzinu-01.png");
    background-repeat: no-repeat;
    width: 141px;
    height: 40px;
    cursor: pointer;
}
.buy-now-link3:hover {
	background-image: url("../images/dobavit_v_korzinu.png");
    background-repeat: no-repeat;
    width: 141px;
    height: 40px;
    cursor: pointer;
}

a.buy-now-big {
	background: url("../images/buy-now-big.png") no-repeat scroll center 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 22px 0px;
	width: 140px;
	line-height: 22px;
}
a.buy-now-big:hover {
	background-position: center -70px;
}

input[type=submit].right-src-butt {
	background: url("../images/right-butt-inp-bg.png") no-repeat scroll 0 0;
	width: 56px;
	text-align: center;
	position: absolute;
	float: left;
	margin-top: 1px;
	height: 23px;
	cursor: pointer;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	font-size: 14px;
	padding: 0 0 1px 0;
	color: #fff;
	border: 0 none;
	outline: 0 none;
}
input[type=submit].right-src-butt:hover {
	background-position: 0 -30px;
}
input[type=submit].right-src-butt:active {
	background-position: 0 -60px;
}

.sort-product-bl {
	color: #8c7975;
	font-size: 16px;
}
.sort-product-bl span {
	line-height: 24px;
	margin-right: 5px;
}
a.sort-butt-el {
	background: url("../images/sort-icons.gif") no-repeat scroll 0 0;
	text-decoration: none;
	font-size: 1px;
	width: 17px;
	height: 17px;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
}
a.sort-butt-el:hover {
	background-position: 0 -20px;
}
a.sort-butt-el.down-el {
	background-position: 0 -40px;
}
a.sort-butt-el.down-el:hover {
	background-position: 0 -60px;
}
/* - - - - - - pagination - - - - - - - */
.paginat-bl {
	position: relative;
	color: #8c7975;
	text-align: right;
	font-size: 16px;
}
.paginat-bl a  {
	color: #e27200;
	text-decoration: none;
}
.paginat-bl a:hover {text-decoration: underline;}
.paginat-bl ul {
	display: inline;
	padding: 0 0 0 5px;
}
.paginat-bl ul li {
	display: inline;
}
.paginat-bl ul li span,
.paginat-bl ul li a {
	padding: 0 4px;
}
.paginat-bl ul li.active span,
.paginat-bl ul li.active a {
	background-color: #619913;
	color: #fff;
	padding: 0 6px;
}

/* - - - - - - - - - - - - basket content - - - - - - - - - - */

.basket-block-wrp {
	position: relative;
	margin-bottom: 50px;
}
.basket-block-wrp .right-bl-w200 {
	width: 200px;
	float: right;
	position: relative;
}
.basket-block-wrp .left-bl-w760 {
	width: 760px;
	float: left;
	position: relative;
}
.goods-in-basket .rows_t {
    border-bottom: 2px solid #f2f2f2;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 0px;
}
.itemid .rows {
    border-bottom: 2px solid #f2f2f2;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    padding: 10px 0px;
    font-size: 18px;
    height: 82px;
}
.goods-in-basket .img {
    width: 82px;
}
.goods-in-basket .name {
    width: 340px;
    text-align: left;
    padding: 0px 15px;
}
.goods-in-basket .kol {
    width: 50px;
    padding: 0px 15px;
}
.goods-in-basket .price {
    width: 50px;
    padding: 0px 15px;
}
.goods-in-basket .sum {
    width: 50px;
    padding: 0px 15px;
}
.goods-in-basket .del {
    width: 50px;
    padding: 0px 15px;
}

.itemid .name {
    background: url("../images/dotted-line.png") no-repeat scroll right 8px;
}
.itemid .kol {
    background: url("../images/dotted-line.png") no-repeat scroll right 8px;
}
.itemid .price {
    background: url("../images/dotted-line.png") no-repeat scroll right 8px;
}
.itemid .sum {
    background: url("../images/dotted-line.png") no-repeat scroll right 8px;
}
.itemid .del {
    background: url("../images/dotted-line.png") no-repeat scroll right 8px;
}

.goods-in-basket img {
	width: 82px;
	max-height: 82px;
}
.goods-in-basket thead td {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 4px;
}
.goods-in-basket tbody td {
	background: url("../images/dotted-line.png") no-repeat scroll right 8px;
	border-bottom: 2px solid #f2f2f2;
	font-size: 18px;
	padding: 10px 15px;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
}
.goods-in-basket tbody td:first-child {
	padding: 10px 0px;
	background: none;
	text-align: left;
}
.goods-in-basket span {
	font-size: 16px;
	line-height: 25px;
}
.goods-in-basket a {
	text-decoration: none;
}
.goods-in-basket a:hover {
	text-decoration: underline;
}
.goods-in-basket input[type="text"] {
	box-shadow: 0 0 0;
	border: 1px solid #c2c2c2;
	width: 40px;
	text-align: center;
	color: #363636;
	text-indent: 0px;
	line-height: 24px;
    height: 24px;
}
.count-arrows {
	background-image: url("../images/plus-minus.png");
	background-repeat: no-repeat;
	font-size: 1px;
	height: 15px;
    width: 18px;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
}
.count-arrows:hover {
	text-decoration: none;
}
.count-arrows.disable.up-count-arr {
	background-position: 0 -40px;
}
.count-arrows.disable.down-count-arr {
	background-position: -25px -40px;
}
.count-arrows.up-count-arr {
	margin-bottom: 5px;
	background-position: 0 0px;
}
.count-arrows.up-count-arr:hover {
	background-position: 0 -26px;
}
.count-arrows.down-count-arr {
	margin-top: 5px;
	background-position: -25px 0;
}
.count-arrows.down-count-arr:hover {
	background-position: -25px -26px;
}

a.basket-goods-del {
	background: url("../images/basket-goods-del.png") no-repeat scroll 0 0;
	width: 20px;
	height: 20px;
	font-size: 1px;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
}
a.basket-goods-del:hover {
	text-decoration: none;
	background-position: 0 -30px;
}
a.basket-goods-del:active {
	background-position: 0 -60px;
}
.all-price-numb {
	color: #e27200;
	font-size: 18px;
}
.pum-color-green {
	color: #619913;
}

.table-registr {
	margin-bottom: 10px;
}
.table-registr table {
	width: 100%;
}
.table-registr table td {
	padding-bottom: 20px;
	vertical-align: middle;
}
.table-registr table label {
	font-size: 30px;
	font-weight: bold;
}

.input-stylise {
	background: url("../images/input-stylise.png") no-repeat scroll 0 0;
	height: 56px;
	max-width: 450px;
	margin-right: 5px;
}
.input-stylise.inp-style-sm {
	background-position: 0 -140px;
	height: 36px;
}
.input-stylise div {
	background: url("../images/input-stylise.png") no-repeat scroll right -70px;
	height: 42px;
	margin-right: -5px;
	padding: 14px 10px 0 8px;
}
.input-stylise.inp-style-sm div {
	background-position: right -190px;
	height: 28px;
	padding: 7px 8px 0 6px;
}
.input-stylise input[type="text"] {
	background: none;
	border: 0 none;
	box-shadow: none;
	width: 100%;
	height: 34px;
	font-size: 18px;
	outline: 0 none;
	color: #363636;
	text-indent: 0;
}
.input-stylise input[type="email"] {
	background: none;
	border: 0 none;
	box-shadow: none;
	width: 100%;
	height: 34px;
	font-size: 18px;
	outline: 0 none;
	color: #363636;
	text-indent: 0;
}

.input-stylise.inp-style-sm input[type="text"] input[type="password"] input[type="email"] {
	height: 24px;
	font-size: 15px;
}

a.butt-fill-form {
	background: url("../images/butt-fill-form.png") no-repeat scroll 0 0;
	color: #fff;
	display: block;
	width: 270px;
	padding: 10px 24px 0 0;
	height: 72px;
	font-size: 21px;
	text-shadow: 1px 1px 1px #5d5d5d;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a.butt-fill-form.three-lines {
	padding: 4px 24px 0 0;
	line-height: 1;
	height: 78px;
}
a.butt-fill-form.one-line {
	padding: 23px 24px 0 0;
	height: 62px;
}
a.butt-fill-form.one-line b {
	line-height: 1.1;
}
a.butt-fill-form b {
	font-size: 30px;
	line-height: 1;
	display: block;
}
a.butt-fill-form:hover {
	background-position: 0 -100px;
}
a.butt-fill-form:active {
	background-position: 0 -200px;
}

.garanty-and-pay {
	margin: 0px auto;
	padding: 15px;
	overflow: hidden;
	font-size: 18px;
	border: 1px solid #8c7975;
}
.garanty-and-pay p {
	line-height: 1.2;
}
.garanty-and-pay .title-el {
	font-size: 21px;
	display: block;
}
.garanty-and-pay .title-el img {
	margin-left: 5px;
	margin-top: -10px;
}
.garanty-and-pay ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.garanty-and-pay ul li {
	display: inline-block;
	margin-right: 1px;
}
.garanty-and-pay ul li a {
	display: block;
    height: 28px;
    overflow: hidden;
    width: 48px;
}
.garanty-and-pay ul li img {
	margin: 0 -1px;
    max-width: 50px;
    position: relative;
    top: -1px;
}

.basket-block-wrp .left-bl-w270 {
	width: 270px;
	float: left;
	position: relative;
}
ul.small-list-basket {
	padding: 0 25px 0 0;
	margin: 0;
	list-style: none;
}
ul.small-list-basket.list-goods {
	background: url("../images/dotted-line.png") repeat-y scroll right 0 transparent;
	margin: 0 0 50px;
}
ul.small-list-basket li {
	padding: 10px 0px 5px 5px;
	border-top: 2px solid #F3F2F2;
	font-size: 14px;
	color: #515151;
	overflow: hidden;
}
ul.small-list-basket li:first-child {
	border: 0 none;
	padding: 0px 0px 5px 5px;
}
ul.small-list-basket li.title-el {
	color: #8c7975;
	font-size: 18px;
}
ul.small-list-basket li b {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}
ul.small-list-basket li span {
	font-size: 12px;
}
.basket-block-wrp .right-bl-w700 {
	width: 700px;
	float: right;
	position: relative;
}
.basket-block-wrp .right-bl-w700 h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.table-basket-send {
	margin-bottom: 30px;
}
.table-basket-send table {
	width: 100%;
	margin-bottom: 25px;
}
.table-basket-send table td {
	padding-bottom: 20px;
	vertical-align: middle;
}
.table-basket-send table td:first-child {
	text-align: right;
	padding-right: 10px;
}
.table-basket-send table label {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

ul.list-with-radio {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
}
ul.list-with-radio li {
	position: relative;
	overflow: hidden;
	padding-left: 32px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
ul.list-with-radio li b,
ul.list-with-radio li span {
	line-height: 18px;
}
ul.list-with-radio li .txt-radio {
	font-size: 18px;
}
ul.list-with-radio li .radio-butt {
	position: absolute;
	left: 0;
	top: 1px;
}
.prise-elem {
	color: #e27200;
	padding-right: 4px;
	font-size: 18px;
}
.notation-el {
	color: #959595;
}

.radio-butt {
	background: url("../images/radio-box-bg.png") no-repeat scroll 0 0;
	position: relative;
	display: block;
	width: 19px;
	height: 19px;
	line-height: 1;
}
.radio-butt input[type="radio"] {
	left: 3px;
    line-height: 18px;
    padding: 2px;
    position: relative;
    top: -1px;
    visibility: hidden;
}
.radio-butt:hover {
	background-position: 0 -30px;
}
.radio-butt.checked {
	background-position: 0 -60px;
}
.radio-butt.checked:hover {
	background-position: 0 -90px;
}

.radio-butt_16 {
	background: url("../images/radio-box-bg_16.png") no-repeat scroll 0 0;
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
}
.radio-butt_16 input[type="radio"] {
	left: 3px;
    line-height: 18px;
    padding: 2px;
    position: relative;
    top: -1px;
    visibility: hidden;
}
.radio-butt_16:hover {
	background-position: 0 -24px;
}
.radio-butt_16.checked {
	background-position: 0 -48px;
}
.radio-butt_16.checked:hover {
	background-position: 0 -72px;
}

ul.basket-info-list {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}
ul.basket-info-list li {
	padding: 0 0 6px;
	font-size: 18px;
	overflow: hidden;
	vertical-align: baseline;
}
ul.basket-info-list li a,
ul.basket-info-list li em {
	vertical-align: baseline;
}
input.inp-bask-text {
	border: 1px solid #C2C2C2;
    box-shadow: 0 0 0;
    color: #363636;
    line-height: 24px;
    text-align: center;
    text-indent: 0;
    width: 90px;
    margin: 0 5px;
}
.green-title {
	color: #619913;
}
.more-gifts-for {
	width: 100%;
	border: 0px none;
}
.more-gifts-for td {
	vertical-align: middle;
	padding: 5px 5px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}
.more-gifts-for td img {
	max-height: 200px;
	max-width: 200px;
}
.more-gifts-for .sel-other-card {
	position: absolute;
	top: 2px;
}
.sel-other-card {
	font-style: italic;
	font-size: 12px;
	color: #959595;
	line-height: 14px;
    text-align: center;
    display: block;
    font-weight: normal;
}
.title-el-bord {
	border-bottom: 2px solid #F3F3F3;
	font-size: 28px;
	line-height: 1.2;
	padding-left: 20px;
	margin-bottom: 15px;
}

.title-el-bord span {
	font-size: 18px;
	vertical-align: baseline;
}

ul.list-orange-dot {
	margin: 0 0 10px;
	list-style: none;
	padding-left: 16px;
	list-style-image: url("../images/list-dot-ico.png")
}

ul.list-orange-dot li {
	padding: 0 0 10px;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: top;
}

ul.list-orange-dot .title-el {
	font-size: 16px;
	display: block;
}

.cont-delivery-title {
    display: block;
    font-size: 16px;
    vertical-align: baseline;
    line-height: 28px;
    margin-bottom: 10px;
}

.cont-delivery-title strong {
	color: #639A16;
	font-size: 18px;
}

input.dark-text-inp {
	background: #eeebea;
	color: #363636;
	border: 0 none;
	margin: 0 5px;
	height: 20px;
}

.table-delivery {
	margin-bottom: 15px;
}

.table-delivery td {
	padding: 0 15px 10px 0;
	vertical-align: middle;
}

a.dark-link {
	color: #363636;
	font-size: 16px;
}

.list-content {
	list-style: none;
	margin: 0 0 40px;
	padding: 0 20px;
}

.list-content .popular-product-wrp {
	margin: 0 -20px;
}

.list-content .popular-product-cont,
.list-content .one-elem-prod {
	border: 0 none;
}

.list-content li {
	font-size: 16px;
	position: relative;
}

.list-content .title-el {
	margin-bottom: 15px;
}

.list-content .title-el *{
	vertical-align: baseline;
}

.news-list-wrp {
	border-bottom: 2px solid #F3F3F3;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.news-list-item {
	float: left;
	width: 156px;
	height: 120px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
	font-size: 11px;
	padding: 10px 0 10px 100px;
}

.news-list-item img {
	position: absolute;
	left: 0;
	top: 10px;
	max-width: 90px;
}

.news-list-item .date-el {
	color: #e27200;
	display: block;
}

.news-list-item .title-el {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
	display: block;
}

.news-list-item p {
	color: #000;
}
.news-list-item a {
	font-size: 12px;
}

a.link-dashed {
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dashed #69a515;
}
a.link-dashed:hover {
	border: 0 none;
}

ul.list-five-reasons {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.list-five-reasons > li {
	position: relative;
	overflow: hidden;
}
ul.list-five-reasons .one-elem-prod {
	border-top: 0 none;
	/*height: auto;*/
}
ul.list-five-reasons .title-el {
	display: block;
	position: relative;
	padding-left: 55px;
	font-size: 22px;
	margin-bottom: 5px;
}
ul.list-five-reasons .one-elem-prod a.link-el {
	width: 65%;
}

.number-stylise{
	background: url("../images/number-stylise-bg.jpg") no-repeat scroll 0 0;
	position: absolute;
	top: 0;
	left: 5px;
	text-align: center;
	width: 44px;
	height: 40px;
	font-weight: bold;
	font-size: 22px;
}
.number-stylise.numb-two{
	background-position: 0 -40px;
}
.number-stylise.numb-tree{
	background-position: 0 -80px;
}
.number-stylise.numb-four{
	background-position: 0 -120px;
}
.number-stylise.numb-five{
	background-position: 0 -160px;
}
/* - - - - - - - - - - - - Popup box - - - - - - - - - - - -  */

#pum-popup-mask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}
.pum-popupbox-wrp {
	background-color: #fff;
	display: none;
    position: fixed;
    width: 440px;
    left: 50%;
    margin-left: -240px;
    top: 45%;
    z-index: 10000;
    padding: 20px;
    border: 1px solid #A3A3A3;
    box-shadow: 0 0 14px #343434;
    -webkit-box-shadow: 0 0 14px #343434;
}
.pum-popupbox-wrp .popup-title {
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
	color: #619913;
	font-weight: normal;
	text-align: center;
}
.pum-popup-content {
	position: relative;
	overflow: hidden;
}
.pum-popup-content table {
	width: 100%;
}
.pum-popup-content td {
	vertical-align: middle;
	padding: 5px 0px 15px;
}
.pum-popup-content td label {
	font-weight: bold;
	font-size: 21px;
}
.pum-popup-close {
	background: url("../images/close-popup.gif") no-repeat scroll 0 0;
    font-size: 1px;
    line-height: 1px;
    right: 8px;
    top: 8px;
    position: absolute;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
}
.pum-popup-close:hover {
	background-position: 0 -20px;
}
.pum-popup-close:active {
	background-position: 0 -40px;
}

a.back-to-choice {
	background: url("../images/arrow-left.gif") no-repeat scroll 2px center;
	padding: 0px 2px 4px 28px;
	text-decoration: underline;
	font-size: 14px;
	color: #e27200;
	display: block;
	line-height: 16px;
}
a.for-to-choice {
	padding: 0px 2px 4px 28px;
	text-decoration: underline;
	font-size: 14px;
	color: #e27200;
	display: block;
	line-height: 16px;
}
a.back-to-choice:hover {
	text-decoration: none;
}
a.for-to-choice:hover {
	text-decoration: none;
}
.arrow_ {
    position: absolute;
    float: right;
    right: 100px;
    margin-top: -15px;
    background-image: url("../images/arrow-right.gif");
    width: 19px;
    height: 19px;
}

/* - - - - - - - - - - - - Left Side  - - - - - - - - - - - - */

.pum-left-side {
	float: left;
	width: 200px;
	margin-right: 12px;
	position: relative;
}
.chapters-wrp {
	margin-bottom: 5px;
}
.chapters-wrp ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.chapters-wrp ul li {
	position: relative;
	overflow: hidden;
	margin: 0 0 4px 4px;
}
a.chapters-icons {
	background: url("../images/chapters-icons_old.png") no-repeat scroll 0 0;
	display: inline-block;
	padding: 3px 0px 5px 35px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #95847f;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	text-decoration: none;
}
a.chapters-icons.small-txt {
	font-size: 18px;
}
a.chapters-icons:hover {
	color: #e27403;
}
a.chapters-icons.ch-icon-1 {
	background-position: 0 0;
}
a.chapters-icons.ch-icon-1:hover {
	background-position: 0 -35px;
}
a.chapters-icons.ch-icon-2 {
	background-position: 0 -70px;
}
a.chapters-icons.ch-icon-2:hover {
	background-position: 0 -105px;
}
a.chapters-icons.ch-icon-3 {
	background-position: 0 -140px;
}
a.chapters-icons.ch-icon-3:hover {
	background-position: 0 -175px;
}
a.chapters-icons.ch-icon-4 {
	background-position: 0 -210px;
}
a.chapters-icons.ch-icon-4:hover {
	background-position: 0 -245px;
}
a.chapters-icons.ch-icon-5 {
	background-position: 0 -280px;
}
a.chapters-icons.ch-icon-5:hover {
	background-position: 0 -315px;
}

a.chapters-icons2 {
	background: url("../images/chapters-icons_opt.png") no-repeat scroll 0 0;
	display: inline-block;
	padding: 3px 0px 5px 35px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #95847f;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	text-decoration: none;
}
a.chapters-icons2.small-txt {
	font-size: 18px;
}
a.chapters-icons2:hover {
	color: #e27403;
}
a.chapters-icons2.ch-icon-1 {
	background-position: 0 0;
}
a.chapters-icons2.ch-icon-1:hover {
	background-position: 0 -35px;
}
a.chapters-icons2.ch-icon-2 {
	background-position: 0 -70px;
}
a.chapters-icons2.ch-icon-2:hover {
	background-position: 0 -105px;
}
a.chapters-icons2.ch-icon-3 {
	background-position: 0 -140px;
}
a.chapters-icons2.ch-icon-3:hover {
	background-position: 0 -175px;
}
a.chapters-icons2.ch-icon-4 {
	background-position: 0 -210px;
}
a.chapters-icons2.ch-icon-4:hover {
	background-position: 0 -245px;
}
a.chapters-icons2.ch-icon-5 {
	background-position: 0 -280px;
}
a.chapters-icons2.ch-icon-5:hover {
	background-position: 0 -315px;
}



.left-nav-wrp {
	background-color: #F1F6EB;
	position: relative;
	padding: 15px 0px 5px 0;
	margin-bottom: 15px;
}
.left-nav-title {
	background: url("../images/left-nav-title.png") no-repeat scroll 0 0;
	width: 200px;
	height: 25px;
	font-family: "a_FuturaRoundBold", "Comic Sans MS";
    font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	position: relative;
	margin: 0 0px 10px -5px;
	padding: 2px 5px 10px;
    white-space: nowrap;
    line-height: 166% !important;
}
.left-nav-title-orange {
	background: url("../images/left-nav-title-orange.png") no-repeat scroll 0 0;
	width: 162px;
	height: 25px;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	position: relative;
	margin: 0 0px 10px -5px;
	padding: 0px 15px 12px;
}
.left-nav-title span {
	font-size: 16px;
	vertical-align: baseline;
	color: #fff;
}
ul.left-nav-block {
	margin: 0 0 15px 0;
	padding: 0 4px 0 26px;
	list-style: none;
}
ul.left-nav-block li{
    padding-top: 8px;
	padding-bottom: 8px;
    border-bottom: 1.5px #c9d0c0 solid;
}
ul.left-nav-block li a {
	font-size: 16px;
	font-family: Calibri;
	text-decoration: none;
}
ul.left-nav-block ul {
	list-style-type: none;
	margin: 5px 0 0;
    padding-left: 12px;
    padding-right: 10px;
}
ul.left-nav-block ul li{
	border-bottom: 1px dotted #363636;
	position: relative;
	padding-bottom: 2px;
}
ul.left-nav-block ul li a{
	line-height: 24px;
}
a.left-nav-link{
	font-size: 16px;
    font-family: Calibri;
	color: #363636;
	
	position: relative;
	line-height: 15px;
}
a.left-nav-link-ng{
	font-size: 16px;
    font-family: Calibri;
	color: #619913;
	
	position: relative;
	line-height: 15px;
}
a.left-nav-link-ng2{
	font-size: 16px;
    font-family: Calibri;
	color: #B53217;
	
	position: relative;
	line-height: 15px;
}
ul.left-nav-block li a:hover,
a.left-nav-link.showed-subnav {
	color: #e27403;
}
a.left-nav-link span{
	position: absolute;
	left: -18px;
	top: -1px;
	color: #6fa012;
}
a.left-nav-link.showed-subnav span{
	color: #e27403;
}
ul.left-nav-block ul li.sub-menu-li.hover,
ul.left-nav-block ul li.sub-menu-li:hover {
	background: url("../images/left-submenu-bg.png") no-repeat scroll left top;
	border: 0 none;
	position: relative;
	z-index: 999;
	height: 31px;
    margin: -2px 0 -4px -15px;
    padding: 2px 2px 0 15px;
    position: relative;
    width: 160px;
}
ul.left-nav-block ul li.sub-menu-li.hover a.left-sub-link,
ul.left-nav-block ul li.sub-menu-li:hover a.left-sub-link {
	color: #363636;
	font-size: 16px;
	line-height: 24px;
}
.left-submenu-wrp {
	background: url("../images/left-submenu-abs-bord.gif") repeat scroll 0 0;
    height: 220px;
    left: 100%;
    margin-left: 0px;
    padding: 2px;
    position: absolute;
    top: -130px;
    width: 445px;
    z-index: 995;
    box-shadow: 3px 3px 0px #e5e5e5;
    -webkit-box-shadow: 3px 3px 0px #e5e5e5;
    display: none;
}
.left-submenu-wrp.for-one-column{
	width: 240px;
}
.left-submenu-cont {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}
.left-submenu-cont .bridge-el {
	background-color: #fff;
    display: block;
    font-size: 1px;
    height: 26px;
    left: -4px;
    position: absolute;
    top: 130px;
    width: 6px;
}
.left-submenu-cont .sub-bl-left {
	float: left;
	width: 200px;
	margin: 10px -1px 10px 0;
	border-right: 1px dashed #6eae16;
}
.left-submenu-cont .sub-bl-left ul {
	margin: 0 10px 0 10px;
}
.left-submenu-cont .sub-bl-left ul li {
	padding: 0;
	line-height: 24px;
}
.left-submenu-cont .sub-bl-left ul li.last-el {
	border: 0 none;
}
.left-submenu-cont ul li a {
	font-size: 16px;
	color: #363636;
}
.left-submenu-cont .sub-bl-right {
	float: right;
	width: 200px;
	padding: 0 20px;
	margin: 10px 0;
	position: relative;
}
.left-submenu-cont .sub-bl-right img {
	max-width: 140px;
	max-height: 110px;
}
.left-submenu-cont .sub-bl-right .title-el {
	line-height: 1;
	margin-bottom: 8px;
}
ul.left-nav-block ul li a.left-gift-link {
	font-weight: bold;
	color: #619913;
	text-decoration: underline;
	line-height: 16px;
	display: block;
	max-width: 125px;
}
ul.left-nav-block ul li a.left-gift-link:hover {
	text-decoration: none;
}
ul.left-nav-block ul li a.buy-now-link {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	position: absolute;
	right: 0;
	bottom: -5px;
}
ul.left-nav-block ul li.sub-menu-li:hover .left-submenu-wrp {
	display: block;
}
.left-block-el {
	margin-bottom: 15px;
}
.left-block-el .title-el {
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	font-size: 22px;
}
ul.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.news-list li {
	padding: 10px 0 5px;
	overflow: hidden;
	border-top: 1px solid #f3f3f3;
}
ul.news-list li:first-child {
	border: 0 none;
}
ul.news-list li img {
	float: left;
	margin: 0 10px 5px 0;
}
ul.news-list li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 10px;
}
ul.news-list li a:hover {
	text-decoration: underline;
}

/* - - - - - - - - - - - - Right Side  - - - - - - - - - - - - */

.pum-right-side {
	float: right;
	width: 200px;
	position: relative;
}
.right-src-bl {
	position: relative;
	
}
.right-src-bl input {
	border: 0 none;
	outline: 0 none;
}
.right-src-txt-bl {
	
	width: 100%;
	height: 25px;
	position: relative;
}
input[type=text].right-src-txt {
    background: url('../images/search-bg.png') no-repeat 1% 50% transparent;
    border: 2px solid #8c7975;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.506);
	width: 500px;
	line-height: 16px;
    text-align: center;
	height: 17px;
    float: left;
	color: #8c7975;
    font-size: 14px;
    margin: 1px 0 2px 0px;
    outline: 0 none;
}

.right-block-stylis {
	background-color: #F9F5ED;
	padding: 0 10px 0px;
	margin-bottom: 20px;
}
.right-block-center {
	position: relative;
	padding-bottom: 10px;
}
.right-block-stylis.gift-in-hour {
	background-color: #e7d9ac;
	padding-bottom: 10px;
}
.right-block-stylis.gift-in-hour .right-block-center {
	background-color: #f4f4f4;
	padding: 0 0 15px 0;
}
.right-block-stylis.grey-bl{
	background-color: #eeebea;
}
.right-block-stylis .right-block-list{
	padding: 0;
}
.right-title-bl {
	margin: 0 0 10px;
	display: block;
	font-size: 22px;
	line-height: 24px;
	padding: 7px 0 5px;
	color: #fff;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	max-width: 180px;
	text-align: center;
	height: 42px;
	position: relative;
	top: -5px;
}
.right-title-bl.green-bg {
	background: url("../images/right-title-green.png") no-repeat scroll center 0;
}
.right-title-bl.orange-bg {
	background: url("../images/right-title-orange.png") no-repeat scroll center 0;
}
.right-title-bl.grey-bg {
	background: url("../images/right-title-grey.png") no-repeat scroll center 0;
	height: 55px;
}
.right-title-bl span{
	display: block;
	font-size: 14px;
	line-height: 1;
}
a.basket-link {
	text-align: center;
	display: block;
	width: 100px;
	margin: 0 auto;
}
.gift-in-hour img {
	border: 2px solid #8c7975;
	margin-bottom: 5px;
}
.gift-in-hour .title-txt {
	color: #639a16;
	display: block;
	font-size: 18px;
	margin-right: -10px;
}

.time-limit {
	background: url("../images/time-limit-bg.png") no-repeat scroll center 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 16px;
	width: 118px;
	margin: 0 auto;
	display: block;
	padding: 8px 0 22px;
}
.delivery-block {
	background: url("../images/delivery-bg.png") no-repeat scroll center 0;
	padding: 20px 20px;
	height: 110px;
	text-align: center;
	color: #363636;
	font-size: 18px;
	margin-bottom: 20px;
}
.delivery-place-orange {
	font-size: 26px;
	font-family: 'a_FuturaRoundBold',Comic Sans MS;
	color: #e27600;
	display: block;
	line-height: 24px;
	margin-bottom: 5px;
}
.delivery-place {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.delivery-block .title-el {
	color: #619913;
	display: block;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	line-height: 18px;
}
.delivery-block span {
	font-weight: bold;
	line-height: 14px;
}
input.right-form-inp {
	width: 100%;
	margin-bottom: 15px;
}
.right-block-stylis.login-block {
	background-color: #F9F5ED;
	padding: 5px 20px 20px;
}
.right-block-stylis.login-block .title-el {
	text-align: center;
	font-size: 13px;
	display: block;
	line-height: 14px;
	margin-bottom: 5px;
}
.right-block-stylis.login-block input {
	margin-bottom: 10px;
}
.forgogt-pass-link {
	color: #959595;
}
.login-link {
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	right: 0px;
}
.right-block-list {
	padding: 0 10px;
	margin-bottom: 10px;
}
.right-block-list.bord-bot-2 {
	border-bottom: 2px solid #f3f3f3;
}
.right-block-list .title-el {
	font-size: 22px;
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	margin-bottom: 5px;
}
.right-block-list .subtitle-el {
	color: #619913;
	font-size: 20px;
	margin-bottom: 5px;
}
.right-block-list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.right-block-list ul li {
	font-size: 14px;
	margin: 0 0 10px 0;
}
ul.r-date-ul li {
	font-size: 16px;
	margin: 0 0 15px 0;
}
ul li.r-date-li {
	margin: 0 0 0 -15px;
	position: relative;
	overflow: hidden;
}
.r-date-bl {
	background: url("../images/date-elem-bg.png") no-repeat scroll left 0;
	height: 18px;
	padding-left: 15px;
	float: left;
}
.r-date-bl span {
	background: url("../images/date-elem-bg.png") no-repeat scroll right -21px;
	display: block;
	padding-right: 16px;
	height: 18px;
	font-size: 14px;
	color: #363636;
	line-height: 16px;
}
.right-garanty-bnew {
    background-image: url('../images/block-w.png');
    background-repeat: no-repeat;
    width: 202px;
    height: 230px;
}
.right-garanty {
	border: 2px solid #f3f1f1;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.right-garanty .title-el {
	background: url("../images/garanty-title-line.gif") no-repeat scroll center bottom;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #619913;
}
.right-garanty p {
	line-height: 1.2;
}
.right-garanty .p1 {
	font-size: 13px;
	font-weight: bold;
}
.right-garanty .p2 {
	font-size: 13px;
	color: #e27600;
	font-weight: bold;
}
.right-garanty .p3 {
	font-size: 16px;
}

.r-you-rolled-us {
	background-color: #f3f1f1;
	padding: 10px;
	margin-bottom: 25px;
}
.r-you-rolled-us .title-el {
	background: url("../images/to-us-title.gif") no-repeat scroll center bottom;
	display: block;
	font-size: 18px;
	padding: 0px 10px 5px;
	margin: 0 -5px 5px;
}
.r-you-rolled-us .title-el span {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
}
.r-you-rolled-us ul {
	margin: 0;
	list-style-image: url("../images/star-for-list.png");
}
.r-you-rolled-us ul li {
	font-weight: bold;
	font-size: 15px;
}
.right-block-el {
	margin-bottom: 15px;
}
.right-block-el .title-el {
	font-family: 'a_FuturaRoundBold', Comic Sans MS;
	font-size: 22px;
	line-height: 1.2;
}
.right-block-el .one-elem-prod {
	height: auto;
	border: 0 none;
	margin: 0 0 20px;
	float: none;
	padding: 0;
	width: 145px;
}

.right-recomendation {
	border: 1px solid #619913;
	padding: 10px 5px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.right-recomendation strong,
.right-recomendation b {
	font-size: 16px;
	line-height: 1;
}
.orange-color {
	color: #e27200;
}
.right-recomendation .title-el {
	font-size: 17px;
	color: #e27200;
	display: block;
	margin-bottom: 5px;
}
.right-recomendation img {
	margin: 5px 0;
}
.right-recomendation a {
	font-weight: bold;
	font-size: 15px;
}
a.r-buy-now {
	background: url("../images/right-buy-now-butt.png") no-repeat scroll 0 0;
	width: 115px;
	height: 36px;
	padding: 4px 0 0 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
}
a.r-buy-now:hover {
	background-position: 0 -53px;
}

/* - - - - - - - - - - - -  Footer  - - - - - - - - - - - - */


/* Footer */
.footer {height:200px; margin:-172px auto 0 auto; background:url(../images/footer.gif?v=2) center no-repeat;}
.footer_in{background:url(../images/footer2.gif) center no-repeat; width:941px; height:128px; margin:0 auto;}
.footer_in ul{padding-left: 5px; padding-right: 5px; margin: 15px 0 0; display:block;height:49px;/*background:url(images/f_menu.png) center no-repeat;*/}

.footer_in li{float:left; padding:0 0px;padding-top: 15px; }
.footer_in li a{color:#fff;   text-decoration:none; border-left: 1px solid;padding-left: 10px;
padding-right: 10px;
font-size: 16px;
 }
.badge.notavailable{display:none;}
.footer_in li a:hover{text-decoration:underline;}
.pay_method span{
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 20px;}
.sset{padding-left: 10px;padding-right: 10px;float: left; padding-left: 15px;
width: 150px;}
.sset img{
  height: 32px;
  width: 32px;
}
.pay_method p,
.sset p{padding-bottom: 5px;}
.footer_left{float:left;width: 200px;}
.pay_method{padding-left:24px; /*padding:37px 0 0 15px;*/ _padding:24px 0 0 15px;
  float: right;
  width: 310px;
}
.pay_method img{  padding-right: 5px;}
.footer_info{float:right; color:#fff; width:680px; /*padding:26px 0 0 0;*/}
.logo2{float:left; padding:10px;padding-bottom:0;}
.work2{ display: block; font-size: 16px; padding: 0 0 0;}
.phone2{font-size:14px; padding:10px; color:#fff;padding-left:15px;}

.pum-footer-cont {
	width: 770px;
	margin: 0 auto;
	position: relative;
	padding-left: 214px;
	padding-top: 30px;
}
img.footer-logo {
	position: absolute;
	top: -5px;
	left: 0px;
}
.footer-nav, .footer-list {
	margin-bottom: 25px;
}
.footer-nav ul,
.footer-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.footer-nav ul li {
	background: url("../images/foot-nav-dot.png") no-repeat scroll right 55%;
	float: left;
	padding-right: 17px;
	margin-right: 12px;
}
.footer-nav ul li.last-el {
	background: none;
	margin: 0;
	padding: 0;
}
.footer-nav ul li a {
	color: #619913;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.footer-nav ul li a:hover {
	text-decoration: underline;
}
.footer-list .title-el {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 5px;
}
.footer-list ul li {
	float: left;
	margin-right: 10px;
}
.footer-list ul li a {
	display: block;
	text-decoration: none;
}
.footer-list ul li a:hover {
	opacity: .7;
}