/*
Tuniu Style Sheet
Copyright 2007 Tuniu.com
Author: JunChen Wu
Last Mod: 2007-02-01
*/

/*
=Common CSS
*/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	font-family: Tahoma, sans-serif;
	background:url(/icons/bg_body.gif) repeat-x #fff;
	text-align: center;
	line-height: 150%;
}
.error {
	color:#FF0000;
	margin-top: 3px;
	clear:none;
}
h3 {
	font-size: 14px;
}
font{
	line-height: 150%;
}
table td,table th{
	font-size: 12px;
}
table.fs14 td,table.fs14 th{
	font-size: 14px;
}
a:link,a:visited{
	color: #096;
}
a:hover{
	color: #F00;
}
a.wk:link {
	color:gray;
	text-decoration: underline;
}
a.wk:visited {
	color:gray;
	text-decoration: underline;
}
a.wk:hover {
	color:#096;
}
a.wk:active {
	color:#096;
}
a.blue:link,a.blue:visited{
	color: blue;
	clear:none;
}
a.blue:hover{
	color: red;
	clear:none;
}
.clr{
	clear:both;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	zoom: 1;
}
a img{
	border: none;
	text-decoration: none;
	background: none;
}
li{
	list-style: none;	
}

p{
	margin-bottom:1em;
}

/*
=Form Style
*/
input.text,textarea.text{
	border-top: 1px solid #9BA;
	border-left: 1px solid #9BA;
	border-right: 1px solid #CED;
	border-bottom: 1px solid #CED;
	padding: 1px;
}
input.button{
	border-top: 1px solid #3C9;
	border-left: 1px solid #3C9;
	border-right: 1px solid #063;
	border-bottom: 1px solid #063;
	background: #096;
	padding: 0 0.3em;
	font-weight: bold;
	color: white;
}
input.text:focus,textarea.text:focus{
	background: #FFFFCC;
}
/*
=Layout
*/
#rap_one_col,#rap_two_col{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.d760{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
.d100pct{
	width: 100%;
	margin: 0 10px;
	text-align: left;
}
#bd{
	zoom: 1;
	clear: both;
}
#rap_one_col #alpha,.d760 #alpha{
	width: 100%;
	zoom: 1;
}
#rap_two_col #alpha{
	width: 520px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
#rap_two_col #alpha440{
	width: 440px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
#rap_two_col #beta{
	width: 240px;	
	float: right;
	zoom: 1;
}
#rap_two_col #beta320{
	width: 320px;	
	float: right;
	zoom: 1;
}

/*Fix the IE 3px bug*/
* #rap_two_col #alpha{
	margin-right: -3px;
}
* #rap_two_col #alpha440{
	margin-right: -3px;
}

#ft{
	margin-top: 2em;
	background: url(/icons/x2dot.gif) repeat-x top;
	padding-top: 1em;
	padding-bottom: 10px;
	text-align: center;
	line-height: 180%;
	clear: both;
}

/*
=Header
*/
#top{
	height: 28px;
	line-height: 24px;
	margin-bottom: 8px;
}
	#top a:link,#top a:visited{
		color: #CCC;
	}
	#top a:hover{
		color: #FFF;
		background: none;
	}
	#top_ctrl{
		padding-top: 0!important;
		padding-top: 3px;
	}
	/*search form*/
	#top_search{
		float: right;
		margin: 0;
		padding:0;
	}
	#top_search input{
		vertical-align: middle;
	}
	#top_keyword{
		border: 1px solid #CCC;
		color: #666;
		padding: 1px;
		background: url(/icons/bg_top_keywords.gif) repeat-x #FFF;
		font-size: 12px;
		line-height: 14px;
	}

#nav li#logo{
	width: 190px;
}
p#nav{
	margin: 3px auto;
	padding-bottom: 5px;
	font-size: 14px;
	background: url(/icons/x2dot.gif) repeat-x bottom;
}
p#nav a{
	padding: 0 4px;
}
#bigthings{
	font-size: 12px;
	color: #999;
	text-align: right;
	height: 18px;
	line-height: 18px;
}
#bigthings1{
	font-size: 12px;
	color: #999;
	height: 18px;
	line-height: 18px;
}
#channel_title{
	margin-top: 8px;
	margin-bottom: 18px;
	clear: both;
}
#channel_title h1{
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 34px;
	font-family: simhei, sans-serif;
}

