#body div.panel {
	width: 490px;
	background: transparent url(../img/layout/panel_upper_bg.gif) top no-repeat;
	overflow: auto;
	float: left;
}
#body div.panel div.content {
	background: transparent url(../img/layout/panel_lower_bg.png) bottom no-repeat;
	/* Add this to ie6.css */
	margin-top: 10px;
	padding: 10px 0px 10px 16px;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}

#body div.panel div.content h1 {
	font-size:  20px;
	font-weight: normal;
	color:  #fff;
	margin: 0px;
}
#body div.panel div.content p {
	color:  #fff;
	font-size:  13px;
}
#body div.panel div.content h1 em, #body div.panel div.content p span {
	color: #00a0a2;
	font-style: normal;
}


#body div.panel div.content ul {
	display: block;
	width:  200px;
	color:  #fff;
	float:  left;
	padding-left:  15px;
	margin-left: 5px;
	margin-right:  10px;
	list-style-type: square;
}
#body div.panel div.content ul li.link {
	margin-top:  1.2em;
}
#body div.panel div.content ul li.link a {
	color:  #ffb400;
}
/*
#body div.panel div.content p {
	width: 190px;
	margin: 16px 0px 0px 10px;
	color: #fff;
	line-height: 1.5em;
}
#body div.panel div.content a.stock {
	display: block;
	text-decoration: none;
	color: #ffb400;
	font-weight: bold;
	padding-left: 12px;
	background: transparent url(../img/bullets/orange-triangle.gif) left center no-repeat;
	margin: 5px 0px 0px 10px;
}
*/

#body div.upcoming {
	width: 210px;
	margin-left: 23px;
	float: left;								
}

#bikes {
	padding: 25px;
	overflow: auto;
}
#bikes div.bike {
	float: left;
	width: 230px;
	margin-left: 15px;
}
#bikes div.bike.first {
	margin-left: 0px;
}
#bikes div.bike div.image {
	width: 218px;
	height: 148px;
	background-image: url(../img/layout/bike-frame_bg.gif);
	padding: 6px;
	margin-bottom: 15px;
}
#bikes div.bike a.name {
	display: block;
	width: 136px;
	margin-left: 2px;
	float: left;
	color: #000;
	text-decoration: none;
}
#bikes div.bike a.more {
	display: block;
	float: left;
	width: 88px;
	margin-right: 2px;
	color: #ffb400;
	text-decoration: none;		
	font-weight: bold;
	text-align: right;		
}
			
#body div.upcoming h2 {
	font-size: 18px;
	color: #000;
	margin: 0px;
}

#body div.upcoming ul {
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
#body div.upcoming ul a {
	display: block;
	width: 210px;
	padding-top: 4px;
	height: 14px;
	text-decoration: none;
	color: #0094c2;
	font-weight: bold;
	background: transparent url(../img/bullets/info.gif) center right no-repeat;
}

#body div.upcoming p {
	font-weight: bold;
	font-size: 12px;
}
#body div.upcoming p a {
	color:  #000;
	text-decoration: none;
}
#body div.upcoming p a.map {
	color:  #ffb400;
}
