
/* ----------------------------------------------
   doj-sub-consumers-autos.css
   
   this page defines the additional style exclusive to consumers.
   
   ---------------------------------------------- */

/* - sidebar overide exisiting width - */
div#mainContent div.secondaryContent				
{								/* main-design */
	float:				right;
	width:				225px;  /*180px*/
	margin-top:			-1em;    /*-2em*/ 
	margin-left:		2em;   /*2em*/
	margin-bottom:		2em;    /*2em*/
	padding:			0px;    /*0px*/
	background:         #eaeaea;
	/*border:             1px solid #999999; */
}

div#mainContent a.buycars
{
	background-image:	url(../images/autodealers2.jpg);
	position: 			relative;
	border:  			4px solid #FFFFFF;
	color:				#000000;
	font-size: 			1.6em;
	font-weight: 		bold;
	text-decoration:	underline;
	display: 			block;
	padding: 			0em;
	margin: 			0em;
	margin-right: 		.2em;
	margin-left:		.5em;
	width: 				250px;
	height: 			238px;
	float: 				right;
}
div#mainContent a.buycars:hover 
{
	border:  			4px solid #005F88; /*#000080;*/
	color:				#005F88; /*#000080;*/
	font-weight: 		bold;
	text-decoration:	underline;
}
div#mainContent a.buycars span
{
	position: 			absolute;
	padding-left: 		.2em;
	padding-top:        160px;
}
