html, body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
body{
	text-align:center;
	background: url("../pix/tail_main.gif") repeat-x scroll left top #F5F4F5;
}
*{
	/*сбразываем юзерские настройки шрифта*/
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}
p {margin:0px 0px 15px 0px;}
a { outline: none; color:#555; text-decoration:underline;}
a:hover { text-decoration:none; color:#FFAA13;}

input{height: 20px; font-size:12px; line-height:20px; color:#000;}
input.textfield{height: 20px; border:1px solid #999; font-size:14px; line-height:20px; font-style: italic; color:#000; font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {margin: 1em 0 0.5em 0; padding:0; color:#000; line-height: 1em; font-weight: normal;}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:18px; color: #333;}
h5{font-size:18px; color: #666;}

sub, sup {font-size: 0.8em; line-height: 0.8em;}

select{font-size:12px; height:20px;}

input[type="text"], input[type="password"], textarea {
	padding-left: 1px;
	border: 1px solid #aaa;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 12px;
}
input[type="text"], input[type="password"] {height: 18px; line-height: 18px;}
input[type="submit"], button, a.button {
	height: 27px; 
	font-size: 12px;
	font-weight: bold;
	line-height: 27px; 
	text-decoration: none; 
	background-repeat: repeat-x;
	padding: 0px 12px 0px 12px; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	color: #fff;
	border: none;
	background-image: url("../pix/button_c-act.gif");
}
input[type="submit"]:hover, button:hover, a.button:hover {
	background: url("../pix/button_c2.gif") repeat-x scroll 0 0 transparent;
	color:#000;
}
input[type="checkbox"] {
    width: auto;
}
textarea {padding: 5px;font-size: 12px;}

a.button {
	height: 17px;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
}

.clear {clear:both; font-size:0px; line-height:0px; height: 0px; margin:0; padding:0;}
.breakline{clear:both;font-size:0px;line-height:0px; margin: 10px 0 10px 0; border-top:1px solid #e3e3e3;}
.bold{font-weight:bold !important;}

#container{width:990px; height:100%; margin: 18px auto 0 auto; text-align: left;}
#footer{width:100%; height:50px; padding: 10px 0 0 0; margin-top: 40px}
#left{float:left; width:210px;}
#center{float:left; width:735px;}
#dual {
	padding: 10px 10px 30px 20px;
	text-align: left;
}

.top_side {
	background: url("../pix/bg_top.png") no-repeat scroll left 0 transparent;
	height: 8px;
	margin: 0 auto 0 auto;
	width: 990px;
	overflow: hidden;
}
.header {
	background: url("../pix/tail_header.gif") repeat-x scroll left 0 transparent;
	margin: 0 auto 0 auto;
	width: 990px;
	height: 130px;
}
.header>.in {
	padding: 0px 10px 0px 10px;
}

.smart_navigation {
	float: right;
	clear: both;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 3px 0 0 3px;
}
.smart_navigation>li {
	display: inline-block;
	float: left;
	height: 13px;
	white-space: nowrap;
	padding: 0 15px 0 15px;
	border-left: 1px solid #777;
}
.smart_navigation>li:first-child {border: none;}
.smart_navigation>li>a, .smart_navigation>li>span {
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    white-space: nowrap;
	text-decoration: none;
}
.smart_navigation>li>a:hover, .smart_navigation>li>a.lk, .smart_navigation>li>span {color:#FFAA13;}

.logo {float:left; height: 49px; width: 242px; margin: 4px 0 0 15px;}
.logo img {border:none; margin: 10px 0 0 0;}

/* search */

#search {
	float: left;
}

.query-field {
	margin: 27px 0 0 25px;
	width: 350px;
	height: 28px;
	background: #fff url("../pix/search.png") no-repeat 325px 5px;
	border: 1px solid #eee;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

.query-field input {
	width: 310px;
	height: 28px;
	padding-left: 5px; 
	border: none;
}

#search #AjaxSearchResult {
	background: #fff;
	width: 352px !important;
	margin: -2px 0 0 -1px;
	z-index: 1002;
	padding-bottom: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 3px 3px;
}

#search #AjaxSearchResult>a {
	display: block;
	margin: 7px 10px 5px 10px;
	text-align: right;
}

#search #AjaxSearchResult ul {
	list-style-type: none;
	margin:0;
	padding:0;
	max-height: 325px;
	overflow: scroll;
}

#search #AjaxSearchResult li {
	line-height: 20px;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #eee;
}
#search #AjaxSearchResult li.selected {
	background: #f7f7f7;
}

#search #AjaxSearchResult ul li>i {
	display:block;
	font-size: 10px;
	color: #bbb;
	line-height: 11px;
	margin-bottom: 2px;
}

