:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	color: #82cd4b;
	font: bold 32px Arial, Helvetica, sans-serif;
}
.col1 h1 {
	margin-right:60px;
}

h2 {
	color: #6cbb32;
	font: bold 24px Arial, Helvetica, sans-serif;
}
.col2 h2 {
	margin-left:25px;
}

h3 {
	color: #FFF;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin:5px 0 10px 0;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #ee6d0e;
	background-color: transparent;
}

h5 {
	font-style:italic;
	font-size: 1em;
	color: #FFF;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 0.9em;
	color: #FFF;
	background-color: transparent;
}

/* Links
================================================*/

a:link {
	color:#FFF;
	text-decoration: underline;
}

a:visited {
	color:#FFF;
	text-decoration: underline;
}

a:active {
	color:#FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.more:link, a.more:visited, a.more:active {
	display:block;
	clear:both;
	margin-right:5px;
}


div.a_btn_orange {
	background:url(../i/a_btn_orange_left.gif) no-repeat left top;
	margin:5px 5px 0 0;
	height:21px;
	display:block;
	float: left;
}
div.a_btn_orange div {
	padding-left:15px;
}
div.a_btn_orange a:link, div.a_btn_orange a:active, div.a_btn_orange a:visited, div.a_btn_orange a:hover {
	text-decoration:none;
	background:url(../i/a_btn_orange_right.gif) no-repeat right top;
	padding:3px 15px 2px 0;
	float: left;
	height:21px;
	display: block;
	font:bold 12px arial,tahoma;
	color:#FFF;
}

div.a_btn_green {
	background:url(../i/a_btn_green_left.gif) no-repeat left top;
	margin:5px 0;
	height:21px;
	display:block;
	float: left;
}
div.a_btn_green div {
	padding-left:15px;
}
div.a_btn_green a:link, div.a_btn_green a:active, div.a_btn_green a:visited, div.a_btn_green a:hover {
	text-decoration:none;
	background:url(../i/a_btn_green_right.gif) no-repeat right top;
	padding:3px 15px 2px 0;
	float: left;
	height:21px;
	display: block;
	font:bold 12px arial,tahoma;
	color:#FFF;
}

.button {
	float: left;
	background:url(../i/a_btn_green_left.gif) no-repeat left top;
	height: 21px;
	margin:5px 5px 0 0;
}

.button div {
	float: left;
	height: 21px;
	padding: 0 15px;
}

.button input {
	border: 0px solid transparent;
	background: transparent url(../i/a_btn_green_right.gif) no-repeat right top;
	width: 1;
	overflow: visible;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding:3px 15px 2px 0;
	cursor: pointer;
}


/* Paragraphs
================================================*/

p {
	margin: 5px 0px 12px;
}

blockquote {
	margin:10px 0;
	padding: 15px;
	background: #315905;
}
blockquote strong {
	color:#ee6d0e;
}
p img {
	float:left;
	margin:0 15px 15px 0px;
}


/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

ul.submenu li {
	list-style: none;
	color:#FFF;
}
ul.submenu li a:link, ul.submenu li a:active, ul.submenu li a:visited {
	color:#FFF;
	font: 0.9em Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background:url(../i/li-submenu.gif) no-repeat left 50%;
	padding-left:10px;
}
ul.submenu li a:hover {
	color:#82cd4b;
	text-decoration: underline;
}
ul.submenu ul li a:link, ul.submenu ul li a:active, ul.submenu ul li a:visited {
	background:none;
	font-size:0.8em;
}
ul.submenu a.current:link, ul.submenu a.current:active, ul.submenu a.current:visited {
	color:#82cd4b;
}


ul.bottom_menu {
	clear:both;
	margin:0 0 0 20px;
}
ul.bottom_menu li {
	float:left;
	list-style: none;
	margin-right:20px;
}
ul.bottom_menu li a {
	color:#999;
	text-decoration: underline;
	font-size:12px;
}
ul.bottom_menu li a:hover {
	text-decoration: none;
}


dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	width:100%;
	font-size:0.9em;
	background:#315905;
	color:#ceecb3;
}

table td {
	padding: 5px;
	border-bottom:1px solid #50722d;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #294b03;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding:5px 0px;
	color: #ee6d0e;
	font-size: 107%;
	text-transform: uppercase;
}

