html, body
{
	width:100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Trebuchet MS, Sans-Serif;
	font-size: 12px;
	line-height:18px;
	text-align: center;
	
}
html
{
	background: url(../images/bg.png) repeat center top;
}
body
{
	background: url(../images/bottom.jpg) no-repeat center bottom;
	min-height: 100%;
	padding-bottom:65px;
	height: auto !important;
	position: relative;
}
/* НАСТРОЙКА */
	table    	{border: 0px; /*border-collapse:collapse;*/}
	img 	    	{border:0 none;}
	a		{outline: none; color: #49330B; text-decoration: underline;}
	
	h1 {	font-size: 30px; color:#973C00;} /* 1em = 10px */
	h2 {	font-size: 22px; color:#973C00;} /* 1em = 10px */
	h3 {	font-size: 18px; color:#973C00;} /* 1em = 10px */
	h4 {	font-size: 14px; color:#000;} /* 1em = 10px */
	h5 {	font-size: 15px; color:#000;} /* 1em = 10px */
	h6 {	font-size: 10px; color:#000;} /* 1em = 10px */
	pt { width: 0,5px;}

/* ССЫЛКИ */
	a:link {	text-decoration: underline;	color: #49330B; font-weight: bold; font-size: 13px;font-style: normal;}
	a:visited {text-decoration: underline;color: #49330B; font-weight: bold; font-size: 13px;font-style: normal;}
	a:active {text-decoration: underline; color: #49330B; font-weight: bold; font-size: 13px;font-style: normal;}
	a:hover {text-decoration: underline;	color: #973C00; font-weight: bold; font-size: 13px;font-style: normal; cursor:pointer;}

/* НАВИГАЦИЯ */
.navigation a:link,
.navigation a:visited,
.navigation a:active
{
	font-size: 14px;
	color: #745F2F;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.navigation a:hover
{
	color: #973C00;
}
.navigation
{
	font-size: 13px;
	color: #745F2F;
	text-decoration: none;
	padding: 15px 0px 5px 0px;
	font-style: normal;
    text-align: left;
	border-bottom: 1px solid #745F2F;
	margin-bottom:10px;
}

/* ССЫЛКА В ШАПКЕ */
.home_box
{
    height: 65px;
    left: 23px;
    position: relative;
    top: 53px;
    width: 336px;
}
.home_box a
{
    display: block;
    height: 65px;
    width: 336px;
}

/*--------- основной каркас ---------*/
.header 
{
    height: 100px;
    margin: auto;
    width: 1000px;
    padding-top: 20px;
}
.center
{
	margin-top: 5px;
	overflow:hidden;
}
.content 
{
	_overflow:hidden;
	*zoom:1;
	*display:inline;
    margin: auto;
    width: 1000px;
	
}
.left_col
{
    float: left;
    padding-left: 2px;
    padding-right: 30px;
	margin-top:10px;
    width: 200px;
}
.footer 
{
	width: 100%;
	height:65px;
	position: absolute;
	bottom: 0;
    left: 0;
	text-align: center;
}
.footer_block
{
    margin: auto;
    padding: 15px 0;
	height:45px;
    text-align: left;
    width: 1000px;
    min-height: 20px;
} 
.bg_top_x
{
	background: url(../images/bg_top_x.jpg) repeat-x center top;
}
.bg_top
{
	background: url(../images/bg_top.jpg) no-repeat center top;
    
}


/*--------- шапка ---------*/
.logo
{
	float: left;
    height: 80px;
    width: 80px;
	margin-right:10px;
}

.name_and_slogan{
	float:left;
	width:708px;
}

.stxlogo
{
	text-align:left;
	font-size:30px;
	color:#564030;	
	font-weight:bold;
	margin-top:10px;
}

.stxlogo a{
	display:block;
	padding-bottom:10px;
	font-size:33px;
	color:#564030;	
	font-weight:bold;
	text-decoration:none;
}

.logo_img
{
	width:90px;
	height:80px;
	background-image:url(../images/logo.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.our_tell
{
    color: #973C00;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 10px;
    padding-left: 24px;
    text-align: right;
	background: url(../images/telephone.png) no-repeat 55px 3px;
    text-shadow: 1px 1px 0px #e4e4e4;
}
.phone
{
    float: right;
    height: 112px;
    width: 202px;
	color: #45829e;
	font: 18px Tahoma;
    text-align: left;
}
.slogan
{
    color: #973C00;
    font-size: 17px;
    text-align: left;
}

/*--------- верхнее меню ---------*/
.menu_l
{
    margin: auto;
    text-align: left;
	background: url(../images/menu_l.png) no-repeat left top;
    height: 37px;
}
.menu_r
{
    margin: auto;
    text-align: left;
	background: url(../images/menu_r.png) no-repeat right top;
    height: 37px;
	padding: 0px 22px;
}
.menu_top
{
    text-align: left;
    width: 100%;
	background: url(../images/menu_bg.png) repeat-x left top;
    height: 37px;
}
.menu_top ul
{
	padding:0px;
	margin: 0px;
}
.menu_top ul li
{
    display: block;
    float: left;
    list-style: none outside none;
}
.menu_top ul li:first-child
{

}
.menu_top ul li a,
.menu_top ul li a:link,
.menu_top ul li a:visited,
.menu_top ul li a:active
{
	color: #dfdfdf;
    font-size: 11px;
	text-transform: uppercase;
	padding: 9px 10px 10px;
    text-shadow: 0 -1px 0 #444444;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background:url(../images/menu_hover.png) repeat-x left top;
}
.menu_top ul li a:hover
{
    text-shadow: 0 -1px 0 #444444;
	color: #fff;
	text-decoration: none;
	background-position: 0;
}
.menu_top ul li:first-child a
{
	background: none;
	margin-top: 0px;
}
li.menu_border
{
	background: url(../images/menu_border.png) no-repeat left top;
	float:left;
	width: 3px;
	height: 37px;
}
.menu_home
{
	background: url(../images/menu_home.png) no-repeat 6px 9px;
	float:left;
    height: 37px;
    width: 37px;
}
.menu_home a,
.menu_home a:link,
.menu_home a:visited,
.menu_home a:active
{
	background: url(../images/menu_home.png) no-repeat left 9px;
	float:left;
	width: 37px;
	height: 37px;
	padding: 0px !important;
}.menu_home a:hover
{
	background: url(../images/menu_home_hover.png) no-repeat left top !important;
	float:left;
	width: 37px;
	height: 37px;
	padding: 0px !important;
}

/*--------- левое меню ---------*/
.sidebar_bg
{
	background: url(../images/sidebar_bg.png) repeat-y left top;
    padding: 0 10px;
    width: 202px;
}
.sidebar_top
{
	background: url(../images/sidebar_top.png) no-repeat left top;
	width: 222px;
    padding-bottom: 15px;
}
.sidebar_bottom
{
	background: url(../images/sidebar_bottom.png) no-repeat left bottom;
	width: 222px;
	padding: 21px 0px 26px 0px;
}

.sidebar_bg_top
{
	background: url(../images/sidebar_bg_top.png) repeat-y left top;
    padding: 0 10px;
    width: 202px;
}
.sidebar_top_top
{
	background: url(../images/sidebar_top_top.png) no-repeat left top;
	width: 222px;
    padding-bottom: 15px;
}
.sidebar_bottom_top
{
	background: url(../images/sidebar_bottom_top.png) no-repeat left bottom;
	width: 222px;
	padding: 21px 0px 26px 0px;
}


.block_name
{
	color: #553B29;
    display: block;
    font-size: 19px;
	text-align: left;
    padding: 0px 0 6px 0px;
	border-bottom: 1px solid #dcdcdc;
    margin: 0 7px;
}
.block_name_news
{
	color: #553B29;
    display: block;
    font-size: 19px;
	text-align: left;
    padding: 0px 0 6px 0px;
	border-bottom: 1px solid #dcdcdc;
    margin: 0 7px;
}
.block_param
{
	color: #57575a;
    display: block;
    font-size: 13px;
	text-align: left;
	padding: 5px 0px 5px 5px;
}

/*--------- левая колонка меню ---------*/
.block_param ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.block_param ul li a
{
	color: #3b4244;
    font-size: 14px;
	font-weight: normal;
	text-decoration: none;
    display: block;
    padding: 6px 0 6px 18px;
	background: url(../images/li.gif) no-repeat 5px 13px;
}
.block_param ul li a:hover
{
	color: #973C00;
	background: url(../images/li_hover.gif) no-repeat 5px 13px;
}

/*--------- левая колонка новости ---------*/
.right_sidebar
{
	background: #dce4e8;
	border: 1px solid #cfd8de;
}
.news_head a,
.news_head a:link,
.news_head a:active,
.news_head a:visited
{
    padding: 5px 8px 5px 8px;
	display: block;
	color: #49330B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.news_head a:hover
{
	color: #973C00;
}
.news_text
{
    padding: 0px 8px 10px 8px;
	display: block;
	color: #745F2F;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
}
/*--------- правая колонка ---------*/
.content_text
{
    color:#49330B;
    font-size: 13px;
    margin-left: 235px;
    text-align: left;
}
.content_box
{

}
/* КОПИРАЙТ */
.copyright
{
	float: left;
	width:600px;
	padding: 2px 0px 0px 15px;
	color: #745F2F;
    text-align: left;
}

/* ССЫЛКИ САЙТЭКС */
.saitex a:link,
.saitex a:visited,
.saitex a:active
{
	font-weight: normal;
	
	text-decoration: none;
	color: #745F2F;
}
.saitex a:hover
{
	font-weight: normal;
	
	text-decoration: none;
	color: #973C00;
}
.saitex
{
	float: right;
	padding: 2px 0px 0px 0px;
	line-height:45px;
}


/*--------- спецпредложение ---------*/
a.buy_button,
a.buy_button:link,
a.buy_button:active,
a.buy_button:visited
{
	background:url(../images/see_full.png) no-repeat center top !important;
    height: 21px;
    margin: auto !important;
    width: 105px;
}
a.buy_button:hover
{
	background:url(../images/see_full_hover.png) no-repeat center top;
}
.spc_item_name
{
    color: #49330B;
    display: block;
    font-size: 14px;
    min-height: 30px;
    padding: 0px 10px 8px 10px;
}
.spec_img
{
	background:url(../images/item_shadow.png) no-repeat center bottom !important;
    padding-bottom: 4px;
    width: 161px;
}
.item_price
{
    color: #973C00;
    font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
}
.price_text
{
    color: #49330B;
    font-size: 14px;
	font-weight: normal;
}

#container { width:765px; margin:0px auto 0px; padding:0px; font-size:12px; background:url(../images/spec_bg.png) no-repeat center top; height: 270px;}
#container h1 { font-size:24px; color:#FFFFFF; font-weight:normal; text-align:center; background:#333333; padding:10px; }
#container p { text-align:justify; padding:5px 10px 5px; margin:0px; }
#container p ol, #container p ul { margin:0px auto 0px; }
#container p.notes { color:#999999; font-size:10px; }


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:720px !important; 
	margin:10px auto 10px; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
    top: 30px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:30px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/arrow_r.png) no-repeat center 62px;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/arrow_l.png) no-repeat center 62px;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:650px !important; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 0px 0px; 
	font-size:11px; 
	width:164px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; clear:both; display:block; }
#SlideItMoo_items a img{ border:none; }



/*===================== CATALOG STYLE =================*/

.item_block_top
{
	background:url(../images/item_block_top.png) no-repeat center top;
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
    width: 100%;
	padding-bottom: 10px;
}
.item_block_bottom
{
	background:url(../images/item_block_bottom.png) no-repeat center bottom;
    padding: 21px 0 26px;
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
    width: 100%;
}
.item_block_bg
{
	background:url(../images/item_block_bg.png) repeat-y center top;
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
    width: 100%;
}
.item_block_top2
{
	background:url(../images/item_block_top.png) no-repeat center top;
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
    width: 100%;
	padding-bottom: 10px;
}
.item_block_bottom2
{
	background:url(../images/item_block_bottom.png) no-repeat center bottom;
    padding: 21px 0 26px;
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
    width: 100%;
}
.item_block_bg2
{
	background:url(../images/item_block_bg.png) repeat-y center top;
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
    width: 100%;
}
.img_raznie
{
	padding: 0px 20px;
}
.item_block_name
{
    border-bottom: 1px solid #735E2E;
    color: #49330B;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 8px 0px;
    margin: 0 25px;
}
.item_block_img_i_text
{
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
	width: 100%;
}
.item_block_price
{
    float: left;
    margin-left: 33px;
    padding-top: 6px;
    color: #49330B;
    font-size: 14px;
    font-weight: normal;
}
.item_block_price span
{
    color: #973C00;
    font-size: 15px;
    font-weight: bold;
}
.item_block_price3
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #49330B;
    font-size: 14px;
    font-weight: normal;
}
.item_block_price3 span
{
    color: #973C00;
    font-size: 15px;
    font-weight: bold;
}
.item_block_price2
{
    color: #49330B;
    font-size: 14px;
    font-weight: normal;
	display: block;
   padding-bottom: 15px;
}
.item_block_price2 span
{
    color: #973C00;
    font-size: 15px;
    font-weight: bold;
}
.catalog_it_price
{
	text-align: center;
	margin-top:15px;
}
.item_block_view
{
    float: right;
    margin-right: 29px;
    display: block;
}
.item_block_img
{
	float: left;
	background:#fff;
	margin:10px 15px 4px 36px;
    width: 125px;
	height:125px;
}
.item_block_text
{
    padding-right: 25px;
	margin-left: 175px;
	display: block;
}
.item_block_text p
{
	margin: 0px;
	padding-top: 7px;
}
.item_top_bar
{
    display: block;
    float: right;
    width: 100%;
}
.art_s_image
{

}
.art_s_image a
{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden;
	height:125px; 
	width:125px;
	margin: auto;
}
.item_buy
{

}
.item_block_view .item_buy
{
	float: right;
}
.item_buy a,
.item_buy a:link,
.item_buy a:active,
.item_buy a:visited
{
	background:url(../images/see_full.png) no-repeat center top !important;
    height: 21px;
    width: 105px;
    display: block;
}
.item_buy a:hover
{
	background:url(../images/see_full_hover.png) no-repeat center top !important;
}


.spec_box_td
		{background-color:rgb(255,255,255);
		background-image:url(../images/spec_box_grad.png);
		background-repeat:repeat-x;
		background-position:left top;
		border:rgb(96,187,214) 1px solid;
		width:160px;
		overflow:hidden;}
.spec_box_link
		{display:block;
		margin:5px 5px 5px 5px;
		text-decoration:none;}
.spec_box_link:hover
		{text-decoration:none;}
.spec_box_img
		{
		background-repeat:no-repeat;
		height:125px;
		background-position:50% 50%;
		}
.spec_line_l
		{width:213px;
		background-image:url(../images/left_blue_line.png);
		background-repeat:repeat-x;
		background-position:right 170px;
		height:180px;}		
.spec_line_c
		{background-image:url(../images/cent_blue_line.png);
		background-repeat:repeat-x;
		background-position:0px 170px;
		height:180px;}		
.spec_line_r
		{width:213px;
		background-image:url(../images/right_blue_line.png);
		background-repeat:repeat-x;
		background-position:left 170px;
		height:180px;}
		
.blue_line
		{overflow:hidden;
		height:4px;
		background-image:url(../images/line_blue_c.png);
		background-repeat:repeat-x;
		background-position:left top;}		
.blue_line span
		{display:block;
		overflow:hidden;
		height:4px;
		background-image:url(../images/line_blue_l.png);
		background-repeat:no-repeat;
		background-position:left top;}
.blue_line span center
		{display:block;
		overflow:hidden;
		height:4px;
		background-image:url(../images/line_blue_r.png);
		background-repeat:no-repeat;
		background-position:right top;}
		
		
.art_img_collect_cell
		{display:block;
		float:left;
		width:125px;
		height:125px;
		background-position:50% 50%;
		background-repeat:no-repeat;
		border:#826D3D 2px solid;
		margin:2px 2px 2px 2px;}
.art_img_collect_cell:hover
		{border:#973C00 2px solid;}
		
.left_menu_link
		{display:block;
		border-left:rgb(93,171,211) 3px solid;
		font-size:14px;
		line-height:18px;
		margin:6px 0px 6px 0px;}
.left_menu_link div
		{padding:0px 0px 0px 9px;}
		
.side_bar_capt
		{font-size:16px;
		color:rgb(70,70,70);}
		
		
.del_btn
		{display:block;
		background-image:url(../images/art_del_btnsm.png);
		background-repeat:no-repeat;
		background-position:50% 5px;
		width:20px;
		height:20px;}

.edit_btn
		{display:block;
		background-image:url(../images/edit_sm.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
		width:20px;
		height:20px;}	
		
.ok_btn
		{display:block;
		background-image:url(../images/ok.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
		width:20px;
		height:20px;}
.art_table01
		{background-color:rgb(245,245,245);
		border-left:rgb(230,230,230) 1px solid;
		border-bottom:rgb(230,230,230) 1px solid;}
.art_table01 th
		{padding:3px 3px 3px 3px;
		color:rgb(120,120,120);
		border:rgb(235,235,235) 1px solid;
		border-left:none;
		}
.art_table01 td
		{padding:3px 10px 3px 10px;
		border-bottom:rgb(235,235,235) 1px solid;}
		
		
		
.cart_body
		{
		border:#973C00 1px solid;
		margin:3px 0px 0px 0px;
		padding:6px 6px 6px 6px;
		text-align: left;
		}

.cart_capt
		{border-bottom:#973C00 1px dashed;
		padding:0px 0px 7px 0px;}
.cart_capt_link
		{text-decoration:none!important;
		font-family:Verdana;
		color:rgb(96,73,26);
		font-size:12px;
		line-height:13px;
		font-weight:normal;}
.cart_inf
		{font-family:Verdana;
		font-size:11px;
		line-height:14px;}
.cart_inf span
		{font-weight:normal;}
.cart_btns
		{display:block;
		border:#973C00 1px solid;
		color:rgb(31,26,23);
		text-decoration:none!important;
		text-align:center;
		width:100%;
		font-size:12px;
		font-family:Verdana;
		font-weight:normal;
		line-height:16px;
		padding: 2px 0px 5px 0px;
		}
.cart_btns:hover
		{background-color:#D4E2AF;}
		
.product_minus
		{display:block;
		line-height:17px;
		padding:0px 7px 0px 7px;
		border:rgb(222,222,222) 1px solid;
		background-color:rgb(225,229,255);
		font-size:18px;
		font-weight:normal;
		color:blue;
		text-decoration:none;
		cursor:pointer;}		
.product_plus
		{display:block;
		line-height:17px;
		font-size:18px;
		color:red;
		padding:0px 7px 0px 7px;
		border:rgb(222,222,222) 1px solid;
		background-color:rgb(255,229,225);
		text-decoration:none;
		cursor:pointer;}
		
/* ======== SEARCH FORM ========= */
.search_form
		{border:#B6A356 1px solid;
		background-color:rgb(255,255,255);}
		
.search_area
		{background-color:rgb(255,255,255);
		border:none;
		width:100%;
		font-size:14px;}
.search_btn
		{width:39px;
		height:20px;
		overflow:hidden;
		background-image:url(../images/search_btn.png);
		background-repeat:no-repeat;
		background-position:17px top;
		margin:1px 1px 1px 1px;}
.search_btn input	
		{width:100%;
		height:20px;
		opacity:0.0;
		cursor:pointer;
		filter:alpha(opacity=0);}
.blue_btn
		{
		display:block;
		background-repeat:no-repeat;
		background-position:left top;
		border:#826D3D 1px solid;
		height:24px;
		overflow:hidden;
		}
.blue_btn a,
.blue_btn a:link,
.blue_btn a:active,
.blue_btn a:visited
		{display:block;
		line-height:23px;
		font-size:14px;
		color:#826D3D;
		text-decoration:none;
		padding:0px 10px 0px 10px;}
.blue_btn a:hover
		{
		color:#826D3D;
		text-decoration:none;
		background: #ffffff;
		}
.search_field
		{font-size:15px;
		border:#b8b8b8 1px solid;
		width:673px;
		font-weight:normal;
		font-family:Trebuchet ms;
		color:#826D3D;
		padding-left:10px;
		}
.blue_border
		{border:#826D3D 1px solid;}
		
.hr_line {
    display: inline;
	}
	
	
			/*Корзина*/
.add_cart{
width: 340px;
border: 3px solid #735E2E;
border-radius: 10px/10px;
display:block;
overflow:hidden;
background: #D4E1AF;
}

.left_add_cart{
width: 160px;
background: #fff;
border-radius: 10px 0 0 10px;
border:0;
padding:5px;
float:left;
}

.add_cart a{
color: #735E2E;
padding-left: 15px;
text-decoration:none;
}		

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

.product_minus{
background:#D4E1AF;
border-radius: 10px 0 0 10px;
line-height: 28px;
width:20px;
text-align:center;
color:#735E2E;
display:block;
padding:0px 7px 0px 7px;
font-size:18px;
font-weight:normal;
cursor:pointer;
border:1px solid #fff;
}
.product_plus{
background:#D4E1AF;
border-radius: 0 10px 10px 0;
line-height: 28px;
width:20px;
text-align:center;
color:#735E2E;
display:block;
font-size:18px;
padding:0px 7px 0px 7px;
cursor:pointer;
border:1px solid #fff;
}

.value input{
height: 18px;
background:#D4E1AF;
border: 1px solid #D4E1AF;
padding:4px;
}

		/*/Корзина*/
		
.skobki_location a{
	font-weight:normal;
}		

.navig_cif{
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
}

.catalog_order_56 {
	color:#564030!important;
	margin-top:5px;
	margin-bottom:10px;
}

.catalog_order_23 {
	color:#564030!important;
	margin-top:5px;
	margin-bottom:10px;
}