#search #AjaxSearchResult ul li>a {
	line-height: 14px;
}

#search #AjaxSearchResult ul li>a>b {
	color: #000;
}

/* basket */

#basket {
	float:right;
	margin: 34px 15px 0px 0;
	width: 300px;
}
#basket div {
	background: url("../pix/bg_cart.png") no-repeat scroll left top transparent;
	float:right;
	padding: 4px 0 12px 35px;
	line-height: 15px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}
#basket a {
  color: #FFFFFF;
  text-decoration: none;
}
#basket a strong {
	color: #FFAA13;
}

#container .content {
	float:left;
	clear:both;
	width: 990px;
	margin: 0;
	background: url("../pix/bg_center.gif") repeat-y scroll 0 0 transparent
}
#container .content>.in{margin: 0 20px 0 20px;}
#container .content_top {
	float:left;
	clear:both;
	height: 50px;
	margin: 11px auto -30px;
	width: 990px;
	background: url("../pix/bg_top.gif") no-repeat scroll 0 0 transparent;
}
#container .content_bottom {
	float:left;
	clear:both;
	margin: 0;
	width: 990px;
    padding: 0 0 69px 0;
	background: url("../pix/bg_bottom.gif") no-repeat scroll 0 0 transparent;
}


.bar{height:42px; width: 100%; margin: 10px 0 10px 0; background: url('../pix/bar_shadow.gif') repeat-x bottom left;}
.bar .shadow_left{width:100%; height: 42px; background: url('../pix/bar_shadow_left.gif') no-repeat left bottom;}
.bar .shadow_right{width:100%; height: 42px; background: url('../pix/bar_shadow_right.gif') no-repeat right top;}
.bar .left{width:100%; height: 37px; background: url('../pix/bar_left.gif') no-repeat top left;}
.bar .right{width:100%; height: 37px; background: url('../pix/bar_right.gif') no-repeat top right;}
.bar .in{margin:0 8px 0 8px; height: 37px; background: url('../pix/bar_bg.gif') repeat-x;}

#center .box{width: 588px; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; padding: 15px 0 15px 0;}
#dual .inner, #center .inner{margin:0 0 0 20px; padding: 0;}
h1.headline{margin:15px 0 20px 0;}