table th {
	padding: 7px;
	color: #FFF;
	background: #ee6d0e url(../i/table_th.gif) repeat-x left top;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

table.shop_navigation_table {
	width:70%;
}
#shop_navigation_current {
	color:#FFF;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

/*.shopform { margin:0; padding:0; bloat:left; background:red; width:300px;}*/

.form_message {
	background: #ee6d0e url(../i/table_th.gif) repeat-x left top;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	margin:10px 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form input.error {
	border:1px solid #ff8400;
}
label.error {
	font-size:11px;
}


.btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix
================================================*/

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}




body {
        margin:0;
        padding:0;
        border:0;
        width:100%;
		  height:100%;
	     background:#173303 url(../i/body.jpg) repeat-x left top;;
        min-width:600px;
        font: 0.8em Arial, Helvetica, sans-serif;
		  color:#b6e290;
    }

   #header {
        clear:both;
        float:left;
        width:100%;
		height:447px;
		background:#285102 url(../i/header_bg.gif) repeat-x left top;
    }
	 #header .homebg {
	 	max-width:1226px;
		height:408px;
		background: url(../i/home_header.jpg) no-repeat left top;
	 }
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	   clear:both;
	   float:left;
      width:100%;				/* width of whole page */
	   overflow:hidden;		/* This chops off any overhanging divs */
		margin-top:-40px;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
		  margin-left:-227px;
		  *margin-left:-228px;
        position:relative;
        right:100%;
		  margin-top:-60px;
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:530px;         	/* Left column width + right column width */
    }
    .holygrail .col1wrap {
       float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 370px 50px 205px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:270px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
	  .holygrail .border {
	 	border-right:1px solid #4b7d1c;
		padding-right:15px;
	 }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:210px;        	/* Width of right column content (right column width minus left and right padding) */
        position:relative;
        left:50%;
		  margin:60px 45px 60px 0;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		  height:70px;
		  background:#1b3e14;
		  font-size:11px;
		  color:#84a863;
    }
	 #footer div {
	 	padding:15px;
		float:left;
		width:40%;
	 }
	 #footer a:link, #footer a:visited, #footer a:active {
	 	color:#84a863;
		text-decoration: underline;
	 }
	 #footer a:hover {
	 	text-decoration: none;
	 }
	 .pic img {
	 	margin-top:-149px;
		float:right;
	 }

.leftbg {
	background:url(../i/left_bottom.gif) no-repeat left bottom;
	width:100%;
	clear:both;
	display:block;
}
.chead {
	background: url(../i/content_header.jpg) no-repeat left top;
	height:65px;
	clear:both;
}

.icons {
	 	position:absolute;
		left:73px;
		top:45px;
	 }
.icons a img {
	 	margin-right:20px;
	 }
#addtofavorite {
	 	position:absolute;
		top:20px;
		right:50px;
		color:#55aadf;
	 }
#addtofavorite a {
	 	color:#55aadf;
		font-size:9px;
		text-decoration: none;
		background: url(../i/favorite.gif) no-repeat left 40%;
		padding-left:19px;
		padding-top:1px;
		height:16px;
}
#addtofavorite a:hover {
	text-decoration: underline;
}

.slogan {
	position:relative;
	top:60px;
	margin-left:650px;
	color:#87aadc;
	font-size:13px;
	font-weight:bold;
}

.phone {
	height:75px;
	width:250px;
	background: url(../i/phone.gif) no-repeat left top;
	position:absolute;
	top:100px;
	right:50px;
}
.phone div {
	padding: 25px 0 0 85px;
	font: 24px Arial, Helvetica, sans-serif;
	color:#69bfe8;
	white-space:nowrap;
}
.phone span {
	font-size:18px;
}
#right_block {
	width:325px;
	height:169px;
	background:url(../i/right_bbg.gif) no-repeat right top;
	position:absolute;
	top:314px;
	right:0px;
	z-index:80;
}
* html #right_block {
	margin-right:-1px;
}

.breadcrumb  {
	height:20px;
	clear:both;
	color:#FFF;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb .filter {
	background:#FFF;
	padding:3px;
	height:19px;
	filter: alpha(opacity=20); /* IE 5.5 */
   -moz-opacity: 0.2; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.2; /* Konqueror 3.1 , Safari 1.1 */
	opacity: 0.2; /* CSS3 - Mozilla 1.7b  , Firefox 0.9  , Safari 1.2 , Opera 9 */
}
.breadcrumb div.links {
	position:relative;
	z-index:99;
	margin-top:-23px; margin-right:50px;
	padding:2px 0 0 7px;
	* padding:5px;
}

