@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	min-width:990px;
	position:relative;
}


body, td {
	font:normal 14px Arial Narrow, Helvetica, sans-serif;
	color:#444444;
}
body {
	background:#343434 url(bg.gif) top repeat;
}


table.table0 { border-collapse:collapse;}
table.table0 td { padding:5px; border: none}


table.table1 { border-collapse:collapse;}
table.table1 tr:hover {background: #e3e3e3}
table.table1 td { padding:5px; border: 1px solid #444444;}


table.table2 { border-collapse:collapse;}
table.table2 tr:hover {background: #e3e3e3}
table.table2 td { padding:5px; border: 1px solid #444444;}
table.table2 th { padding:8px 5px; border: 1px solid #444444; background-color:#db2121; color:#fff; text-align:left;}

.thumb              {color:#444444}


a {
	color: #db2121;
	text-decoration:none;
}
a:hover {
	color: #db2121;
	text-decoration:underline;
}
a img           { border-color:#000 }



h2,h3,h4,h5,h6 { margin:0px; padding:0; color:#db2121; font-family:Arial Narrow, Helvetica, sans-serif;}
h2 { font-size:22px}
h3 { font-size:20px}
h4 { font-size:18px}
h5,h6 { font-size:16px}

h1 {
	font:normal 24px Arial Narrow, Helvetica, sans-serif;
	color:#db2121;
	margin:10px 0 30px;
	background:url(h1.gif) left repeat-x;
}
h1 span {
	background:#e9e9e9;
	padding:0 16px 0 0;
}

.hk {
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#b4b4b4;
}
	.hk a {
		color:#b4b4b4;
		text-decoration:underline;
	}
	.hk a:hover {
		color:#b4b4b4;
		text-decoration:none;
	}

.content {
	vertical-align:top;
	padding:32px 26px 88px;
}

table.dtable {
	width:100%;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}
td.dtd {
	vertical-align:top;
	padding:0;
}

img.spacer {
	width:990px;
	height:1px;
	clear:both;
	display:block;
}

/*---------------------------------------------------------------------*/

.wrapper {
	width:100%;
	height: 100%;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
	margin:0 0 -102px;
}
.clear {
	clear:both;
	height:102px;
}

.left {
	vertical-align:top;
	width:10px;
	padding:0;
	background:url(left_bg.gif) right repeat-y;
}
.left_top {
	background:url(left_top.gif) top right no-repeat;
	height:658px;
}
.left_bot {
	padding:0;
	width:10px;
}

.right {
	vertical-align:top;
	width:10px;
	padding:0;
	background:url(right_bg.gif) left repeat-y;
}
.right_top {
	background:url(right_top.gif) top left no-repeat;
	height:658px;
}
.right_bot {
	width:10px;
	padding:0;
}

.center {
	vertical-align:top;
	padding:0 0 102px;
	background:#e9e9e9 url(top_bg.gif) top repeat-x;
}


.top {
	width:100%;
	position:relative;
	background:url(top_left.gif) top left no-repeat;
}
.in_top {
	width:100%;
	background:url(top_right.gif) top right no-repeat;
}
.pic_bg {
	background:url(pic_bg.jpg) bottom repeat-x;
}
.pic_left {
	background:url(pic_left.jpg) bottom left no-repeat;
}
.pic_right {
	background:url(pic_right.gif) bottom right no-repeat;
	height:466px;
}

.logo {
	position:absolute;
	top:50px;
	left:30px;
}
	.logo img {
		border:none;
	}

.icons {
	position:absolute;
	top:34px;
	right:24px;
	font-size:0;
}
	.icons a {
		margin:0 24px 0 0;
	}
	.icons img {
		border:none;
	}

.tel {
	position:absolute;
	top:54px;
	right:8px;
	background:url(tel.gif) top left no-repeat;
	padding:2px 0 0 60px;
	min-height:48px;
	height:auto !important;
	height:48px;
	text-align:right;
	font:normal 27px Arial Narrow, Helvetica, sans-serif;
	color:#2f2e2e;
}


#tmenu {
	list-style:none;
	padding:349px 0 0 6px;
	margin:0;
	font:normal 11px/58px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
	#tmenu li {
		float:left;
		height:58px;
		background:url(tmenu_line.gif) left no-repeat;
		padding:0 0 0 2px;
	}
		#tmenu li a {
			display:inline-block;
			padding:0 12px;
			color:#bebebe;
			text-decoration:none;
		}
		#tmenu li a:hover {
			background:url(tmenu_o.gif) top repeat-x;
			color:#fff;
			text-decoration:none;
		}
	#tmenu li.first {
		background:none;
		padding:0;
	}
		#tmenu li.first a:hover {
			background:url(tmenu_first_o.gif) top left no-repeat;
		}
	

.search {
	position:absolute;
	top:414px;
	left:28px;
	font:normal 13px Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#1f1f1f;
}
	.search form {
		background:url(search.gif) no-repeat;
		width:249px;
		height:23px;
		padding:0 0 0 12px;
		margin:2px 0 0;
	}
		input.search_box {
			float:left;
			border:none;
			background:none;
			width:200px;
			height:13px;
			padding:5px 0;
			font:normal 11px Tahoma, Geneva, sans-serif;
			color:#5f5f5f;
		}
		input.search_button {
			float:left;
			border:none;
			background:none;
			cursor:pointer;
			width:42px;
			height:23px;
			margin:0 0 0 7px;
		}

.body_bg {
	background:url(body_bg.jpg) top repeat-x;
}
.body_left {
	background:url(body_left.jpg) top left no-repeat;
}
.body_right {
	width:100%;
	background:url(body_right.jpg) top right no-repeat;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}


.left_nav_bar {
	vertical-align:top;
	width:241px;
	height:367px;
	padding:0;
	background:url(left_nav_bar.png) top left no-repeat;
}

#menu {
	list-style:none;
	padding:56px 2px 74px 6px;
	margin:0;
	font:normal 11px Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
}
	#menu li {
		background:url(menu_line.gif) bottom left no-repeat;
		padding:0 0 1px;
	}
		#menu li a {display:block; width:233px; padding-top:4px; color:#595959; text-decoration:none;}
		#menu li a span {display:block; width:233px; padding-bottom:4px;}
		#menu li a span strong {display:block; font-weight:normal; padding:1px 30px 2px 16px; background:url(menu_n.gif) left no-repeat;}
		#menu li a:hover {background:url(menu_top.gif) top no-repeat; color:#fff; text-decoration:none; cursor:pointer;}
		#menu li a:hover span {background:url(menu_bot.gif) bottom no-repeat;}
		#menu li a:hover span strong {background:url(menu_o.gif) left no-repeat;}


.right_side_bar {
	vertical-align:top;
	width:241px;
	padding:0;
	background:url(right_side_bar.png) top left no-repeat;
}

.news {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#424242;
	padding:52px 18px 48px;
}
	.news a {
		color:#db2121;
		text-decoration:underline;
	}
	.news a:hover {
		color:#db2121;
		text-decoration:none;
	}
	.date {
		background:url(date.gif) no-repeat;
		font-weight:bold;
		line-height:14px;
		width:64px;
		padding:0 142px 0 0;
		text-align:center;
		overflow:hidden;
		color:#dcdcdc;
		margin:0 0 8px;
	}
	.news_more {
		text-align:right;
		margin:6px 0 24px;
	}

.news_title {
	font:normal 24px Arial Narrow, Helvetica, sans-serif;
	color:#db2121;
	background:url(news_tit.gif) right no-repeat;
	margin:0 0 34px;
}


.bottom {
	vertical-align:top;
	padding:0;
	background:#2d2d2d url(bot_left.gif) top left no-repeat;
}

.in_bottom {
	height:102px;
	background:url(bot_right.gif) top right no-repeat;
}

#bmenu {
	list-style:none;
	float:left;
	padding:14px 0 0 14px;
	margin:0;
	font:normal 11px Arial, Helvetica, sans-serif;
}
	#bmenu li {
		display:inline;
		border-right:1px solid #6c6c6c;
		padding:0 10px;
	}
	#bmenu li.last {
		border:none;
	}
		#bmenu li a {
			color:#b5b5b5;
			text-decoration:none;
		}
		#bmenu li a:hover {
			color:#db2121;
			text-decoration:underline;
		}

