@charset "utf-8";
/* CSS Document */

.hotnews{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	width:500px;
	height:250px;
	background:url(BlueFlicker.jpg) no-repeat;
	position:relative;
}
.review_image{
	width:200px;
	height:180px;
	background-repeat:no-repeat;
	position:absolute;
	top:35px;
	left:8px;
	margin:0;
	padding:0;
}

.review_image h4 a{
	display:block;
	text-indent:-9999px;
	width:200px;
	height:180px;
}

.review_intro{
	width:280px;
	height:180px;
	position:absolute;
	top:34px;
	left:212px;
	margin:0;
	padding:0;
	vertical-align:top;
	overflow:hidden;
}
.review_title {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#eee;
	margin-right:5px;
	border:none;
}

.review_title a{
	text-align:right;
	text-decoration:none;
	color:#eee;
}

.review_title a:hover{
	color:#FC4;
}

.review_intro_body {
	text-align:justify;
	font-size:8px;
	color:#eee;
	margin:5px;
}

.review_intro_body p{
	text-align:right;
}

.review_intro_body a{
	text-decoration:none;
	color:#eee;
	font-weight:bold;
}

.review_intro_body a:hover{
	color:#FC4;
}

.buttons{
width:290px;
float:right;
margin-top:212px;
*margin-top:226px; /* IE 7 Hack */
padding: 2px 2px 0px 0px;
}

.buttons ul, .buttons li{
list-style:none;
padding-right: 4px;
float:right;
position:relative;
}


.buttons li a {
	font-family: Verdana,tahoma,sans-serif;
	display: block;
	font-size: 10px;
	background: url(btn-bg.gif) no-repeat left top;
	margin: 0;
	width: 20px;
	height: 15px;
	text-align: center;
	color:#ffffff;
}
.buttons ul li a.current {
	color: #FC4;
}