/*
=Left Main Column
*/
#alpha h3{
	font-size: 14px;
	font-weight: bold;
	color: #906;
	/*margin-top: 2em;*/
	margin-bottom: 1em;
	margin-top: 1.2em;
}

#alpha440 h3{
	font-size: 14px;
	font-weight: bold;
	color: #906;
	/*margin-top: 2em;*/
	margin-bottom: 1em;
	margin-top: 1.2em;
}

/*
=Right Side Column
*/
#beta h3{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
	color: #906;
	margin-bottom: 0.5em;
}

#beta320 h3{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
	color: #906;
	margin-bottom: 0.5em;
}

#beta p{
}
.module ul li{
	list-style: circle;
	line-height: 180%;
	margin-left: 2em;
}
#beta .twocols li{
	list-style: circle;
	width: 95px;
	display: block;
	float: left;
	margin-left: 8px;
	padding-left: 8px;
}
.threecols li{
	list-style: circle;
	width: 75px;
	display: block;
	float: left;
	margin-left: 15px;
}
.fivecols li{
	list-style: circle;
	width: 45px;
	display: block;
	float: left;
	margin-left: 10px;
}

/*
=Right Side Modules
*/
.module{
	background: #F9F9F9;
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
	zoom: 1;

}
.module_border{
	padding-bottom: 8px;
	margin-bottom: 1em;
	position: relative;
	zoom: 1;
	clear:both;
}
.module_border .list li{
	margin-left: 12px;
	list-style: circle;
}
.module_border_li_circle{
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
	zoom: 1;
}
.module_border_li_circle ul li{
	list-style: circle;
	line-height:150%;
	margin-left: 1em;
}
.module_border_li_circle .twocols li{
	list-style: circle;
	width: 85px;
	display: block;
	float: left;
	padding-left: 12px;
	background: url(/icons/6dot_circle.gif) no-repeat left center;
}
.module_hlp{
	margin-bottom: 1em;
	padding: 0.5em;
	background: #EAFFEA;
	zoom: 1;
	position: relative;
}
.module_hlp ul li{
	list-style: circle;
	line-height: 180%;
	margin-left: 2em;
	margin-right:1em;
}
.agency_route_module{
	background-color:#eee;
	margin-bottom: 1em;
	position: relative;
	zoom: 1;
}

.agency_route_module h3{
	background: #eee;
	padding: 0.5em;
	zoom: 1;
	margin-bottom:0px;
}

