#weekly_specials
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 250px;
	margin-left: 30px;
	margin-top: 0px;
	background: #f79239;
	font-weight: bold;
	z-index: 200;
	font-size: 11px;
}
#weekly_specials .imageButton
{
	padding: 0px;
	margin: 0px;
}
#weekly_specials .crop
{
	height: 167px;
	width: 250px;
	overflow: hidden;
}
#weekly_specials .boat
{
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	width: 100%;
	height: 188px;
}
#weekly_specials .boat .info
{
	position: absolute;
	top: 0;
	left: 0;
	color: #0055a5;
	text-transform: uppercase;
	z-index: 103;
}
#weekly_specials .title
{
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 20px;
	color: #fff;
	z-index: 200;
	padding-bottom: 5px;
}
#weekly_specials .name
{
	width: 135px;
	margin-left: 10px;
}
#weekly_specials .year
{
	width: 20px;
}
#weekly_specials .price
{
	width: 75px;
	text-align: right;
	margin-right: 10px;
}

#weekly_specials .moreinfo
{
	width: 220px;
	height: 167px;
	background: url(images/dropout.png) top right;
	font-size: 10px;
	position: absolute;
	color: #FFFFFF;
	top: 0px;
	left: 50px;
	z-index: 100;
}
#weekly_specials .moreinfo table
{
	margin: 18px;
	width: 190px;
}

#weekly_specials .popupMenu {
	position: absolute;
	visibility: hidden;	
}

.popup
{
	width: 210px;
	height: 167px;
	background: url(images/dropout.png) top right;
	font-size: 10px;
	color: #FFFFFF;	
	position: absolute;
	top: 0px;
	left: 250px;
	z-index: 101;
	padding-left: 15px;
}