﻿

/*--商家导航条--*/
/* ============================================
TabBar Level 1

Usage examples:
<div id="Whatever">
	<ul class="TabBarLevel1">
		<li><a href="#">Man</a></li>
		<li class="Selected"><a href="#">Woman</a></li>
		<li><a href="#">Old</a></li>
		<li><a href="#">Kid</a></li>
	</ul>
	<div class="HackBox"></div>
</div>
============================================ */
ul.TabBarLevel1{
	list-style:none;
	margin:0;
	padding:0;
	background-image:url(/Images/tabbar_level1_bk.gif);
	height:auto;
	min-height:29px;
	height:29px;
}
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:29px;
	min-height:29px;
	height:29px;
	margin-right:1px;
	background:url(/Images/tabbar_level1_slice_left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:29px;
	padding:0 18px;
	color:#333;
	background:url(/Images/tabbar_level1_slice_right_bk.gif) right top no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li.Selected{
	background:url(/Images/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
	background:url(/Images/tabbar_level1_slice_selected_right_bk.gif) right top no-repeat;
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
	color:#333;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#F30;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
	color:#FFFFFF;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
	color:#000000;
	text-decoration:none;
}



/*Overload Tabbar*/
body ul.TabBarLevel1 li.Selected a{color:#FFFFFF;}
body ul.TabBarLevel1{background:#FFF url(/Images/list_tab_bottom.gif) 0px 0px repeat-x;}

body ul.TabBarLevel1 li.Selected{background:transparent url(/Images/list_tab_left.gif) 0px 0px no-repeat;}
body ul.TabBarLevel1 li.Selected a{background:transparent url(/Images/list_tab_right.gif) 100% 0px no-repeat;}
body ul.TabBarLevel1 li.Text {
	background:#FFF url(/Images/list_tab_bottom.gif) 0px 0px repeat-x;
	padding:0px;
}body ul.TabBarLevel1 li.Text Div{padding:10px 0px 0px 10px;}


.CurDigital ul.TabBarLevel1{background-position:0% -29px;}
.CurDigital ul.TabBarLevel1 li.Selected{background-position:0% -29px;}
.CurDigital ul.TabBarLevel1 li.Selected a{background-position:100% -29px;}
.CurDigital ul.TabBarLevel1 li.Text {background-position:0% -29px;}

.CurLady ul.TabBarLevel1{background-position:0% -58px;}
.CurLady ul.TabBarLevel1 li.Selected{background-position:0% -58px;}
.CurLady ul.TabBarLevel1 li.Selected a{background-position:100% -58px;}
.CurLady ul.TabBarLevel1 li.Text{background-position:0% -58px;}

.CurMan ul.TabBarLevel1{background-position:0% -87px;}
.CurMan ul.TabBarLevel1 li.Selected{background-position:0% -87px;}
.CurMan ul.TabBarLevel1 li.Selected a{background-position:100% -87px;}
.CurMan ul.TabBarLevel1 li.Text{background-position:0% -87px;}

.CurLife ul.TabBarLevel1{background-position:0% -116px;}
.CurLife ul.TabBarLevel1 li.Selected{background-position:0% -116px;}
.CurLife ul.TabBarLevel1 li.Selected a{background-position:100% -116px;}
.CurLife ul.TabBarLevel1 li.Text{background-position:0% -116px;}

.CurCulture ul.TabBarLevel1{background-position:0% -145px;}
.CurCulture ul.TabBarLevel1 li.Selected{background-position:0% -145px;}
.CurCulture ul.TabBarLevel1 li.Selected a{background-position:100% -145px;}
.CurCulture ul.TabBarLevel1 li.Text{background-position:0% -145px;}

.CurSports ul.TabBarLevel1{background-position:0% -174px;}
.CurSports ul.TabBarLevel1 li.Selected{background-position:0% -174px;}
.CurSports ul.TabBarLevel1 li.Selected a{background-position:100% -174px;}
.CurSports ul.TabBarLevel1 li.Text{background-position:0% -174px;}


.CurGame ul.TabBarLevel1{background-position:0% -203px;}
.CurGame ul.TabBarLevel1 li.Selected{background-position:0% -203px;}
.CurGame ul.TabBarLevel1 li.Selected a{background-position:100% -203px;}
.CurGame ul.TabBarLevel1 li.Text{background-position:0% -203px;}

.CurCollection ul.TabBarLevel1{background-position:0% -232px;}
.CurCollection ul.TabBarLevel1 li.Selected{background-position:0% -232px;}
.CurCollection ul.TabBarLevel1 li.Selected a{background-position:100% -232px;}
.CurCollection ul.TabBarLevel1 li.Text{background-position:0% -232px;}

.CurHongkong ul.TabBarLevel1{background-position:0% -261px;}
.CurHongkong ul.TabBarLevel1 li.Selected{background-position:0% -261px;}
.CurHongkong ul.TabBarLevel1 li.Selected a{background-position:100% -261px;}
.CurHongkong ul.TabBarLevel1 li.Text{background-position:0% -261px;}

.CurPet ul.TabBarLevel1{background-position:0% -290px;}
.CurPet ul.TabBarLevel1 li.Selected{background-position:0% -290px;}
.CurPet ul.TabBarLevel1 li.Selected a{background-position:100% -290px;}
.CurPet ul.TabBarLevel1 li.Text{background-position:0% -290px;}

.CurBaby ul.TabBarLevel1{background-position:0% -319px;}
.CurBaby ul.TabBarLevel1 li.Selected{background-position:0% -319px;}
.CurBaby ul.TabBarLevel1 li.Selected a{background-position:100% -319px;}
.CurBaby ul.TabBarLevel1 li.Text{background-position:0% -319px;}

/*--商家设置显示模式--*/
#DisplaySettings {
	height:25px;
	background:#EEE url(/Images/tabbar_level2_bk.gif) top left repeat-x;
}
#DisplaySettings div {
	float:left;
	margin:5px 15px 0 5px;
	white-space:nowrap;
}
#DisplaySettings div#QuickPageChanger {
	float:right;
	margin-right:5px;
}
#DisplaySettings img {
	margin-left:2px;
	vertical-align:-3px;
	
}
#DisplaySettings Div.QuickPageChanger{float:right; margin-right:10px;}
#DisplaySettings Div.QuickPageChanger img{color:Red; margin-left:5px;}

