/*new_show.css*/

/**/
#sidebar{
	padding-top:0px;

}
/*override*/
#sidebar{
	padding-top:0px;
	width:387px;
}
/*override*/
#content{
	width:540px;
}


/*整个左边侧面*/
.new_show {
	position:relative;
	float:left;
}

/*本栏目的导航*/
/*本栏目的 翻页导航*/
.new-show-left-top,
.fine_food_page_nav{

	width:378px;
	height:36px;
	margin-bottom:16px;
}

/*本栏目的导航 元素*/
.new-show-left-top li{
	width:72px;
	height:36px;
	float:left;
	text-align:left;
	float:left;

	font-size:1.15em;
	font-family:Arial, Helvetica, sans-serif;
	
}
.new-show-left-top li a{
	display:block;
	width:72px;
	height:36px;
	float:left;
	color:#414141;
}

.new-show-left-top li a:hover{
	
	color:#9d9fa2;
	background:transparent url(images_gift_sample/icon-down.jpg) no-repeat scroll 40px 16px;

}
/*本栏目的导航 当前元素9d9fa2*/
.new-show-left-top .new_show_menu_here{
	width:72px;
	height:36px;
	float:left;
	text-align:left;
	float:left;
	background:transparent url(images_gift_sample/icon-down.jpg) no-repeat scroll 40px 16px;

}

/*本栏目的导航 当前元素 a*/
.new-show-left-top .new_show_menu_here a{
	color:#9d9fa2;
}

/*本栏目的导航 当前元素 a hover*/
.new-show-left-top .new_show_menu_here a:hover{
	color:#414141;
}
/************************************************************************************************/
/*内部 子列表 项目*/
.new-show-left-item,
.new-show-left-item-now{

	margin:0px;
	padding:0px;
	float:left;
	margin-bottom:12px;
	

}
/*内部 子列表 项目 标题*/
.new-show-left-item-title{
	float:left;
	width:88px;
	text-align:left;
	
	font-size:1.15em;
	font-family:tahoma;
	font-weight:bold;
	padding-top:6px;
}
/*内部 子列表 项目 标题 连接*/
.new-show-left-item-title a{
	color:#414042;
}

/*内部 子列表 项目 标题 连接 鼠标滑过*/
.new-show-left-item-title a:hover
{
	
	color:#77787b;
}
.new-show-left-item-content{
	float:left;

}
/*内部 子列表 项目 描述*/
.new-show-left-item-content a{
	background:none;
	display:block;
	color:#77787b;
	float:left;/**如果没有, 鼠标会变化*/
	width:283px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.15em;
	line-height:1.8em;
}

.new-show-left-item-content a:hover,
.new-show-left-item-now .new-show-left-item-content a{
	color:#77787b;
	background:#b9bfc7;
}

/************************************************************************************************/


/*reset the #inner css*/
#content #content_inner{
	

	
}

.new-show-right{
	float:left;
	padding-left:140px;
	padding-top:18px;
	margin-bottom:40px;
}


