: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, .h1 {
	margin: 25px 0 25px 0;
	font: normal 30px "Times New Roman", Times, serif;
	color: #e6c13d;
	border-bottom: 1px solid #222722;
	padding: 0 0 3px;
text-align: left;

}
 
h1 span {
	color: #000;
}

h2 {
	margin: 40px 0 18px 0;
	font: normal 18px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #e6c13d;
	padding: 0 0 6px 0;
}

h3 {	
	margin: 0 0 10px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #e6c13d;
}

h4 {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #e6c13d;
	background-color: transparent;
	margin: 0 0 3px 0;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #e6c13d;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #e6c13d;
	background-color: transparent;
}

/* Links
================================================*/

a:link {
	color: #d5b037;
	text-decoration: underline;
}

a:visited {
	color: #d5b037;
	text-decoration: underline;
}

a:active {
	color: #d5b037;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.pricelist table a:link,
.pricelist table a:visited,
.pricelist table a:active {
	text-decoration: none;
	padding: 2px;
}
.pricelist table a:hover {
	padding: 2px;
	color: Black;
	text-decoration: none;
	background-color: #EBC945;
}


/* Paragraphs
================================================*/
 
p {
	margin: 12px 0 12px 0;
	line-height: 1.2em;
}

small {
	font-size: 11px;
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}


/* 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: 7px 0px 22px 0px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 4px 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	background: url('/i/li.gif') no-repeat 0px 7px;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table {
	border-color: #362C23;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-collapse: collapse;

	padding:0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #AA9280; 
}

table th {
	text-align: left;
	padding: 5px;
	border: 1px solid #362C23;
	background-color: #2D241B;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #AA9280; 
}

table.cat_list{
	margin-top: 25px;
}

table.cat_list td {
	border: 1px solid #362C23;	
}
table tr.cat_list_image td{
	padding-bottom: 5px;
}

table tr.cat_list_text td{
	padding-top: 20px;
}

/*
table.cat_list td,
table.cat_list th{
	background: #fff;
	color: Black;
	border: 1px solid #E0D7CF;
}
*/

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;
}

.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;
	padding: .25em; 
}

.form .formw input.text:focus, .form .formw textarea.text:focus, .form .formw select.text:focus {
	background: #fff;
	border: 1px solid #686868;
}


.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}


.form .btn{
	background: #79C11B;
	border: 1px solid #335F1F;
	font: bold 107% Arial, Helvetica, sans-serif;
	padding: 1px 6px;
	color: #fff;
}

#error{
	border: 1px solid #EDB278;
	background: #F9DEC5;
	padding: 10px;
	color: #000;
	margin: 10px 0;
}


/* 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;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #AA9280; 
	background: #2F251C url('/i/bg.jpg') repeat 0 0px;
}

.all {
	width:100%;
	background:  url('/i/bg_grad.jpg') repeat-x 0 0px;
}

.frame {
	width: 998px;
	margin: 0 auto;
	overflow: hidden;
	background:  #000 url('/i/header.jpg') no-repeat 0 0px;
	position: relative;
}


.cols {
	width: 870px;
	margin: 0 40px 0 80px;
	padding-top: 400px;
}

.col_left {
	float: left;
	width: 630px;
}
.col_right {
	float: right;
	width: 190px;
	padding-top: 200px;
}


.logo{
	position: absolute;
	left: 25px;;
	top: 55px;
	height: 55px;
	width: 260px;
	text-indent: -10000px;
}


.menu {
	position: absolute;
	left: 80px;
	top: 130px;
	height: 250px;
	width: 170px;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0px;
}

.menu ul {
	margin: 0;
	float: left;
}

.menu li {
	float: left;
	clear: both;
	padding: 0px;
	margin: 3px 0px;
	font: 16px "Times New Roman", Times, serif;
	background: none;
	text-transform: uppercase;
}

.menu li.here {
	color: #fff;
	font-weight: bold;
}

.menu li a:link, 
.menu li a:active,
.menu li a:visited {
	padding: 2px 4px;
	color: #ebc945;
} 

.menu li.here a:link,
.menu li.here a:active, 
.menu li.here a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #63381D;
}


.menu li.here a:hover,
.menu li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFE065;
}



.white{
	color: #fff;
}
big{
	font: normal 24px "Times New Roman", Times, serif;
	color: #fff;
}
big span{
	color: #E6C13D;
}


/* news */


