/* CSS Document */

/* FresnoBee.com Cars Section */

<!--
/* background gradient applied to tables */
#topStories .tableborderblue {
	border: 1px solid #cccce6;
	background-image: url(http://media.centredaily.com/static/images/cars/bgrepeat_buy.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

/* title bar at the top of each table */
#topStories .tableheaders {
	background-color: #ebeff5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7f93c6;
}

/* padding for the cars.com zip code fields */
#topStories .inputfield {
	margin-top: 2px;
	margin-bottom: 6px;
}

#topStories .gobutton {
	width: 25px;
	margin-top: 2px;
	margin-bottom: 6px;	
}

/* ==Start: Link Styles== */
#topStories a {
	color: #0E4887;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#topStories a:hover {
	text-decoration: underline;
}

#topStories a.dealerspecials {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #FF0000;
}

/* ==End: Link Styles== */

/* input field titles */
#topStories .inputlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

/* verticle line to separate table columns */
#topStories .verticaldivider {
	background-image: url(http://media.centredaily.com/static/images/cars/verticaldivider.gif);
	background-repeat: no-repeat;
	background-position: left;	
	
}

/* buy new, buy used, place an online ad */
#topStories .paneltitles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
}

#topStories .regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

#topStories .smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}

/*body {
	margin: 0px;
	padding: 0px;
}*/
-->