@charset "UTF-8";

/*
zh-CN
*/

/* common */
@import "/css/chi/common/exmedia.css";
@import "/css/chi/common/enlarge.css";

/* eb */
@import "/css/chi/eb/eb_list.css";
@import "/css/chi/eb/eb_detail.css";
@import "/css/chi/eb/eb_edit.css";

/* =========================================================
view-tab
========================================================= */
.view-tab li a {
	background-color: rgba(243,161,120,1);
}
.view-tab li a:hover {
	background-color: rgba(243,161,120,.8);
}
.view-tab li.on a {
	background-color: rgba(237,108,42,1);
}
.view-tab li.list a span {
	background-image: url(/img/common/eb/view_list.png);
}
.view-tab li.topic a span {
	background-image: url(/img/common/eb/view_topic.png);
}
.view-tab li.hot a span {
	background-image: url(/img/common/eb/view_hot.png);
}
.view-tab li.res a span {
	background-image: url(/img/common/eb/view_res.png);
}
/* =========================================================
common
========================================================= */
/* -----------------------------------------------
link color
----------------------------------------------- */

a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:hover {
	color: #ed6d46;
}

/* -----------------------------------------------
left menu
----------------------------------------------- */

#side-left .menu h3 {
	border-top: 4px solid #ed6c2a;
	border-bottom: 1px solid #ed6c2a;
}
#side-left .menu div a {
	background-color: #ed6c2a;
}
#side-left .category li {
	background: url(/img/common/eb/left_nav_point.png) no-repeat 0 50%;
}

/* -----------------------------------------------
banner
----------------------------------------------- */

#side-left .banner-promo {
	margin-top: 10px;
}

/* promo */
#side-left .banner-promo li.restaurant img {
	width: 135px;
	height: 122px;
}

/* -----------------------------------------------
location
----------------------------------------------- */

.location h3 {
	background-color: #ed6c2a;
}
.location div {
	background: url(/img/common/eb/location_bg.png) no-repeat 100% 100%;
}
.location p {
	background: url(/img/common/eb/location_arrow.png) no-repeat 10px 0;
}

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/chi/eb/title.gif) no-repeat 0 0;
	width: 144px;
	height: 50px;
}

/* -----------------------------------------------
nodata reg
----------------------------------------------- */

#nodata div a {
	background-color: #ed6c2a;
}

/* -----------------------------------------------
pagination
----------------------------------------------- */

.paging .bg {
	background-color: #ed6c2a;
}

/* -----------------------------------------------
text ad
----------------------------------------------- */

#sidead li.textad {
	background-color: #fdf0e9;
}

/* =========================================================
search result
========================================================= */
.result {
	line-height: 137%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: -10px 0 20px 0;
	width: 100%;
}
.result th {
	font-weight: normal;
	padding: 10px 8px 8px 0;
	width: 100%;
}
.result th a {
	border-bottom: 1px solid #00a1e9;
	padding: 0 0 1px 0;
}
.result th a:hover {
	border-bottom: 1px solid #ed6d46;
}
.result td.category {
	color: #999999;
	padding: 10px 4px 8px 0;
	white-space: nowrap;
}
.result td.category span {
	display: block;
	font-size: 10px;
	background-color: #efefef;
	padding: 0 4px;
}
.result td.category span a {
	color: #999999;
}
.result td.category span a:hover {
	color: #ffcc00;
}
.result td.date {
	color: #abb1ad;
	padding: 10px 0 8px 4px;
	white-space: nowrap;
}
.result td.desc {
	border-bottom: 1px solid #e6eae6;
	padding: 0 0 10px 0;
}

/* -----------------------------------------------
no result
----------------------------------------------- */

.result .noresult {
	padding: 12px 0 0 12px;
}
.result .noresult h3 {
	color: #ea553a;
	font-weight: bold;
	margin-bottom: 5px;
}
.result .noresult p {
	line-height: 126%;
}
/* -----------------------------------------------
online reset
----------------------------------------------- */
#list .online-desc {
	margin: 0 0 20px 0;
}