/*--商家条件过滤--*/
#ListSelectContent{border:1px solid #F1F1F1; padding:5px 0px 0px 5px; margin:2px 2px 10px 2px; height:auto; background-color:#FFF9EA;}
#ListSelectContent div.Title{padding:5px 0px 5px 5px; color:#FF8A00; font-weight:bold;clear:both;}
#ListSelectContent ul{list-style:none;margin:0px 10px 5px 10px;height:auto;padding:0px 0px 2px 0px; border-bottom:1px dashed #CCC; height:20px; }
#ListSelectContent ul li{float:left;padding:0;margin-right:5px;	}
#ListSelectContent ul li span{display:block;padding:3px;color:#333; font-weight:bold; font-size:13px;}
#ListSelectContent ul li a{	display:block;padding:3px;color:#333;text-decoration:none;}
#ListSelectContent ul li a:hover{ background-color:#FFAC46;color:#FFFFFF;}
#ListSelectContent ul li a.selected{ font-weight:bold;  }
	.HackBox{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}

/*--商家列表--*/
/*
#ItemList{ height:auto;}
#ItemList Div.Header{height:25px; }
#ItemList Div.Header Div{float:left;  color:#FF8A00; font-weight:bold; margin-top:10px; margin-bottom:5px; }
#ItemList Div.HeaderText1{ width:150px;text-align:center; }
#ItemList Div.HeaderText2{ width:100px;margin-left:30px;text-align:center; }
#ItemList Div.HeaderText3{ width:80px;margin-left:70px;text-align:left; }
#ItemList Div.HeaderText4{ width:70px;margin-left:5px; text-align:left}
#ItemList Div.HeaderText5{ width:70px;margin-left:5px; text-align:left}

#ItemList Div.Item{clear:both; height:130px;border-bottom:1px dashed #CCC; padding-top:5px; padding-bottom:5px;background-color:#FFFDEA; }
#ItemList Div.ItemLeft{float:left; width:130px  }
#ItemList Div.ItemCenter{ float:left; }
#ItemList Div.ItemRight{float:right; width:90px; text-align:center;  }

#ItemList Div.Img{  width:120px; height:90px; text-align:center; margin:5px; border:#CCCCCC 1px solid; }
#ItemList Div.ImgTitle{ text-align:center; }
#ItemList Div.ItemRow1 Div{ margin-top:5px;}
#ItemList Div.Title{ text-align:left; float:left; width:210px;margin-left:5px; padding:3px;}
#ItemList Div.Title a{ font-size:13px; font-weight:bold;}

#ItemList Div.Premium{ text-align:left; float:left;  width:80px;margin-left:5px; margin-left:5px; padding:3px }
#ItemList Div.Premium Span.Vip{cursor:pointer; color:#FF6A03; font-weight:bold;}
#ItemList Div.Premium  Div.VipMemo{display:none; position:absolute; padding:3px; text-align:left; border:1px solid #CCCCCC; background-color:#FFFFFF; width:100px; color:Red;}
#ItemList Div.Hits{ text-align:left; float:left; width:70px;margin-left:5px  }
#ItemList Div.Comment{ text-align:left; float:left;width:70px; margin-left:5px; }

#ItemList Div.ItemRow2,#ItemList Div.ItemRow3,#ItemList Div.ItemRow4{clear:both;margin-top:5px; margin-left:5px; }

#ItemList  Div.Vote{margin-top:15px; margin-bottom:5px; margin-left:auto; margin-right:auto; width:50px; height:40px; background-color:#FF9900; color:#FFFFFF; text-align:center; padding-top:10px; font-weight:bold; }
#ItemList  Div
.VoteBtn{margin-top:15px; margin-bottom:5px; margin-left:auto; margin-right:auto; }
*/
#ItemList{ height:auto;}
#ItemList Div.Header{height:25px; }
#ItemList Div.Header Div{float:left;color:#FF8A00; font-weight:bold; margin:10px 0px 5px 0px;  }
#ItemList Div.HeaderText1{ width:130px;text-align:center; }
#ItemList Div.HeaderText2{ width:150px;text-align:center; }
#ItemList Div.HeaderText3{ width:165px; text-align:right; }
#ItemList Div.HeaderText4{ width:100px;text-align:right}


