body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #f9e2c7;
	text-align: center;
	font-family:tahoma,verdana,arial,sans-serif;
	color: #613c0c;
	position: relative;
	font-size: 80%;
}

img {
	border: 0px;
}

a {
    color: #d92918;
}

a:visited {
    color: #d92918;
}

a:hover {
	color: #ff0000;		
}

a h3 {
    text-decoration:underline;
}

div.main {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	max-width: 1204px;
	width: expression(document.body.clientWidth > 1240? "1204": "97%");
	padding-bottom: 2em;
}

div.top_bar {
	position: relative;
	width: 100.2%;
}

table.menu {
	height:102px;
	position:relative;
	width:100%;
}

table.menu td {
	margin: 0px;
	padding: 0px;
}

td.menu_left_shadow {
	width: 11px;
	height:114px;
	background-image:url(left_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0px;
}

td.menu_right_shadow {
	font-size: 0px;
	width: 11px;
	height:115px;
	background-image:url(right_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

td.menu_logo {
	height: 101px;
	/*width: 24.4%;*/
	width: auto;
	background-image: url(bg_menu.jpg);
	background-position: center top;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
}

td.menu_logo p{
	font-size: 11px;
	margin: 0px;
	margin-top: 3px;
	color: #8c3201;
}

td.menu_line_center {
	width: 3px;
	height: 50px;
	background-image: url(line_center.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}

td.menu_line_big_left {
	width: 3px;
	height: 101px;
	background-image: url(line_big_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0px;
}

td.menu_line_big_right {
	width: 3px;
	height: 101px;
	background-image: url(line_big_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0px;
}

td.menu_tab {
	width: 14%;
	height: 75px;
	background-image: url(bg_menu.jpg);
	background-repeat:repeat-x;
	border-bottom: 1px solid #cdd459;
	color:#e7bd86;
}

td.menu_tab a {
	position: relative;
	width: 100%;
	height: 29px;
	padding-top: 46px;
	display:block;
	text-decoration: none;
	font-size: 12px;
	color:#cc0000;
}

td.menu_tab a:hover {
	color: #f60;
}

#tab1 {
	background-position: 0px;
}

#tab2 {
	background-position: 40px;
}

#tab3 {
	background-position: 80px;
}

#tab4 {
	background-position: 120px;
}

#tab5 {
	background-position: 160px;
}

#tab6 {
	background-position: 200px;
}

#tab7 {
	background-position: 30px;
}

div.item {
	position: absolute;
	display: none;
	color: #7e4424;
	text-align: left;
	height: 25px;
	line-height: 25px;
	top: 75px;
	font-size: 11px;
	width: 71%;
	_width: 100%;
}

div.item a {
	color: #cc0000;
	margin-left: 10px;
	margin-right: 12px;
	text-decoration: none;
}

div.item a:hover {
	color: #f60;
	text-decoration: underline;
}

td.menu_right_part {
	width: 2.4%;
	_width: 3%;
	background-image: url(bg_menu.jpg);
}

td.menu_under_tab{
	height: 25px;
/*	background-color: #e8caaf;*/
	text-align: left;
	background-image:url(bg_item.jpg);
	background-repeat:repeat-x;
}

td.menu_bottom_part {
	font-size: 0px;
	height: 23px;
}

td.menu_bottom_part_left {
	width: 249px;
	height: 23px;
	background-image:url(menu_bottom_left.gif);
	background-repeat: no-repeat;
}

td.menu_bottom_part_center {
	height: 23px;
	background-image:url(menu_bottom_center.gif);
	background-repeat: repeat-x;
	text-align: right;

}

td.menu_bottom_part_center div {
	position: relative;
	margin-left: auto;
	width: 249px !important;
	height: 23px;
	background-image:url(menu_bottom_right.gif);
	background-repeat: no-repeat;
	background-position:right top;
}


div.block_cont {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 97%;
	margin-top: 12px;
}

div.text {
	margin-left: 10px;
	margin-bottom: 1.3em;
	margin-top: 0.2em;
}

table.present select{
	width: 95%;
}

table.present td input.txt{
	width: 97%;
}

select {
	background-color: #dec7ac;
	margin-top: 2px;
	margin-bottom: 2px;
}

input.txt {
	border-bottom: 1px solid #deceb7;
	border-right: 1px solid #deceb7;
	border-left: 1px solid #8d7c65;
	border-top: 1px solid #8d7c65;
	background-color: #dec7ac;
}

