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

/* 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:#fff;
	margin:0px auto;
	padding:0px;
	}

p{
	padding:0px;
	margin:0px 0px 20px;
	}

h1{	
	position:relative;
	font-family:"Arial Narrow";
	font-size:18px;
	color:#2a2a2a;
	font-weight:normal;
	padding:15px 0px 10px 12px;
	margin:0px 0px 23px;
	border-bottom:1px #b8b8b0 solid;
	}

h2{
	position:relative;
	font-family: "Arial Narrow";
	font-size:25px;
	color:#215f2a;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 25px;
	}


.div_page{
	position:relative;
	width:100%;
	margin:0px auto;
	height: auto;
	border:0px #ffffff solid;
}

.div_header{
	position:relative;
	background: url(img/bg_menu.gif) repeat-x;
	background-position:0px 0px;
	height:72px;
	padding:15px 0px 0px;
	}
	
.table_menu{	
	position:relative;
	font-family:"Arial Narrow";
	font-size:12px;
	color:#2a3d49;
	height:37px;
	text-transform:uppercase;
	letter-spacing:-1px;
	}	

.table_menu td{
	position:relative;
	background: url(img/bg_item_1.gif) no-repeat;
	background-position:0px 0px;
	width:104px;
	padding:5px 0px 0px 22px;
	}	

.table_menu th{
	position:relative;
	background: url(img/bg_item_2.gif) no-repeat;
	background-position:0px 0px;
	width:104px;
	padding:5px 0px 0px 22px;
	text-align:left;
	font-weight:normal;
	}	


.table_menu a{
	color:#2a3d49;
	text-decoration: none;
}

.table_menu a:hover {
	text-decoration: underline;
}

.table_header{
	position:relative;
	width:100%;
	}

.td_header_pic{
	position:relative;
	background:url(img/bg_header_pic.gif) no-repeat;
	background-position:0px 0px;
	}

.table_center{
	position:relative;
	width:100%;
	}

.td_left{
	position:relative;
	padding:0px 20px 20px 26px;
	width:206px;
	}

.div_news{
	position:relative;
	padding:0px 10px 0px 8px;
	font-family: Tahoma;
	font-size:11px;
	}

.div_news_data{
	position:relative;
	font-family: Tahoma;
	font-size:11px;
	color:#215f2a;
	margin-bottom:5px;
	}

.div_news_name{
	color:#277a9c;
	}

.div_news_name a{
	color:#277a9c;
}

.div_news_name a:hover {
	text-decoration: none;
}

.div_news_text{
	color:#303030;
	margin-bottom:18px;
	}

.div_news_archiv{	
	position:relative;
	background:url(img/bg_news_all.gif) no-repeat;
	background-position:0px 3px;
	font-family: Tahoma;
	font-size:11px;
	color:#b90302;
	padding:0px 20px 4px;
	margin-bottom:17px;
	}		

.div_news_archiv a{
	color:#b90302;
}

.div_news_archiv a:hover {
	text-decoration: none;
}

.div_contact{
	position:relative;
	padding: 0px 8px;
	font-family: Tahoma;
	font-size:11px;
	color:#303030;
	line-height:14px;
	}

.div_contact a{
	color: #277a9c;
}

.div_contact a:hover {
	text-decoration: none;
}

.td_right{
	position:relative;
	padding:0px 0px 20px;
	}
	
.div_reg{
	background:#eeeff0;
	border-top:4px #969798 solid;
	padding:0px 0px 0px 30px;
	}
	
.table_reg{
	position:relative;
	height:58px;
	font-family:Arial;
	font-size:12px;
	color:#969798;
	}

.input_reg{
	width:87px;
	height:16px;
	border:1px #969798 solid;
	margin:0px 15px 0px 6px;
	}	

.div_reg_memb{
	position: relative;
	font-family: Arial;
	font-size:12px;
	color:#b90302;
	float:left;
	font-weight:bold;
	padding:0px 0px 0px 290px;
	margin:-22px 0px 0px;
	}

.div_reg_memb a{
	color:#b90302;
}

.div_reg_memb a:hover {
	text-decoration: none;
}

.div_content{
	position:relative;
	padding:18px 30px;
	font-family: Tahoma;
	font-size:11px;
	color:#303030;
	}
	
.div_footer{
	position:relative;
	height:88px;
	padding-left:10px;
	}

.table_footer{
	position:relative;
	font-family: Tahoma;
	font-size:11px;
	color:#303030;
	width:100%;
	}	

.td_footer_left{
	position: relative;
	border-top:1px #546169 solid;
	width:222px;
	padding:30px 0px 0px 50px;
	}

.td_footer_left a{
	color: #3c7244;
}

.td_footer_left a:hover {
	text-decoration: none;
}

.td_footer_right{
	border-top:4px #546169 solid;
	padding-top:25px;
	}

.table_footer_menu{
	position:relative;
	font-family: Tahoma;
	font-size:11px;
	color:#c98000;
	margin:0px auto;
	}	


.table_footer_menu a{
	color: #303030;
	text-decoration: none;
}

.table_footer_menu a:hover {
	text-decoration: underline;
}


.table_footer_menu td{
	padding:0px 12px;
	}
	

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

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

.show { display: block; }

.noshow { display: none; }