.breadcrumb span {
	color:#FFF;
}
.breadcrumb a:active, .breadcrumb a:link, .breadcrumb a:visited {
	color:#FFF;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	position:absolute;
	top:297px;
	left:50px;
	margin:0;
	padding:0;
}
#menu a {
	margin:0;
	padding:0;
}
#menu img {
	float:left;
	margin:0;
	padding:0;
}

.shop_category_noimg {
 	margin:0 0px 10px 0px;
 	background: url(../i/li-submenu.gif) no-repeat left 60%;
 	padding-left:10px;
}
.shop_category {
 	float:left;
 	width:155px;
 	margin:0 40px 40px 0px;
 	height:130px;
}
.shop_category img {
 	clear:both;
 	display:block;
 	border:3px solid #3d7105;
}

.item_image {
 	width:150px;
 	float:left;
 	margin:0 10px 10px 0;
 	background:#FFF;
 	text-align:center;
}

.stars

{

	margin: 0px;

	padding: 0px;

}



.stars li
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: url('/hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;
	cursor: pointer;
	list-style-type: none;
}



.stars .curr
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	background: url('/hostcmsfiles/images/stars_single.gif') no-repeat 0 0;
}


#preloader {
	width:208px;
	height:13px;
	background: url(/i/loading.gif) no-repeat left top;
	position:absolute;
	top:100px;
	left:40%;
	z-index:100;
}
#preloader img {
	display:none;
	width:1px;
	height:1px;
	position:absolute;
	left:0px;
	top:0px;
}
#preloader span {
	clear:both;
	display:block;
	width:208px;
	text-align:center;
	font:bold 11px arial,tahoma;
	color:#FFF;
	margin-top:15px;
}

.comment

{

	background-color: #244903;

	padding: 30px;

	margin: 15px 0px 5px 0px;

	width: 450px;

	zoom: 1;

	position: relative;

	padding: 20px;

}



.comment p

{

	margin: 0px 0px 5px 0px;

}



.comment_desc
{

	margin: 0px 0px 10px 20px;

}
.tl

{

	position: absolute;

	top: 0px;

	left: 0px;

	background: url('/images/tl_angle.png') repeat-x 0 0 !important;

	background: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tl_angle.png');

	width: 8px;

	height: 8px;

}



.tr

{

	position: absolute;

	top: 0px;

	right: 0px !important;

	right: auto;

	left: expression((parentElement.clientWidth - 8) + "px");

	background: url('/images/tr_angle.png') repeat-x 0 0 !important;

	background: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tr_angle.png');

	width: 8px;

	height: 8px;

}



.bl

{

	position: absolute;

	bottom: 0px !important;

	bottom: auto;

	top: expression((parentElement.clientHeight - 8) + "px");

	left: 0px;

	background: url('/images/bl_angle.png') repeat-x 0 0 !important;

	background: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bl_angle.png');

	width: 8px;

	height: 8px;

}



.br

{

	position: absolute;

	bottom: 0px !important;

	bottom: auto;

	top: expression((parentElement.clientHeight - 8) + "px");

	right: 0px !important;

	right: auto;

	left: expression((parentElement.clientWidth - 8) + "px");

	background: url('/images/br_angle.png') repeat-x 0 0 !important;

	background: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/br_angle.png');

	width: 8px;

	height: 8px;

}

.shop_block {
 	background:#488208;
 	padding:3px 10px;
 	position:relative;
 	z-index:74;
 	color:#FFF;
}
.shop_block p {
 	padding:3px 0;
 	margin:0;
}


.addtocart {

}
.addtocart input {
	margin:0;
	padding:0;
}
.addtocart input.text {
 	width:30px;
}
.shop_item_desc {
 	clear:both;
}
.filter_block {
 	background:#488208;
 	padding:5px 10px;
 	color:#FFF;
 	margin-bottom:15px;
}
.green_line {
 	width:100%;
 	height:1px;
 	background:#50722d;
 	font-size:1px;
 	margin:5px 0;
}

table.shop_item {
 	width:100%;
 	margin-bottom:0;
 	background:none;
}
table.shop_item caption {
 	text-align: left;
	font-weight: bold;
	padding:5px 0 0 0;
	color: #FFF;
	font-size: 16px;
	margin:0;
}
table.shop_item caption a { text-transform:none; }
table.shop_item tr td {
 	border:0;
}

