/*** head ***/
div.head {
	overflow: hidden;
	padding-top: 5px;
	}

div.head div.top {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 10px;
	}
div.head div.top a.logo {
	float: left; display: inline;
	margin-left: 10px !important;
}

div.head div.submenu {
	border-top: 2px solid #a90729;
	overflow: hidden;
	width: 100%;
	background: #f0f0f0;
	margin-bottom: 8px;
	padding-bottom: 3px;
	position: relative;
	}
div.head div.submenu ul {
	float: left;
	display: inline;
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-left: -7px;
	padding-top: 2px;
	}
div.head div.submenu ul a {
	color: #000;
	}
div.head div.submenu ul a:hover {
	text-decoration: underline;
	}
div.head div.submenu ul li {
	float: left;
	display: inline;
	padding-left: 6px;
	margin-left: 5px;
	padding-top: 6px;
	background: url(menu-div.png) no-repeat 0 6px;
	}
div.head div.submenu ul li.rss a {
	float: left; display: inline;
	width: 16px;
	height: 16px;
	background: url(icon0006.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.rss a:hover {
	background: url(icon0006.png) no-repeat 0 0;
	}
div.head div.submenu ul li.pda a {
	float: left; display: inline;
	width: 14px;
	height: 16px;
	background: url(icon0006.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.pda a:hover {
	background: url(icon0006.png) no-repeat 0 0;
	}
div.head div.submenu ul li.iphone a {
	float: left; display: inline;
	width: 10px;
	height: 16px;
	background: url(icon0006.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.iphone a:hover {
	background: url(icon0006.png) no-repeat 0 0;
	}


div.head div.submenu form.search {
	float: right;
	padding: 6px 3px 3px;
	}
div.head div.submenu form.search span.input-text-wrapper {
	float: left; display: inline;
	background: url(top00000.png) no-repeat 0 0;
	padding-left: 4px;
	margin-right: 15px;
	width: 158px;
	}
div.head div.submenu form.search span.input-text-wrapper input {
	border: 0;
	background: none;
	float: left; display: inline;
	padding: 2px 4px 2px 0;
	width: 152px;
	}
div.head div.submenu form.search span.input-submit-wrapper {
	float: left; display: inline;
	background: url(input-su.gif) no-repeat 0 0;
	padding-left: 3px;
	margin-left: 15px;
	}
div.head div.submenu form.search span.input-submit-wrapper input {
	border: 0;
	background: url(input-su.gif) no-repeat 100% 0;
	float: left; display: inline;
	padding: 2px;
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 1px 3px 2px 0;
	overflow: visible;
	width: auto;
	}

div.head .logo {
	display: inline;
	margin-left: 10px;
	}



div.head div.main-menu {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #f2f2f2;

	background: #efefef;
	background: -moz-linear-gradient(-90deg, #fff, #e1e1e1);
	background: -webkit-linear-gradient(-90deg, #fff, #e1e1e1);
	background: linear-gradient(-90deg, #fff, #e1e1e1);
	}

div.head div.main-menu ul {
	overflow: hidden;
	zoom: 1;

	text-transform: uppercase;
	font: bold 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-align: right;

	list-style: none;
	margin: 0 5px;
	}
div.head div.main-menu ul a {
	color: #282828;
	display: inline-block;
	#display: inline;
	zoom: 1;

	padding: 6px 6px 5px 4px;
	}
div.head div.main-menu ul a:hover {
	color: #fff !important;
	}
div.head div.main-menu ul li {
	display: inline-block;
	#display: inline;
	zoom: 1;
	vertical-align: top;

	background: url(main-men.png) no-repeat 100% 0;

	scrollbar-face-color: expression(
		runtimeStyle.scrollbarFaceColor = "#fff",
		this == parentNode.lastChild && (this.className += " last-child")
	);
	}
div.head div.main-menu ul li:last-child,
div.head div.main-menu ul li.last-child {
	padding-right: 0;
	background: none;
	}
div.head div.main-menu ul li.active {
	background: url(menu-act.png) no-repeat 100% 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	}
div.head div.main-menu ul li.active a {
	float: left;
	background: url(menu-act.png) no-repeat 0 0;
	color: #fff;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
	}
div.head div.main-menu ul li.home {
	padding: 0 !important;
	margin-top: -1px;
	background: none !important;
	position: relative;
	top: 1px;
	}
div.head div.main-menu ul li.home a {
	padding: 0 !important;
	background: none !important;
	}
div.head div.main-menu ul li.home img {
	display: block;
	}

div.head div.main-menu ul li.kitchen a {color: #ff833c;}
div.head div.main-menu ul li.kitchen a:hover {background: #ff833c;}
div.head div.main-menu ul li.kitchen a.current {color: #fff; background: #ff833c;}

div.head div.main-menu ul li.health a {color: #55b480;}
div.head div.main-menu ul li.health a:hover {background: #55b480;}
div.head div.main-menu ul li.health a.current {color: #fff; background: #55b480;}

div.head div.main-menu ul li.technics a {color: #656565;}
div.head div.main-menu ul li.technics a:hover {background: #656565;}
div.head div.main-menu ul li.technics a.current {color: #fff; background: #656565;}

div.head div.main-menu ul li.society a {color: #a90729;}
div.head div.main-menu ul li.society a:hover {background: #a90729;}
div.head div.main-menu ul li.society a.current {color: #fff; background: #a90729;}

div.head div.main-menu ul li.money a {color: #4a64d9;}
div.head div.main-menu ul li.money a:hover {background: #4a64d9;}
div.head div.main-menu ul li.money a.current {color: #fff; background: #4a64d9;}

div.head div.main-menu ul li.culture a {color: #c902b9;}
div.head div.main-menu ul li.culture a:hover {background: #c902b9;}
div.head div.main-menu ul li.culture a.current {color: #fff; background: #c902b9;}

div.head div.main-menu ul li.tourism a {color: #db5c25;}
div.head div.main-menu ul li.tourism a:hover {background: #db5c25;}
div.head div.main-menu ul li.tourism a.current {color: #fff; background: #db5c25;}

div.head div.main-menu ul li.rest a {color: #66d1ff;}
div.head div.main-menu ul li.rest a:hover {background: #66d1ff;}
div.head div.main-menu ul li.rest a.current {color: #fff; background: #66d1ff;}

div.head div.main-menu ul li.sitemap a {color: #292929;}
div.head div.main-menu ul li.sitemap a:hover {background: #292929;}
div.head div.main-menu ul li.sitemap a.current {color: #fff; background: #292929;}

div.head div.main-menu p {
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	float: left; display: inline;
	width: 284px;
	position: relative;
	padding-left: 10px;
	}

div.head div.main-menu p span.date {
	margin-right: 10px;
	margin-left: 10px;
	}
div.head div.main-menu p select {
	width: 110px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	margin-left: 5px;
	position: absolute;
	right: 10px;
	top: -1px;
	}


div.head div.main-menu p select {
	width: 110px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	margin-left: 5px;
	position: absolute;
	right: 10px;
	top: -1px;
}/*** \\ head \\ ***/


/*** carousel ***/
div.common-carousel-wrapper {
	padding: 0 15px;
	position: relative;
	zoom: 1;
	}
div.common-carousel-wrapper a.back,
div.common-carousel-wrapper a.forward {
	height: 28px;
	width: 27px;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0;
	background: url(icon0007.png) no-repeat 0 50%;
	}
div.common-carousel-wrapper a.forward {
	right: 0;
	left: auto;
	background-position: -27px 50%;
	}
div.common-carousel-wrapper div.carousel-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	}
div.common-carousel-wrapper ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 50;
	left: 0px;
	top: 0;
	font-size: 0;
	}
div.common-carousel-wrapper ul li {
	display: inline-block;
	#display: inline;
	zoom: 1;
	vertical-align: top;
	}

div.top-slider {
	height: 80px;
	overflow: hidden;
	float: right;
	width: 617px;
	}
div.top-slider li {
	overflow: hidden;
	width: 300px;
	background: #f0f0f0;
	margin-right: 16px;
	}
div.top-slider li img {
	float: left; display: inline;
	margin-right: 1px;
	}
div.top-slider li div {
	overflow: hidden;
	zoom: 1;
	}
div.top-slider h2 {
	background: #8c8c8c;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px 6px;
	margin-bottom: 4px;
	}
div.top-slider h2 a {
	color: #fff;
	}
div.top-slider p {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 6px;
	}
div.top-slider p a { /* refs #743 */
	color: #000;
}

/* ***** bottom-carousel ***** */
.b-bottom-carousel {
	background: url(horizont.png) repeat-x 0 100% #f0f0f0;
	overflow: hidden;
	zoom: 1;
	}
.b-bottom-carousel div.footheader {
	background: none;
	border-top: 2px solid #8c8c8c;
	padding-top: 2px;
	margin-top: 4px;
	}
.b-bottom-carousel div.footheader h3 {
	border-top: 0;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	}
.b-bottom-carousel div.common-carousel-wrapper {
	float: right;
	width: 770px;
	border-left: 2px solid #fff;
	}

.b-bottom-carousel-item {
	width: 140px;
	}
.b-bottom-carousel-item_main {
	width: 160px;
	float: left;
	}
ul .b-bottom-carousel-item {
	margin-right: 15px;
	}

.b-bottom-carousel-item_main h3,
.b-bottom-carousel-item_main .price {
	margin-left: 8px;
	}
.b-bottom-carousel-item_main .footheader h3 {
	margin-left: 0;
	}

.b-bottom-carousel-item h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #282828;
	margin-bottom: 3px;
	}
.b-bottom-carousel-item h3 a {
	color: #282828;
	}

.b-bottom-carousel-item img {
	display: block;
	margin-bottom: 3px;
	}

.b-bottom-carousel-item p {
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	}
.b-bottom-carousel-item p a {
	color: #000;
	}

.b-bottom-carousel-item .price {
	background: url(icon0008.png) no-repeat 0 50%;
	padding-left: 10px;
	color: #a90729;
	font: 12px Arial, Helvetica, sans-serif;
	}
.b-bottom-carousel-item .price a {
	color: #a90729;
	}
/* ***** </bottom-carousel ***** */

/*** footer ***/
div.footer {
	border-top: 5px solid #444;
	background: #8c8c8c;
	margin-top: 15px;
	padding: 5px 10px;
	zoom: 1;
	}

div.footer div.top {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
	}
div.footer div.top dl {
	float: left;
	width: 170px;
	color: #fff;
	font: 11px/18px Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	}
div.footer div.top dl.stat {
	text-align: right;
	width: 100px;
	}
div.footer div.top dl a {
	color: #fff;
	}
div.footer div.top dl dt {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	}

div.footer div.top dl.altreading dd i {
	display: inline-block;
	#display: inline;
	zoom: 1;
	width: 17px;
	height: 16px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 2px;
	}
div.footer div.top dl.altreading dd i b {
	position: absolute;
	left: 0;
	display: inline-block;
	#display: inline;
	zoom: 1;
	width: 34px;
	height: 125px;
	background: url(icons000.png) no-repeat 0 0;
	}
div.footer div.top dl.altreading dd a:hover i b {
	left: -17px;
	}
div.footer div.top dl.altreading dd.vk i b { top: 0px; }
div.footer div.top dl.altreading dd.fb i b { top: -19px; }
div.footer div.top dl.altreading dd.twitter i b { top: -37px; }
div.footer div.top dl.altreading dd.iphone i b { top: -54px; }
div.footer div.top dl.altreading dd.pda i b { top: -73px; }
div.footer div.top dl.altreading dd.wap i b { top: -91px; }
div.footer div.top dl.altreading dd.rss i b { top: -109px; }


div.footer div.copy {
	overflow: hidden;
	zoom: 1;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	}
div.footer div.copy p {
	margin-bottom: 10px;
	}
div.footer div.copy div.aside {
	float: right;
	width: 270px;
	margin-left: 15px;
	}
div.footer div.copy div.main-column {
	overflow: hidden;
	zoom: 1;
	}


/* ***** auth ***** */
.b-auth {
	width: 988px;
	height: 60px;

	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 0;
	margin-left: -494px;

	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;

	overflow: hidden;
	}

.b-auth a {
	color: #fff;
	font-size: 11px;
	}

.b-auth .hello {
	float: left; display: inline;
	}

.b-auth .opinion {
	float: left; display: inline;
	margin-left: 250px;
	margin-top: 7px;
	}
.b-auth .opinion a {
	margin-left: 12px;
	padding: 4px 0;
	}
.b-auth .opinion a.good {
	background: url(icon0009.png) no-repeat 0 50%;
	padding-left: 18px;
	}
.b-auth .opinion a.bad {
	background: url(icon000A.png) no-repeat 0 50%;
	padding-left: 18px;
	}
.b-auth .opinion a.ask {
	background: url(icon000B.png) no-repeat 0 50%;
	padding-left: 13px;
	}

.b-auth a.close {
	position: absolute;
	right: 10px;
	top: 30px;
	background: url(icon000C.png) no-repeat 0 50%;
	padding-left: 13px;
	}

.b-auth .b-overflower {
	width: 962px;
	height: 44px;
	overflow: hidden;
	padding: 23px 11px 0 15px;
	position: relative;
	}
.b-auth .b-deco {
	height: 67px;
	width: 100%;
	position: absolute;
	left: 0; top: 0;
	z-index: -1;
	}
.b-auth .b-deco i {
	position: absolute;
	top: 0;
	height: 67px;
	margin-left: -5px;
	background: url(auth-bg0.png) no-repeat 0 0;
	}
.b-auth .b-deco i.l {
	width: 100%;
	left: 0;
	}
.b-auth .b-deco i.r {
	width: 5px;
	left: 100%;
	}

.b-auth_off .hello,
.b-auth_off .opinion {
	display: none;
	}
.b-auth_off a.close {
	font-size: 0;
	right: auto;
	left: 7px;
	height: 16px;
	background-image: url(icon000D.png);
	}
/* ***** </auth ***** */

/*** INCUT DIVIDER ***/
.b-incut-divider {
	margin-bottom: 12px;
	background: #e2e2e2;
	background: -moz-linear-gradient(-90deg, #f0f0f0, #d3d3d3);
	background: -webkit-linear-gradient(-90deg, #f0f0f0, #d3d3d3);
	background: linear-gradient(-90deg, #f0f0f0, #d3d3d3);

	font-size: 0;
	}
.b-incut-divider h2,
.b-incut-divider p,
.b-incut-divider ul,
.b-incut-divider li {
	display: inline-block;
	#display: inline;
	zoom: 1;

	vertical-align: middle;
	}

.b-incut-divider h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(idivider.png) no-repeat 100% 50%;
	padding: 4px 15px 4px 5px;
	margin-right: 6px;
	}
.b-incut-divider_top h2 {
	background-image: url(idivider.png);
	}

.b-incut-divider p,
.b-incut-divider ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #282828;
	}
.b-incut-divider p a,
.b-incut-divider ul a {
	color: #282828;
	}
.b-incut-divider ul img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	}
/*** </INCUT DIVIDER ***/