input.enter {
	color: #fff;
	border-bottom: 1px solid #8a1a0f;
	border-right: 1px solid #8a1a0f;
	border-left: 1px solid #e98177;
	border-top: 1px solid #e98177;
	background-color: #b62214;
}

table.main_content {
	width: 100%;
	height: auto;
}

td.left_column div.margin{
	margin-left: 6px;
}
	
td.center_top_column {
	padding-bottom: 20px;
}	
	
td.center_column div.margin {
	margin: 0px 20px auto 20px;
}

td.center_column div.text {
	margin-top: 0.8em;
}

table.main_content td{
	vertical-align: top;
}

div.locator {
	margin-bottom: 14px;
	font-size: 90%;
}

p {
	font-size: 100%;
	margin-top: 0.6em;
	margin-bottom: 0.9em;
}

div.novinki {
	float: left;
	width:50%;
	display: inline;
	margin-top: 20px;
}

div.novinki div{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

div.spec {
	float: left;
	width: 50%;
	display: inline;
	margin-top: 20px;
}

div.spec div{
	margin-left: 20px;
	text-align: center;
}

div.spec div p, div.novinki div p {
	font-size: 85%;
	margin-top: 0em;
	margin-bottom: 0.6em;
}

div.spec div p a, div.novinki div p a{
	font-size: 80%;
}

div.cost div.novinki, div.cost div.spec {
	margin-top: 0px;
	margin-bottom: 5px;
}

div.cost input.enter{
	font-size: 11px;
	padding: 1px 2px 3px 2px;
	/padding: 2px;
	position: relative;
	top: -2px;
	/top: 1px;
	width: 68px;
}

div.cost {
	font-size: 150%;
}

a.h {
	display: block;
	font-weight:bold;
	margin-bottom: -0.1em;
	margin-top: 0.3em;
	text-decoration: none;
}

div.cost span {
	font-size: 12px;
}

div.cost input.txt {
	width: 30px;
	text-align: center;
	margin-left: 5px;
	margin-right: 7px;
}

div.link {
	text-align: left !important;
	font-size: 100%;
}

div.date {
	font-size: 80%;
}

h1{
	font-size: 140%;
	margin-top: 6px;
	margin-bottom: 0px;
	font-weight: normal;
}

div.ul_tea, div.ul_cafe, div.ul_cup {
	margin: 0em 0px 1.5em 0px;
}

div.ul_tea div {
	margin: 0.1em 0px 0.1em 0px;
	padding-left: 39px;
	background-image:url(li_tea.gif);
	background-repeat: no-repeat;
	background-position: 19px 2px;
	vertical-align: top;
}

div.ul_cafe div {
	margin: 0.1em 0px 0.1em 0px;
	padding-left: 39px;
	background-image:url(li_cafe.gif);
	background-repeat: no-repeat;
	background-position: 19px 2px;
	vertical-align: top;
}

div.ul_cup div {
	margin: 0.1em 0px 0.1em 0px;
	padding-left: 42px;
	background-image:url(li_cup.gif);
	background-repeat: no-repeat;
	background-position: 19px 2px;
	vertical-align: top;
}

div.ul_gift div {
	margin: 0.1em 0px 0.1em 0px;
	padding-left: 43px;
	background-image:url(tc_2.png);
	background-repeat: no-repeat;
	background-position: 19px 2px;
	vertical-align: top;
}


div.h1_tea {
	font-size: 120%;
	margin: 0px;
	font-weight: bold;
	padding-left: 27px;
	background-image:url(tea.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0.6em;
	margin-bottom: 0.7em;
	cursor:default;
}

div.h1_cafe {
	font-size: 120%;
	margin: 0px;
	font-weight: bold;
	padding-left: 27px;
	background-image:url(cafe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.6em;	
	margin-top: 1.4em;
	cursor:default;
}

div.h1_cup {
	font-size: 120%;
	margin: 0px;
	font-weight: bold;
	padding-left: 27px;
	background-image:url(cup.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.6em;	
	margin-top: 1.4em;
	cursor:default;
}

div.h1_gift {
	font-size: 120%;
	margin: 0px;
	font-weight: bold;
	padding-left: 30px;
	background-image:url(tc_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.6em;	
	margin-top: 1.4em;
	cursor:default;
}


h2{
	font-size: 140%;
	margin-top: 0.7em;
	margin-bottom: 0.4em;
	font-weight: bold;
}

h3{
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	font-size: 160%;
	color: #613c0c;
	margin-top: 0.4em;
	margin-bottom: 0px;
	font-weight: normal;
}

div.basket {
	background-image: url(basket_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div.news h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.news p {
	margin-bottom: 0px;
}

div.date2 {
	margin-top: 6px;
	font-size: 80%;
}

div.date3 {
	margin-top: 6px;
	margin-bottom: -6px;
	font-size: 80%;
}

div.news_announce {
	margin-bottom: 1em;
}

div.news_announce p{
	margin-bottom: -0.1em;
	margin-top: 0.4em;
}

div.tel {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0em;
}

input.lgn {
	margin-bottom:7px;
	margin-top:7px;
	width:100%;
}

input.check {
	margin-top: 3px;
	margin-right: 5px;
}

div.novinki_spec {
	position: relative;
	width: 294px;
	margin-top: 15px;
	height: 375px;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

ul, ol {
/*	margin-top: -0.3em;
	margin-bottom: 1.2em;*/
	margin-top: 0.2em;
	margin-bottom: 1em;

}

li {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

ul.tea li{
	list-style-image:url(li_tea.gif);	
}

ul.cafe li{
	list-style-image:url(li_cafe.gif);	
}

ul.cup li{
	list-style-image:url(li_cup.gif);	
}


textarea {
	border-bottom: 1px solid #deceb7;
	border-right: 1px solid #deceb7;
	border-left: 1px solid #8d7c65;
	border-top: 1px solid #8d7c65;
	padding: 1px;
	background-color: #dec7ac;
}
a.li {
	display: block;
	margin-left: 1.5em;
	font-weight: bold;
	text-decoration:none;
}

hr {
	color: #dacab3;
	height: 1px;
}

table.formtable {
	color: #613c0c;
}
table.formtable input[type="radio"]{
		margin-left: -20px;
}
table.formtable td.otstup20{
 		padding-left: 23px;
}

input, textarea, select {
	color: #613c0c;
}

table.prod {
	border:0px none;
	margin-left:0px;
	margin-top:18px;
	width:100%;
}
td.td_img_description {
	text-align:center;
	vertical-align:top;
	width:255px;
}
td.td_img_description img {
	margin-top:7px;
}
tr.ln2 td.a_right {
	height:20px;
	line-height:20px;
	padding-right:4px;
	text-align:right;
}
tr.ln2 td.a_left {
	height:20px;
	line-height:20px;
	padding-left:4px;
	text-align:left;
	width:65%;
}
tr.ln1 td.a_right {
	height:18px;
	line-height:18px;
	padding-right:4px;
	text-align:right;
}
tr.ln1 td.a_left {
	height:18px;
	line-height:18px;
	padding-left:4px;
	text-align:left;
	width:35%;
}

table.bsk td{
	font-size: 90%;
}


td.a_center {
	text-align: center;
}

td.a_center input.txt {
	text-align:center;
	width:30px;
	margin-left:5px;
	margin-right: 7px;
}

td.a_center span{
	font-size:150%;
}

tr.zagolovok td{
	background-color: #B28C62;
	text-align: center;
	color: #fff;
}	

table.prod_main {
	margin-top: 16px;
	width: 100%;
}

table.prod_txt {
	margin-top: 16px;	
	width: 100%;
}

tr.ln2 {
	background-color:#EACFB0;
}
tr.ln1 {
	background:transparent none repeat scroll 0% 0%;
}

tr.ln1 td, tr.ln2 td, tr.zagolovok td {
	vertical-align: middle;
}

div.clear {
	float: none;
	clear:both;
	font-size:0px;
	height: 0px;
}

div.icon {
	height: 20px;
	margin-top: 0px;
	margin-bottom: 7px;
	vertical-align: top;
	font-size: 80%;	
}

input.sub {
	/padding: 0.5em;
	padding-top:0em;
	padding-bottom: 1em;
	position: relative;
	top: -1px;
	/top: 0px;
	height: 1.6em;
}

hr {
	color: #b62214;
	background-color: #b62214;
	border-color: #b62214;
	height: 1px;
	border: 0px;
}

.push_a {
       opacity:0; filter:alpha(opacity=0);
}