#ItemList ul.Item{list-style:none;margin:0;padding:0; height:auto; width:100% ;background-color:#FFFDEA; clear:both; }
#ItemList ul.Item li{height:130px; clear:both;border-bottom:1px dashed #CCC; }
#ItemList ul.Item div.row1{clear:both; width:100%;  }

#ItemList ul.Item div.row1 div.left{ width:130px; padding:5px 5px 0px 5px; float:left;  }
#ItemList ul.Item div.row1 div.left Img.border{ padding:2px;border:#CCCCCC 1px solid;}
#ItemList ul.Item div.row1 div.right{ width:550px; float:left; padding:5px 0px 0px 0px; margin:0px; }
#ItemList ul.Item div.c_row1{clear:both;width:100%; padding:5px 0px;  }
#ItemList ul.Item div.name{ float:left; width:280px;  }
#ItemList ul.Item div.name a{ color:#000000; font-weight:bold; font-size:14px; text-decoration:none;}
#ItemList ul.Item div.name a:hover{ color:#FF9900;font-weight:bold; font-size:14px; text-decoration:none;}
#ItemList ul.Item div.name span{color:#333333; }
#ItemList ul.Item div.hot{float:left; width:100px;   }
#ItemList ul.Item div.comment{float:left; width:100px; }
#ItemList ul.Item div.c_row2{clear:both; width:100%; } 
#ItemList ul.Item div.c_row2 div.col1 { float:left; width:280px;}
#ItemList ul.Item div.c_row2 div.col1 div.ts,div.address,div.tel { margin-top:5px; } 
#ItemList ul.Item div.c_row2 div.col2 {float:left; width:150px;  text-align:left; padding:20px 0px; }
#ItemList ul.Item div.c_row2 div.col2 span.Vip{cursor:pointer; color:#FF6A03; font-weight:bold; font-size:20px;}
#ItemList ul.Item div.c_row2 div.col2 div.VipMemo{display:none; position:absolute; padding:3px; text-align:left; border:1px solid #CCCCCC; background-color:#FFFFFF; width:100px; color:Red;}
#ItemList ul.Item div.c_row2 div.col2 span.Score{cursor:pointer; color:#FF6A03; font-weight:bold; font-size:20px; margin-left:10px;}

#ItemList ul.Item div.c_row2 div.col3 {float:left; text-align:right; width:100px; padding:10px 0px 0px 0px; } 
#ItemList ul.Item div.c_row2 div.col3 div.voteBg{ padding-top:5px; width:48px;height:49px; background-image:url(/Images/voteBg.gif); cursor:pointer; background-repeat: no-repeat; } 
#ItemList ul.Item div.c_row2 div.col3 div.voteBg div.voteCount{  padding:0px; color:#FFFFFF; font-weight:bold;  height:24px; text-align:center;}
#ItemList ul.Item div.row2 {clear:both; height:20px; }
#ItemList ul.Item div.row2 div.left {float:left; width:130px; text-align:center;}
#ItemList ul.Item div.row2 div.left a{text-decoration:none; padding:3px; }
#ItemList ul.Item div.row2 div.left a:hover{background-color:#FF9900; color:#FFFFFF;}
#ItemList ul.Item div.row2 div.right{float:left;width:540px; text-align:right;}
#ItemList ul.Item div.row2 div.right img{ border:0px; margin:0px 2px; }


/*--/Company/BgList.aspx酒店商家列表--*/
#ItemBgList{ height:auto;background-color:#FFFDEA;}
#ItemBgList Div.Item{clear:both; height:auto;border-bottom:1px dashed #CCC; padding-top:5px; padding-bottom:5px;width:690px;}
#ItemBgList Div.ItemLeft{float:left; width:130px  }

#ItemBgList Div.ItemRight{float:left; text-align:left; width:550px; padding-bottom:5px; }
#ItemBgList Div.Img{  width:120px; height:90px; text-align:center; margin:5px; border:#CCCCCC 1px solid; }
#ItemBgList Div.ImgTitle{ text-align:center; }