.news_main .textblock{
	margin: 0px 20px 15px 0px;
	width: 290px;
	float: left;
}

.news_main .textblock_date{
	font-weight: bold;
	margin: 2px 0px;
	color: #897A6B;
	background-color: #211E1B;
	padding: 2px 4px;
	width: 65px;
	float: left;
}

.news_main .textblock_link{
	float: right;
	font-weight: bold;
	margin: 2px 0px 6px 0px;
	width: 200px;
}

.news_main .textblock_text{
	float: right;
	width: 200px; 
	font-size: 11px;
}






.cat_main .textblock{
	margin: 0px 12px 15px 0px;
	width: 197px;
	float: left;
	height: 170px;
}

.cat_main .textblock_image{
	width: 80px;
	float: left;
}

.cat_main .textblock_link{
	float: right;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	width: 110px;
	color: #DFB41B;
}

.cat_main .textblock_text a:link,
.cat_main .textblock_text a:active,
.cat_main .textblock_text a:visited
{
	color: #C3C7B2;
}
.cat_main .textblock_text a:hover
{
	color: #E6C13D;
}

.cat_main .textblock_text{
	float: right;
	width: 110px; 
	font-size: 11px;
}

.contacts_title{
	margin-bottom: 5px;
}

.white{
	margin-top: 5px;
}


/* footer */
.footer_bg{
	width: 100%;
	margin: 30px 0 0 0;
}

.footer {
	width: 870px;
	margin: 0 40px 0 80px;
	border-top: 4px double #222722;
	height: 80px;
	position: relative;
	padding: 0px;
	font: normal 12px "Times New Roman", Times, serif;
	color: #65655e;
	background: url(../i/footer_logo.gif) no-repeat 0px 18px;
}

.footer a{
	color: #35352f; 
}

.copy{
	width: 400px;
	position: absolute;
	top: 25px;
	left: 150px;
}

.copy em{
	color: #5697d2;
	font-style: normal;
}


.webdev{
	width: 400px;
	position: absolute;
	top: 25px;
	right: 0px;
	text-align: right;
}

.webdev a{
	text-decoration: none;
}




/* pages */



.pages{

	margin: 30px 0 0 0;

	padding: 10px 0 5px 0;

	border-top: 1px solid #ccc;

	font-size: 100%;

	line-height: 150%;

}

.pages a{

	padding: 2px 7px;

}

.pages a:hover{

	padding: 2px 6px;

	border: 1px solid #246D00;

	text-decoration: none;

	color: #246D00;



}

.pages .current{

	padding: 2px 6px;

	font-weight: bold;

	text-decoration: none;

}


ul#vote {
	margin:0px;
	padding:0px;
}
ul#vote li {
	list-style:none;
	list-style-position: outside;
	margin-left:5px;
	margin-top:4px;
}
* html ul#vote li {
	padding-top:4px;
}
ul#vote .input {
	float:left;
	margin: 2px 10px 0px 0px;
	padding:0px;
}
ul#vote label:hover{	
	background: #FDFBE2;
	cursor: pointer;
}
.poll p,
.poll h3,
.poll form {
	margin: 0px;
}




.about_block{
	background: #fff url('../i_graintek/about.jpg') no-repeat 0px bottom;
	margin-bottom: 30px;
	padding: 0 200px 30px 0px;
}

.news_img{
	margin: 0px 10px 10px 0px;
}




#showaddcomment {
	margin: 20px 0px;
	font-size: 14pt;
}

.userinfo1 {
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
	font-weight: bold;
}

.userinfo2 {
	margin-left: 5px;
	margin-bottom: 5px;
}

/* ?????? "????????" ??? ??????????? */
.c_u_l {
	font-weight: bold;
}

/* ????? ?? ??????????? */
.cr {
	margin: 0px 0px 10px 20px;
	display: none;
}

/* sub-div ??? ?????? ???????????? */
.csd {
	margin-left: 20px;
}

.comment textarea{
	width: 100%;
}

.comment {
	padding: 30px;
	margin: 15px 0px 5px 0px;
	width: 450px;
	padding: 20px;
	background: #F5F5F5;
	position: relative;
	zoom: 1;
}

.comment p {
	margin: 0px 0px 5px 0px;
}

.comment_desc {
	margin: 0px 0px 10px 20px;
}

.stars {
	margin: 0px;
	padding: 0px;
}

