@charset "windows-1251";
body{margin: 0; padding: 0}
td {font: 12px Arial; color: #8D8D8D}
h3, h4 {color: #9D8E6F}

.otstup-karta {
   
 margin-left: 15px;
}


.about {padding-left: 15px;}

.vcard {padding-left: 15px;}

.fig {
 text-align: center; /* Выравнивание по центру */
}

.spin {font: 11px Arial;color: #EF5876}
.topy {font: 11px Arial;color: #0000FF}
.link {font: 11px Arial;color: #0000FF}
.descr {font: 13px Arial;color: #EE8004; font-weight: bold}


#left-menu .menu-section-header {background: url('../img/menu-header-backgr.gif'); font-size: 12px; color: #A60000; font-weight: bold}
#left-menu .menu-item {padding-left: 5px; height: 25px}
#left-menu .menu-separator {background: url('../img/menu-separator-backgr.gif');}
#left-menu a:link {font-size: 12px; text-decoration: none; color: #8D8D8D}
#left-menu a:visited {font-size: 12px; text-decoration: none; color: #8D8D8D}
#left-menu a:hover {color: #A60000; text-decoration: underline}
#left-menu a:active {color: #A60000;}

.goods_description {border: 3px solid #3878DB; font: 12px Arial}
.goods_description a.goods_name {text-decoration: none; font: bold 16px Arial;color: #9D8E6F}
.goods_description a.goods_name:hover {text-decoration: underline;color: #A60000}
.goods_price {font: bold 17px Arial; letter-spacing: 1px; color: #EE8004}

em {color: #F00; font-style: normal}

.ul-list li {list-style-image: url('../img/marker-arrow.gif'); padding-bottom: 3px; font-size: 12px; margin-left: -21px}

#bottom_menu a {font-weight: bold; color: #FFF; text-decoration: none}



body h1 {font: 16px Arial; color:#9D8E6F; font-weight:bold;}
body h2 {font: 12px Arial; color:#9D8E6F; font-weight:bold;}

.delieve{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#f90;
}

/* add 17.12.16 */



.head_cart_hold{
	text-align:center;
	vertical-align:middle;
}

.head_cart{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	line-height:18px;
}

.cart_txt{
	font-size:12px;
	color:#fefefe;
	display:block;
	white-space: nowrap;
}

.cart_link{
	font-size:14px;
	color:#fefefe;
	text-decoration:underline;
	position:relative;
	padding:0 26px 0 0;
	white-space: nowrap;
}

.cart_link:after{
	content:'';
	display:block;
	position:absolute;
	top:2px;
	right:0;
	width:20px;
	height:14px;
	background:url("../img/cart_icon.png") no-repeat 0 0;
	background-size:20px auto;
}

.cart_link:hover{
	text-decoration:none;
}

.nowrap{
	white-space:nowrap;
}

.cart_form_hold{
	width:755px;
	margin:0 auto 30px;
}

.cart_form_hold:after{
	content:' ';
	clear:both;
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
}

.cart_form_hold .h2{
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#9d8e6f;
	text-transform:none;
	margin-bottom:14px;
}

.cart_prod{
	font-size:12px;
	color:#8d8d8d;
	line-height:1.2;
	text-align:right;
	margin-bottom:23px;
}

.cart_prod table{
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	line-height:1.2;
	margin-bottom:2px;
}

.cart_prod table,
.cart_prod table a{
	color:#8d8d8d;
}

.cart_prod table a{
	text-decoration:underline;
}

.cart_prod table a:hover{
	text-decoration:none;
}

.cart_prod table td,
.cart_prod table th{
	vertical-align:middle;
	text-align:center;
	border:none;
	padding:3px 5px;
}

.cart_prod table td:first-child,
.cart_prod table th:first-child,
.cart_prod table td:nth-child(2),
.cart_prod table th:nth-child(2){
	text-align:left;
}

.cart_prod table th{
	background:#ebe93f;
	font-size:11px;
	font-weight:normal;
	color:#666;
	border-bottom:2px solid #fff;
}

.cart_prod table td{
	background:#f3f3f3;
}

.cart_prod table input{
	border-radius:3px;
	border-top:1px solid #006dff;
	border-bottom:1px solid #006dff;
	border-left:2px solid #72acf9;
	border-right:2px solid #72acf9;
	box-shadow:none !important;
	padding:0;
	text-align:center;
	background:#fff;
	font-size:12px;
	color:#8d8d8d;
	line-height:normal;
	width:20px;
	height:14px;
}

.cart_prod_del{
	display:inline-block;
	font-size:12px;
	color:#006dff !important;
	text-decoration:none !important;
	padding:0 2px;
}

.cart_summ_hold{
	border-top:2px solid #ebe93f;
	font-size:12px;
	color:#8d8d8d;
	line-height:1.2;
	margin-bottom:6px;
	padding-top:7px;
}

.btn_cart{
	text-align:center;
	display:inline-block;
	vertical-align:top;
	text-decoration:none !important;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	cursor:pointer;
	color:#333;
	background:#f3f3f3;
	padding:0 7px;
	border:1px solid #333;
	border-radius:5px;
	line-height:16px !important;
	font-size:10px;
	-webkit-box-shadow:inset 0 0 1px 0 #c3c3c3;
	box-shadow:inset 0 0 1px 0 #c3c3c3;
}

.btn_cart:active{
	position:relative;
	top:1px;
}

.btn_cart.btn_yellow{
	background:#ebe93f;
	border-color:#999;
}

.cart_prod .btn_cart{
	margin-left:5px;
}

.cart_form{

}

.cart_form .h3{
	font-style:italic;
	font-size:14px;
	color:#8d8d8d;
	text-transform:none;
	text-align:left;
	margin-bottom:16px;
	font-weight:normal;
	line-height:1.2;
}

.cart_form .cart_form_block{
	margin-bottom:12px;
}

.cart_form .cart_form_block:after{
	content:' ';
	clear:both;
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
}

.cart_form .cart_label{
	float:left;
	font-size:12px;
	color:#8d8d8d;
	line-height:16px;
	width:180px;
	margin-right:10px;
}

.cart_form .input_hold{
	float:left;
	width:300px;
}

.cart_form button,
.cart_form html input[type="button"],
.cart_form input[type="reset"],
.cart_form input[type="submit"]{
	-webkit-appearance:none;
	cursor:pointer;
}

.cart_form button::-moz-focus-inner,
.cart_form input[type="button"]::-moz-focus-inner,
.cart_form input[type="submit"]::-moz-focus-inner,
.cart_form input[type="reset"]::-moz-focus-inner{
	padding:0;
	border:0 none;
}

.cart_form button[disabled],
.cart_form html input[disabled]{
	cursor:default;
}

.cart_form .input_hold input,
.cart_form .input_hold textarea,
.cart_form .input_hold select{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #737373;
	border-radius:0;
	box-shadow:none;
	font-size:12px;
	line-height:normal;
	padding:0 4px;
	height:19px;
	color:#8d8d8d;
	background:#fff;
}

.cart_form .input_hold input,
.cart_form .input_hold select{
	-webkit-box-shadow:inset 0 1px 1px 0 #c3c3c3;
	box-shadow:inset 0 1px 1px 0 #c3c3c3;
	border-bottom-color:#ddd;
	border-left-color:#c3c3c3;
	border-right-color:#c3c3c3;
}

.cart_form .input_hold textarea{
	height:97px;
}

.cart_form .small_txt{
	font-size:11px;
}

.cart_form .btn_yellow{
	margin:0 0 20px 190px;
}































