@charset "UTF-8";


/* ****************************************************
Title: event.css
Created: 2009/8/13
Last Modified: 2009/8/13
***************************************************** */

.itemTit {
	font-weight: bold;
	color: #6a3a0d;
	font-size: 1.2em;
	width: 400px;
	padding-bottom: 20px;
	float: left;
}

.pp_img {
	float:right;
	margin-right:10px;
	height: 20px;
	width: 60px;
}

.area {
	float: right;
	background: url(../event/img/area_bg.jpg) no-repeat;
	height: 20px;
	width: 60px;
	padding: 3px 10px 0 0;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.itemDetail {
	padding-top: 0px;
}

.eventEnd .itemTit {
	color: #999999;
}

.eventEnd .area {
	background-image: url(../event/img/area_bg_end.gif);
}

.eventEnd  table {
	color: #999999;
}

.eventEnd .end {
	color: #cc6666;
}

#detaDetail .mapLink {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