.contacts {
	float:right;
	padding:22px 26px 0 0;
	font:normal 12px Arial Narrow, Helvetica, sans-serif;
	color:#c0c0c0;
}

.copy {
	clear:left;
	padding:30px 0 0 26px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#818080;
}
	.copy a {
		color:#db2121;
		text-decoration:underline;
	}
	.copy a:hover {
		color:#db2121;
		text-decoration:none;
	}

/* */

td.shop-column1 { width: 70%; padding-right: 10px; }
td.shop-column2 { width: 30%; }

h2.shop-product-title { font-size: 18px; font-weight: bold; }

/* SHOP CART */

div.shop-cart { text-align: right; font-size: 10px; text-transform: uppercase; margin-bottom: 20px; }
a.shop-cart { font-size:10px; font-family: tahoma; font-weight: bold; text-decoration: none; text-transform: uppercase;}
a.shop-cart:hover { font-size:10px; font-family: tahoma; font-weight: bold; text-decoration: underline; text-transform: uppercase;}

/* SHOP PATH */

div.shop-path { text-align: left; font-size: 10px; text-transform: uppercase; margin-bottom: 10px; }
a.shop-path { font-size:10px; font-family: tahoma; font-weight: bold; text-decoration: none; text-transform: uppercase;}
a.shop-path:hover { font-size:10px; font-family: tahoma; font-weight: bold; text-decoration: underline; text-transform: uppercase;}