#ItemBgList Div.ItemRow1 Div{ margin-top:5px;}
#ItemBgList Div.Title{ text-align:left; float:left; width:210px;margin-left:5px; padding:3px;}
#ItemBgList Div.Title a{ font-size:13px; font-weight:bold;}
#ItemBgList Div.Premium{ text-align:left; float:left;  width:80px;margin-left:5px; margin-left:5px;}
#ItemBgList Div.Premium Span.Vip{cursor:pointer; color:#FF6A03; font-weight:bold;}
#ItemBgList Div.Premium  Div.VipMemo{display:none; position:absolute; padding:3px; text-align:left; border:1px solid #CCCCCC; background-color:#FFFFFF; width:100px; color:Red;}
#ItemBgList Div.Hits{ text-align:left; float:left; width:100px;margin-left:5px  }
#ItemBgList Div.Comment{ text-align:left; float:left;width:100px; margin-left:5px; }

#ItemBgList Div.ItemRow2,#ItemBgList Div.ItemRow3{clear:both;margin-top:5px; margin-left:5px; }
#ItemBgList Div.ItemRow2 {height:50px; }
#ItemBgList Div.ItemRow2 Div.Content {float:left;  width:480px; }
#ItemBgList Div.ItemRow2 Div.Vote {float:right;  text-align:right; width:60px; padding:10px 0px 0px 0px; } 
#ItemBgList Div.ItemRow2 Div.Vote div.voteBg{ padding-top:5px; width:48px;height:49px; background-image:url(/Images/voteBg.gif); cursor:pointer; background-repeat: no-repeat; } 
#ItemBgList Div.ItemRow2 Div.Vote div.voteBg div.voteCount{  padding:0px; color:#FFFFFF; font-weight:bold;  height:24px; text-align:center;}

#ItemBgList Div.ItemRow3 Img{vertical-align:-5px}


#ItemBgList Div.HotelItem{clear:both; width:98%;height:auto; text-align:left; padding-left:20px}
#ItemBgList tr.HotelHead {background-color:#E9A559; }
#ItemBgList tr.HotelHead td{color:White; font-weight:bold;}

#ItemBgList tr.HotelItem td{ border-bottom:1px solid #FFDDB5; }
#ItemBgList tr.HotelItem td.HotelName{padding-left:5px;}  
#ItemBgList tr.HotelItem td.HotelName a{color:#AA5400; text-decoration:none;}
#ItemBgList tr.HotelItem td.HotelName a:hover{font-weight:bold;}
#ItemBgList tr.HotelItem td.money1 span{color:red; text-decoration:line-through; }
#ItemBgList tr.HotelItem td.money2 span{color:red; }
#ItemBgList tr.HotelFooter td span{ cursor:pointer; color:#AA5400; margin:5px 30px 5px 0px; font-weight:bold; }

/*商间列表*/
 Div.HotelItem{clear:both; width:98%;height:auto; text-align:left; padding-left:5px}
 Div.HotelItem tr.HotelHead {background-color:#E9A559; }
 Div.HotelItem tr.HotelHead td{color:#FFFFFF; font-weight:bold;}
 Div.HotelItem tr.HotelItem td{ border-bottom:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF; background-color:#F7F0E4; color:#000000 }
 Div.HotelItem tr.HotelItem td.HotelName{padding-left:5px;}  
 Div.HotelItem tr.HotelItem td.HotelName a{color:#AA5400; text-decoration:none;}
 Div.HotelItem tr.HotelItem td.HotelName a:hover{font-weight:bold;}
 Div.HotelItem tr.HotelItem td.money1 span{color:red; text-decoration:line-through; }
 Div.HotelItem tr.HotelItem td.money2 span{color:red; }
 Div.HotelItem tr.HotelFooter td span{ cursor:pointer; color:#AA5400; margin:5px 30px 5px 0px; font-weight:bold; }



/*商家详细页面菜单*/
#CompanyMenu{ text-align:left; padding-left:30px; margin-bottom:30px;}

#CompanyMenu ul
{
	list-style:none;
	margin:0;
	padding:0;
	height:auto;
	min-height:27px;
	height:27px;
}
#CompanyMenu ul li{
	float:left;
	padding:0;
	height:27px;
	min-height:27px;
	height:27px;
	margin-right:10px;
	background:url(/Images/comapnyMenuLeftbg.jpg) left top no-repeat;
}

#CompanyMenu li a{
	display:block;
	line-height:27px;
	padding:0px 10px;
	color:#FFFFFF;
	background:url(/Images/comapnyMenuRightbg.jpg) right top no-repeat;
	white-space: nowrap;
	text-decoration:none;
	font-weight:bold;
}
#CompanyMenu li a:hover{ color:#F2F2F2}

#CompanyMenu ul li.Selected{

	background:url(/Images/comapnyMenuLeftbg_act.jpg) left top no-repeat;
}

#CompanyMenu li.Selected a{
	background:url(/Images/comapnyMenuRightbg_act.jpg) right top no-repeat;
}
#CompanyMenu li.Selected a:hover{color:#F2F2F2}

/*商家详细页面菜单1*/
#C_Menu{ text-align:left; padding-left:10px; float:left; margin-top:12px; }

#C_Menu ul
{
	list-style:none;
	margin:0;
	padding:0;
	height:auto;
	min-height:27px;
	height:27px;
}
#C_Menu ul li{
	float:left;
	padding:0;
	height:27px;
	min-height:27px;
	height:27px;
	margin-right:10px;
	background:url(/Images/c_ml1.gif) left top no-repeat;

	
}

