@charset "utf-8";
/* CSS Document */
#sort {
	position:absolute;
	top:53px;
	right:31px;
	height:19px;
	z-index:15000;
}
#sort div#sortTitle {
	float:left;
	font-size:11px;
	color:#000000;
	padding-right:11px;
}
#sort div.left {
	background-image:url(../images/bg_selectLike_left.png);
	width:9px;
	height:19px;
	float:left;
	background-repeat:no-repeat;
}
#sort div.center {
	background-image:url(../images/bg_selectLike_center.png);
	width:121px;
	height:19px;
	float:left;
	background-repeat:repeat-x;
	color:#000000;
	overflow:hidden;
	font-size:11px;
}
#sort div.right {
	background-image:url(../images/bg_selectLike_right.png);
	width:22px;
	height:19px;
	float:left;
	background-repeat:no-repeat;
}
#sort div#sortSelect {
	position:absolute;
	right:0px;
	top:19px;
	border:solid 1px #DDDDDD;
	border-top:0px;
	width:150px;
	background-color:#FFF;
	padding:5px 0px;
}
#sort div#sortSelect div {
	color:#000000;
	padding:0 10px;
	font-size:11px;
}
#sort div#sortSelect div:hover {
	background-color:#0c2e82;
	color:#fff;
}
#primary div#content div#subtitle {
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding-top:8px;
}
#primary div#content div#during {
	font-size:11px;
	color:#ae0718;
	padding-top:10px;
}
#primary div#content div#contentArea {
	padding-top:13px;
	padding-bottom:50px;
}
.bigBlock {
	width:321px;
	height:259px;
	border:solid 1px #e4e3e3;
	float:left;
	margin-top:15px;
}
.bigBlockLeft {
	margin-right:12px;
}
.bigBlock div.text {
	height:73px;
	border-top:solid 1px #e4e3e3;
	padding:0 9px;
	padding-top:14px;
}
.bigBlock div.text div.during,.smallBlock div.text div.during {
	font-size:11px;
	color:#ae0718;
}
.bigBlock div.text div.newsTitle {
	padding-top:1px;
}
.bigBlock div.text div.newsTitle a {
	font-size:13px;
	color:#727171;
}
.bigBlock div.text div.newsTitle a:hover {
	color:#2cbcff;
}
.smallBlock {
	width:210px;
	height:191px;
	border:solid 1px #e4e3e3;
	float:left;
	margin-top:11px;
	margin-right:11px;
}
.smallBlockLast {
	margin-right:0px;
}
.smallBlock div.text {
	height:70px;
	border-top:solid 1px #e4e3e3;
	padding:10px 9px 0;
}
.smallBlock div.text div.newsTitle {
	padding-top:3px;
}
.smallBlock div.text div.newsTitle a {
	font-size:12px;
	color:#727171;
	line-height:16px;
}
.smallBlock div.text div.newsTitle a:hover {
	color:#2cbcff;
}