﻿#uc_main_deals
{
	font-size:12px;
	font-weight:bold;
	
	color:#0065B4;
	position:relative;
	margin-right:-20px;
	
	/*padding-bottom:3px; /*fix IE7 padding collapse bug*/
	margin-bottom:10px;
	/*overflow:auto;*/
	
	width:554px;
}
#uc_main_deals h2
{
	font-size:14px;
	margin-bottom:10px;
	text-align:left;
}
#uc_main_deals img
{
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:4px;
	margin-bottom:-6px; /*ie6 fix to stop extra whitespace at bottom of deal*/
	width:80px;
	height:80px;
}
#uc_main_deals .deal
{
	height:94px;
	width:265px;
	float:left;
	margin-right:8px;
	position:relative;
	
	/*make the 10px gap work in ie5.5 and ie7*/
	/*ie5.5 doesn't do padding correctly, and ie7 has a margin collapsing bug (ie6 is ok)*/
	padding-bottom:10px !important;
	padding-bottom:0px;
	
	margin-bottom:0px !important;
	margin-bottom:10px;
}

#uc_main_deals .deal .deallist
{
	position:absolute;
	left:90px;
	top:40px;	
}
#uc_main_deals .boardtype
{
	width:100px;
	display:block;
	float:left;
	text-decoration:none;	
	cursor: hand;
}
#uc_main_deals .fromprice
{
	display:block;
	float:left;
	color:red;
	cursor: hand;
}
#uc_main_deals a .fromprice
{
	text-decoration:underline;	
}
#uc_main_deals a:hover .fromprice
{
	text-decoration:none;	
}

/*for drop shadow effect*/
#uc_main_deals .container 
{
	background-color:White;
	border:solid 1px #666;	
	height:90px;
	width:260px;
	z-index:0; /*2*/
	position:absolute;
	top:0px;
}
#uc_main_deals .dropshadow 
{
	height:95px;
	width:265px;
	z-index:0;
	background: transparent  url(../images/bigshadow2.gif) no-repeat bottom right;
	
	position:absolute;
	top:2px;
	left:2px;
}
