﻿.popItem {
	padding:10px;
	margin:5px 0px;
	border:1px dotted #CCCCCC;
	display:block;
	width:320px;
	}
	
.popItem img {
	border:1px solid #FFFFFF;
	padding:2px;
	}
	
.popItem a {
	text-decoration:none;
	}
	
.popItem a:link, .popItem a:visited {
	color:#CC0000;
	}
	
.popItem a:hover {
	color:#0066CC;
	}
	
.popItem img:hover {
	border:1px solid #CC0000;
	}

.popItem .popItemImage {
	float:left;
	width:202px;
	padding:10px;
	
}

.popItem .popItemDescription {
	width:130px;
	padding-left:210px;
	font-size:10px;
	padding-top:10px;
	}

.popItem .popItemTitle {
	font-weight:bold;
	font-size:14px;
	clear:both;
	}
	

.dealerMenu
{
	background-image: url(/images/dealerMenuBGtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:153px; 
	margin-right:2px;
	padding-right:2px;
}

.dealerMenu a:link 
{
	color:#FF0000 !important;
}
.dealerMenu a:visited
{
	color:Red;
}
.dealerMenu a:hover
{
	color:Red;
}

h3 
{
	color:#666666;
	font-size:12px;
	margin:0px;
}

.formdivider 
{
	background-color:#DDDDDD;
	padding:2px 2px 2px 10px;
	margin-top:20px;
	margin-bottom:5px;
}