/* 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:#7f7f7f;
	margin:0px auto;
	padding:15px 10px;
	}

p{
	padding:0px;
	margin:0px 0px 24px;
	}

h1{
	position:relative;
	font-family:Arial;
	font-size:30px;
	color:#000;
	padding:0px;
	margin:0px 0px 22px;
	text-transform:uppercase;
	}

.div_page{
	position:relative;
	margin:0px auto;
	height: auto;
	border:0px #ffffff solid;
}

.div_header{
	position:relative;
	}
	
.table_header{
	position:relative;
	width:100%;
	background:#f8f8f9 url(img/bg_header.jpg) repeat-x;
	
	background-position:0px 0px;
	}	
	
.table_menu{
	position: absolute;
	background:url(img/bg_menu_r.gif) repeat-x;
	background-position:0px 4px;
	width:100%;
	z-index:5;
	}

.td_menu_content{
	position:relative;
	background:url(img/bg_menu.gif) no-repeat;
	background-position:right top;
	width:100%;
	}	
	
.table_menu_items{
	position:relative;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	width:100%;
	height:61px;
	text-align:center;
	margin:0px auto;
	text-transform:uppercase;
	}	

.table_menu_items a{
	color:#ffffff;
	text-decoration: none;
}

.table_menu_items a:hover {
	text-decoration: underline;
}

	
.table_center{
	position:relative;
	width:100%;
	}

.td_left{
	position:relative;
	width:269px;
	padding:100px 0px 170px;
	}

.td_right{
	position:relative;
	padding:0px 28px 0px 0px ;
	}

.table_box{
	position:relative;
	width:100%;
	margin:-35px 28px 0px 0px;
	}

.td_box_l{
	background:#fff;
	}

.td_bg_t{
	background:#fff url(img/bg_box.jpg) repeat-x;
		border-top:1px #9da3a8 solid;
	}


.td_bg_top{
	background:#fff url(img/bg_box.jpg) repeat-x;
	background-position:0px 0px;
	borde:1px #9da3a8 solid;

	}	

.td_bg{
	background:#fff;
	}	

.td_box_content{
	position:relative;
	background:#fff;
	width:100%;
	height:550px;
	padding:85px 0px 110px;
	font-family:Arial;
	font-size:14px;
	color:#3d3d3d;
	}
	
.div_box{
	position:relative;
	margin-bottom:23px;
	}

.div_box_content{
	position:relative;
	background:url(img/pic_box_c.jpg) repeat-y;
	background-position:0px 0px;
	padding:0px 0px 0px 25px;
	}	

.div_items{
	position:relative;
	background:url(img/li.jpg) no-repeat;
	background-position:5px 4px;
	padding:0px 20px 6px 18px;
	font-family:Arial;
	font-size:12px;
	color:#e12000;
	font-weight:bold;
	}

.div_items a{
	color:#e12000;
}

.div_items a:hover {
	text-decoration: none;
}

.div_news_data{
	position:relative;
	font-family:Arial;
	font-size:10px;
	color:#7f7f7f;
	}

.div_news_name{
	position:relative;
	font-family: Arial;
	font-size:12px;
	color:#e72100;
	font-weight:bold;
	}

.div_news_name a{
	color:#e72100;
}

.div_news_name a:hover {
	text-decoration: none;
}

.div_news_text{
	position:relative;
	font-family:Arial;
	font-size:12px;
	color:#3d3d3d;
	padding-bottom:20px;
	}		

.div_news_archiv{	
	position:relative;
	text-align:right;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#3d3d3d;
	padding:10px 24px;
	}

.div_news_archiv a{
	color:#e72100;
}

.div_news_archiv a:hover {
	text-decoration: none;
}


.div_box2{
	position:relative;
	margin-bottom:23px;
	}

.div_box2_content{
	position:relative;
	background:url(img/pic_box2_bg.jpg) repeat-y;
	background-position:0px 0px;
	padding:0px 0px 0px 25px;
	}	

.div_footer{
	position:relative;
	margin:-100px 0px 0px;
	}

.table_menu_footer{
	position:relative;
	background:url(img/bg_menu_r.gif) repeat-x;
	background-position:0px 4px;
	width:100%;
	z-index:3;
	}

.td_menu_content_footer{
	position:relative;
	background:url(img/bg_menu.gif) no-repeat;
	background-position:right top;
	width:100%;
	}	
	
.table_menu_items_footer{
	position:relative;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	height:61px;
	text-align:center;
	margin:0px auto;
	text-transform:uppercase;
	}	

.table_menu_items_footer td{
	padding:0px 13px;
	}

.table_menu_items_footer a{
	color:#ffffff;
	text-decoration: none;
}

.table_menu_items_footer a:hover {
	text-decoration: underline;
}

.div_copyright{
	position:absolute;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	top:13px;
	left:20px;
	z-index:5;
	}

.div_copyright a:link {
	color:#ffffff;
}

.div_copyright a:hover {
	text-decoration: none;
}

