@charset "UTF-8";
/* CSS Document */

/*----- Specials Links -----*/

h3.specials {
	display: block;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}

#specials_links a:link, #specials_links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#specials_links a:hover {
	color: #CC0000;
}

#specials_wrapper {
	display: block;
	margin: 15px 0 0 20px;
	padding: 15px 0 0 0;
	width: 420px;
	border-top: 1px dashed #900000;
}

#specials_wrapper a:link, #specials_wrapper a:visited {
	display: block;
	float: left;
	background: url(http://images.ebizautos.com/sites/11144/customimages/specials_btns.png) top no-repeat;
	width: 380px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 7px 0 0 20px;
	clear: both;
}

#specials_wrapper a:hover {
	background-position: bottom;
}

#specials_wrapper a p {
	margin: 0px;
	padding: 10px 0 0 10px;
}