#alpha .module h3{
	background: #F1F1F1;
	padding: 0.5em;
	zoom: 1;
}
#beta .module h3{
	background: #F1F1F1;
	padding: 0.5em;
	zoom: 1;
}
#beta320 .module h3{
	background: #F1F1F1;
	padding: 0.5em;
	zoom: 1;
}
.module .con{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.module h4{
	font-size: 14px;
}

.module_big{
	background: #d5d5b5;
	margin-bottom: 1em;
	position: relative;
	zoom: 1;
}
.module_big h3{
	background: #3163ce;
	padding: 0.5em;
	zoom: 1;
}
.module_inner{
	background: #fff;
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
	zoom: 1;
}
.module_inner h3{
	background: #bbbb9e;
	padding: 0.5em;
	zoom: 1;
}
/*
=Rounded Corner 2dot
*/
b.cn2 {position: absolute; height: 3px; width: 3px; margin: 0; padding: 0;background: url(/icons/2dot_corner.gif) no-repeat;line-height: 1px; font-size: 1px; } 
b.tl2 {top: 0px; left: 0px; background-position: top left;}
b.tr2 {top: 0px; right: 0px; background-position: top right;}
* b.tr2 {right: -1px;}
b.bl2 {bottom: 0px; left: 0px; background-position: bottom left;}
b.br2 {bottom: 0px; right: 0px; background-position: bottom right;}
* b.br2 {right: -1px;}
/*
=Rounded Corner blue
*/
b.cn3 {position: absolute; height: 17px; width: 17px; margin: 0; padding: 0;background: url(/icons/16dot_corner.gif) no-repeat;line-height: 1px; font-size: 1px; } 
b.tl3 {top: 0px; left: 0px; background-position: top left;}
b.tr3 {top: 0px; right: 0px; background-position: top right;}
* b.tr3 {right: -1px;}
b.bl3 {bottom: 0px; left: 0px; background-position: bottom left;}
b.br3 {bottom: 0px; right: 0px; background-position: bottom right;}
* b.bl3 {left: -1px;bottom: -1px;}
* b.br3 {right: -1px;bottom: -1px;}
/************************/
/*                      */
/*        Places        */
/*                      */
/************************/

/*
=Places List, in alpha, two columns
*/
.places_jam{
	clear: both;
}
.places_jam .place{
	height: 100px;
	float: left;
}
.places_jam .place_thumb{
	width: 80px;
	float: left;
}
.places_jam .place_info{
	width: 160px;
	margin-left: 90px;
	color: #555;
}
	.places_jam .place_info li a:link,.places_jam .place_info li a:visited{
		color: #555;
	}
	.places_jam .place_info li a:hover{
		color: #333;
		background: none;
	}
.places_jam .place_info215{
	width: 125px;
	margin-left: 85px;
	color: #555;
}
	.places_jam .place_info215 li a:link,.places_jam .place_info215 li a:visited{
		color: #555;
	}
	.places_jam .place_info215 li a:hover{
		color: #333;
		background: none;
	}
.places_jam h4{
	font-size: 14px;
}
.places_jam img{
	border: 1px solid #CCC;
}
.places_jam .nothumb .place_info{
	margin-left: 0;
	width: 250px;
}
.places_jam .nothumb .place_info215{
	margin-left: 0;
	width: 210px;
}

.places_soup{
	line-height: 200%;
}
.places_soup a{
	font-size: 14px;
	margin-right: 0.5em;
}
.places_soup a:link,.places_soup a:visited{
	color: #4D9DB1;
}
.places_soup a:hover{
	color: #FFF;
	background: #4D9DB1;
	text-decoration: underline;
}

/*
=One Place
*/
.first_photo{
}
.first_photo_img{
	margin-bottom: 1em;
}
.first_photo_img img{
	border: 1px solid #000;
}
.first_photo_title{
	font-size: 14px;
}
.first_photo_info{
	color: #666;
}
.blog_post_info{
	color: #666;
}
.description p,.blog_post_content{
	text-indent: 2em;
	margin-bottom: 1em;
}
.description .historys{
	margin-left: 2em;
	line-height: 180%;
}
#flickr_photos ul,#place_photos ul{
	list-style: none;
	margin: 0;
	zoom: 1;
	clear: both;
}
#flickr_photos li,#place_photos li{
	width: 85px;
	height: 85px;
	display: block;
	float: left;
	margin: 0;
}
#whowant ul,#whobeen ul,#wholive ul{
	list-style: none;
	margin: 0;
	zoom: 1;
	clear: both;
}
#whowant li,#whobeen li,#wholive li{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin: 0;
	text-align: center;
}
.posts_table{
	table-layout: fixed;
	border-collapse: collapse;
}
.posts_table th,.posts_table td{
	text-align: left;
	height: 28px;
	line-height: 28px;
}
.posts_table td{
	border-top: 1px solid #DDD;
}
.posts_table .title{
	font-size: 14px;
}
.posts_talbe .author{
}
.posts_table .reply_num{
}
.posts_table .date_time{
}

/*
=Solid line for split
*/
.line{
	clear:both;
	margin:10px 10px 10px 0;
	border-bottom:solid 1px #999;
}

/*
=post
*/
.post_content p{
	line-height: 150%;
	text-indent: 2em;
	margin-bottom: 1em;
	font-size: 14px;
}
.post_content h1{
	line-height:40px;
}
/* add by hong used in place/area/-live-been-want */
.search_place {
	width: 33%;
	float: left;
}
.search_place img{
	border:solid 1px #cccccc;
	padding:0px;
	margin: 1px 1px 5px 1px;
}
.search_place h3{
	font-size: 14.8px;
	font-weight: normal;
	color: #990066;
	margin-top: 0px;

	margin-bottom:5px;
}
/* end */

