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 {
	border: none;
}

address {
	font-style: normal;
}

/* Headings
================================================*/
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1, .h1 {
	margin: 0px 0px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BFC0C6;
	color: #271201;
	font: bold 220%/130% Impact, Arial, Helvetica, sans-serif;
}

h2 {
	margin: 25px 0px 10px;
	color: #0D0E1A;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 25px 0px 10px;
	color: #454A50;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin: 20px 0px 10px;
	color: #25262A;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	margin: 20px 0px 10px;
	color: #25262A;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin: 20px 0px 10px;
	color: #999999;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
}

/* Links
================================================*/
a {
	color: #CC0000;
	text-decoration: none;
}

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

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* Paragraphs
================================================*/
 
p {
	margin: 15px 0px 10px;
	font-size: 100%;
	text-align: justify;
	line-height: 130%;
}

p.marked{
	border: 1px solid #CC0000;
	padding: 10px;
	background: #F4F1EA;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

img.fleft {
	margin: 0 10px 0 0;
	display: inline;
}

/* Lists
================================================*/
ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	margin: 4px 0px 4px 25px;
	padding: 0px;
	list-style-type: upper-alpha;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
	font-size: 100%;
	line-height: 120%;
}

ul {
	margin: 14px 0px 22px 5px;
}

ul * ul {
	margin: 12px 0px 12px 7px;
}

ul li,
ul ul ul li {
	margin: 5px 0;
	padding: 0px;
	padding-left: 12px;
	list-style-type: none;
	background: url('../i_maketo/li_disc.gif') no-repeat 0 5px;
	font-size: 100%;
	line-height: 120%;
}

ul ul li,
ul ul ul ul li {
	padding-left: 12px;
	background: url('../i_maketo/li_circle.gif') no-repeat 0 5px;
}

dl{
	margin: 10px 0;
}

dl dt{
	margin: 2px 0;
}

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

/* Tables
================================================*/
table{
	margin: 15px 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	border-collapse: collapse;
}

table td{
	border-color: #CCCCCC;
	border-style: none;
	border-width: 0px;
	padding: 7px 5px;
	font-size: 100%;
}

table.bordered td{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 7px 5px;
	font-size: 100%;
}

table .color td{
	background: #F5F5F5;
}

table th,
table thead td {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 5px;
	color: #000000;
	background: #EEEEEE;
	font-size: 100%;
	font-weight: bold;
}

table.noborder td{
	border: 0px none #FFFFFF;
}

