/* 
	Title:Best Price Express 
	Date:14.02.2009
*/
/*-----------------------------------Start right
*/
#right{
	float:right;
	width:730px;
	padding-top:15px;
	position:relative;
	
}
.heading{
	font-size:21px;
	color:#1C2E5D;
	padding:0 0 12px 18px;
}
.carPicture{
	position:absolute;
	top:25px;
	left:440px;
}
.text{
	color:#646464;
	line-height:20px;
	width:378px;
	display:block;
	padding:0 0 0 19px;
}
.boxArea{
	background:url(../images/research_images/rightboxtop.gif) no-repeat top;
	padding-top:13px;
	width:716px;
	margin:23px 0 0 7px;
}
.boxArea div{
	background:url(../images/research_images/rightboxbtm.gif) no-repeat bottom;
	padding-bottom:9px;
	width:716px;
}
.boxArea dl{
	background:url(../images/research_images/rightboxbg.gif) repeat-y right;
	overflow:hidden;
	width:702px;
	padding-left:14px;
}
.boxArea dl dd{
	width:329px;
	height:97px;
	margin:0 7px 6px 0;
	display:block;
	float:left;
	padding-right:10px;
	background:#fff;
	border:1px solid #E2E2E2;
}
.boxArea dl dd img{
	float:left;
	padding:10px 0 0 18px;
}
.boxArea dl dd .car{
	padding:0;
}
.boxArea dl dd h2{
	width:170px;
	float:right;
	font-size:15px;
	padding-top:8px;
	color:#111F43;
}
.boxArea dl dd p{
	width:170px;
	color:#646464;
	float:right;
}
.boxArea dl dd a{
	clear:both;
	display:block;
	color:#2B89D2;
	text-decoration:underline;
	background:url(../images/research_images/linkbullet.gif) no-repeat right ;
	float:left;
	font-weight:bold;
	font-size:11px;
	padding-right:15px;
}
.boxArea dl dd a.apic{
background:none;
color:#FFFFFF;
}
.boxArea dl dd .coming{
	color:#BB000E;
	background:none;
	text-decoration:none;
}
.boxArea dl dd a:hover{
	text-decoration:none;
	color:#2B89D2;
}
.bottomArea{
	padding-top:8px;
	margin-top:10px;
	width:716px;
	float:left;
	background-image: url(../images/research_images/bottombox/toppart.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomArea div{
	padding-bottom:8px;
	width:716px;
	background-image: url(../images/research_images/bottombox/bottompart.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottomArea dl dt{
	margin-bottom:10px;
	font-size:16px;
	text-align:left;
	margin-top:2px;
	font-weight:bold;
}
.bottomArea dl{
	width:716px;
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 15px;
	background-image: url(../images/research_images/bottombox/bottombg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomArea dl dd{
	line-height:12px;
	background:url(../images/boxbullet.gif) no-repeat left;
	float:left;
	width:108px;
	padding-left:10px;
}
.bottomArea dl dd.nobullet{

	background:none;
	float:left;
	width:108px;
	padding-left:10px;

}
.bottomArea dl dd a{
	color:#2b89d2;
	font-size:11px;
	text-decoration:underline;
}
.bottomArea dl dd a.nocolor{

	font-size:11px;
	text-decoration:none;
}

.bottomArea dl dd a:hover{
	color:#9fbd3b;
	text-decoration:none;
}