ul.action_chain {list-style-type:none; margin:30px 0 0 0; padding:0; display: block;}
ul.action_chain>li, ul.action_chain>li>* {font-size: 14px; float: left; margin: 0 20px 0 0; color:#aaa; font-weight: normal;}
ul.action_chain>li>a {margin: 0 30px 0 0; color:#ffaa13; text-decoration: none;}
ul.action_chain>li>b {margin: 0 30px 0 0; color:#333;}


.rotation {margin-top: 25px;}
.rotation>div {
	background: url("../pix/tail_bestsellers.gif") repeat-x scroll 0 0 #F0F0F0;
	border-radius: 4px 4px 4px 4px;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 7px;
	overflow: hidden;
	padding: 10px 0 12px 12px;
}
.rotation>ul {float:left; list-style-type:none; margin:0; padding:0; width:204px;}
.rotation>ul li {padding:10px 0 10px 0; border-bottom: 1px dotted #D4D4D4;}
.rotation>ul li a.title {display: inline-block; line-height: 17px; padding: 0 0 10px 0; color: #000; text-decoration: none;}
.rotation>ul li a.title:hover {text-decoration: underline;}
.rotation>ul img.preview{float:left; border:none; width: 67px; margin: 2px 10px 5px 0;}
.rotation>ul .info{float:right; width: 125px;}
.rotation>ul .price{display: block; color: #FBBA21; font-size: 12px; font-weight: bold; line-height: 15px; padding:0;}

ul.social-links {float:left; list-style-type:none; margin:-25px 0 10px 0; padding:0; clear:both;}
ul.social-links>li {float:left; margin: 0 15px 0 0;}
ul.social-links>li>a>img {border:none;}

div.headline{margin-bottom: 10px; height: 20px; line-height: 20px; font-size: 12px; font-weight: bold; text-transform: uppercase; background: #eee; text-align: center;}

.copy{float: right;}
.mailto{float: left;}

.text, .text p{line-height: 1.7em;}

.registration td {padding: 2px 0 2px 0;}
.registration img {margin-bottom: 4px;}

.auth_form td {padding: 2px 0 2px 0;}
.auth_form input {margin-left: 10px;}

#personal_box {
	border: 1px solid #ddd;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
}
#personal_box .in { margin: 10px; line-height: 18px;}


.sitemapItem a {display:block; line-height:20px;}

.simple_table {border: 1px solid #ddd; width: 100%;}
.simple_table th { background: #eee; height: 24px;}
.simple_table td { padding: 0 5px 0 5px; line-height: 20px;}

form .required {color:red; display: inline-block; margin-left:2px; font-size: 14px;}

div.form_errors {
	background-color: #fcc;
	padding: 10px 20px 10px 20px;
	border: 1px solid #faa;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
}

div.form_errors h1, div.form_errors h2, div.form_errors h3 {margin: 0 0 0.5em 0;}
div.form_errors ul{ margin:0; padding:5px 0 0 15px;}
div.form_errors ul>li{ line-height: 20px;}

fieldset {
	padding:10px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	margin: 10px 0 10px 0;
}

fieldset>legend {font-size:13px; font-weight: bold;}



.pager{
	float:left; 
	list-style-type:none; 
	margin:30px 0; 
	padding:0; 
}
.pager>div.pages{
	float:left; 
	padding: 0 5px 0 5px; 
	/*border-right: 1px solid #000;*/
	height: 16px;
	text-align: center;
	line-height: 16px;
}

.pager>div.pages>a, .pager>div>b{
	font-family: Tahoma;
	font-size: 16px;
	color: #FFAA13;
	background: #F5F4F5;
	padding:2px 5px 2px 5px;
	line-height: 16px;
}
.pager>div.pages>b {color: #999;}
.pager>div.forward, .pager>div.back{
	color:666;
	float:left; 
	margin:0;
	padding: 0 5px 0 5px;
	height: 16px;  
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	color: #999;
}
.pager>div.forward{border:none;}
.pager>div.forward a, .pager>div.back a{text-decoration: none;}



td.top_banners {width:100%; border-bottom: 1px solid #e4e2e3; margin:0 0 20px 0;}
td.top_banners ul {float:right; list-style-type:none; margin:0; padding:0 0 5px 0; width:100%; }
td.top_banners li {
	float:left;
	list-style-type:none;
	height:110px;
	width: 175px;
	
	padding:5px 5px 2px 5px;
	text-align: center;
	margin-left: 12px;
	font-weight: bold;
	color: #000;
	font-size: 11px;
}
td.top_banners .preview{height: 80px; overflow: hidden; display:block; margin-top: 5px;}
td.top_banners img{border:none;}
td.top_banners a{text-decoration: none; color:#FFAA13;}


/*=====*/


.callback form{width: 100%; padding: 0; margin: 0;}
.callback input{width: 250px; clear: both; padding: 0 5px 0 5px; margin: 0 0 13px 0; height: 22px;}
.callback textarea{width: 450px; height: 150px; clear: both; padding: 5px; margin: 0 0 13px 0;}
.callback label{clear: both; display: block;}


div.form_errors {
	background-color: #fcc;
	padding: 10px 20px 10px 20px;
	border: 1px solid #faa;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
}

div.form_errors h1, div.form_errors h2, div.form_errors h3 {margin: 0 0 0.5em 0;}
div.form_errors ul{ margin:0; padding:5px 0 0 15px;}
div.form_errors ul>li{ line-height: 20px;}


/* payment types */
.wm-list-icon {
	margin: 4px 0 0 0;
	width: 120px;
	height: 49px;
	background: url("../pix/payments.jpg") no-repeat left 0px;
}
.ya-money-list-icon {
	margin: 4px 0 0 0;
	width: 120px;
	height: 49px;
	background: url("../pix/payments.jpg") no-repeat left -49px;
}
.bank-list-icon {
	margin: 4px 0 0 0;
	width: 120px;
	height: 49px;
	background: url("../pix/payments.jpg") no-repeat left -98px;
}
.qiwi-list-icon {
	margin: 4px 0 0 0;
	width: 120px;
	height: 49px;
	background: url("../pix/payments.jpg") no-repeat -16px -147px;
}
.cod-list-icon {
	margin: 4px 0 0 0;
	width: 120px;
	height: 49px;
	background: url("../pix/payments.jpg") no-repeat left -196px;
}
.cash-list-icon {
	margin: 4px 0 0 0;
	width: 120px;
	height: 49px;
	background: url("../pix/payments.jpg") no-repeat left -245px;
}

.robokassa-list-icon {
	margin: -10px 0 0 0;
	width: 120px;
	height: 39px;
	background: url("../pix/payments.jpg") no-repeat center -294px;
}

.pmethod-cell img {
	border:none;
	margin: 2px 10px 5px 0;
}
.wm-accept {
	float:left;
	margin:10px 0 0 0;
	width: 90px;
	height: 30px;
	background: url("../pix/wm_accept.png") no-repeat;
}


.notifier {
	margin:10px;
	padding: 5px 10px 10px 10px;
	width: 220px;
	border: 3px solid #FFF;
	background: url("../pix/notifier_bg.png") repeat;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	box-shadow: 0 0 10px #000;
	position: fixed;
	top:10px;
	right: 10px;
}
.notifier .close {
	cursor: pointer;
	background: url("../pix/notifier_close.png") no-repeat;
	padding: 14px;
	float:right;
}

.notifier .title {
	float:left;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color:#fff;
}
.notifier .text {
	clear:both;
	font-size: 11px;
	color:#fff;
	margin-top: 15px;
	line-height: 14px;
	text-align: left;
}

.notifier .warning{color:#F44;}
.notifier .notification{color:#FAEC55;}


.delivery_type {
	border: 1px solid #999;
	margin-bottom: 10px;
}

.delivery_type>label {
	display: block;
	margin: 3px;
	background: #F9F9F9;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}

.delivery_type h2, .delivery_type h2 * {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 5px 0;
}

.delivery_type>label>input {
	float:left;
	margin: 3px 10px 0 0;
}

.delivery_type>label>span {
	float:left;
	padding-left: 10px;
	width: 640px;
}

.delivery_type .more {
	float: left;
	clear:both;
	margin: 5px 0 0 0;
}

.delivery_type .delivery_info {
	margin: 15px 15px 15px 45px;
}

.delivery_type ul.city_list {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}

.delivery_type ul.city_list > li {
  clear: both;
  padding: 5px 0 10px;
}

.delivery_type ul.city_list>li>a{
	font-size: 16px;
}

.delivery_type ul.city_list > li > a.active, .delivery_type ul.city_list > li > a:hover {
  color: #6CBA12;
  text-decoration: none;
}

.geo-object-filter-field {
	width: 635px;
	height: 28px !important;
	line-height: 28px !important;
}

.delivery_type ul.letters {
	list-style-type:none; 
	margin:10px 0 10px 0; 
	padding:0px;
}
.delivery_type ul.letters li {
	float:left; 
	margin-right: 5px;
	cursor:pointer;
}

.delivery_type ul.letters a {
	font-size: 12px;
	color:#6Cba12;
}

.delivery_type div.letters_geo_objects_list {
	clear:both;
	margin: 10px 0 0 0;
	background: #fff;
}

.delivery_type div.letters_geo_objects_list ul {
	list-style-type:none; 
	margin:0 0 10px 0; 
	padding:0px;
	float:left;
	width:33%;
}

.delivery_type div.letters_geo_objects_list li{
	clear: both;
	padding: 5px 0 5px 0;
}

.delivery_type div.letters_geo_objects_list li a{
	font-size: 12px;
}

.delivery_type div.letters_geo_objects_list li a.active, .delivery_type div.letters_geo_objects_list li a:hover {
	text-decoration: none;
	color: #ec1d17;
}

.delivery_type div.letters_geo_objects_list li a.active {
	font-weight: bold;
}


.delivery_type div#letters_city_list {
	clear:both;
	margin: 30px 0 0 0;
}

.delivery_type div#letters_city_list ul {
	list-style-type:none; 
	margin:0 0 10px 0; 
	padding:0px;
	float:left;
	width:25%;
}

.delivery_type div#letters_city_list li{
	clear: both;
	padding: 5px 0 5px 0;
}

.delivery_type div#letters_city_list li a.active, .delivery_type div#letters_city_list li a:hover {
	text-decoration: none;
	color: #6cba12;
}

.delivery_type div#letters_city_list li a.active {
	font-size: 14px;
	font-weight: bold;
}

.delivery_type ul.pvz_list {
	list-style-type:none; 
	margin:0 0 10px 0; 
	padding:10px;
}

.delivery_type ul.pvz_list label {
	background: transparent;
}

.delivery_type dl {
	margin: 0;
	clear: both;
}

.delivery_type dt {
	float: left;
	clear: left;
	margin: 2px 0 2px 0;
	width: 50px;
	height: 45px;
	border-top: 1px solid #ccc;
}
.delivery_type dt input {
	margin: 13px 15px 0 10px;
}

.delivery_type dd {
	float: left;
	clear: right;
	width: 440px;
	height: 35px;
	padding: 5px 30px 5px 0;
	margin: 2px 0 2px 0;
	border-top: 1px solid #ccc;
}


.geo-object-finder {
	display: inline-block;
	padding:0 0 0 45px;
	margin:0 0 20px -45px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #F5F5F5;
	width: 872px;
	height: 635px;
}

.geo-object-finder #geoObjectFinderMap {
	width: 700px;
	height: 565px;
	position: absolute;
	z-index: 8;
	margin: 70px 0 0 203px;
}

.geo-object-finderMap {
	float:right;
	margin-right: 46px;
	width: 700px;
	height: 635px;
}

.geo-object-finder #controlsContainer {
	position:absolute;
	width: 249px;
	height: 635px;
	background: #4a4a4a;
	margin-left: -46px;
	z-index: 10;
	color: #fff;
}

.geo-object-finder #controlsContainer .sep {
	padding: 0;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #555;
	margin: 0 0 18px 0;
}

.geo-object-finder #controlsContainer .selected-place {
	background: #5a5a5a;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
}

.geo-object-finder #controlsContainer .selected-place .close {
	float: right;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
	margin-top: 3px;
	background: #4a4a4a;
	line-height: 9px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

.geo-object-finder #controlsContainer .selected-place .close>span {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	overflow: hidden;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	font-family: Arial;
}

.geo-object-finder #controlsContainer .selected-place .close:hover {
	background: #fff;
}

.geo-object-finder #controlsContainer .selected-place .close:hover>span {
	color: #ec1d17;
}

.geo-object-finder #controlsContainer strong {
	font-family: Arial !important;
	font-size: 12px;
	font-weight: 100;
}

.geo-object-finder #controlsContainer .selected-place>div>span {
	color: #999;
	font-size: 11px;
}