/* HR
================================================*/
hr {
	border: 0px;
	margin: 15px 0px;
	padding: 0px;
	background: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Form
================================================*/
.form{
	margin: 10px 0 10px;
	width: 400px;
	padding: 15px 0 0;
}

.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.descr .line{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 6px 0;
}

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

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

.form .label{
	float: left;
	width: 35%;
	margin-right: 10px;
	display: block;
	display: inline;
	color: #000000;
	font-size: 100%;
}

.form .formw{
	width: 60%;
	float: left;
	display: block;
}

form.descr .formw{
	width: 460px;
	text-align: justify;
}

.form .formw .text{
	width: 99%;
	border: 1px solid #9C9C9C;
	padding: .25em;
	background: #F4F5F4;
	font: 100% Arial, Helvetica, sans-serif;
}

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

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

.form .btn{
	border: 1px solid #BBBBBB;
	padding: 0 5px;
	margin: 7px 0;
	display: inline;
	color: #454A50;
	background: url(../i_maketo/button_bg.gif) #F0F0F0 repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/* Pages
================================================*/
.pages {
	margin: 19px 0 20px 0;
	padding-bottom: 20px;
	font: 13px Arial, Helvetica, sans-serif;
}

.pages a:link, .pages a:visited, .pages span {
	float: left;
	padding: 2px 8px 1px 7px;
	border: 1px solid #CFC5B0;
	margin: 0 3px;
	display: block;
	display: inline;
	color: #25282C;
	text-decoration: none;
}

#id_prev, #id_next{
	display: none;
}

.pages  span.ctrl{
	display: none;
}

.pages a:hover, .pages span.current {
	border: 1px solid #0A2243;
	background: #C93900;
	color: #FFFFFF;
}

.pages a.current:link, .pages a.current:visited, 
.pages a.current:hover, pages span.current {
	border: 0px solid transparent;
	color: #000000;
	background: transparent;
	font-weight: bold;
}

/* Clearfix
================================================*/
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.clear{
	clear: both;
	width: 0px;
	display: block;
	font-size: 0px;
	line-height: 0;
	height: 0px;
	overflow: hidden;
}

/* Layout 
================================================== */ 
body {
	margin: 0px;
	padding: 0px;
	color: #25282C;
	background: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#header{
	width: 100%;
	background: url(../i_maketo/bg_wood.jpg) #CA8233 repeat-x;
	height: 84px;
	overflow: hidden;
	position: relative;
}
#header .header_in{
	width: 1000px;
	height: 84px;
	overflow: hidden;
	position: relative;
}
#nav{
	width: 100%;
	border-top: 2px solid #C00000;
	border-bottom: 1px solid #B9BEBE;
	background: #E4DAC9;
	height: 27px;
	position: relative;
	overflow: hidden;
}
.nav_in{
	width: 1000px;
	height: 27px;
	position: relative;
	overflow: hidden;
}
#content{
	background-color: #F4F1EA;
}
.content_in{
	background-color: #FFF;
	width: 1000px;
	position: relative;
	overflow: hidden;
}
#contentwrapper{
	float: left;
	width: 100%;
	background: #F4F1EA;
}

 
#contentcolumn{
	border: 1px solid #FFFFFF;
	margin-right: 0px;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background: #FFFFFF;
}

 
#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	background: #F4F1EA;
}

.col_padding{
	margin: 0px 20px 0px 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#contentcolumn .col_padding{
	margin: 30px 3% 30px 3%; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* Styling
================================================== */
/* header */
.title{
	padding: 0px 10px;
	width: 154px;
	background: #CC0000;
	color: #FFFFFF;
	font: 370% Impact, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 15px;
	top: 15px;
	height: 53px;
}

.description{
	width: 248px;
	background: #CC0000;
	color: #FFFFFF;
	position: absolute;
	left: 169px;
	top: 15px;
	height: 53px;
}

.title_en{
	padding: 0px 10px;
	width: 354px;
	background: #CC0000;
	color: #FFFFFF;
	font: 370% Impact, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 15px;
	top: 15px;
	height: 53px;
}

.description_en{
	width: 178px;
	background: #CC0000;
	color: #FFFFFF;
	position: absolute;
	left: 369px;
	top: 15px;
	height: 53px;
}

.description_en p{
	margin: 10px 5px;
	padding: 0 10px;
	border-left: 1px solid #E35050;
}
 
.description p{
	margin: 10px 5px;
	padding: 0 10px;
	border-left: 1px solid #E35050;
}

.right_block{
	color: #FFFFFF;
	position: absolute;
	right: 15px;
	top: 15px;
	height: 53px;
	overflow: hidden;
}

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

.nav li{
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
	line-height: 27px;
}

.nav li a{
	padding: 0 10px;
	display: block;
	color: #3C2F23;
	text-decoration: none;
}

.nav li a:hover{
	background: #F4F1EA;
	font-weight: normal;
	text-decoration: none;
}

.nav li.here a,
.nav li.here a:hover{
	background: #C00000 no-repeat 0 -20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.nav_left{
	margin: 5px -26px 25px -20px;
}

.nav_left li{
	margin: 0px 0px;
	padding: 0px;
	width: 200px;
	background: none;
	font-size: 12px;
}

.nav_left li small{
	float: right;
	width: 30px;
	color: #999AA6;
	height: 15px;
}

.nav_left li span{
	float: left;
	width: 140px;
	overflow: hidden;
	height: 15px;
}

.nav_left li a{
	border-left: 10px solid #F4F1EA;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	display: block;
	color: #31312a;
	line-height: 15px;
	height: 15px;
	cursor: pointer;
	background: url('/i_maketo/nav_li_bg.gif') no-repeat 1px 7px; /* background: url('../i_maketo/li_disc.gif') no-repeat 0 7px; */
}

.nav_left li a:visited{
	color: #6D707D;
}

.nav_left li.here a,
.nav_left li.here a:visited,
.nav_left li.here a:hover{
	border-left: 10px solid #CC0000; /* background: #37383e url(../i_maketo/bg.jpg) no-repeat 0 -50px; */
	color: #FFFFFF;
	background: #37383E;
	font-weight: bold;
}

.nav_left li a:hover{
	border-left: 10px solid #fff;
	background: #fff url('/i_maketo/nav_li_bg.gif') no-repeat 1px 7px;
	text-decoration: none;
}

/* footer */
#footer{
	color: #25282C;
	background: #E4DAC9;
	font-size: 11px;
}


