body {
	margin: 10px auto 0 auto;
	width: 99%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: white;
}

A {
	outline: none;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.top_ttl {
	background: url(../img/top_ttl.png);
	width: 142px;
	height: 22px;
	display: table-cell;
	background-repeat: no-repeat;
}

.pt5 {
	padding-top: 5px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.shop_but {
	background: url(../img/shop.png);
	width: 80px;
	height: 22px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-repeat: no-repeat;
}

.shop_but_a {
	background: url(../img/shop_a.png);
	width: 80px;
	height: 22px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-repeat: no-repeat;
}

.shop_but a {
	color: white;
}

.shop_but_a a:hover {
	color: white;
	text-decoration: none;
}

.shop a {
	color: white;
	text-decoration: none;
	display: block;
	width: 80px;
}

.ln {
	background: url(../img/line.png);
	height: 11px;
	background-repeat: repeat-x;
}

.shop td {
	vertical-align: middle;
}

/* Заголовок страницы (сине-красный)  */
.tltl {
	background: url(../img/tlt_left.png);
	width: 5px;
	height: 40px;
	background-repeat: no-repeat;
}

.tltr {
	background: url(../img/tlt_right.png);
	width: 70px;
	height: 40px;
	background-repeat: no-repeat;
}

.tltbg {
	background: url(../img/tlt_bg.png);
	height: 40px;
	background-repeat: repeat-x;
}

/* Новинки сайта */
.newsbg {
	background: url(../img/news_bg.png);
	width: 297px;
	background-repeat: repeat-y;
	min-height: 200px;
}

.newsbt {
	background: url(../img/news_bt.png) bottom right;
	width: 297px;
	height: 35px;
}

.tlt_title {
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}

.tlt_desc {
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
}

.news_anons {
	background: url(../img/news_anons.png);
	width: 256px;
	height: 64px;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
}

/* Подписка */
.subscribe {
	background: #D9D9D9;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	width: 138px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.subscribe_shop {
	background: #D9D9D9;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	width: 178px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.subscribe form input {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.leftcol {
	background: #EDEDED;
	min-height: 300px;
	margin-top: 13px;
}

/* Информ-блоки на главной странице */
.b1 {
	background: url(../img/b1.png);
	width: 245px;
	height: 173px;
	background-repeat: no-repeat;
}

.btlt {
	padding: 15px;
	font-size: 18px;
	padding-bottom: 0;
	text-align: left;
}

.bdesc {
	padding: 15px;
	color: white;
	height: 65px;
	text-align: left;
}

.bdesc a {
	color: white;
}

.blink {
	text-align: right;
	padding-right: 15px;
}

.b2 {
	background: url(../img/b2.png);
	width: 243px;
	height: 173px;
	background-repeat: no-repeat;
}

.b3 {
	background: url(../img/b3.png);
	width: 252px;
	height: 173px;
	background-repeat: no-repeat;
}

/* Хиты продаж */
.hit {
	color: white;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	text-align: left;
}

.brl {
	border-left: 1px solid gray;
}

.brl a {
	color: black;
	text-decoration: none;
}

/*
.brl a:hover {
	text-decoration: underline;
}
*/
.brr {
	border-right: 1px solid gray;
}

.br {
	border: 1px solid gray;
}

/* FOOTER  */
.footer {
	background: url(../img/btbg.png);
	background-repeat: repeat-y;
	width: 915px;
}

.gl {
	background: #999999;
	height: 3px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Рабочая область */
.ugol {
	background: url(../img/ugol.png);
	width: 569px;
	height: 43px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.pagebg {
	background: url(../img/pagebg.png);
	width: 569px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

.corki {
	margin-bottom: 3px;
	font-size: 11px;
}

.corki a {
	color: #3D5795
}

.corki a:hover {
	color: #5C7695
}

a {
	color: #3D5795;
}

a:hover {
	color: #5C7695;
	text-decoration: underline;
}

.bascket {
	background: url(../img/bascket.png);
	width: 94px;
	height: 20px;
	background-repeat: no-repeat;
}
.bascet {
	text-decoration: none;
}
.bstext {
	color: white;
	font-size: 10px;
	padding-left: 66px;
	padding-top: 3px;
}
.bstext a {
	text-decoration: none;
}
.bk1 {
	font-size: 11px;
}