.geo-object-finder #controlsContainer .selected-place>div>b {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

.geo-object-finder #controlsContainer #pointDescr {
	margin-top: 20px;
}
.geo-object-finder #controlsContainer #pointDescr strong {
	font-weight: bold;
}

.geo-object-finder .list-wrap {
	margin:0 12px 0 15px;
}

.geo-object-finder .controls-wrap {
	margin:15px 15px 12px 15px;
}

.geo-object-finder .roll-up-header {
	height: 60px;
	padding: 10px 15px 0 15px;
	border-bottom: 1px solid #ccc;
}

.geo-object-finder .roll-up-header h2 {
	float:left;
	display: inline-block !important;
	margin: 3px 0 5px 0
}

.geo-object-finder .roll-up-header span {
	line-height: 1em;
	display: inline-block;
	float:right;
	margin: 3px 0 5px 15px;
	text-decoration: underline;
	color: #ec1d17;
	cursor: pointer;
}

.geo-object-finder .roll-up-header span.selected {
	color: #999;
	cursor: auto;
}

.geo-object-finder #controlsContainer h2 {
	color: #fff;
}

.geo-object-finder .geo-objects-collection {
	position: absolute;
	margin-left: 203px;
	width: 670px;
	height: 635px;
	background: #fff;
	z-index: 9;
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.15);
	overflow-y: hidden;
}

