/* Common
-----------------------------------------------------------------------------*/
#leftContent {
	padding: 10px 25px 0 5px;
}



/* Find a Dealer
-----------------------------------------------------------------------------*/
#map {
	width: 450px;
	height: 300px;
	float: left;
	background: #ffffff url(/_media/images/utility/dealer_img.jpg) no-repeat top left;
	border: 1px solid #cccccc;
}
#searchUS {
	background: url(/_media/images/common/dottedline.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#searchCanada {
	background: url(/_media/images/common/dottedline.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#searchFields {
	float: right;
	width: 265px;
	margin: 0px;
	font-size: 11px;
}
#searchFields h4{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #75889C;
}
#searchFields td{
	padding: 0 10px 5px 0;
}
#searchFields input.textfield{
	width: 60px;
}
#searchFields select{
	font-size: 11px;
}
#searchFields .searchbutton{
	text-align: left;
	padding: 5px 15px 0 0;
}

#resultsTable {
	margin: 15px 0 0 0;
}

#dealerList th {
	border: 1px solid #000000;
	color: #ffffff;
	background: #444444;
	text-align: left;
	padding: 3px 10px;
}
#dealerList th.location {
	width: 100px;
}
#dealerList th.services {
	width: 200px;
}
#dealerList td {
	border: 1px solid #000000;
	padding: 5px 10px;
}



/* Media Page
-----------------------------------------------------------------------------*/
#mediaPage #mainContent {
	padding-right: 25px;
	background: #ffffff url(/_media/images/common/lvl2_bg.gif) repeat-x top left;
}
#mediaPage #mainContent h2{
	margin: 0px; 
	padding: 20px 0 20px 0px;
}
#mediaPage h3 {
	padding: 0px;
	margin: 0 0 10px 15px;
	color: #75889C;
}
#mediaPage .dottedline {
	background: url(/_media/images/common/dottedline.gif) repeat-x bottom left;
	margin-bottom: 15px;
}
#mediaPage #docTable td {
	width: 225px;
	text-align: center;
}
#mediaPage #docTable td img {
	margin-bottom: 7px;
}