@charset "utf-8";

#top_tips,
#second_tips {
	background: #E7E4C9;
}

#top_tips {
	width: 350px;
	height: 380px;
	margin: 0 0 20px;
	padding: 0px 0px 20px;
}
#second_tips {
	padding: 0 15px 10px;
	margin-bottom: 20px;
}
#second_tips li {
	list-style: none;
	margin-bottom: 3px;
	font-size: 14px;
}


.tips_title {
	height: 52px;
	background: url(../images/top_tips_bg.jpg) no-repeat 0px 0px;
}



#top_tips .tips_title h3 {
	padding: 12px 0 0 35px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: -1px;
}
#side_bar .tips_title h3 {
	padding: 12px 0 0 35px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
}
.tips_title h3 a:link,
.tips_title h3 a:visited,
.tips_title h3 a:hover,
#top_tips h4 a:link,
#top_tips h4 a:visited,
#top_tips h4 a:hover {
	color: #FFF;
}


#top_tips h4 {
	margin: 0 0 5px;
	padding: 2px 6px;
	background: #5C5B50;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#top_tips ul {
	margin: 0 0px 15px 10px;
}

#top_tips li {
	list-style: none;
	margin-bottom: 3px;
}

#top_tips li a,
#second_tips li a {
	padding-left: 8px;
	background: url(../images/total_icon.gif) no-repeat 0px 0.5em;
	color: #363636;
}



#top_tips .scrollbox {
	position: relative;
	height: 310px;
	overflow: hidden;
}

#top_tips .scrollbox .container {
	position: relative;
	top: 0;
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
}

#top_tips .scrollbox .content {
	clear: both;
}



#top_tips .dragger_container {
	position: relative;
	float: left;
	width: 0px;
	height: 310px;
	margin: 0px 0 0 25px;
	border-right: 1px solid #DDD;
	border-left: 1px solid #999;
}

#top_tips .dragger {
	position: absolute;
	width: 7px;
	height: 40px;
	margin-left: -4px;
	background: #E5AA31;
	overflow: hidden;
	cursor: pointer;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#top_tips .dragger_pressed {
	position: absolute;
	width: 8px;
	height: 40px;
	margin-left: -4px;
	background: #F0B921;
	overflow: hidden;
	cursor: pointer;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.tips_pagetitle {
	padding: 7px 10px 5px;
	background: url(../images/tips_title_bg.jpg) no-repeat left bottom;
	margin-bottom: 20px;
	border-bottom: 5px solid #D78613;
}
#center_contents div.tips_pagetitle h3 {
	color: #FFF!important;
	padding: 2px 0 2px 30px;
	background: url(../images/tips_title_bg_icon.jpg) no-repeat left center;
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0;
}
#tips #center_contents p {
	margin-bottom: 20px;
	line-height: 1.5;
}
.tips_top_list dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
.tips_top_list dt a {
	padding-left: 10px;
	background: url(../images/arrow_tolink_1.gif) no-repeat left center;
}
	
.tips_top_list dd {
	font-size: 12px;
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}	