.geo-object-finder .letters_geo_objects_list {
	height: 544px;
	overflow-y: scroll;
}

.delivery_type #regionList div.letters_geo_objects_list li {
	padding: 3px 0 3px 0 !important;
}

.delivery_type div.letters_geo_objects_list #exp_pvz_list li {
	padding: 7px 0 7px 0 !important;
}

.delivery_type div.letters_geo_objects_list #exp_pvz_list li a {
	text-decoration: none;
}

.delivery_type div.letters_geo_objects_list #exp_pvz_list a>strong{
	text-decoration: underline;
}

.geo-object-finder .controls-arrow {
	position: absolute;
	margin: -5px 0 0 225px;
	width: 10px;
	height: 56px;
	color: #fff;
	font-stretch:ultra-expanded;
	font-family: Verdana;
	font-size: 58px;
	line-height: 58px;
	font-weight: bold;
	z-index: 12;
	overflow: hidden;
	display: none;
	padding-left:0px;
	text-align: right;
}

.geo-object-finder .active .controls-arrow {
	display: block !important;
}

.delivery_type #exp_pvz_list dt {
	height: auto;
}

.delivery_type #exp_pvz_list dd {
	height: auto;
	width: 660px;
}

.delivery_type #exp_pvz_on_map h2 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 5px 0;
}

