@charset "utf-8";
/* CSS Document */
#car-d-Wrapper
{
	width:570px;
	float:left;
}
#car-d-Img
{
	float:left;
}
#car-d-Name
{
	width:570px;
	color:#FFF3BF;
	font-size:2em;
	margin-top:15px;
	padding-bottom:15px;
	float:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff3bf;
}
#car-d-ThumbNails
{
	width:153px;
	float:right;
}
#car-d-ThumbNails img
{
	margin-bottom:5px;
}
#car-d-Details
{
	width:570px;
	margin-top:15px;
	float:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff3bf;
	padding-bottom:13px;
}
#car-d-Details ul
{
	float:left;
	width:383px;
	padding:0;
	margin:0;
	font-size:1.4em;
	color:#FFF3BF;
	list-style:none;
}
#car-d-Content
{
	float:left;
	margin-top:13px;
}
#car-d-Content a
{
	color:#FFF3BF;
	text-decoration:none;
}
#car-d-Content p
{
	color:#FFF3BF;
	font-size:1.4em;
	margin-bottom:10px;
}
#active-d-links
{
	float:right;
	width:183px;
}
#quick-links
{
	margin-top:10px;
	float:left;
}
#quick-links .img-button-bg
{
	float:left;
	margin-right:10px;
}
.car-d-link
{
	text-decoration:none;
	display:block;
	width: 100%;
    height: 100%;
	padding-top:25px;
	text-align:center;
	color:#fff !important;
	font-size:1.5em;
	font-weight:bold;
}
.img-button-bg
{
	display:block;
	width:187px;
	height:75px;
	overflow:hidden;
	background-image: url(../images/img-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:2px;
	margin-bottom:5px;
}
.img-button-bgHome
{
	display:block;
	width:187px;
	height:35px;
	overflow:hidden;
	background-image: url(../images/homeLink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:2px;
	margin-bottom:0px;
}