* {
	padding:0;
	margin:0;
}
body, table, td {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #321a11;
	font-size: 12px;
/*	background-color: #FFFFFF;*/
}
input, textarea, select, option {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #8c523e;
}
td {
	vertical-align:top;
}
a {
	color: #321a11;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.path {
	font-size: 11px;
	text-decoration: underline;
}
a.path:hover {
	text-decoration: none;
}
.noA {
	color: #89503c;
}
a.search {
	text-decoration: underline;
}
a.search:hover {
	text-decoration: underline;
}
.white_text {
	color: #FFFFFF;
}
.left_menu {
	margin: 0 16px 10px 0;
	font-weight:bold;
}
.left_menu a {
	font-weight:bold;
}
.left_menu2 {
	margin: 0 16px 10px 16px;
}

.copy {
	font-size: 12px;
	line-height: 16px;
}
.copy:hover {
	font-size: 12px;
	line-height: 16px;
}
.fcol {
	height: 15px;
}


h1, .cap, .h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.h2 {
	font-size: 14px;
	font-weight: bold;
}
.text {
	margin-top: 0px;
    text-align:justify;
}
a.white {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.price{
	color: #A11601;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.main_text {
	text-align: center;
}
.tbcap {
	margin-left : 10px;
    margin-right: 10px;
	padding-top : 4px;
	padding-bottom : 5px;
    font-weight: bold;
    color: #5a3626;
}
.tb11 {
	margin-left : 10px;
    margin-right: 10px;
	padding-top : 4px;
	padding-bottom : 5px;
}
.tb1 {
	margin-left : 0px;
    margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.top_bg {
	background-position: left;
	background-repeat: no-repeat;
}
.bg_coord {
	background-image: url(images/bg-coord.gif);
	background-repeat: repeat-y;
}
.bg_main {
	background-image: url(images/bg-main.gif);
	background-repeat:repeat-y;
}
.bg_E8E8E8 {
	background-color: #efdad4;
}
#footer td {
	background-color: #9b5941;
	vertical-align: middle;
	height:65px;
}
#alert {
	font-weight: bold;
	color: #cc0000;
	height: 20px;
}
#footer #linkblock {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.zagol {
    color:#A11601;
	font-size: 16px;
	font-weight: bold;
	
}
.png { 
    width: expression(width); 
    filter: expression( (runtimeStyle.filter == '') ? runtimeStyle.filter=   "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+src+"', sizingMethod='image')" : '', src = 'images/blank.gif'); 
} 
.art {
	display: block;
	color: #3F261B;
	margin: 3px 0 0 0;
}

/* формочка */
#send_order table {
   width: 500px;
   margin: 30px auto 20px auto;
   padding: 0;
   border: 1px solid #321A11;
}
#send_order table td, th {
   padding: 5px;
}

#send_order input {
   height: 20px;
   width: 330px;
   border: 1px solid #321A11;
   font-size: 12px;
   padding: 3px;
}
html* #send_order input {
  padding: 4px 0 0 3px;
}
#send_order .kn {
   border: none;
   background: #321A11;
   color: #FFFFFF;
   height: 25px;
   width: 100px;
   cursor: pointer;
   margin-right: 10px;
}

/* конец формочки*/