.tips {
	color:#fff;
	width:229px;
}
.main_bg .tips .tips_title {
	background:url(images/tip_header.png) no-repeat;
}
.tips .tips_title {
	font-style:italic;
	font-size:16px;
	background:url(images/tip_header2.png) no-repeat;
	height:20px;
	padding-top:43px;
	padding-left:15px;
}
.tips  a:hover {
	text-decoration:none;
}

.tips .tips_content {
	background:url(images/tip_bg.png) left top;
	padding-left:29px;
	padding-right:14px;
	min-height:31px;
	height:auto !important;
	height:31px;
	padding-top:10px;
	padding-bottom:5px;
}
.tips .tips_content .tip_name {
	color:#31b934;
	font-size:14px;
	
}
.tips .tips_content div {
	color:#fff;
	font-size:12px;
}
.tips .tips_more_block {
	background:url(images/tip_footer.png) no-repeat;
	height:26px;
	text-align:right;
	padding-right:14px;
	padding-top:5px;
}