table.shop_item tr td.title a:link, table.shop_item tr td.title a:visited, table.shop_item tr td.title a:active {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

table.shop_cart_table {
	width:100%;
}
table.shop_cart_table tr td {
	padding:10px;
}



.shop_item_img {
 	width:150px;
 	height:100px;
 	background:#FFF;
 	clear:both;
 	padding:0;
 	margin:0;
 	text-align:center;
 	cursor:hand;
  	cursor:pointer;
}
.shop_item_img img {
 	border:0;
 	padding:0;
 	margin:0;
}
.title {
 	font-size:16px;
 	font-weight:bold;
 	display:inline;
}


.news_box {
	clear:both;
	margin-bottom:10px;
	padding:5px;
}
.date {
	font-size:10px;
	background:#6e8e4f;
	border:1px solid #81aa5c;
	padding:5px;
}
.date a {
	font-size:12px;
	text-decoration:none;
}
.date a:hover {
	text-decoration:underline;
}
.news_box a {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

.news_main_block {
	color:#8ac356;
}

.dd {
	display:block;
	font-size:10px;
	padding:7px 0 0 5px;
	color:#6cbb32;
}


#navigation {
	padding:0px;
	text-indent:0px;
	width:230px;
	color:#FFF;
}
#navigation a.head {
	cursor:pointer;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:5px;
	text-decoration: none;
	background:#41740e;
	border-bottom:1px solid #1a3603;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background:#69b233;
}
#navigation a.current {
	background-color:#42741a;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none;
	display:inline;
	border-bottom:1px solid #1a3603;
}
#navigation li li a {
	color:#FFF;
	display:block;
	padding-left:10px;
	text-decoration: none;
	background-color:#42741a;
}
#navigation li li a:hover {
	color:#eac100;
}

h3.toggler {
	background-color: #588933;
	border-bottom: solid 1px #92b275;
	color:#FFF;
	font-weight:500;
	font-size:12px;
	margin: 0px;
	padding: 10px 10px 10px 27px;
	cursor: pointer;
}
h3 {font-size: 12px;}
 div.add_category {
	background: url(asset.gif) left top no-repeat #638f42;
	padding:2px 0 2px 25px;
	margin-left:0px;
}
div#accordion ul li.add_category {
	background: url(asset.gif) left top no-repeat #638f42;
	padding:2px 0 2px 25px;
	margin-left:2px;
}
div.element {
	background:#588933;
	color:#FFF;
	margin:0;
	padding:0;
}
div.element p {
	margin:0;
	padding:0;
}
div.element ul { margin:19px 0 19px 0; padding:0; list-style:none; border:0px;}
div.element ul li {
	border:0px #999999 solid;
	margin:0 2px 0 26px;
}
div.element ul li a {
	display:block;
	color:#FFF;
	line-height:180%;
	text-decoration:none;
	padding-left:30px;
}
div.element ul li a:hover {
	text-decoration:underline;
}

#LICounter {
	 float:left;
	 width:35px;
	 padding:5px;
	 margin-left:-10px;
}

a.onpage {
	padding:0 5px;
}
span.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
}

.page_link
{

}

span.current
{
	background: #e75000;
	color: #fff;
	font-weight:bold;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #FFF;
}