.stars li {
	margin: 0px;
	padding: 0px;
	width: 16px;
	float: left;
	list-style-type: none;
	background: url('/hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;
	height: 16px;
	cursor: pointer;
}

.stars .curr {
	margin: 0px;
	padding: 0px;
	width: 16px;
	float: left;
	background: none;
	background: url('/hostcmsfiles/images/stars_single.gif') no-repeat 0 0;
	height: 16px;
}

#message{
	padding: 10px;
	margin: 10px 0px;
	color: #FFFFFF;
	background: #FF0000;
	font-weight: bold;
}

.title{
	font-size: 18px;
	font-weight: bold;
}













/*  news_list */
.news_list{
	margin: 0px 0px 15px 0px;
}
.news_list .textblock{
	margin: 10px 0px 5px 0px;  
}

.news_list .textblock_left{
	float: left;
	width: 130px;
	margin: 3px -125px 0px 0px;
}

.news_list .textblock_right{
	margin-left: 125px; 
} 

.news_list .textblock_image img{
	border: 5px solid #f3efe8;
}

.news_list .textblock_date{
	float: left;
	font-size: 11px;
	color: #c8beb3;
	margin: 0px 0px 5px 0px;
}

.news_list .textblock_link{
	margin: 2px 20px 5px 0px;
	font-weight: bold;
}

.news_list p{
	margin: 5px 0px;
	padding: 0px;
}

.news_list .textblock_text{ 
	margin: 2px 20px 2px 0px;
}


.news_list .textblock .textblock_addinfo{
	font-size: 11px;
	color: #c8beb3;
}

.news_index .textblock .textblock_addinfo{
	font-size: 11px;
	color: #c8beb3;
}

.news_index .textblock .textblock_addinfo a,
.news_list .textblock .textblock_addinfo a{
	color: #c8beb3;
}

.news_img{
	margin: 0 15px 15px 0px;
}








#ShowAddComment
{
	margin: 20px 0px;
	font-size: 18px;
}

#AddComment input[type="text"],
#AddComment input[type="file"],
#AddComment textarea{
	width: 400px;
}

#AddComment select{
	max-width: 400px;
}
 
#AddComment input[type="submit"]{
	width: 110px;
}


#AddRecord
{
	margin: 20px 0px;
	font-size: 18px;
}

#AddRecord input[type="text"],
#AddRecord input[type="file"],
#AddRecord textarea{
	width: 300px;
}

#AddRecord  select {
	max-width: 300px;
}
 
#AddRecord   input[type="submit"]{
	width: 110px;
}

#AddRecord   input.number{
	width: 150px;
}



.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;
}

#ShowAddComment a{
font-size: 18px;
text-decoration: none;
border-bottom: 1px dashed #5D8EDF;
}

#ShowAddComment a:hover{
color: red;
border-bottom: 1px dashed  red;
}



.c_u_l
{
	font-weight: bold;
}

.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

.csd
{
	margin-left: 20px;
}

.comment
{
	background: #F0EFEB;
	margin-bottom: 10px;
	width: 400px;
	zoom: 1;
	position: relative;
	padding: 20px;
}

.comment_desc
{
	margin: 0px 0px 10px 20px;
}

.comment .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;
}

.comment .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;
}

.comment .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;
}

.comment .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;
}

.comment .mceEditor {
	width: 442px;
}

.comment table td{
border: 0px none;
padding: 3px;
}



.stars
{
	margin: 0px;
	padding: 0px;
}

.stars:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.stars:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.stars {
	display: inline-block
}

.stars {
	display: block
}

* html .stars {
	height: 1%
}



.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;
}

#captcha
{
	padding: 0px;
	font-size: 75%;
}

#captcha, #captcha a:link, #captcha a:hover, #captcha a:visited
{
	color: #777;
}

#captcha img
{
	margin-bottom: -5px;
}



.tovar_desc_left{
	width: 200px;
	float: left;
}
.tovar_desc_left td{
	border-bottom: 1px solid #3C3027;
}
.tovar_desc_left tr:last-child td{
	border-bottom: 0px none #3C3027;
}

.tovar_desc_right{
	width: 400px;
	float: right;
}

.path{
	margin-top: 30px;
	font-size: 11px;
	color: #7a593f;
}

.path a{
	font-size: 11px;
	color: #7a593f;
}


.slogan{
	position: absolute;
	left: 46px;
	top: 363px;
}


.kami{
	position: absolute;
	right: 75px;
	top: 520px;
}


