@import "index.css";
.campaign {
	padding: 10px 16px 0px 16px;
	clear: both;
}
.campaign_detail .title{
	font: 700 14pt/30px Arial;
}
.campaign_detail .images{
	float: left;
	margin: 0px 10px 10px 0px;
	width: 250px;
	height: 156px;
}
.campaign_detail .images img{
	width: 246px;
	height: 152px;
	margin: 1px;
	border: 1px solid #333;
}
.campaign_detail .spot{
	height: 168px;
	overflow: hidden;
}
.campaign_detail .short_content{
	font: 700 8.5pt/24px Tahoma;
}
.campaign_detail .price{
	font: 700 12pt/18px Tahoma;
	color: #6666FF
}
.campaign_detail_other{
	clear: both;
	margin: 4px 10px 10px 10px;
	width: 442px;
}
.campaign_detail_other .item {
	background: url(../images/other_news_arrow.png) 0px 8px no-repeat;
}
.campaign_detail_other .item a{
	color: #737373;
	font: 100 8pt/20px Tahoma;
	padding-left: 14px;
}