#footer{
	background-color: #D7C9B0;
	width: 100%;
	position: relative;
}
.footer_in{
	background-color: #E4DAC9;
	width: 1000px;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
#footer .center{
	float: left;
	width: 49%;
	margin: 0 0 0 3%;
	display: inline;
	display: inline;
	text-align: left;
}

#footer .buttons_right{
	margin-top: 5px;
	float: right;
	width: 40%;
	margin-right: 15px;
	display: inline;
	text-align: right;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover{
	color: #25282C;
}

.t_item{
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 50px 0px;
	float: left;
	width: 148px;
	border: 1px solid #CCCCCC;
	display: inline;
	text-align: center;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.t_item img{
	padding-top: 5px;
}

/*
.t_item .t_item_desc{
	width: 150px;
	margin-top: 2px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
	height: 20px;
	position: relative;
}

*/
.t_item .more{
	color: #333333;
	font-size: 11px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.t_item .more a{
	padding: 2px 6px;
	display: block;
	color: #333333;
	background: #F4F1EA;
}

.t_item .more a:hover{
	color: #FFFFFF;
	background: #CC0000;
}

.t_item .price{
	padding: 2px 3px;
	color: #CC0000;
	font-weight: bold;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

/* Стили для магазина */
.shop_cart_table {
}

.shop_cart_table, .shop_cart_table td {
	border: 1px solid #C8C0A9;
	border-collapse: collapse;
	empty-cells: show;
}

.shop_cart_table td, .shop_cart_table_title td {
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table td {
	border-bottom: 1px solid #C8C0A9;
}

.shop_cart_table_title td {
	background: #EAE4DF;
	font-weight: bold;
	height: 30px;
}

#error {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	border: 1px #CA1D13 dashed;
	width: 450px;
	color: #CA1D13;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	background: #F2EDE9;
	font-size: 8pt;
	border-collapse: collapse;
	position: relative;
}

#message {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	border: 1px #4BA749 dashed;
	width: 450px;
	color: #4BA749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	font-size: 8pt;
	border-collapse: collapse;
	position: relative;
}

#message p {
	margin: 0px;
	padding: 0px;
}

.price_table_border, .price_table_border td {
	border-width: 1px;
	border-color: #C8C0A9;
	border-style: dashed;
	padding-left: 5px;
	border-collapse: collapse;
	empty-cells: show;
}

/* Строки фильтра и сортировки */
.shop_block {
	border: 1px solid #E4DAC9;
	padding: 5px 7px;
	margin: 10px 5px 20px 0px;
	background: #F4F1EA;
}

.shop_block table{
	margin: 0px;
}

.shop_block a {
	position: relative;
	z-index: 2;
}

.arrow_up {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
}

.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 {
	margin-top: 10px;
	color: #AFA696;
}

#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 стили для магазина */
.nav_title{
	margin-left: -10px;
	color: #333333;
	font-size: 12px; 
	font-weight: bold;
}

.payments{
	margin: 5px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
