@charset "UTF-8";
/* CSS Document */

div.rec_item{
	border:1px solid #EFEFEF;
	padding:5px;
	margin:7px;
	float:left;
	zoom: 100%;
	height:150px;
	*width:92px; /* IE 6 */
	max-width:80px;
	overflow:hidden;
}
div.rec_item:after{
	content: "";	
	display: block; 
	clear: both;
}
.rec_item span.rec_item_handle{
	color:#333333 !important;
	font-size:0.8em;
	
}

div.new_item{
	border:1px solid #EFEFEF;
	padding:5px;
	margin:7px;
	float:left;
	zoom: 100%;
	*width:92px; /* IE 6 */
	max-width:80px;
	height:150px;
	overflow:hidden;
}
div.new_item:after{
	content: "";	
	display: block; 
	clear: both;
}
.new_item span.new_item_handle{
	color:#333333 !important;
	font-size:0.8em;
	
}
div.new_item a{
	width:80px;
}
.main{
	background:#EEEEEE url(../images/top_image_right.jpg) top right no-repeat;
	height:360px;
	width:660px;
	overflow:hidden;
	display: none;
}
.main img{
	border-right:#FFFFFF solid 1px;
	float:left;
}
.main div.main_meta{
	width:160px;
	margin-left:-30px;
	float:left;
	margin-top:50px;
	background: url(../../images/slider_images/transpBlack.png);
	filter:alpha(opacity=50);
	padding:20px 5px 20px 35px;
	border-right:8px solid #333;
}

.main div.main_meta a,
.main div.main_meta a:hover{
	color:#FFFFFF !important ;
}
.main div.main_meta span.label{
	color:#000000;
	font-weight:bold;
}

.main div.button{
	margin:150px 0 0 0;
	text-align:center;
}
.main div.button img{
	float:none;
}
#top_image{
	height:360px;
	width:660px;
	overflow:hidden;
}
#under_bar{
	margin-left:-3px;
}
#under_bar div {
	width:36px;
	float:left;
	margin-left:3px;
	text-align:center;
	vertical-align:middle;
	padding:2px;
}