/* SHOP FOLDERS */

div.shop-folders { }
div.shop-folders-title { color:#000000;font-weight:bold;padding:5px;background-color:#e0e0e0; }
div.shop-folders-body { padding: 15px; font-size: 11px; }
a.shop-folder { font-size:10px; font-family: tahoma; font-weight: bold; text-decoration: none; text-transform: uppercase;}
a.shop-folder:hover { font-size:10px; font-family: tahoma; font-weight: bold; text-decoration: underline; text-transform: uppercase;}

/* SHOP PRODUCT LIST */

table.shop-products { font-size:11px; border-collapse: collapse; border-bottom: 1px solid #cccccc;  }
table.shop-products td { padding:5px; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc;}
td.product-th { padding:5px; background-color: #cccccc; font-weight: bold; color: #000000; text-align: center; }
td.product-tb { padding:5px; border-top: 1px solid #cccccc; text-align: right; }

div.shop-add-to-cart { padding:5px; }
span.shop-remove-from-cart { cursor: pointer; color: #cc0000; text-decoration: underline; }
span.shop-remove-from-cart:hover { cursor: pointer; color: #000000; text-decoration: underline; }

/* SHOP PRODUCT LIST STAGE */

table.stage { font-size:11px; }
td.stage-title { text-transform:uppercase; background-color:#cccccc; padding:7px; }
td.stage-image { padding: 5px; text-align:center; }
td.stage-body { padding: 10px; }


/* SHOP PRODUCT FORMS */

input.number { border:1px solid #cccccc; }
input.shop-add-to-cart { }
form.nomargin { margin: 0px;}


form.hidden { margin: 0px; }



ul.boxes {
	color: #cccccc;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}

ul.boxes li { margin-bottom: 5px; }
ul.boxes li:hover { margin-bottom: 5px; }


/*---------*/

/* Корзина */

.cart { height:73px; width:152px; background:url(cart.png) no-repeat; position:absolute; right:14px; margin-top: -20px; padding:12px 0 0 109px; font: normal 11px Arial, Helvetica, sans-serif;}

.sum { font: bold 11px Arial, Helvetica, sans-serif; color:#ed1401; text-align:right; padding: 5px 25px 0 0;}
.sum span{ font: bold 18px Arial, Helvetica, sans-serif;}

.order { font: normal 11px Arial, Helvetica, sans-serif; color:#ed1401; text-align:right; padding: 0px 25px 0 0;}

.order a { text-decoration:underline; color:#000000;}
.order a:hover { text-decoration:underline; color:#ed1401;}


/* SHOP START */

#shop-added { display:none; z-index:10000; padding:5px; border:1px solid #666; font: bold 12px Arial, sans-serif; position:absolute; left:0px; top: 0px; background-color:#FFFFCC; color: #cc0000 }

/* Таблица корзины с товарами */

table.table_shop { border-collapse:collapse;}
table.table_shop tr:hover {background: #e0e0e0}
table.table_shop td { padding:5px; border-bottom: 1px solid #91949a;}
table.table_shop th { padding:8px 12px; border: 1px solid #fff; background:#d24132; color:#fff; text-align:left;}

/* SHOP PRODUCT */

.goods { width:233px; float:left; position:relative; margin:5px; padding-bottom:14px;}

.goods img { padding:14px 0 0 7px; float:left; /*border: 1px solid #ccc;*/}
.goods p { padding:0; margin:0;}

.goods .id {	font: normal 11px Arial, Helvetica, sans-serif;	color:#666;	position:absolute;	left: 141px; top: 32px;}
.goods .id span{ color:#999}

.goods .more {	font: normal 11px Arial, Helvetica, sans-serif;	position: absolute;	left: 141px; top: 77px;}
.goods .more a { color:#303030; text-decoration:underline;}
.goods .more a:hover { color:#0b51bb; text-decoration:underline;} 

.goods .name { padding:9px; font: bold 12px Arial, Helvetica, sans-serif; height:25px; margin:0;}
.goods .name a { color:#0b51bb; text-decoration:underline}
.goods .name a:hover{ color:#0b51bb; text-decoration:underline}

.goods .discrip {margin:12px 9px; font: normal 11px Arial, Helvetica, sans-serif; color:#282828; height:70px; overflow:hidden; display:block}

.goods form { background:url(price.jpg) center no-repeat;}
.goods form .price{ font: bold 13px Arial, Helvetica, sans-serif; color:#010101; width:142px; height:23px; padding-top:5px; float:left; text-align:center;}
.goods form .price b { font-size:20px;}

.goods input.addtocart {cursor:pointer; background:url(addtocart.gif) no-repeat left center; width:81px; height:33px; border:none; padding:0; margin:0}

/* SHOP PRODUCT lable NEW! */

.goodsnew { width:233px; float:left; position:relative; margin:5px; padding-bottom:14px; background:url(new.jpg) top left no-repeat}

.goodsnew img { padding:14px 0 0 7px; float:left; /*border: 1px solid #ccc;*/}

.goodsnew p { padding:0; margin:0;}

.goodsnew .id {	font: normal 11px Arial, Helvetica, sans-serif;	color:#666;	position:absolute;	left: 141px; top: 32px;}
.goodsnew .id span{ color:#999}

.goodsnew .more {	font: normal 11px Arial, Helvetica, sans-serif;	position: absolute;	left: 141px; top: 77px;}
.goodsnew .more a { color:#dc1200; text-decoration:underline;}
.goodsnew .more a:hover { color:#dc1200; text-decoration:underline;} 

.goodsnew .name { padding:9px; font: bold 12px Arial, Helvetica, sans-serif; height:25px; margin:0;}
.goodsnew .name a { color:#dc1200; text-decoration:underline} 
.goodsnew .name a:hover{ color:#dc1200; text-decoration:underline}

.goodsnew .discrip {margin:12px 9px; font: normal 11px Arial, Helvetica, sans-serif; color:#282828; height:70px; overflow:hidden; display:block}

.goodsnew form { background:url(price_new.jpg) center no-repeat;}
.goodsnew form .price{ font: bold 13px Arial, Helvetica, sans-serif; color:#fff; width:142px; height:23px; padding-top:5px; float:left; text-align:center;}
.goodsnew form .price b { font-size:20px;}

.goodsnew input.addtocart {cursor:pointer; background:url(addtocart.gif) no-repeat left center; width:81px; height:33px; border:none; padding:0; margin:0}

/* Описание товара */

.gdetail {width:170px; position:absolute; z-index:1000; margin:7px 20px 7px 7px; background:url(gdetail.jpg) top left no-repeat}
.gdetail img { padding:0 23px;}
.gdetail p { text-align:center;}
.gdetail p b{ color:#f00;}

.gdetail .number { width:24px; height:22px; background:url(col.gif) no-repeat; border: none; font: bold 13px Arial, Helvetica, sans-serif; text-align:center;}

.gdetail form { padding:0; margin:0;}
.gdetail form .detprice{ font: bold 13px Arial, Helvetica, sans-serif; color:#000; width: auto; height:23px; padding:5px 0 10px; text-align:center; background:url(detprice.gif) top center no-repeat;}
.gdetail form .detprice b { font-size:20px;}
.bt_add {cursor:pointer; background:url(add.gif) no-repeat left center; width:126px; height:33px; border:none; padding:0; margin:0}


/* детали товара справа*/

.detail_right {position:relative; padding: 7px 7px 7px 195px;}

.detail_right h1 { font: normal 18px Arial, Helvetica, sans-serif; color:#333; padding:10px 0; margin:0;}

.detail_right .id {font: normal 11px Arial, Helvetica, sans-serif; color:#666;}
.detail_right .id span {color:#999}

.detail_right .discrip {margin:20px 0px; font: normal 11px Arial, Helvetica, sans-serif; color:#282828; display:block;}

/* ХЛЕБНЫЕ КРОШКИ */
.dpath {color: #7c7c7c;	font-size: 11px; padding:5px 0;}
.dpath a {color:#d13f32; text-decoration:underline;}
.dpath a:hover {color:#d13f32;text-decoration:underline;}