/************************/
/*                      */
/*        Routes        */
/*                      */
/************************/
.route {
	width: 490px;
	float: left;
	margin-bottom:20px;
}
.route p {
	text-indent: 2em;
}
.route310 {
	width: 310px;
	float: left;
	margin:5px 0px;
}
.route310 p {
	text-indent: 2em;
}
.route_place {
	float:left;
	text-align:center;
	height:110px;
}
.route_place img{
	border: solid 1px #cccccc;
	padding: 2px;
	margin:5px;
}

.route_view_schedule_desc p{
	text-indent:2em;
}

#route_view_rows12 .route_view_schedule_desc{
	font-size:12px;
	line-height:170%;
}
#route_view_rows14 .route_view_schedule_desc{
	font-size:14px;
	line-height:170%;
}
#route_view_rows16 .route_view_schedule_desc{
	font-size:16px;
	line-height:170%;
}

.route_view_div_schedule{
	width:100%;
	clear:both;
	/*background-color:#FFFFCC;*/
	/*border: 1px solid #765;*/
}

.route_view_div_schedule1{
	width:100%;
	clear:both;
	background-color:#E7F4FE;
	/*border: 1px solid #765;*/
}

.route_view_schedule_module0{
	width: 500px;
	border: 1px solid #ccc;
	float:left;
	padding:5px;
	margin: 5px 0px;
	background-color:#FFFFCC;
}

.route_view_schedule_module1{
	width: 500px;
	border: 1px solid #ccc;
	float:left;
	padding:5px;
	margin: 5px 0px;
	background-color:#E7F4FE;
}

.agency_route_view_schedule_module0{
	width: 100%;
	border: 1px solid #ccc;
	margin: 5px 0px;
}

.agency_route_view_schedule_module1{
	width: 100%;
	border: 1px solid #ccc;
	margin: 5px 0px;
}

.route_view_schedule_head{
	width: 95%;
	clear: right;
	padding:10px;
	margin:5px;
}

.route_view_module{
	margin: 5px 5px 5px 5px;
	float: left;
	text-align:center;
	height:110px;
}

.route_view_module img{
	padding: 2px;
	margin-bottom:3px;
	border: solid 1px #999;
}

.route_view_module .placename{
	text-align: center;
}

.route_section{
	border:solid 1px #ccc;
	padding:5px;
	margin-right:10px;
	zoom:1;
}
.route_comment{
	padding:5px;
	border:1px solid #ccc;
	/**width:335px;**/
	margin-bottom: 5px;
}
.route_useravatar img{
	float:left;
	padding: 2px 2px 2px 2px;
	margin:0px 8px 8px 0;
	border: solid 1px #666;
}
.route_desc {
	margin-right:20px;
	margin-left:20px;
}
.route_desc p{
	text-indent:2em;
	margin-bottom: 1em;
}
/************************/
/*                      */
/*        Trains        */
/*                      */
/************************/
.train {
	font-family:simsun;
	font-size:14px;
}
.train td{
	font-family:simsun;
	font-size:14px;
	padding:3px;
}
.train th{
	font-family:simsun;
	font-size:14px;
	padding:5px;
}
/************************/
/*                      */
/*        Groups        */
/*                      */
/************************/
.group_photos li {
	width: 85px;
	height: 100px;
	display: block;
	float: left;
	margin: 0;
}
.group_head img{
	border: solid thin #999999;
	padding: 2px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.group_description {
	padding: 0px 10px 0px 0px;
}
.group_more {
	text-align:right;
	padding-right: 15px;
}
.group_photo img{
	border: solid 1px #cccccc;
	padding: 4px;
	margin:4px 0 4px 0;
}
#group_members ul,#group_neighbour_groups ul{
	list-style: none;
	margin: 0;
	zoom: 1;
	clear: both;
}
#group_members li,#group_neighbour_groups li{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin: 0;
	text-align: center;
}
.group_PhotoBy { 
	font-size: 12px;
	margin: 0 9px 10px 0;
	padding: 10px 10px 15px 0;
}	
.group_PhotoBy img { margin: 0px 10px 10px 0px; float: left; }
/************************/
/*                      */
/*        Posts         */
/*                      */
/************************/
.post_content {
	font-size:14px;
	font-family:simsun,tahoma, sans-serif;
	margin-bottom:14px;
	background-color:#eee;
	padding:20px;
	/* add by hong 2006-12-23 帖子内容强制换行 */
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
	/* end */
}
.post_useravatar img{
	float:left;
	padding: 2px 2px 2px 2px;
	margin:0px 8px 8px 0;
	border: solid 1px #666;
}
#post-upload{
  width: 99%;
  background: url(/icons/post_up_img_bg.gif) repeat-x bottom #FFF;
  line-height: normal;
  height: 35px;
}
#post-upload ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#post-upload li {
  float:left;
  background:url(/icons/post_up_img_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#post-upload a {
  float:left;
  display:block;
  background:url(/icons/post_up_img_right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#post-upload a {float:none;}
/* End IE5-Mac hack */
#post-upload a:hover {
  color:#333;
  }
#post-upload .current {
  background-image:url(/icons/post_up_img_left_on.gif);
  }
