
.tip{
	position: relative;
	width: 212px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding: 0px;
}

.tip_picture{
	float: left;
	width: 70px;
	height: 100px;
}

.tip_title{
	padding-top: 15px;
	float: left;
	text-align: left;
	width: 120px;
	margin-left: 10px;
	color: #E60007;
}


.tip_title p{
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #E60007 !important;
}

.tip_title a{
	color: #a00;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.tip_readMore{
	position: absolute;
	bottom: 0px;
	right: 5px;
	padding: 10px;
	text-align: right;
}

.tip_readMore a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #b0bc22;
	text-decoration: none;
}
