
.sel {
	color: #6699cc;
	font-weight: bold;
}

.body2 {
	width: 98%;
	text-align: left;
	background: White;
}

.cas_b {
	background: url(../images/cas_bg.gif) repeat-x;
	width: 99%;
	height: 75px;
}

.lef_cat_bg, .lef_brend_bg {
	background: url(../images/lef_cat_bg.gif) repeat-y;
	padding: 5px 10px; padding-bottom: 0;
	line-height: 140%;
}
.lef_cat_bg a, .lef_brend_bg a {
	color: #666;
	text-decoration: underline;
	display: block;
	padding: 0 8px;
}
.lef_cat_bg a:hover, .lef_brend_bg a:hover {
	text-decoration: none;
}
.lef_cat_bg div, .lef_brend_bg div {
	color: #6699cc;
	font-weight: bold;
	background: url(../images/arr.gif) no-repeat left 6px;
	padding: 0 8px;
}

.lef_brend_bg {
	background-image: url(../images/lef_brend_bg.gif);
}

.pages {
	background-color: #666;
	color: White;
	padding: 6px 10px; margin: 6px 0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	text-align: right;
	font-size: 10px;
}
.pages a {
	padding: 1px 4px;
	margin: 0 2px;
	color: White;
	text-decoration: none;
	background-color: #999;
}
.pages a:hover {
	background-color: #6699cc;
}
.pages a.active {
	font-weight: bold;
	background-color: #6699cc;
}

.prod_descr {
	color: #666;
	margin: 7px 0;
	font-size: 11px;
}
.price {
	color: #cc3333;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

.line_b {
	background: #747474;
	height: 10px;
	margin: 5px;
	clear: both;
}
.message {
	background: white;
	padding: 5px;
	border: 2px solid #903601;
	display: none;
	position: absolute;
	margin-left: -200px;
	top: 25%;
	font-weight: bold;
	font-size: 10px;
	z-index:10001;
}