#post-upload .current a {
  background-image:url(/icons/post_up_img_right_on.gif);
  color:#333;
  padding-bottom:5px;
}
#uploader{
	width: 99%;
	border: 1px solid #765;
	border-top: none;
	margin-bottom: 18px;
	overflow: hidden;
}

.block110 {
	float:left;
	text-align:center;
	height:110px;
}
.block110 img{
	border: solid 1px #cccccc;
	padding: 2px;
	margin:5px;
}
.quote{
	margin:5px;
	padding:5px;
	border:dotted 1px #666;
	background-color:#f2f8ff;
}
/* add by dinghong used in place post */
.member {
	float:left;
	text-align:center;
	padding:1px;
	height:110px;

}
.member img{
	border: solid 1px #cccccc;
	padding: 2px;
	margin:5px;
}
.member a{
	border: solid thin #ffffff;
}
.member a:link{
	border: solid thin #ffffff;
}
.member a:hover{
	border: solid thin #009966;
}
/* end */
/* add by dinghong used in user profile */
.posts {
	margin-right:40px;
}
.post {
	margin-top:5px;
	margin-bottom:15px;
}
.content {
	margin-left:45px;
	border-bottom:solid 1px #eee;
}

/* added by wade for new page of place */

.box{
	padding:3px;
	border:1px solid #FF9229;
	border-top:0;
	width:510px;
	clear:both;
	float: left
}
.Rbox{
	border:1px solid #FF9229;
	border-top:0;
	width:240px;
	clear:both;
	float: left;
	padding:2px 0px 2px 0px;
}
.RTopbox{
	padding:2px 0px 2px 0px;
	border:1px solid #FF9229;
	width:240px;
	clear:both;
	float: left;
	position: relative;
	margin-bottom: 1em;
}
.Rmodule{
	margin-bottom: 1em;
	position: relative;
	text-align:center;
}
.topon{
	margin-top:0px;
	line-height:20px;
	border:1px solid #FF9229;
	border-bottom:1px solid #fff;
	border-top:1px solid #FF9229;
	font-size:14px;
	cursor:default;
	text-align:center
}
.topoff{
	margin:0 1px;
	font-size:14px;
	line-height:20px;
	background:#FFE3BE;
	text-decoration:none;
	cursor:pointer;;
	text-align:center
}
.TdTabOff {
	border-bottom:1px solid #FF9229
}
.tit1 td {
	font-weight:normal
}
.tit1 div {
	padding:3px 0px 1px
}
.photo_list ul{
	list-style: none;
	margin: 0;
	zoom: 1;
	clear: both;
}
.photo_list li{
	list-style: circle;
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	margin: 2px;
}
.video_list ul{
	list-style: none;
	margin: 0;
	zoom: 1;
	clear: both;
}
.video_list li{
	list-style: circle;
	width: 250px;
	height: 100px;
	display: block;
	float: left;
	margin: 2px;
}

.divFunc {
	border:1px solid #FF9229;
	margin-bottom:8px;
	padding: 3px 3px 3px 3px;
	width:510px;
	/*text-align:center;*/
	float:left;
	clear:both;
}

.divLink {
	border:1px solid #FF9229;
	margin-top:8px;
	padding: 3px 3px 3px 3px;
	width:510px;
	/*text-align:center;*/
	float:left;
	clear:both;
}

