/*** LIST ***/

.oneContest {
	width: 450px;
	margin: 0px 0px 6px 0px;
}

.oneContest .oneContestName {
	height: 20px;
	background-image: url(../images/oneGrayBG.png);
	background-position: 9px 10px;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 23px;
	overflow: hidden;
	margin: 0px 0px 2px 0px;	
	font-weight: bold;
}

.oneContest .oneContestName span {
	font-weight: normal;
}

.oneContest .oneContestName a {
	display: block;
	height: 15px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.oneContest .oneContestPicture {
	width: 210px;
	height: 138px;
	overflow: hidden;
}

.oneContest .oneContestMore {
	height: 20px;
	border-top: 1px dotted #404040;
	padding: 5px 0px 0px 0px;
}

.oneContest .oneContestMore * {
	color: #404040;
	text-decoration: none;
	font-size: 11px;
}

.oneContest .oneContestMore .oneContestMoreDate {
	float: left;
	margin: 0px 0px 0px 10px;
}

.oneContest .oneContestMore .oneContestMoreLink {
	float: right;
	margin: 0px 10px 0px 0px;
}





/*** ONE INFO ***/

.oneContestInfo {
	width: 450px;
}

.oneContestInfo .oneContestInfoName {
	height: 20px;
	background-image: url(../images/oneGrayBG.png);
	background-position: 9px 10px;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 23px;
	overflow: hidden;
	margin: 0px 0px 2px 0px;	
	font-weight: bold;
}

.oneContestInfo .oneContestInfoName span {
	font-weight: normal;
}

.oneContestInfo .oneContestInfoName a {
	display: block;
	height: 15px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.oneContestInfo .oneContestInfoPicture {
	width: 210px;
	height: 138px;
	overflow: hidden;
}