#C_Menu ul li a{
	display:block;
	line-height:27px;
	padding:0px 10px;
	color:#000000;
	background:url(/Images/c_mr1.gif) right top no-repeat;
	white-space: nowrap;
	text-decoration:none;
	
}
#C_Menu ul li a:hover{ color:#f19333;}

#C_Menu ul li.Selected{

	background:url(/Images/c_ml1.gif) left top no-repeat;
	border-bottom:1px solid #FFFFFF;
}

#C_Menu ul li.Selected a{
	background:url(/Images/c_mr1.gif) right top no-repeat;
}

#C_Menu ul li.Selected a:hover{color:#f19333;}


/*--焦点图--*/
#FocusImg_JS{width:474px; height:270px; overflow:hidden; text-align:left; font-size:12px; padding:0px;}

#FocusImg_JS img{border:1px #CCCCCC solid; padding:1px;}
#FIJ_L{width:370px; overflow:hidden; float:left;}
#FIJ_L span{display:block; width:370px; height:260px; overflow:hidden; padding:2px;}
#FIJ_R{width:100px; overflow:hidden; float:right;text-align:right; padding:0px;}
.id_FIJ_R_ImgBlk{height:65px; overflow:hidden; clear:both; cursor:pointer; text-align:center;  }
.id_FIJ_R_ImgBlk_On{height:65px; overflow:hidden; clear:both; cursor:pointer;text-align:center; }
.id_FIJ_R_ImgBlk_On img{-moz-opacity:0.5; opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(startX=0, startY=0, finishX=100, finishY=100,style=1,opacity=50,finishOpacity=50);}