#HeadNavBar{
}
#HeadNavBar li{
	float:left;
	height:21px;
	margin-left:25px;
	background:#FFFFED url(/icons/head_nav_bar_bk_left.gif) left top no-repeat;
}
#HeadNavBar li a{
	display:block;
	float:left;
	height:21px;
	padding:0 8px;
	line-height:21px;
	background:transparent url(/icons/head_nav_bar_bk_right.gif) right top no-repeat;
}
#HeadNavBar li#MainBtnForum{
	background:#FFFFED url(/icons/head_nav_bar_bk_left.gif) left top no-repeat;
}
#HeadNavBar li#MainBtnForum a{
	font-weight:bold;
	color:#F50;
	background:transparent url(/icons/head_nav_bar_bk_right.gif) right top no-repeat;
}

/* login module */
.login_module {
	border:solid 1px #AAA;
	background-color:#f9f9f9;
	width:300px;
	padding:10px;
}
.login_module h3{
	font-size:14px;
	font-weight:bold;
	color:black;
}

/*added for tooltip*/
div#PreviewBox{
	text-align:left;
	position:absolute;
	padding-left:6px;
	display: none;
	Z-INDEX:2006;
}
div#PreviewBox span{
	width:7px;
	height:13px;
	position:absolute;
	left:0px;
	top:9px;
	background:url(http://www.tuniu.com/icons/arrow.gif) 0 0 no-repeat;
}
div#PreviewBox div.Picture{
	float:left;
	border:1px #666 solid;
	background:#FFF;
}
div#PreviewBox div.Picture div{
	border:4px #e8e8e8 solid;
}
div#PreviewBox div.Picture div a img{
	margin:1px;
	border:1px #b6b6b6 solid;
	display: block;
	max-width: 250px;
}

/*use in place_quick_add_post*/
.modulequick{
	margin: 5px 0px 5px 0px;
	float: left;
	text-align:center;
	height:110px;
	width:83px;
}
.modulequick img{
	margin-bottom:3px;
	border: solid 1px #999;
}

.modulequick .placename{
	text-align: center;
}

.navigator{
	width: 760px;
	font-size: 14px;
	float: left;
	margin-top:0px;
	margin-bottom:8px;
	clear:both;
}

.navigator_select{
	width: 700px;
	float: left;
}

.tip{
	width: 30px;
	float: left;
}

.selectcontrol{
	clear:left;
	width:760px;
}

.pages{
	width: 760px;
	float: left;
}

.places_to_added{
	float: left;
	left:0px;
	background-color:#eee;
	position:relative;
}

.prevNext{
	margin: 0px 5px 0px 5px;
	float: left;
	width: 35px;
	height: 120px;
}

select{
	font-size:12px;
}

#horizWrapper {
	position:relative;
	width:760px;
	float:left;
	clear:left;
	margin-top: 10px;
}

#horizBGDiv {
	position:relative;
	background:url(../icons/slider_bg.gif) no-repeat;
	height:26px; 
	width:757px;
}

#horizHandleDiv { 
    position:absolute;
    cursor:move;
}
/* end use in place_quick_add_post*/

/* use in online message */
#online_msg{
	position: absolute;right: -120px;width: 110px;background: url(/icons/online_msg_bd.gif) repeat-y;font-size: 12px;font-family: Arial,sans-serif;
}
#online_msg h3{
	margin: 0;background: url(/icons/online_msg_hd.gif) no-repeat;padding-top: 8px;padding-left: 5px;font-size: 14px;color: #06F;text-align: center;
}
#online_msg dt{
	margin-top: 2px;
	color: #069;
}
#online_msg dd{
	margin-bottom: 5px;
	color: #069;
}
/* end use in online message */

/* added for platters */
#FaceG {
	background-image: url(http://www.tuniu.com/icons/faceg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 1px 5px 5px;
	padding-left: 20px;
	float: left;
	padding-top: 2px;
	font-weight:100
}
#FaceB {
	background-image: url(http://www.tuniu.com/icons/faceb.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 0px 5px 5px;
	float: left;
	line-height: 90%;
	padding: 3px 2px 1px 20px!important;padding: 3px 2px 5px 20px;
	font-weight:100
}

#ftHot { margin:0 auto; width:960px; font-size:12px;}
#ftHot ul{margin: 0 0 10px 0;padding: 0;}
#ftHot li{float: left;width: 94px;list-style: none;margin-bottom: 2px;text-align: left;line-height: 120%;}	