.path_arrow
{
	color: #FFF;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}

/* vitrina
=================== */
.vitrina_item {
	clear:both;
	border-bottom:1px solid #50722d;
	padding-bottom:10px;
	width:263px;
	margin-top:10px;
}
.vitrina_item .header {
	width:263px;
	height:15px;
	background: url(../i/sel_block_header.gif) no-repeat left top;
	clear:both;
}
.vitrina_item .footer {
	width:263px;
	height:15px;
	background: url(../i/sel_block_footer.gif) no-repeat left top;
	clear:both;
}
.vitrina_item .content {
	background: #588933;
	padding:0 10px;
	clear:both;
	position:relative;
	padding-bottom:30px;
}
.vitrina_item .price {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#FFF;
	position:absolute;
	left:10px;
	bottom:0;
	width:130px;
}
.vitrina_item .btn {
	display:block;
	position:absolute;
	right:10px;
	bottom:0;
	background: url(../i/orange_btn.gif) no-repeat left top;
	width:87px;
	height:20px;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top:3px;
}
.vitrina_item input.btn {
	display:block;
	position:absolute;
	right:10px;
	bottom:0;
	background: url(../i/orange_btn.gif) no-repeat left top;
	width:87px;
	height:23px;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom:3px;
	border:0;
	color:#FFF;
}
.vitrina_item .title {
	font-size:12px;
}
.vitrina_item .title a {
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display:block;
	margin-bottom:7px;
}
.vitrina_item .image {
	clear:both;
	text-align:center;
}
.vitrina_item .image img {
	margin: 5px 0;
	padding:0;
	border:1px solid #FFF;
}
.vitrina_item_last {
	border:0;
}

/* Строки фильтра и сортировки */
.shop_block a
{
	position: relative;
	z-index: 2;
}

.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_table
{
	color: #AFA696;
	margin-top: 10px;
}

#shop_navigation, #shop_navigation_current
{
	padding: 5px;
	/* background-color: #F6F3F0; */
	font-size: 9pt;
}

#shop_navigation
{
	border: 1px solid #E0DCCA;
	color: #AFA696;
}

#shop_navigation_current
{
	border: 1px solid #B8B298;
	color: #433212;
}
/* END стили для магазина */


#search .text { width:100%; clear:none;}
#search .button { width:50px; background:#FFF; color:#000; border:1px solid green; margin-left:170px }




.arrowlistmenu{
	background-color:#42741a;
	width: 257px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-color: #588933;
	border-bottom: solid 1px #92b275;
	color:#FFF;
	font-weight:500;
	font-size:12px;
	margin: 0px;
	padding: 10px 10px 10px 27px;
	cursor: pointer;
	width:220px;
}
*html .arrowlistmenu .menuheader{  width:257px; }



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background:#69b233;
	color:#FFF;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding:0;
	list-style:none;
	border:0px;
	width:257px;
}

.arrowlistmenu ul li a, .arrowlistmenu ul li a:link, .arrowlistmenu ul li a:visited {
	display:block;
	color:#FFF;
	line-height:180%;
	text-decoration:none;
	padding-left:30px;
}
.arrowlistmenu ul li a:active { background:#69b233; }
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFF;
background:#588933;
}

.arrowlistmenu ul li a.active { background:#ee6d0e; }


ul.brmenu { line-height:10px; margin:0px 10px; padding:0; }
ul.brmenu li { line-height:10px; list-style:none; }
ul.brmenu li a { font-size:11px; line-height:10px; text-decoration:none; }
ul.brmenu li a:hover { text-decoration:underline; }

.block_title_with_logo { width:100%; background:#FFF; height:38px; padding:0; margin:0; }
.block_title_with_logo tr td { padding:0; }
.block_title_with_logo a { background:#FFF; height:38px; color:#69747a; font:bold 12px arial,tahoma; text-decoration:none;}
.block_title_with_logo img { display:block; float:left; height:37px;}
.block_groups_title { border:1px solid #77925a;background:#4b751d; margin-top:2px; }

.subfilters { margin-top: 15px; background:#315905; padding:2px; float:left; width:100%;}
.subfilters .filter_title { background:#588933; color:#FFF; font:bold 13px arial,tahoma; padding:3px 10px; margin:5px 0; }
.subfilters .a_list { background:none; }
.a_list a { display:block; margin:5px 0; text-decoration:none; padding:2px 6px;}
.a_list a:hover { text-decoration:none; background:#588933; }

.subfilters .property_list { padding:10px 0; background:none; clear:both; }
a.active_filter,a.active_filter:link,a.active_filter:active,a.active_filter:visited { color:#FFF; background:#ee6d0e; }
a.active_filter:hover {  background:#ee6d0e; }

a.inline { width:44%;float:left; text-align:center;}

#search_block { position:absolute; top:260px; right:50px; width:235px; }
#search_block .stext { background:#FFF; width:159px; height:21px; border-top:1px solid #808080; border-left:1px solid #808080; position:absolute; left:0; top:0; }
#search_block .stext input { width:156px; height:18px; border-left:1px solid #404040; border-top:1px solid #404040; border-right:1px solid #d4d0c8; border-bottom:1px solid #d4d0c8; }
*html #search_block .stext input { border:0; }
#search_block .sbtn { position:absolute; right:0; top:0;  }
#search_block .sbtn input { width:66px; background:url(../i/search_btn.gif) no-repeat left top; border:0; height:22px; font:bold 14px arial,tahoma; color:#FFF }