/*--分页样式--*/
.PageStyle1{clear:both;margin-top:8px;margin-bottom:8px;}
.PageStyle1 td.CustomInfoClass{ text-align:left;padding-left:10px;}
.PageStyle1 td.CustomInfoClass span.RecordInfo b{color:#FF9900}
.PageStyle1 td.CustomInfoClass span.PageInfo{margin-left:10px;padding:2px;}
.PageStyle1 td.CustomInfoClass span.PageInfo b{color:#FF9900;padding:2px;}
.PageStyle1 a{font-size:15px;color:#666666;TEXT-DECORATION:none;padding:3px; }
.PageStyle1 a:hover{font-size:15px;color:#FF9900; padding:3px; background-color:#F3F3F3; }
.PageStyle1 span.Selected{font-size:15px;color:red;padding:3px;background-color:#FF9900; color:White; }
.PageStyle1 a img{vertical-align:-3px; }
.PageStyle1 input.InputClass{border:1px solid #cccccc;margin-left:10px;}
.PageStyle1 input.ButtonClass{border:1px solid #cccccc;margin-left:10px;background-color:#F0F0F0}

/*--评论列表--*/
#C_CommentList{width:98%; height:auto; }
#C_CommentList Div.item{
clear: both;
float: left;
width: 90%;
height: auto;
padding-right:50px;
margin-top: 1px;
padding-bottom: 8px;
border-bottom: 1px #ccc solid;
}
#C_CommentList Div.user_pic{
float: left;
width: 70px;
padding-top: 10px;
text-align: center;
}
#C_CommentList Div.user_pic img{
width: 48px;
height: 48px;
padding: 2px;
border: 1px #ddd solid;
}

#C_CommentList Div.rightContent{
float: left;
width: 95%;
height: auto;
text-align:left;
}

#C_CommentList Div.row1{
height: 23px;
padding: 5px 10px 0px 10px;
background: #F5F5F5;
text-align:left;

}

#C_CommentList Div.userName{
float: left;
width: 200px;

}
#C_CommentList Div.userName{color:#019EED; font-size:12px; }
#C_CommentList Div.userName a{color:#019EED; font-size:14px; font-weight:bold; text-decoration:none;}
#C_CommentList Div.userName a:hover{color:red; }


#C_CommentList Span.time{color:#999999; font-size:12px; margin-left:20px;}
#C_CommentList Div.star{float:right; width:120px;text-align: right;}

#C_CommentList Div.rowtj{clear: both; text-align:left;margin-top:5px;}
#C_CommentList Div.rowtj span{color:#999999}

#C_CommentList Div.row2{clear: both;padding: 0px; text-align:left; text-indent:20px; margin-top:5px;}
#C_CommentList Div.row2 a{color:#019EED; font-size:12px; text-decoration:none;}
#C_CommentList Div.row2 a:hover{color:red; }

#C_CommentList Div.row3{clear:both;padding-top: 3px;text-align: right; color:#999999; }

#C_CommentList Div.row3 a.linkhf{color:#019EED; font-size:12px; text-decoration:none;}
#C_CommentList Div.row3 a.linkhf:hover{color:red; }

#C_CommentList Div.hf{margin-top: 5px;padding: 5px 10px;background: #FFFFE1;border: 1px #EBECDA solid;}


/*--新闻首页栏目列表--*/
#NewsIndexContent{}
#NewsIndexContent .classTitle{margin-left:10px; font-weight:bold;}
#NewsIndexContent .picTitle{padding-top:5px; text-align:center;}
#NewsIndexContent .picTitle a{font-weight:bold; font-size:13px;}
#NewsIndexContent .picContent{padding:5px; line-height:130%; text-indent:20px; text-align:left; color:#333333}
#NewsIndexContent .List{text-align:left;}
#NewsIndexContent .List ul{list-style:none;margin:0;height:auto;}
#NewsIndexContent .List ul li{padding-left:5px; line-height:150%;}
#NewsIndexContent .list ul li a{color:#000000; text-decoration:none; font-size:13px; }
#NewsIndexContent .list ul li a:hover{color:#ff0000; text-decoration:underline; font-size:13px; }
#NewsIndexContent .more a{color:#666666}

/*--新闻分页列表--*/
#NewList{text-align:left;}
#NewList ul{list-style:none;margin:0;height:auto;}
#NewList ul li{padding-left:5px; line-height:180%;}
#NewList ul li a{color:#333333; text-decoration:none; font-size:13px; }
#NewList ul li a:hover{color:#ff0000; text-decoration:underline; font-size:13px; }
#NewList ul li span.time {color:#666666; font-size:12px; margin-left:15px; }


/*Fb活动图片模向列表*/
.FbPartyList ul{list-style:none;margin:0px;padding:0px 0px 0px 5px;clear:both;}
.FbPartyList ul li{float:left;margin:5px 8px 10px 8px;}	
.FbPartyList ul li div.item{text-align:center}
.FbPartyList ul li img.border{background:#EAEAEA; border:1px solid #D8D8D8; padding:3px;}
.FbPartyList ul li div.title{ text-align:center; padding:5px;}
.FbPartyList ul li div.img{ text-align:center; padding:5px;}

/*Fb活动达人图片模向列表*/
.FbDaRenList ul{list-style:none;margin:0px;padding:0px 0px 0px 5px;clear:both;}
.FbDaRenList ul li{float:left;margin:5px 3px;}	
.FbDaRenList ul li div.item{text-align:center}
.FbDaRenList ul li div.title{ text-align:center; padding:5px;}
.FbDaRenList ul li img{background:#EAEAEA; border:1px solid #D8D8D8; padding:3px;}

/*FB活动指定商家*/
.FbPartyCompanyList ul{list-style:none;margin:0px;padding:0px 0px 0px 5px; clear:both;}
.FbPartyCompanyList ul li{float:left;margin:12px;}	
.FbPartyCompanyList ul li img{border:1px solid #D8D8D8; padding:2px;}
.FbPartyCompanyList ul li div.item{text-align:center}
.FbPartyCompanyList ul li div.title{ text-align:center; padding:5px;}


/*FB活动参加用户*/
.PartyAddUserList ul{list-style:none;margin:0px;padding:0px 0px 0px 5px;clear:both}
.PartyAddUserList ul li{float:left;margin:0px 4px ; }	
.PartyAddUserList ul li img{border:1px solid #D8D8D8; padding:2px;}
.PartyAddUserList ul li div.item{text-align:center}
.PartyAddUserList ul li div.userName{ width:60px; text-align:center; padding:2px;word-break:break-all;}

/*首页会员卡申请*/
.btnVipCard ul{
	list-style:none;
	margin:0;
	padding-left:0px;	
	margin-bottom:5px;
    height:auto;	
}
.btnVipCard ul li{float:left;text-align:center; margin-left:5px}
.btnVipCard ul li.text{float:left;padding-top:5px;text-align:center; margin-left:10px;}
.btnVipCard ul li.btn{background:url(/Images/btnVipCardbg_off.jpg); width:56px;height:16px;padding-top:4px;}
.btnVipCard ul li.btnSelected{background:url(/Images/btnVipCardbg_on.jpg);width:68px; height:19px;padding-top:5px;}
.btnVipCard ul li.btnSelected A{color:#FFFFFF; font-weight:bold;text-decoration:none; }
.btnVipCard ul li.btn A{color:#000000; text-decoration:none; }

/*首页热门信息*/
.IndexHot div.btnHot ul{list-style:none;margin:0;padding:0px;}
.IndexHot div.btnHot ul li
{
	list-style:none; margin:5px;height:16px;padding-top:4px;color:#FFFFFF;
	cursor:pointer;
	background:url(/Images/btn080122bg_off.jpg);
	 width:36px; 	 
	 } 
.IndexHot div.btnHot ul li.Selected{background:url(/Images/btn080122bg_on.jpg); width:39px;  font-weight:bold;}
.IndexHot div.btnHot ul li a{color:White; text-decoration:none;}
.IndexHot div.InfoList ul{list-style:none;margin:0;padding:0px; }
.IndexHot div.InfoList ul li{list-style:none; padding-top:4px;clear:both;  }
.IndexHot div.InfoList ul li div.left{ float:left;width:175px;}
.IndexHot div.InfoList ul li div.left span{ font-weight:bold; color:#FF7E00}
.IndexHot div.InfoList ul li div.right{ float:right; width:40px; }
.IndexHot div.InfoList ul li div.right span{font-weight:bold; color:#FF7E00 }


/*评论列表*/
.ComentList ul{list-style:none;margin:7px 7px 2px 2px;padding:0px;  height:auto;}
.ComentList ul li{ text-align:left; height:auto;margin-bottom:5px;clear:both;margin-bottom:3px;}
.ComentList ul li div.left{float:left; width:50px; height:65px; }	
.ComentList ul li div.headImg{height:60px;line-height:60px;vertical-align: middle;overflow: hidden;text-align:center;}	
.ComentList ul li div.left img{ padding:1px; border:#CCCCCC 1px solid;margin-top:2px; }
.ComentList ul li div.right{float:right; border-bottom:dotted 1px #CCCCCC; height:auto; min-height:60px;width:auto;}	
.ComentList ul li div.right div.title{color:#636363; height:20px;line-height:20px;text-align:left;padding-left:5px;background-color:#F6F6F6;  }	
.ComentList ul li div.right div.title a{color:#FFB100; text-decoration:none;}	
.ComentList ul li div.right div.title span{color:#636363; }
.ComentList ul li div.right div.title a:hover{ color:#ff0000;}	
.ComentList ul li div.right div.content{text-align:left;line-height:18px;padding-left:5px;}	
.ComentList ul li div.right div.content a.more{color:#0033FF}	
.ComentList ul li div.right div.content a.more:hover{ font-weight:bold;}


/*商家菜谱列表*/
.c_cpPicList{margin-top:5px;}
.c_cpPicList div.typeName{padding:0px 0px 0px 5px ; color:#FF9600; clear:both; text-align:left; }
.c_cpPicList div.typeName a{color:#FF9600; text-decoration:none; }

.c_cpPicList ul{list-style:none;padding:0px; clear:both; margin:5px 0px;}
.c_cpPicList ul li{float:left; height:auto; width:155px; margin-right:8px; border:1px solid #C1C1C1}
.c_cpPicList ul li.selected{ background-color: #E3E3E3;}		
.c_cpPicList ul li .left{float:left; height:auto; width:70px;}	
.c_cpPicList ul li .left img{margin:2px; border:0px;}
.c_cpPicList ul li .right{float:right; height:auto; width:85px;}	

.c_cpPicList ul li .right div.title,
.c_cpPicList ul li .right div.price,
.c_cpPicList ul li .right div.option{padding:2px; text-align:left;}

.c_cpPicList ul li .right div.title a{color:#FF6600;text-decoration:none; font-weight:bold;}
.c_cpPicList ul li .right div.title a:hover{color:#FF0000; }
.c_cpPicList ul li .right div.price span{color:#FF6600}
.c_cpPicList ul li .right div.option img{ border:0px; vertical-align:-1px}
.c_cpPicList ul li .right div.option a{display:block; text-decoration:none; color:#636363 } 
.c_cpPicList ul li .right div.option a:hover{background-color:#F2F2F2;color:#FF6600;  }
.c_cpPicList ul li .right div.option a.selected:hover{background-color:#E3E3E3;} 

.c_cpPicList ul li .word{padding:2px}
.c_cpPicList ul li .word div.title,
.c_cpPicList ul li .word div.row2{padding:2px; text-align:left;  }
.c_cpPicList ul li .word div.title a{ color:#FF6600;font-weight:bold;}
.c_cpPicList ul li .word div.title a:hover{ color:Red; font-weight:bold;}
.c_cpPicList ul li .word .row2 div.price{float:left; width:80px; }
.c_cpPicList ul li .word .row2 div.price span{color:#FF6600;}
.c_cpPicList ul li .word .row2 div.option{float:right; width:60px; }
.c_cpPicList ul li .word .row2 div.option a{text-decoration:none; color:#636363;  display:block;} 
.c_cpPicList ul li .word .row2 div.option a img{ border:0px;}
.c_cpPicList ul li .word .row2 div.option a:hover{background-color:#F2F2F2;color:#FF6600;  }
.c_cpPicList ul li .word .row2 div.option a.selected:hover{background-color:#E3E3E3;} 

/*奖品列表*/
#prizeList{ height:auto;}
#prizeList ul{ clear:both;list-style:none;margin:0;padding:0; height:auto; width:100%;background-color:#FFFDEA; }
#prizeList ul li{ float:left; height:auto; }
#prizeList ul li div.item{ width:160px ; height:auto;  margin:10px 0px 0px 50px;}
#prizeList ul li div.item div.pic{ border:1px solid #CCCCCC;}
#prizeList ul li div.item div.row1{ text-align:center; padding:2px 0px; font-weight:bold; }
#prizeList ul li div.item div.row2{ text-align:center; color:Red;}
#prizeList ul li div.item div.row3{ text-align:center;}


/*首页活动*/
div.indexParty{ width:auto; margin-top:6px; }
div.indexParty ul{ list-style-type:none; padding:0px; margin:0px;}
div.indexParty ul li{float:left; height:auto; width:130px; text-align:center; margin:0px 5px;  }
div.indexParty ul li img{ padding:1px; border:1px solid #CCCCCC; width:120px; height:80px; }
div.indexParty ul li div.title {text-align:center; font-size:12px; padding:3px; }
div.indexParty ul li div.time {text-align:center;  color:#FF0000;font-weight:bold; font-size:12px;padding:0px; }


/*首页理事推荐*/
#LsCompany{ height:auto; min-height:240px; border:#FFBC7B solid 1px; text-align:left; margin-top:5px; background-color:#FEFAF7}
#hotCompany{ height:auto; min-height:150px; border-bottom:solid 1px #FFBC7B; width:100%}
#hotCompany ul.menu,#hotCompany ul.List{ list-style:none; margin:0px; padding:0px; clear:both;}
#hotCompany ul.menu li,#hotCompany ul.List li{ float:left;}
#hotCompany ul.menu li.picCol,#hotCompany ul.List li.picCol{ width:69px;  margin-left:11px;}
#hotCompany ul.menu li.listCol,#hotCompany ul.List li.listCol{width:145px; margin-left:5px;}


#hotCompany ul.menu li{height:45px;  }
#hotCompany ul.List li{height:105px;  }

#hotCompany ul.menu li.picCol a{ height:27px; width:69px; line-height:27px; text-align:center; color:#FFFFFF; font-weight:bold; background:url(/Images/hotcompanymenu.gif); display:block; margin-top:10px;}
#hotCompany ul.menu li.listCol{ text-align:right;  }
#hotCompany ul.menu li.listCol div{ margin-top:28px;}
#hotCompany ul.menu li.listCol div a{color:#FF7E00;}

#hotCompany ul.List li.picCol img{ border:0px; width:69px; height:97px;}
#hotCompany ul.List li.listCol b{ margin-left:5px;color:#636363}
#hotCompany ul.List li.listCol a{line-height:17px;margin-left:5px; color:#636363 }


/*理事滚动*/
#rollCompany{
	TEXT-ALIGN: left;MARGIN: 0px auto; WIDTH: 100%;background-color:White;
}

#brand-show {
	 PADDING-BOTTOM: 3px; PADDING-TOP: 12px;  POSITION: relative;PADDING-RIGHT: 20px;PADDING-LEFT: 20px; 
}
#brand-show .brand-show-w {
	OVERFLOW: hidden; WIDTH: 100%; POSITION: relative; HEIGHT: 66px;
}
#brand-show UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; WIDTH: 9999em; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: absolute;
}
#brand-show UL LI {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FLOAT: left; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; text-align:center;
}
#brand-show UL LI img{border:0px; width:90px; height:50px;}
#brand-show UL LI a{ line-height:20px; color:#666666}

#brand-show A.btn-prev {
	DISPLAY: block; BACKGROUND: url(/images/btn_brand.gif) no-repeat 0px 0px; LEFT: -20px; MARGIN: -10px 0px 0px 0px; WIDTH: 17px; POSITION: absolute; TOP: 50%; HEIGHT: 32px;
}
*+html #brand-show A.btn-prev {LEFT: 0px; }
body> #brand-show A.btn-prev{LEFT: 0px; }
#brand-show A.btn-next {
	DISPLAY: block; BACKGROUND: url(/images/btn_brand.gif) no-repeat 0px 0px; LEFT: 0px; MARGIN: -10px 0px 0px 0px; WIDTH: 17px; POSITION: absolute; TOP: 50%; HEIGHT: 32px;
}
#brand-show A.btn-next {
	BACKGROUND-POSITION: -17px 0px; RIGHT: 0px; LEFT: auto;
}

#brand-show A.btn-prev I {
	DISPLAY: none;
}
#brand-show A.btn-next I {
	DISPLAY: none;
}
#brand-show A.btn-prev:hover {
	BACKGROUND-POSITION: 0px -32px;
}
#brand-show A.btn-next:hover {
	BACKGROUND-POSITION: -17px -32px;
}
