@charset "windows-1251";

html, body, div, form, tr, td,  select, p, a, img {margin:0; padding:0; border:none;}

.full_h{
	height: 100%;
}

.full_w{
	width: 100%;
}

.full_size{
	width: 100%;
	height: 100%;
}

td{
	vertical-align: top;
	color: #4C4C4C;
}

.td_middle{
	vertical-align: middle;
}

.td_bottom{
	vertical-align: bottom;
}

/* ================================================================================*/

body, div, td, input, select, textarea, p, a, li {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.top_menu{
	height: 56px;
	background-image: url(../images/top_menu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: right;
}

.top_menu ul{
	padding: 22px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

.top_menu ul li{
	padding: 0px 37px 4px 9px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	background-image: url(../images/top_menu_li.jpg);
	background-position: right 2px;
	background-repeat: no-repeat;
}

.top_menu ul li.last{
	background-image: none;
}

.top_menu ul li a{
	color: #E3BBB9;
	text-decoration: none;
}

.top_menu ul li a:hover{
	text-decoration: underline;
}

.footer{
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 0px 0px 0px 61px;
}

.header{
	height: 158px;
	background-image: url(../images/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

.header .logo{
	text-align: center;
}

.header .logo img{
	position: relative;
	top: -63px;
}

.left_cell{
	width: 212px;
	background-color: #F2DEDD;
	background-image: url(../images/left_cell_bg.jpg);
	background-repeat: repeat-x;
	padding: 18px 0px 0px 0px;
}

.left_menu{
	width: 100%;
	margin-bottom: 43px;
}

.left_menu .t, .left_menu .b{
	text-align: center;
}

.left_menu ul{
	padding: 14px 0px 14px 42px;
	margin: 0px 0px 0px 0px;
}

.left_menu ul li{
	padding: 2px 0px 2px 40px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/left_menu_li.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	list-style: none;
}

.left_menu ul li a{
	font-size: 10px;
	color: #8C4C4C;
	text-decoration: underline;
}

.left_banner{
	text-align: center;
	margin-bottom: 20px;
}

.left_banner img{
	border: 1px solid #E7BD95;
}

.top_banner{
	text-align: center;
	padding-bottom: 10px;
}

.top_banner img{
	border: 1px solid #E7C5C4;
}

.center_cell{
	padding: 13px 22px 20px 22px;
}

.cart_cell{
	width: 168px;
	padding: 11px 0px 10px 0px;
}

.cart_cell2{
	width: 21px;
}

.cart_tbl{
	width: 168px;
	height: 90px;
	background-image: url(../images/cart_tbl.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.cart_tbl .title{
	text-align: center;
	color: #DFBBBB;
	padding: 2px 0px 23px 0px;
}

.cart_tbl td{
	text-align: center;	
}

.cart_tbl td a{
	color: #8A3317;
	text-decoration: none;
}

.cart_tbl td a:hover{
	text-decoration: underline;
}

.anons_title{
	text-align: center;
	color: #D7797A;
	background-image: url(../images/anons_title.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 5px 0px;
}

.anons_tbl{
	width: 100%;
}

.anons_tbl .item{
	width: 33%;
	padding-right: 5px;
}

.anons_tbl .item .price{
	color: #A91201;
	font-size: 15px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding: 0px 8px 0px 0px;
}

.anons_tbl .item .img{
	width: 113px;
	height: 113px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #F2DDDC;
}

.anons_tbl .item .item_tbl_1{
	width: 100%;
	height: 100%;
	border-right: 1px dashed #F0DED2;
}

.anons_tbl .item .item_tbl_1 .item_tbl_2{
	width: 100%;
	height: 100%;
}

.anons_tbl .item .item_tbl_1 .item_tbl_2 .desc{
	border-bottom: 1px dashed #F0DED2;
}

.anons_tbl .item .item_tbl_1 .item_tbl_2 .desc .name{
	background-color: #DFADAE;
	text-align: center;
	color: #985051;
	font-size: 10px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
}

.anons_tbl .item .item_tbl_1 .item_tbl_2 .desc p{
	padding: 7px 14px 7px 14px;
	font-size: 10px;
}

.anons_tbl .item .item_tbl_1 .item_tbl_2 .desc p a{
	text-decoration: none;
}

.anons_tbl .item .item_tbl_1 .item_tbl_2 .desc p a:hover{
	text-decoration: underline;
}

.anons_tbl  .separ_horiz{
	border-bottom: 1px dashed #F0DED2;
	height: 3px;
	font-size: 1px;
}



/* ================================================================================*/

/*Opera Hack*/
@media all and (min-width: 0px) {

}