@charset "utf-8";
/* News Module CSS*/

.newsmodule {
	width:330px;
}

.newsmodule .item {
	margin:0px 17px 0px 22px;
	padding:6px 0px;
	border-bottom:2px dashed #00AEEF;
	border-top:2px dashed #00AEFF;
	margin-top:-2px;
	font:16px Helvetica, Arial, Geneva, Sans-Serif;
	text-transform:uppercase;
	position:relative;
	height:64px;
	color:#636466;
	width:291px;
}

.newsmodule .item a {
	color:#636466;
	text-decoration:none;
}

.newsmodule .item:hover {
	margin:0px;
	padding:6px 15px 6px 20px;
	background-color:#D1D3D4;
	border:2px dashed #636466;
	z-index:100;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top:-2px;
	cursor:pointer;
}

.newsmodule .item .meta {
	position:absolute;
	text-align:right;
	bottom:4px;
	margin-left:185px;
	z-index:101;	
}

*:first-child+html .newsmodule .item .meta {
	margin-left:0px;
	right:0px;
}

.newsmodule .item p {
	margin:0px;
	padding:0px;
}

.newsmodule .item .title {
	float:left;
	font-weight:bold;
}

.newsmodule .item .meta .time {
	color:#6ACFF6;
	font-size:13px;
}

.newsmodule .item .meta .comments {
	color:#231F20;
	font-size:11px;
}

.newsmodule .meta .comments a {
	color:#231F20;
}

.newsmodule #free-press-title {
	margin-left:20px;
}

.newsmodule .itemswrapper {
	height:392px;
	overflow:hidden;
	position:relative;
}

.newsmodule .items {
	padding-top:2px;
	margin:0;
	position:relative;
}

*:first-child+html .newsmodule .items {
	padding-top:0px;
}

.newsmodule .up, .newsmodule .down {
	width:68px;
	height:29px;
	cursor:pointer;
	float:left;
	margin-top:25px;
}

.newsmodule .up {
	background-image:url('/images/newsmodule/up.png');
	margin-left:14px;
}

.newsmodule .down {
	background-image:url('/images/newsmodule/down.png');
	margin-left:167px;
}

.newsmodule .up:hover {
	background-image:url('/images/newsmodule/up-hover.png');
}

.newsmodule .down:hover {
	background-image:url('/images/newsmodule/down-hover.png');
}