html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 11px;
	font-family: arial, sans-serif;
	color: #3D3D3D;
    background: #FFFFFF url('/img/fon-top.gif') repeat-x;
    text-align: center;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 19px;
            line-height:29px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	margin: 0 0 0 7px;


}

.bigh1 {
	font-size: 22px;
	line-height:46px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	margin: 0 15px 0 6px;
	white-space:nowrap;
            min-width:200px;
}

h2 {
	font-size: 18px;
            line-height:23px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	margin: 0 0 0 7px;
	white-space:nowrap;
	color:#303030;
	margin:40px 0px 10px 38px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 25px 0 3px -1px;
	font-family: tahoma, sans-serif;
	color: #444444;
}

h4 {
	font-size: 16px;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding-left: 38px;
}

a {
	color: #00609D;
}

a:hover {
	text-decoration: none;
	color: #ff8b39;
}

.block {
	border: 1px solid #E3E3E3;
	padding: 18px 0px 2px 5px;
	zoom: 1;
	position: relative;
	margin-bottom: 17px;
}

.block.main_image {
	padding: 22px 0;
	text-align: center;
	margin: 0 0 19px 12px;
	width: 346px;
}

.block.main_image img {
	display: block;
	margin: 0 auto;
}

.block .corner {
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: absolute;
}

.block .corner.left_bottom {
	left: -1px;
	bottom: -1px;
    background: url('/img/left_bottom_corner.gif') no-repeat;	
}

.block .corner.left_top {
	left: -1px;
	top: -1px;
    background: url('/img/left_top_corner.gif') no-repeat;	
}

.block .corner.right_bottom {
	right: -1px;
	bottom: -1px;
    background: url('/img/right_bottom_corner.gif') no-repeat;	
}

*html .block.main_image .corner.right_bottom {
	right: -2px;
}

.block .corner.right_top {
	right: -1px;
	top: -1px;
    background: url('/img/right_top_corner.gif') no-repeat;	
}

*html .block.main_image .corner.right_top {
	right: -2px;
}

.breadcrumbs {
	height: 14px;
	white-space: nowrap;
	font-size: 11px;
	color: #8E8E8E;
	padding-left: 37px;
}

.breadcrumbs img {
	margin: 0 2px;
}

.breadcrumbs a img {
	margin: 0 -1px -1px 0;
}


.breadcrumbs span {
	position: relative;
	top: 1px;
	font-weight: bold;
}

.cart {
	width: 130px;
	float: left;
	margin-right: -130px;
	padding-top: 5px;
}

.cart_content {
	padding-left: 37px;
	zoom: 1;
    background: url('/img/cart.gif') no-repeat 11px top;
}

.cart_content a {
	text-transform: uppercase;
	font-size: 13px;
            line-height:16px;
	font-weight: bold;
}

.cart_content div {
            line-height:18px;
}

.cart_info {
	padding-top: 5px;
	font-size: 10px;
	zoom: 1;
}

