﻿.searchItem 
{
	float: left;
}

.input
{
	width: 80px;
	margin-right: 10px;
	float: left;
}

.searchString 
{
	font-size: 11px;
	font-family: Tahoma;
	margin-top: 10px;
}

.searchCriteria 
{
	background-color: #000000;
	padding: 10px;
}

.foundItem 
{
	cursor: pointer;
	padding: 5px;
	border-bottom: 2px solid #333333;
	margin-bottom: 2px;
	height: 90px;
	overflow: hidden;
	color: #333333;
	background-color: #FFFFFF;
	background-position: bottom;
	background-image: url(http://media.carfolks.com/images/founditem_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.over 
{
	color: #FFFFFF;
	background-image: url(http://media.carfolks.com/images/founditem_bg_over.png);
	background-color: #003399;
}

.searchStar 
{
	width: 35px;
	height: 35px;
}

.makes 
{
	margin-top: 3px;
	position: relative;
}

.dealerInfo
{
	float: left;
}

.makeLogo 
{
	height: 40px;
	width: auto;
	margin-right: 5px;
}

.employeeName
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.dealerName 
{
	font-family: Tahoma;
	font-size: 18px;
}

.dealerNameSmall
{
	font-family: Tahoma;
	font-size: 11px;
}

li 
{
	margin-bottom: 10px;
}

.employeePic 
{
	margin-right: 7px;
	border: 1px solid #333333;
	width: 70px;
	height: 70px;
	float: left;
}

.resultCount 
{
	background-color: #003366;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.searchIntroHeader 
{
	border: 2px solid #333333;
	width: 526px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
	background-color: #003366; 
	padding: 10px
}

.searchIntroDontShow 
{
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	float: right;
}

.searchIntroInner 
{
	font-family: Tahoma;
	border: 2px solid #333333;
	border-bottom: none;
	border-top: none;
	padding: 25px 10px 10px 10px;
	background-color: #476dac;
	background-image: url(http://media.carfolks.com/images/popup_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.searchIntroClose 
{
	color: #FFFFFF;
	cursor: pointer;	
}

.closeOver 
{
	color: #333333;
}

li 
{
	color: #FFFF00;
}

.searchIntro 
{
	z-index: 100;
	font-size: 12px;
	font-family: Tahoma;
	color: #FFFFFF;
	width: 550px;
	position: absolute;
	left: 150px;
	top: 155px;
	opacity: 0;
	display: none;
}

.primaryContent 
{
	padding: 0;
	margin-left: 8px;
	margin-right: 8px;
	min-height: 488px;
	background-color: #001433;
	background-image: url(http://media.carfolks.com/images/blue_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

