@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------
Featured Boats
------------------------------------------------------------------*/

#b_wrapper
{
	float: left;
	width: 420px;
}

.b_row
{
	float: left;
	width: 420px;
	padding: 5px;
	height: 100px;
}


.b_image
{
	float:left;
	width: 140px;
	height: 120px;
	border:none;
	padding-right: 6px;
}
	
.clear
{
	clear:both;
}	


.b_title
{
		float:left;
		width:200px;
}

.b_title a
{
		font-family:	Arial, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:		0.8em;
		font-weight:bold;
		text-decoration:none;
}

.b_title a:hover
{
		color:#0066FF;
		text-decoration:underline;
}

img		
{
		margin:	0px;
		border: none;
}

.b_desc
{
		float:left;
		font-family:	Arial, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:		0.70em;
		width:220px;
}

.b_link
{
		float:left;
		margin-bottom: 30px;
		width:210px;
}

.b_link a
{
		font-family:	Arial, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:		0.7em;
		font-weight:bold;
		text-decoration:none;
}

.b_link a:hover
{
		color:#0066FF;
		text-decoration:underline;
}

.b_price
{
	float:right;
	width: 50px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:	0.7em;
	margin-bottom: 50px;
			font-weight:bold;
	
}