
.head{
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	background-color:#87C0F0;
}

	.head A{
		color:#FFFFFF;
		font-weight:bold;
	}

.odd{
	font-size:11px;
	text-align:left;
	background-color:#FFFFFF;
}

	.odd TD{
		border-bottom:1px solid #87C0F0;
	}

.even{
	font-size:11px;
	text-align:left;
	background-color:#F1F9FF;
}

	.even TD{
		border-bottom:1px solid #87C0F0;
	}

/*-----------------------------------*/

#dealerView{
}

	#dealerView P{
		margin-top:0px;
	}

	#dealerView UL{
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
	}

	#dealerView .photo{
		height:158px;
		background-color:#E5F3FF;
		font-size:0px;
		text-align:center;
		margin-bottom:5px;
		overflow:hidden;
	}

	#dealerView .smallPhoto{
		margin-right:2px;
		margin-bottom:2px;
	}

/*-----------------------------------*/

.pagination{
	width:100%;
	margin-top:10px;
	padding-top:5px;
	text-align:center;
	border-top:1px dotted #87C0F0;
}

	.pagination .previous{
		float:left;
		width:90px;
		text-align:left;
	}

	.pagination .center{
		width:426px;
		float:left;
		margin-left:51px;
	}
	
	.pagination .next{
		float:right;
		width:90px;
		text-align:right;
	}