/* CSS Document */

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:link { color: #006600; }
A:visited {color: #006600; }
A:active { color: #006600; }
/**A:hover { color: #006600; }**/

#header
{
	padding-left: 6px;
	padding-bottom: 3px;
	background-color: #ffffcc;
	width: 800px;
}

#container
{

}

#container TD#leftNav
{
	padding-left: 3px;
	background-color: #ffffcc;
}

#container TD#content
{
	 width: 640px;
	 padding-left:20px;
}

#container TD#contentPrint
{
	 width: 775px;
	 padding-left:20px;
}

#container TD#content DIV#text
{
	font-size:12px;
	padding-right:100px;
	text-align:justify;
}


#container TD#content DIV#breadcrumb
{
	 font-size: 9px;
	 padding-bottom: 15px;
}

#container TD#content DIV#homepage_box
{
	border: 2px solid #CCCC33; 
	padding: 0px 0px;
	margin-top: 17px; 
	margin-left:7px;
	width: 620px;
}

#footer
{
	padding-top: 23px;
	font-size: 9px;
}

.img
{
	border:1px solid #006600;
}

#listTable 
{
	margin-top:5px;
	border: 1px solid black;
}
#listTable TD { padding-bottom: 3px; border-top: 1px solid black; text-align:left;}
#listTable TH { padding-bottom: 3px; background-color: #ffffcc; text-align:left; }
#listTable TR.header
{
	font-size:14px;
	font-weight:bolder;
}
.error {color:red;font-weight:bold;}

.storeFront
{
	color: #FFFFFF;
	background-color: #006633;
	text-align: center;
	padding: 2px 2px;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 14px;
	width:400px;
}

DIV.bookCover
{
	float:left;
	width:90px;
}

DIV.bookDesc
{
	float:left;
	width:345px;
}

DIV.carPic
{
	float:left;
	width:110px;
}

DIV.carInfo
{
	float:left;
	width:400px;
}

DIV.captionBox
{
	padding:2px 2px;
	border: 1px solid #006600;
	float: right; 
	margin: 5px 10px;
	font-size:9px;
	text-align:center;
}


DIV.formSection
{
	border: 1px solid #006633;
	width: 625px;
}

DIV.formSection DIV.sectionTitle
{
	background-color: #006633;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
}

DIV.formSection DIV.sectionContent
{
	padding: 4px 4px;
	font-size: 10px;
}

DIV.formSection DIV.sectionContent INPUT.date
{
	width: 70px;
}

DIV.formSection DIV.sectionDivider
{
	height:1px;background-color:#006633;
}

TABLE#insuranceTable
{
	font-size: 10px;
	text-align:center;
}

TABLE#insuranceTable TD.highlight
{
	background-color: #CCCCCC;
}

TABLE#insuranceTable TD.highlightBold
{
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight:bold;
	
}

TABLE#insuranceTable TD.boldCol
{
	font-size: 12px;
	font-weight:bold;
}