.cart_info span {
	color: #8C4F23;
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma, sans-serif;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.contacts {
	width: 163px;
	float: right;
	margin-left: -163px;
	color: #000000;
	font-size: 21px;
	line-height: 22px;
	
}

.contacts a {
    font-size: 13px;
	font-weight: bold;
	color: #626665;
    background: url('/img/bb.gif') repeat-x left bottom;
	text-decoration: none;
	margin-left: 7px;
	word-spacing: -1px;
}

.contacts a:hover {
    background: none;
}

.contacts .online {
	position: relative;
	left: 7px;
	top: 1px;
}

.contacts .phone_code {
	font-size: 12px;
	padding-right: 3px;
}

.contacts .phone_code span {
	color: #757b7b;
}

.contacts .menu_header {
	padding: 0 15px 0 7px;
	font-size: 11px;
	margin-bottom: 4px;
    background: url('/img/arrow_down.gif') no-repeat right 9px;
}

* html .container, * html .footer {
    width: expression(
    (document.compatMode && document.compatMode == 'CSS1Compat') ?
    (document.documentElement.clientWidth < 1000 ? "1000px" :
    (document.documentElement.clientWidth > 1980 ? "1980px" : "auto")) :
    (document.body.clientWidth > 1000 ? "1000px" :
    (document.body.clientWidth < 1980 ? "1900px" : "auto")));
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	min-width: 1000px;
	max-width: 1980px;
	text-align: left;
	margin: 0 auto;
    background: url('/img/fon-top-left.jpg') no-repeat;
}

.content {
	width: 100%;
	margin-top:20px
}

.content {
	vertical-align: top;
}

.content_table {
	width: 100%;
	height: 100%;
}

.content_table td {
	vertical-align: top;
}

.footer {
    height: 169px;
	min-width: 1000px;
	max-width: 1980px;
	margin: -169px auto 0;
    background: url('/img/footer_bg.jpg') repeat-x left bottom;
	text-align: left;
}

.footer_left {
    height: 169px;
    background: url('/img/footer_left.jpg') no-repeat;
}

.footer_right {
    height: 169px;
    background: url('/img/footer_right.jpg') no-repeat right top;
	overflow: hidden;
}

.footer_right table {
    width: 100%;
	margin-top: 53px;
}

.footer_right table td {
    vertical-align: top;
}

.footer_right table td.left_column .logo_footer {
    background: url('/img/logo_footer.jpg') no-repeat;
	margin-bottom: 12px;
	height: 35px;
	display: block;
}

.footer_right table td.left_column .left_menu div {
    padding-left: 5px;
	zoom: 1;
	font-size: 11px;
	line-height:17px;
	color: #606060;
}

.info_text {
	line-height:18px;
	position:relative;
	top: 2px;
	margin-bottom: 21px;
	width: 60%;
	min-width: 343px;
}

.inner_sep {
	width: 6%;
	min-width: 30px;
}

.introtext {
	margin-bottom: 17px;
	padding: 0 20px 0 30px;
	zoom: 1;
}

.introtext table {
	width: 100%;
}

.introtext table td {
	vertical-align: bottom;
}

.introtext table td.logo_td {
	padding: 22px 40px 2px 0;
	min-height:45px;
}

.introtext table td.logo_td img {
	display: block;
}

.introtext table td.logo_td h2 {
	padding-left: 6px;
	white-space: nowrap;
	line-height: 16px;
}

.introtext table td.text_td {
	width: 100%;
}

.introtext span {
	line-height: 18px;
	overflow: hidden;
	zoom: 1;
	display: block;
	width: 60%;
	min-width: 343px;
	position: relative;
	top: 6px;
	color:#5c5c5c;
	
}

.introtext b {
	color:#5f5f5f;
}


.logo_td h1 {

             white-space:nowrap;
             min-width: 200px;            


}

.item {
	width: 219px;
	text-align: center;
	margin-bottom: 30px;
	display: -moz-inline-stack­;
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: text-top;
}

.item img {
	display: block;
	margin: 0 auto;
}

.item_header {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 17px;
            width: 204px;
}

.item_info {
	text-align: left;
	font-size: 12px;
	margin-bottom: 19px;
	width: 52%;
	padding:3px 0 3px 0;
}


.item_info2 {
	text-align: left;
	font-size: 12px;
	margin-bottom: 2px;
	width: 80%;
	padding-left:27px;
}

.item_info2 p {
	margin: 7px 0 0 0;
	color: #3E3E3E;
	font-size:11px;
}


.item_info2 p span.dotted {
    background: url('/img/dot.gif') repeat-x left 12px;
	overflow: hidden;
	display: block;
	text-align: center;
}

.item_info2 p span.dotted span {
    background: #FFFFFF;
	padding-left: 2px;
	word-spacing: 1px;
}

.item_info2 p span.left {
	margin-right: 2px;
    background: #FFFFFF;
}

.item_sub2 {
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
	text-align:center;
}



.item_sub2 .right {
	font-size: 12px;
	padding-left: 7px;
	padding-right:65px;
    background: url('/img/blue_arrow.gif') no-repeat left 5px;
}

.item_sub2 .right:hover {
    background: url('/img/little_arrow.gif') no-repeat 2px 5px;
}




.item .item_info {
	margin: 0 auto;
	width: 160px;
	font-size: 11px;
}

.item_info p {
	margin: 12px 0;
	color: #3E3E3E;
}

.item .item_info p {
	margin: 5px 0;
}

.item_info p span.dotted {
    background: url('/img/dot.gif') repeat-x left 12px;
	overflow: hidden;
	display: block;
	text-align: right;
}

.item_info p span.dotted span {
    background: #FFFFFF;
	padding-left: 2px;
	word-spacing: 1px;
}

.item_info p span.left {
	margin-right: 2px;
    background: #FFFFFF;
}

.item_sub {
	width: 100%;
	overflow: hidden;
	padding-top: 4px;
}

.item_sub .left {
	color: #FE7501;
	font-size: 13px;
	font-weight: bold;
	padding-right: 20px;
    background: url('/img/rub.gif') no-repeat right 6px;
}

.item_sub .right {
	font-size: 12px;
	padding-left: 7px;
    background: url('/img/blue_arrow.gif') no-repeat left 5px;
}

.item_sub .right:hover {
    background: url('/img/little_arrow.gif') no-repeat 2px 5px;
}

.left {
	float: left;
}

.left_column {
	width: 13%;
}

.left_menu2 {
	width: 187px;
	float: right;
	line-height:15px;
}


.left_menu {
	width: 187px;
	float: right;
}

.left_menu_list {
	margin: 0 0 18px -10px;
	padding: 0;
	list-style-type: none;
}

.left_menu_list li {
	height: 25px;
	margin-bottom: 3px;
}

.left_menu_list li a {
	line-height: 24px;
	padding-left: 20px;
    background: url('/img/little_arrow.gif') no-repeat 10px center;
	display: inline-block;
	font-size: 13px;
}

.left_menu_list li a:hover {
    background: url('/img/little_arrow.gif') no-repeat 13px center;
}

.left_menu_list li.active span {
	height: 25px;
    background: url('/img/middle_bone_left.jpg') no-repeat;
	display: inline-block;
}

.left_menu_list li.active span a {
	text-decoration: none;
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
    background: url('/img/middle_bone_right.jpg') no-repeat right top;
}


.left_menu_list2 {
	margin: 0 0 2px -20px;
	padding: 0;
	list-style-type: none;
}

.left_menu_list2 li {
	height: 25px;
	margin-bottom: 3px;
}

.left_menu_list2 li a {
	line-height: 24px;
	padding-left: 20px;
    background: url('/img/big_arrow.gif') no-repeat 9px center;
	display: inline-block;
	font-size: 14px;
	font-weight:bold;
	color:#4676a8;
}

.left_menu_list2 li a:hover {
    background: url('/img/little_arrow.gif') no-repeat 12px center;
	color:#ff8b39;
}

.left_menu_list2 li.active span {
	height: 25px;
    background: url('/img/middle_bone_left.jpg') no-repeat;
	display: inline-block;
	margin-left:10px;
	margin-top:5px;
}

.left_menu_list2 li.active span a {
	text-decoration: none;
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
    background: url('/img/middle_bone_right.jpg') no-repeat right top;
}


.left_menu_list3 {
	margin: 0 10px 0 18px;
	padding: 0;
	list-style-type: none;
	min-width:180px;
}

.left_menu_list3 li {
	height: 25px;
	line-height:28px;
	margin-bottom: 3px;
	margin-right:17px;
	display:inline;
}

.left_menu_list3 li a {
	line-height: 24px;
	padding-left: 10px;
    background: url('/img/big_arrow.gif') no-repeat 9px center;
	font-size: 13px;
	font-weight:bold;
	color:#4676a8;
	white-space:nowrap;
}

.left_menu_list3 li a:hover {
    background: url('/img/little_arrow.gif') no-repeat 12px center;
	color:#ff8b39;
}

.left_menu_list3 li.active span {
	height: 25px;
    background: url('/img/middle_bone_left.jpg') no-repeat;
	display: inline-block;
	margin-left:10px;
	margin-top:5px;
}

.left_menu_list3 li.active span a {
	text-decoration: none;
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
    background: url('/img/middle_bone_right.jpg') no-repeat right top;
}


.left_side {
	width: 6%;
}

.left_sidebar {
	width: 361px;
	padding-top: 5px;
}

.left_sidebar h2 {
	padding-left: 36px;
}

.left_sidebar h1 {
	padding-left: 30px;
}


.logo {
	height: 154px;
	overflow: hidden;
	position: relative;
	left: -15px;
}

.logo a {
	width: 149px;
	height: 105px;
    background: url('/img/2k2logo.gif') no-repeat;
    display: block;
    margin-top: 20px;
}

.main_column {
	padding-top: 28px;
	padding-bottom:100px
}

.menu_header {
	display: inline-block;
	color: #727272;
	padding: 0 15px 0 9px;
	margin-bottom: 7px;
    background: url('/img/arrow_down.gif') no-repeat right 4px;
	font-size:11px;
}

.min-width {
	width: 343px;
	height: 0px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.pages {
	float: left;
	color: #5f5f5f;
}

.pages a {
	margin: 0 6px;
	line-height: 20px;
	font-size: 13px;
}

.pages span {
	margin: 0 4px;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	width: 22px;
	text-align: center;
    background: url('/img/pages_active.gif') no-repeat;
	display: inline-block;
	font-size: 13px;
}

.pages_block {
	padding: 0 36px;
	zoom: 1;
	overflow: hidden;
}

.price_bone {
	display: inline-block;
	height: 43px;
    background: url('/img/price_bone_left.gif') no-repeat;	
}

.price_bone span {
	display: inline-block;
	height: 43px;
    background: url('/img/price_bone_right.gif') no-repeat right top;
	color: #FF7F00;
	font-size: 22px;
	line-height: 42px;
	padding: 0 14px;
}

.price_bone em{
font-style:normal;
margin-left:4px;


}

.price_bone input {
font-weight:bold;
color:#333333;
}

*html .price_bone span {
	height: 35px;
	padding-top: 8px;	
}

.price_bone span img {
	margin-left: 7px;	
}

.push {
	padding-bottom: 190px;
	zoom: 1;
    background: url('/img/fon-top-right.jpg') no-repeat right top;
}

.right {
	float: right;
}

.right_side {
	width: 8%;
}
.right_sidebar { 
	padding-top:7px;
}

.right_sidebar .item_info {
	min-width: 330px;

}

.right_sidebar .item_info p span.dotted {
	padding-left: 25px;
}

.show_all {
	float: right;
    background: url('/img/little_arrow.gif') no-repeat left 5px;
	padding-left: 10px;
	font-size: 12px;
}

.show_all:hover {
    background: url('/img/little_arrow.gif') no-repeat 3px 5px;
}

.sort_by {
	padding: 0 30px 2px 0;
	text-align: right;
	height: 26px;
	line-height: 21px;
}

.sort_by a {
	font-size: 12px;
}

.sort_by span {
	display: inline-block;
	height: 21px;
	margin: 0 7px;
}

.sort_by span.active {
    background: url('/img/small_bone_left.jpg') no-repeat;
	cursor: pointer;
	position: relative;
	top: 1px;
}

.sort_by span.active a {
    background: url('/img/small_bone_right.jpg') no-repeat right top;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 9px;
	text-decoration: none;
	display: inline-block;
}

.sub_photos {
	width: 316px;
	margin: 0 auto;
}

.sub_photos_container {
	display: inline-block;
	text-align: right;
	margin: 0 auto;
}

.sub_photos_holder {
	padding-left: 15px;
	text-align: right;
	zoom: 1;
}

.sub_photos_item {
	display: inline-block;
	height: 84px;
	margin: 0 4px 10px 4px;
	cursor: pointer;
    background: url('/img/lup.gif') no-repeat;
	   background-position:right bottom;
}

.sub_photos_item span {
	display: inline-block;
	height: 84px;
	overflow: hidden;
	padding: 0 9px;
}

.sub_photos_item span img {
	margin-top: 8px;
	display: block;
}

.sub_photos_item:hover {
    background: url('/img/sub_image_left_hover.gif') no-repeat;
}

.sub_photos_item:hover span {
    background: url('/img/sub_image_right_hover.gif') no-repeat right top;
}

.sub_photos_item.active {
    background: url('/img/sub_image_left.gif') no-repeat;
}

.sub_photos_item.active span {
    background: url('/img/sub_image_right.gif') no-repeat right top;
}

.tools {
	padding: 35px 14px 27px 23px;
	zoom: 1;
	overflow: hidden;
}

.tools_header {
    background: url('/img/arrow_down.gif') no-repeat right 4px;
	font-size: 12px;
	color: #727272;
	display: inline-block;
	padding: 0 15px 6px 14px;
}

.tools_price {
	float: left;
}

.tools_cart {
	float: right;
}

.tools_cart .price_bone a {
	color: #3BA600;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	top: -3px;
    background: url('/img/bbg.gif') repeat-x left 21px;
}

.tools_cart .price_bone a:hover {
    background: none;
}

.tools_cart .price_bone input {
	width: 27px;
	height: 17px;
	border: 1px solid #AAAAAA;
	color: #000000;
	text-align: right;
	margin-right: 7px;
	font-size: 14px;
	padding: 3px 9px 3px 0;
	font-weight: bolcd;
	position: relative;
	top: -2px;
	//top: 1px;
}

.top {
	height: 71px;
	width: 100%;
	overflow: hidden;
}

.top_menu {
	margin: 0 180px 0 135px;
	zoom: 1;
	text-align: center;
}

.top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.top_menu ul li {
	height: 26px;
	margin-left: 19px;
	float: left;
	zoom: 1;
	white-space:nowrap;
}

.top_menu ul li a {
	line-height: 25px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
    background: url('/img/big_arrow.gif') no-repeat 1px 9px;
	padding-left: 11px;
	display: inline-block;
}


.top_menu .green a {
    color:#009900;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
    background: url('/img/big_arrow.gif') no-repeat left 9px;
	padding-left: 11px;
	display: inline-block;
}

.top_menu .green a:hover  {
    background: url('/img/little_arrow.gif') no-repeat 3px 10px;
    text-decoration: none;
	color: #ff8b39;
}

.top_menu ul li a:hover {
    background: url('/img/little_arrow.gif') no-repeat 3px 10px;
}

.top_menu ul li .inner_text {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
	background-color: #bfbfbf;
	height: 21px;
	white-space: nowrap;
	padding: 0;
	text-transform: uppercase;
}

.useful {
	zoom: 1;
	margin:20px 0 17px -6px;

}

.useful div {
	margin: 0 15px 7px 0;
	text-align: center;
	vertical-align: text-top;
	display: -moz-inline-stack­;
	display: inline-block;
	//display: inline;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

.useful div img {
	margin: 0 auto;
}

.useful div span {
	margin: 0;
	display: block;
}

.useful div span b {
	color: #6B6B6B;
	text-decoration: none;
	line-height: 12px;
	font-weight:normal;

}

.useful div span a:hover {
	text-decoration: underline;
}

.what_is_this {
	font-size: 9px;
	line-height:10px;
	color: #3482B0;
	text-decoration: none;
    background: url('/img/bbb.gif') repeat-x left bottom;
}

.what_is_this:hover {
	background: none;
}


.divbr {

padding:20px 40px 30px 25px;
width:80%;

}


.divbr div{
display:inline;
text-decoration:none;
margin-right:0px;
padding:0 10px 45px 0;
text-align:left;
vertical-align:top;

}

.divbr img {
border:0;
margin:0 8px 13px 0;

}

.zakraem {
position:absolute;
top:-300px;

}

.hr1 { width:100%; height:1px; border-bottom:solid #dddddd 1px; margin:27px 0 10px 0; }
.hr2 { width:100%; height:1px; border-bottom:solid #dddddd 1px; margin:10px 0 25px 0; }


.kandtext { padding:20px 10px 30px 7px; width:60%;}
.kandtext p{font-size:13px; line-height:19px; margin-bottom:20px; color:#3e3e3e;}
.kandtext b { color:#444444;}
.kandtext .float { float:left; margin:0 26px 20px 0;}


.bigb { font-size:15px; 
word-spacing:2px; 
width:80px; 
white-space:normal;}

.popis { line-height:17px;}

/* Стили для магазина */

.shop_cart_table
{
	/* width: 100%; */
	border-spacing: 2px;
}

.shop_cart_table, .shop_cart_table td
{
	empty-cells: show;
}

.shop_cart_table td, .shop_cart_table th
{
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.shop_cart_table th
{
	text-align: left;
	border-bottom: 1px solid #dddddd;
}

.price_table_border, .price_table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #C8C0A9;
	border-style: dashed;
	padding-left: 5px;
}

.hit {
	width: 40px;
	height: 40px;
	background: url('/images/hit.png') no-repeat 0 0 !important;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hit.png');
}

/* Строки фильтра и сортировки */
.shop_block
{
	border: 1px solid #ccc;
	background: #EEE;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.shop_block input, .shop_block select {
	border: 1px solid #969696;
}

.shop_block .gray_button input {
	border-width: 0;
margin-top: 50px;

}

.arrow_up
{
	width: 16px;
	height: 16px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
	z-index: 1;
}

.arrow_up_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}

.shop_navigation {
	list-style-type: none;
	margin: 0;
	padding: 15px 0;
}

.shop_navigation li {
	float: left;
	padding-right: 10px;
}

.shop_navigation span {
	margin-right: 10px;
	border-bottom: 1px solid #d20a1c;
}

.shop_navigation_current span {
	color: #525252;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #d20a1c;
}
/* END стили для магазина */

/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #fff;
	float: left;
}

.page_link
{
	border: 1px solid #e7e7e7;
}
.current
{
	border: 1px solid #d20a1c;
	background-color: #d20a1c;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}


.link_list {
	margin: -3px 0 22px -11px;
	padding: 0;
	list-style-type: none;
}

.link_list li {

	margin: -5px 0px 4px 0px;
	line-height:11px;
	font-size: 11px;

}

.link_list li a {
	line-height: 24px;
	padding-left: 20px;
    background: url('little_a.gif') no-repeat 12px center;
	display: inline-block;
	font-size: 11px;
	margin-right:3px;
}

.link_list li a:hover {
    background: url('little_a.gif') no-repeat 14px center;
}

.link_list li.active span {
	height: 25px;
    background: url('middle_b.jpg') no-repeat;
	display: inline-block;
}

.link_list li.active span a {
	text-decoration: none;
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
    background: url('middle_b.jpg') no-repeat right top;
}

.basdan { margin:7px 0 0px 8px;}
.basdan p{ font-size:12px; line-height:18px; margin:0 0 6px 2px;}
.basdan b{ color:#333333; margin-right:5px;}

.mainbask input { font-size:13px; color:#111111; padding:2px 5px 2px 4px;}
.mainbask select { font-size:13px; color:#111111; padding:1px 1px 1px 4px;}



