/*------- стандартный шаблон  -----------*/

/* CSS Document */

/*Регистрация*/
.a_button_reg{
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	color:#717171;
}

.reg_begin input{
	border: 1px solid silver;
}

.td_reg a:link{
	color: red;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:10px;
}

.reg_begin_col{
	color: #D73423;
}


/*Корзина*/

.div_basket{
	padding-bottom: 20px;
}

.basket{
	position:relative;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #555555;
	font-family:Tahoma;
	font-size:11px;
}

.basket_margin{
	padding-left: 15px;
}

.basket a:link{
	color: #69A228;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}

/*Заказ товара*/
img{border: 0}

.buy_button{
	color:#9b0000;
	font-weight:bold;
}

.zakaz{
	padding-top: 20px;
}

.zakaz a:link{
	color: #69A228;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}


/*Посылка писма*/
.t_sent_quary{
	color:#424242;
}

.t_sent_quary input {
	border: 1px silver solid;
}

.t_sent_quary textarea {
	border: 1px silver solid;
}

/*Скроллер*/
.scroller{
	color: gray;
	padding: 3px 0px 3px 0px;
}

.scroller a:link{
	color: gray;
	text-decoration: none;
}

/*Каталог товаров*/
.td_price_text{
	padding-left: 10px;
}

.td_price_name{
	padding-left: 10px;
}

/*Все новости*/
.div_all_news{
	padding: 3px 3px 3px 10px;
	font-family:Tahoma;
	font-size:11px;
	text-align:right;
}

.div_all_news a:link{
	text-decoration: none;
	color:#000000;
}
/* CSS Document */

body{
	background: url(img/bg.jpg) repeat;
	background-position:0px 0px;
	margin:0px auto;
	padding:0px;
	}

p{
	padding:0px;
	margin:0px 0px 18px;
	}		

h1{
	position:relative;
	font-family:"Arial Narrow";
	font-size:30px;
	font-weight: normal;
	color:#745922;
	margin:0px 0px 26px;
	padding:0px 0px 0px;
	}

.div_page{
	position:relative;
	background:url(img/bg_page.jpg) repeat-y;
	background-position:0px 0px;
	width:900px;
	padding:0px 20px;
	margin:0px auto;
	height: auto;
	border:0px #ffffff solid;
}

.div_header{
	position:relative;
	}

.table_header{
	position:relative;
	width:100%;
	}	
/*	
.div_tell{
	position:absolute;
	background:url(img/bg_tell.jpg) no-repeat;
	background-position:40px 6px;
	width:200px;
	height:120px;
	text-align:right;
	top:21px;
	right:28px;
	font-family: Arial;
	font-size:18px;
	color:#745922;
	font-weight:bold;
	}
*/
.div_tell {
background:transparent url(img/bg_tell.jpg) no-repeat scroll 11px 3px;
color:#745922;
font-family:Arial;
font-size:18px;
font-weight:bold;
height:120px;
position:absolute;
right:28px;
text-align:right;
top:21px;
width:200px;
}
.div_tell span{
	font-size:14px;
	font-weight:normal;
	}
	
.table_pic{
	position:relative;
	text-align:center;
	width:100%;
	margin-bottom:20px;
	}

.table_pic_menu{
	position:relative;
	width:100%;
	text-align:center;
	margin-bottom:37px;
	}

.table_center{
	position:relative;
	width:100%;
	height:450px;
	}

.td_left{
	position:relative;
	padding:0px 30px 30px 30px;
	width:210px;
	}

.div_menu{
	position:relative;
	font-family: "Arial Narrow";
	font-size:18px;
	color:#745922;
	margin-bottom:50px;
	}

.div_menu_item{
	position:relative;
	margin-bottom:6px;
	background:url(img/li.jpg) no-repeat;
	background-position:10px 8px;
	padding:0px 0px 0px 28px;
	}

.div_menu_item a{
	color:#745922;
	text-decoration: none;
}

.div_menu_item a:hover {
	text-decoration: underline;
}

.div_hl{
	position:relative;
	margin-bottom:3px;
	}

.td_right{
	position:relative;
	padding:0px 26px 26px;
	border-left:1px #6e705d solid;
	font-family:Arial;
	font-size:12px;
	color:#1a1a1a;
	}
	

.div_footer{
	position:relative;
	background:url(img/bg_page.jpg) repeat-y;
	background-position:0px 0px;
	width:900px;
	height:82px;
	padding:0px 20px;
	margin:0px 0px 0px -20px;
	}

.table_footer{
	width:100%;
	}

.div_copyright{
	position:absolute;
	font-family: Arial;
	font-size:12px;
	color:#1a1a1a;
	padding:27px 15px 0px 297px;
	}

.div_copyright a{
	color:#1a1a1a;
	text-decoration: none;
}

.div_copyright a:hover {
	text-decoration: underline;
}
	
.table_footer_pic{
	position:absolute;
	top:15px;
	right:60px;	
	}
	
.table_footer_pic img{
	margin:0px 0px 0px 12px;
	}
					

/*------- дополнения -----------*/

.hide { width: 100%; height: 0px; display: none; }

.show { display: block; }

.noshow { display: none; }
