body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff !important;
	font-size: 12;
	font-family: verdana;
	background-image:url('/images/mobile/bkg.jpg');
	background-repeat:repeat-xy;
	
}

h1 {
	font-size:18px;
	margin-top:0px;
	color:#ededed;
	width:75%;
	

}

a, a:visited, a:active {
	font-family: verdana;
	color: #e46700;	
	text-decoration:none;
}

a:hover {
 	 text-decoration:underline;
}

a.headerLink:link, a.headerLink:visited, a.headerLink:active
{
	font-family: verdana;
	color: #cccccc;	
	text-decoration:none;
}

a.headerLink:hover {
 	color: #e46700;
  
}

.dealerName {
	font-size:24px;
	font-weight:bolder;
	font-family:verdana;
	color:#ffffff;
}

.dealerAddress {
	font-size:12px;
	font-family:verdna;
	color:#ffffff;
}
.homeBox {
	font-size:9px;
	color:#ffffff;
	width:161px;
	height:43px;
	background-image:url('/images/mobile/homebox.jpg');
	background-repeat:no-repeat;
}

a.Directions {
	background-image: url('/images/mobile/directionsBtn.jpg');	
	background-repeat:no-repeat;
	width:201px;
	height:43px;
	display:block;
}
a.NewSearch {
	background-image: url('/images/mobile/searchNewBtn.jpg');	
	background-repeat:no-repeat;
	width:201px;
	height:43px;
	display:block;
}
a.UsedSearch {
	background-image: url('/images/mobile/searchUsedBtn.jpg');	
	background-repeat:no-repeat;
	width:201px;
	height:43px;
	display:block;	
}
a.Service {
	background-image: url('/images/mobile/serviceBtn.jpg');	
	background-repeat:no-repeat;
	width:201px;
	height:43px;
	display:block;	
}

.corners_topLeft {
	background-image: url('/images/mobile/topLeft_corner.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#333333;
	width:8px;
	height:8px;
	display:block;
}
.corners_topRight {
	background-image: url('/images/mobile/topRight_corner.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#333333;
	width:8px;
	height:8px;
	display:block;
}
.corners_bottomLeft {
	background-image: url('/images/mobile/bottomLeft_corner.jpg');
	background-repeat:no-repeat;
	background-color:#333333;
	background-position:bottom left;
	width:8px;
	height:8px;
	display:block;
}
.corners_bottomRight {
	background-image: url('/images/mobile/bottomRight_corner.jpg');
	background-repeat:no-repeat;
	background-color:#333333;
	background-position:bottom right;
	width:8px;
	height:8px;
	display:block;
}


.mainBox {
	background-color:#333333 !important;
	
}


.footer {
	font-size:10px;
	text-align:center;
}

.searchUsedRow {
	
	border-bottom:1px solid #999999;
}

.searchUsedCell {
	height:32px;
	width:50px;
}