.delivery_type dd .descr {
	font-size: 11px; color: #666;
}

.delivery_type .price {color:#FFF !important; background-color: #3172BD; border-radius: 3px 3px 3px 3px; padding: 3px 4px 2px 4px; line-height: 18px;}
/*.delivery_type .tarif {color:#FFF !important; background-color: #999999; border-radius: 3px 3px 3px 3px; padding: 3px 4px 2px 4px; line-height: 14px; display:inline-block; margin: 2px 0 4px 0;}*/
.delivery_type .tarif {color:#999999 !important; display:inline-block; margin: 2px 10px 4px 0;}
.delivery_type .tarif, .delivery_type .tarif * {font-weight: normal; font-size: 11px; line-height: 12px;}
.delivery_point_block .point_description {display:none;}


.delivery_type #tvk_pvz_list dt {
	height: auto;
}

.delivery_type #tvk_pvz_list dd {
	height: auto;
	width: 660px;
}

.delivery_type dd .descr {
	font-size: 11px; color: #666;
}

.delivery_type .price {color:#FFF !important; background-color: #3172BD; border-radius: 3px 3px 3px 3px; padding: 3px 4px 2px 4px; line-height: 18px;}


ul.iml_delivery_list, ul.iml_delivery_list ul {
	list-style-type:none; 
	margin:0 0 10px 0; 
	padding:0px;
}
ul.iml_delivery_list ul {margin-left: 30px;}
ul.iml_delivery_list>li, ul.iml_delivery_list ul>li{
	margin:0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	float:left;
	clear:both;
	padding: 10px 0 10px 0;
}
ul.iml_delivery_list ul>li {border: none;}

ul.iml_delivery_list input {
	float:left;
	clear: left;
	margin: 0px 20px 0 10px;
}
ul.iml_delivery_list label {
	float:left;
	clear: right;
}

ul.iml_delivery_list .price {color:#67A432;}

.payment_type {	
	margin-bottom: 15px;
}

.payment_type>label {
	display: block;
	margin: 3px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}

.payment_type>label.disabled, .payment_type>label.disabled h2 {
	color: #999;
}

.payment_type h2, .payment_type h2 span {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 5px 0;
}

.payment_type>label>input {
	float:left;
	margin: 4px 10px 0 0;
}

.payment_type>label>span {
	float:left;
	padding-left: 10px;
	width: 645px;
}

span.iinfo, .iinfo span, i.iinfo, .iinfo i {
	font-size: 11px;
	color: #999999;
	display: block;
}

span.iinfo, .iinfo span {
	display: inline;
	font-size: 12px;
}


ul.dot_underline_list {
	list-style-type:none; 
	margin:0 0 10px 0; 
	padding:0 0 6px 0; 
}

ul.dot_underline_list>li{
	padding: 0;
	margin: 0 0 6px 0;
	border-bottom: 1px dotted #333;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
ul.dot_underline_list>li>div {
	float:left;
	margin-bottom: -2px;
	padding-right: 2px; 
	border: 1px solid #fff;
	background: #fff;
}
ul.dot_underline_list>li>span {
	float: right;
	margin-bottom: -2px;
	padding-left: 2px; 
	border: 1px solid #fff;
	background: #fff;
	text-align: right;
}


/* payment page */
ul.payment-methods {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.payment-methods li {
	float:left;
	margin:0 10px 10px 0;
}

ul.payment-methods li i {
	width: 120px;
	height: 53px;
	display: inline-block;
	margin-left: 28px;
	background: url('../pix/payment-icons.png') no-repeat;
}

ul.payment-methods span.payment-radio input {
	position: absolute;
	margin-top: 22px;
}

ul.payment-methods .payment-fee {
	text-align: right;
	padding-right: 20px;
	color: #999;
	font-size: 11px;
}
ul.payment-methods li i.null {background-position: 100px 100px;}
ul.payment-methods li i.mnt-moneta {background-position: 0px -181px;}
ul.payment-methods li i.mnt-wm {background-position: 0px -120px;}
ul.payment-methods li i.mnt-mailru {background-position: -127px -120px;}
ul.payment-methods li i.mnt-ubrir {background-position: 0px -60px;}
ul.payment-methods li i.mnt-mkb {background-position: -127px -181px;}
ul.payment-methods li i.mnt-elex {background-position: -254px -120px;}
ul.payment-methods li i.mnt-cbonlne {background-position: -127px 0px;}
ul.payment-methods li i.mnt-alfa {background-position: -127px -60px;}
ul.payment-methods li i.mnt-psb {background-position: -127px -242px;}
ul.payment-methods li i.mnt-contact {background-position: -254px 0px;}
ul.payment-methods li i.mnt-card {background-position: 0px 0px;}
ul.payment-methods li i.mnt-rapida {background-position: -254px -181px;}
ul.payment-methods li i.mnt-faktura {background-position: -254px -60px;}
ul.payment-methods li i.mnt-oplata {background-position: 0px -242px;}

div.pm-check {
	padding:10px 8px 10px 7px;
	font-family: Courier New, Courier New, Courier6, monospace;
	background: #fff;
	box-shadow: 0 3px 5px #aaa;
	font-size: 14px;
	color: #666;
}
div.pm-check * {
	font-family: Courier New, Courier New, Courier6, monospace;
	font-size: 12px;
	color: #666;
}
div.pm-check span.starline {display:block; clear:both; height:14px; width:185px; overflow: hidden; font-size: 14px;}
div.pm-check span.lstar {float:left; font-size: 14px;}
div.pm-check span.rstar {float:right; font-size: 14px;}
div.pm-check span.t {display: block; position:relative; width: 100%;}
div.three-ds {
    width: 150px;
    height: 45px;
    background: url('../pix/3d-secure-verified.png') no-repeat 0px 0px;
    float:right;
}


