@charset "windows-1251";
html {
	height:100%;
}
* html body {
	height:100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	position:relative;
	min-height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	background-color: #92caec;
	font-size:12px;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00582a;
	text-decoration: underline;
}

a:hover {
	color:#d06c01;
}

.bg_right {
	background-image: url(/media/images/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}
.bg_left {
	background-image: url(/media/images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
.bottom_left_div {
	background-image: url(/media/images/bottom_bg_left_side.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 290px;
	width: 100%;	
}
.bottom_right_div {
	background-image: url(/media/images/bottom_bg_right_side.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 290px;
	width: 100%;	
}
.middle_bg {
	background-image: url(/media/images/middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.middle_bg_grey_top {
	background-image: url(/media/images/body_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.search {
	background-image: url(/media/images/search_input_bg.gif);
	background-repeat: no-repeat;
	background-position: 36px 14px;
}
.link_add {
	
}
.link_add a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #888888;
	text-decoration: underline;
	background-image: url(/media/images/search_tr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 12px;
}
.link_add a:hover{
	color: #333333;
}
.menu_left {

}
.menu_left .level0{
	font-size: 18px;
	background-image: url(/media/images/menu_left_item_bg_level0.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.menu_left .level0_white{
	background-image: url(/media/images/menu_left_item_bg_level0_white.jpg);
}
.menu_left .level0 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #00592b;
	text-decoration: none;
	font-size: 18px;
}
.menu_left .level0on{
	font-size: 18px;
	background-image: url(/media/images/menu_left_item_bg_level0.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.menu_left .level0on_white{
	font-size: 18px;
	background-image: url(/media/images/menu_left_item_bg_level0_white.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.menu_left .level0on a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #242021;
	text-decoration: none;
	font-size: 18px;
}
.menu_left .level1 {
	background-image: url(/media/images/menu_left_item_bg_level1.jpg);
	background-repeat: no-repeat;
	width: 206px;
	background-position: left center;
	cursor:pointer;
}
.menu_left .level1 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 37px;
}
.menu_left .level1on {
	background-image: url(/media/images/menu_left_item_bg_level1.jpg);
	background-repeat: no-repeat;
	width: 206px;
	background-position: right center;
	cursor:pointer;
}
.menu_left .level1on a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #502900;
	text-decoration: none;
	padding-left: 37px;
}
.panel_welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #231f20;
	font-size: 12px;
}
.news_last {
	
}

.block_title{
	background-image: url(/media/images/news_block_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Times, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #502900;
	text-indent: 53px;
	line-height:38px;
	margin-bottom: 7px;
	padding-top: 4px;
}

.subtitle{
	font-size: 16px;
	color: #502900;
}

a.subtitle{
	text-decoration: none;
}
a.subtitle:hover {
	color:#d06c01;
}

a.next{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00582a;
	text-decoration: underline;
}
a.next:hover {
	color:#d06c01;
}

.news_last .block {
	border: 1px solid #ff9c31;
	margin: 0px 0 13px 0;
}
.news_last .block .img_bg{
	background-image: url(/media/images/news_block_image_bg.jpg);
	background-position: center 15px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.news_last .block .img_bgon{
	background-image: url(/media/images/news_block_image_bgon.jpg);
	background-position: center 15px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.news_last .block .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9c31;
}
.news_last .block .title a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00582b;
	text-decoration: underline;
}
.news_last .block .title a:hover{
	text-decoration: none;
	color: #00582b;
}
.news_last .block .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #888888;
}
.news_last .block .next a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00582a;
	text-decoration: underline;
}
.news_last .block .next a:hover {
	color:#d06c01;
}
.news_last .arhiv a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ff9c31;
	text-decoration: underline;
	padding-left: 10px;
}
.news_last .arhiv a:hover{
	color:#00582a;
}

.under {
	background-image: url(/media/images/news_last_underline_block.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 15px;
}


.news_last .block_title{
	background-image: url(/media/images/news_block_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #502900;
	padding-left: 53px;
}

.formlabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #231f20;
	padding:0;
}

.faq input, .faq textarea {
	font-size: 14px;
	border: solid 1px #999999;
}
.faq .question textarea {
	width: 400px;
	height: 100px;
}

.faq .submit input {
	border:1px solid; 
	border-color: #999;
	background-color:#ffce98; 
}

.blocktext {
	padding-right: 30px;
}

.blocktext .text, .blocktext .announce a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #231f20;	
	margin-bottom: 7px;
	text-align: justify;
	text-decoration: none;
}

.blocktext .next a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ff9c31;
}
.blocktext .next a:hover {
	color:#00582a;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #474c52;	
}
.copyright a{
	color: #FFFFFF;	
}
.copyright a:hover{
	color: #333333;	
}
.path {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #696969;
	font-weight: bold;
}

.path a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #368a41;
	font-weight: normal;
}
.site a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #368a41;
	text-decoration: underline;
	background-image: url(/media/images/search_tr.gif);
	background-position: left bottom;
	padding-left: 12px;
	background-repeat: no-repeat;
}
.map a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #888888;
	text-decoration: underline;	
}
.map a:hover {
	color:#333333;
}
.top_bg_left {
	background-image: url(/media/images/top_bg_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;	
}
.body_bg_right {
	background-image: url(/media/images/body_bg_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
.menu_bg_right {
	background-image: url(/media/images/menu_bg_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_bg_right_side {
	background-image: url(/media/images/body_bg_right_side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu_bg_left {
	background-image: url(/media/images/menu_bg_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.body_bg_left {
	background-image: url(/media/images/body_bg_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.body_bg_left_side {
	background-image: url(/media/images/body_bg_left_side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.good_block, .good_blockon {
	font-family: serif, Georgia, "Times New Roman", Times, serif;
}

.good_block {
	cursor:pointer;
}

.good_block_cyan   { background-image: url(/media/images/good_block_bg_cyan.jpg);   }
.good_block_green  { background-image: url(/media/images/good_block_bg_green.jpg);  }
.good_block_brightgreen  { background-image: url(/media/images/good_block_bg_brightgreen.jpg);  }
.good_block_darkgreen  { background-image: url(/media/images/good_block_bg_darkgreen.jpg);  }
.good_block_haki   { background-image: url(/media/images/good_block_bg_haki.jpg);   }
.good_block_darkhaki   { background-image: url(/media/images/good_block_bg_darkhaki.jpg);   }
.good_block_spottedhaki   { background-image: url(/media/images/good_block_bg_spottedhaki.jpg);   }
.good_block_blue   { background-image: url(/media/images/good_block_bg_blue.jpg);   }
.good_block_orange { background-image: url(/media/images/good_block_bg_orange.jpg); }
.good_block_red    { background-image: url(/media/images/good_block_bg_red.jpg);    }

.good_blockon {
	background-image: url(/media/images/good_block_bgon.jpg);	
	cursor:pointer;
}
.good_block .title, .good_blockon .title {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 13px;
	font-weight: bold;
}
.good_blockon .title a,.good_block .title a{
	font-family: serif, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
.good_block .articul,.good_blockon .articul {
	font-size: 12px;
	color: #20b4e3;
}
.good_block .price,.good_blockon .price {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}
.good_block .orange,.good_blockon .orange {
	font-size: 11px;
	font-weight: bold;
	color: #d37004;
}
.good_block .black,.good_blockon .black {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.good_block .green, .good_blockon .green {
	font-size: 11px;
	font-weight: bold;
	color: #008942;
}
.navigator {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #909090;
}
.navigator a{
	color: #007eff;	
	margin-left:5px;
	margin-right:5px;
}
.navigator a:hover{
	color: #000099;	
}
.navigator .prev a,.navigator .next a{
	color: #000000;
	text-decoration: underline;	
	margin-left:5px;
	margin-right:5px;
}
.navigator .prev a:hover,.navigator .next a:hover{
	color: #333333;
}
.navigator .current {
	color:#ff9c31;
	margin-left:5px;
	margin-right:5px;
}
.good_info {

}
.good_info .desc{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #106338;
    background-image:none;
}
.good_info .thm{
	font-size: 12px;
	color: #502900;
	font-family: tahoma;
}
.good_info .thm div.record{
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
.good_info .thm div.icon{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.good_info .thm li{
	list-style-position: inside;
	list-style-image: url(/media/images/bullet.gif);
}
.good_small_images {

}
.good_small_images .bg{
	background-image: url(/media/images/good_images_small_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.good_small_images .bgon{
	background-image: url(/media/images/good_images_small_bgon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.gallery_small {

}
.gallery_small .bg{
	background-image: url(/media/images/gallery_images_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.gallery_small .bgon{
	background-image: url(/media/images/gallery_images_bgon.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.title_big_symbol {
	background-image: url(/media/images/title_big_symbol_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #502900;
}
.title_big_symbol span{
	color: #FFFFFF;
}
.rolik_small a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #368a41;
	text-decoration: underline;
}
.rolik_small .bg{
	background-image: url(/media/images/rolik_images_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.rolik_small .bgon{
	background-image: url(/media/images/rolik_images_bgon.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.good_block_desc {

}
.good_block_desc .bg_top{
	background-image: url(/media/images/good_block_desc_bg_sides.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
}
.good_block_desc .bg_top_left{
	background-image: url(/media/images/good_block_desc_bg_sides.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.good_block_desc .bg_top_right{
	background-image: url(/media/images/good_block_desc_bg_sides.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.good_block_desc .bg_body{
	background-image: url(/media/images/good_block_desc_bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: tahoma;
	font-size: 14px;
	color: #484848;
	padding-right: 14px;
	padding-left: 14px;
}
.good_block_desc .bg_left{
	background-image: url(/media/images/good_block_desc_bg_body_side.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.good_block_desc .bg_right{
	background-image: url(/media/images/good_block_desc_bg_body_side.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.good_block_desc .bg_bottom{
	background-image: url(/media/images/good_block_desc_bg_sides.jpg);
	background-repeat: no-repeat;
	background-position: -3px bottom;
}
.good_block_desc .bg_bottom_left{
	background-image: url(/media/images/good_block_desc_bg_sides.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.good_block_desc .bg_bottom_right{
	background-image: url(/media/images/good_block_desc_bg_sides.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.good_block_desc .price_table td {
	font-size: 14px;
}

.good_block_title .left {
	background-image: url(/media/images/good_block_desc_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.good_block_title .right {
	background-image: url(/media/images/good_block_desc_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.good_block_title .middle {
	background-image: url(/media/images/good_block_desc_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: tahoma;
	font-size: 16px;
	padding-top:35px;
}
.good_block_title .middle a{
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
}
.good_block_titleon {
	cursor:pointer;
}
.good_block_titleon .left {
	background-image: url(/media/images/good_block_desc_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.good_block_titleon .right {
	background-image: url(/media/images/good_block_desc_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.good_block_titleon .middle {
	background-image: url(/media/images/good_block_desc_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: tahoma;
	font-size: 16px;
	padding-top:32px;
}
.good_block_titleon .middle a{
	color: #ffe600;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
}

.page {
	font: 15px Tahoma,Arial,Helvetica,sans-serif;
	margin-top:10px;
	text-align:center;
	line-height: 2;
}

.paginator_current, .paginator a:link, .paginator a:visited {
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color:#000000;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	line-height: 2;
	font-size: 12px;
}

.paginator_current {
	background-color: #CCCCCC;
	color:#000000;
	line-height: 2;
}

.paginator a:hover {
	border:1px solid #000000;
	background-color: #777777;
	color:#FFFFFF;
	line-height: 2;
}

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

ul.errorlist li{
	color: #ff0000;
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-size:11px;
}

.shopinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

.shopinfo td.label {
	padding-right: 5px;
	font-weight: bold;
}

.back a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00582a;
	/*color: #ff9c31;*/
	text-decoration: underline;
	padding-left: 10px;
}

.back a:hover { 
	color: #00582a;
	/* color:#00582a;*/
}

.phototitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
}


.sitemap a{
	text-decoration: none;
}

.sitemap .l1 {
	padding-bottom: 4px;
}

.sitemap .l2, .sitemap .l3 {
	padding-left: 20px;
}

.sitemap .l1, .sitemap .l1 a{
	font-size: 16px;
	color: #502900;
}

.sitemap .l2, .sitemap .l2 a{
	font-size: 14px;
	color: #00582a;
}

.sitemap .l3, .sitemap .l3 a{
	font-size: 12px;
	color: #00582a;
}

.extsearch td {
	font-size: 14px;
	color: #502900;
}

.extsearch input {
	font-size: 14px;
	width: 80px;
	border: solid 1px #444444;
}

.extsearch #id_name {
	font-size: 14px;
	width: 200px;
}

.extsearch .button {
	font-size: 14px;
	width: 80px;
}

.body_bg_middle_big {
  background-image: url(/media/images/body_bg_middle_big.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}
.body_bg_top_big {
  background-image: url(/media/images/body_bg_top_big.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.body_bg_bottom_big {
  background-image: url(/media/images/body_bg_bottom_big2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.select_count {
  float: right;
  padding-right: 20px;
  font-size:13px;
}

div.auth_login {
	padding-top: 20px;
}

.auth_login td {
	color: #502900;
	font-size: 14px;
}

.auth_login input {
	font-size: 14px;
	border: solid 1px #444444;
}

.auth_login ul.errorlist li{
	font-size:12px;
}


.auth_register {
	color: #502900;
	font-size: 14px;
}

.auth_register div.footnote{
	color: #502900;
	font-size: 12px;
}

.auth_register td {
	color: #502900;
	font-size: 14px;
}

.auth_register sup {
	font-size: 10px;
}

.auth_register input {
	font-size: 14px;
	border: solid 1px #444444;
}

.auth_register .wide input { /*ie6....*/
	width: 200px;
}

.auth_register .button {
	width: 170px;
}

.auth_register ul.errorlist li{
	font-size:12px;
}

.captcha {
	text-align: right;
}

.captcha img{
	margin-right: 15px;
	vertical-align: middle;
}

div.pricelist {
	padding-right: 14px;
}
.pricelist table {
	border-collapse: collapse;
	margin-bottom: 14px;
}
.pricelist table td {
	padding:      2px;
	border-width: 1px;
	border-color: #a0a0a0;
	border-style: inset;
}
.pricelist td {
	font-size: 14px;
	text-align: right;
}

.pricelist td.name {
	text-align: left;
}

/*
.pricelist td.name a {
	text-decoration: none;
	color: #000000;
}
*/
.pricelist thead td {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.pricelist thead td.price_head {
	width: 75px;
}
.pricelist thead td.warehouse_items {
	width: 46px;
}

.pricelist tr.row1 {
	background-color: #ffffff;
}
.pricelist tr.row2 {
	background-color: #f2f2f2;
}
.pricelist .subtitle {
	font-size: 18px;
}

.order input.count {
	width: 100%;
	border: #777777 solid 1px;
	text-align: right;
}

.order div.error {
	color: #ff0000;
}

.order .button {
	font-size: 14px;
	border: solid 1px #444444;
	font-size: 14px;
	height: 24px;
	margin: 2px;
}

.order table.alignment_table td {
	border: 0;
}
.order .counterr {
	background-color: #fcc;
}

.order .summary {
	font-size: 18px;
}

.order .subtitle {
	font-size: 18px;
}

.order thead td.price_head {
	width: 60px;
}

.order td {
	font-size: 13px;
}

.order td.price_cell {
	white-space: nowrap
}

div.vplayer {
	display: inline-block;
	vertical-align: bottom;
	margin: 5px;
	padding: 1px;
	border: 1px #f0f0f0 solid;
}

.vplayer a {
	vertical-align:middle;
	text-align: center;
}

.vplayer img {
	vertical-align:middle;
}

.sort {
	background-position:right center;
	background-repeat:no-repeat;
	margin-left:8px;
}

.sort a {
	padding-right: 7px;
	text-decoration: none;
}

.asc{
	background-image:url("./images/str.gif");
}
.desc{
	background-image:url("./images/str_up.gif");
}

.filter {
	font-size: 13px;
}

.filter input {
	border: solid 1px #444444;
}

.filter ul {
	list-style:none;
	font-size: 11px;
	padding-left: 0;
	margin-left: 0;	
}

.filter ul li {
	float:left;
    width: 110px;
}

.filter input{
	width: auto;	
}

.filter ul li input {
	border: none;
	width: auto;
}

.filter a {
	text-decoration: none;
}

.clear {
	clear:both;
	font-size: 13px;
}

.seo_links, .seo_links a {
	font-family: tahoma;
	font-size: 11px;
    padding-top:11px;
}

