.Detail{background-image: url(http://www.cartango.com/images/Buttons/search_viewdetail.gif);background-repeat: no-repeat;width: 118px;height: 48px;cursor: hand;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}
.Favorites2
{
	background-image: url(http://www.cartango.com/images/Buttons/search_appraise.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 48px;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.InviteDealer2
{
	background-image: url(http://www.cartango.com/images/Buttons/search_autoloan.gif);
	background-repeat: no-repeat;
	width: 151px;
	height: 48px;
	cursor: hand;
		border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/*******New Toolbar********/
ul.nav_bar
{
	width: 644px; 
	height: 32px;
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
	color: rgb(74,78,117); 
	font-family: 'Lucida Bright', Times, serif; 
	letter-spacing: 2px; 
	font-size: 13px; 
	text-align: left; 
	line-height: 30px; 
	font-weight: bold;
}
.nav_bar li
{
	display: inline;
	position: relative;
}
.nav_bar li a, .nav_bar li a:visited
{
	padding: 8px 12px;
	color: rgb(74,78,117);
	text-decoration: none;
	position: relative;
}
.nav_bar li a:hover
{
	background: rgb(0,65,120);
	color: white;
}
.nav_bar li ul
{
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 200px;
	display: block;
	background: #d5e0e6;
	color: #2e4d5c;
	border: 1px solid #2e4d5c;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
}
.nav_bar li:hover ul
{
	visibility: visible;
}
.nav_bar li ul li
{
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 2px 10px;
	border-bottom: 1px solid white;
}
.nav_bar li ul li:hover
{
	background: rgb(0,65,120);
	color: white;
}
.nav_bar li ul li a
{
	background: transparent;
	text-decoration: none;
}
.nav_bar li ul a:hover
{
	background: transparent;
	text-decoration: underline;
}

/*************Reviews**********/
.all_reviews
{
	margin: 10px;
	border: 1px solid #BC4B16;
	padding: 5px;
	list-style-type: none;
}
.all_reviews li
{
	height: 140px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.all_reviews .main_img
{
	float: left;
	height: 130px;
	width: 173px;
	margin-right: 5px;
}
.all_reviews li .title
{
	color: #BC4B16;
	font-size: 20px;
	width: 550px;
	text-transform: capitalize;
}
.all_reviews li .description
{
	color: #6fa628;
	font-size: 14px;
	width: 550px;
	height: 70px;
}
.all_reviews li .score
{
	position: absolute;
	top: 0px;
	right: 5px;
	padding-top: 10px;
	width: 100px;
	height: 130px;
	background: url('Images/score_bg.gif') no-repeat;
	color: white;
	font-size: 50px;
	text-align: center;
	z-index: 100;
}
.all_reviews li .full_review
{
	position: absolute;
	left: 230px;
	bottom: 10px;
	width: 181px;
	height: 29px;
	z-index: 100;
}