/* Default CSS Stylesheet for a new Web Application project */

HTML
{
	background-color:#ffffff;
	margin:0;
	border:0;
	padding:0;
}

A:link	{	
	text-decoration:	none;
	color: #084908;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #084908;
	}	
		
A:active	{	
	text-decoration:	none;
	color: #084908;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #084908;
	}

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
BODY
{
	background-color:transparent;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
    width:760px;
    position:absolute;
    margin:0;
    padding: 0 10px 10px 10px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:0;
	margin-bottom:10px;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

IMG 	{
	margin:0;
	border:0;
	}

OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

P, TD P
{
	margin-top:8px;
	margin-bottom:5px;
}

SELECT, INPUT
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
}

SMALL	{	
	font-size:	.7em;
	}	

TABLE
{
	margin-top:0;
}

TD
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    padding:0;
    vertical-align:top;
}

td h4, #detailText td h4
{
	margin-top:0;
}

td h5
{
	margin-top: 15px;
}

TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	top;
    FONT-SIZE: 11px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	}	

TR
{
	vertical-align:top;
}


UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
.backgroundColour3
{
	background-color: #084908;
}
	
.block
{
	display:block;
}

.border
{
	border-style:solid;
	border-width:1px;
}

.borderColour1
{
	border-color:White;
}

.borderColour2
{
	border-color:Black;
}

.carItem
{
	width:234px;
/*	width:200px;*/
	height:51px;
}

.carNavigator
{
	width:68px;
}

.carSummary
{
	padding: 6px 10px 6px 10px;
/*	width:112px;*/
	width:146px;
}

.detailThumb, .detailThumbL, .detailThumbR
{
	width: 80px;
	height: 60px;
	margin: 10px;
}

.dkBack
{
	background-color: #1B0C55;
}

.floatLeft
{
	float:left;
}

.floatNone
{
	float:none;
}

.floatRight
{
	float:right;
}

.foregroundColour3
{
	color: #084908;
}

.foregroundColour4
{
	color:#e7e700;
}

.headerBlock
{
	font-weight:bold;
}

.headerBlock A:link	{	
	text-decoration:	none;
	color:white;
	}	
		
.headerBlock A:visited	{	
	text-decoration:	none;
	color:white;
	}	
		
.headerBlock A:active	{	
	text-decoration:	none;
	color:white;
	}	
		
.headerBlock A:hover	{	
	text-decoration:	underline;
	color:white;
	}

.LinkLink
{
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
}

.ltBack
{
	background-color: #CDE6F6;
}

.mediumPhoto
{
	width:308px;
	height:231px;
}

.marginBottom
{
	margin-bottom:10px;
}

.marginBottomRight
{
	margin-bottom:10px;
	margin-right:10px;
}

.marginLeft
{
	margin-left:10px;
}

.marginRight
{
	margin-right:10px;
}

.marginTop
{
	margin-top:10px;
}

.marginTopLeft
{
	margin-top:10px;
	margin-left:10px;
}

.smallPhoto
{
	width:68px;
	height:51px;
}

.medBack
{
	background-color: #1B0069;
}

.MenuGroup td, .MenuItem td, .MenuItemOver td
{
	padding:2px;
}

.MenuGroup
{
	padding:0;
	color:#FFF;
  background-color:#1B0069;
  border:1;
  border-style:solid;
  border-color:#000;
  margin:0;
}

.minor
{
	color: #999999;
	font-size:10px;
}

.pad
{
	padding:10px;
}

.pageWidth
{
	width:760px;
}

.revText
{
	color: #FFF;
}

.TopMenuGroup
{
	padding:0;
	color:#FFF;
  background-color:#1B0069;
  border:0;
  border-style:solid;
  border-color:#000;
  margin:0;
}

.TopMenuItem, .MenuItem 
{
	color:#FFF;
  background-color:#1B0069; 
  border:0;
  border-style:solid;
  border-color:#000;
	padding:0;
  cursor:hand;
  margin:0;
}

.TopMenuItem, .TopMenuItemOver
{
	border-right: solid 1px #FFF;
	line-height:11px;
	padding:0;
}

.TopMenuItemOver, .MenuItemOver 
{
	color:#FFF;
  background-color:#1B0069; 
  text-decoration: underline; 
  border:0;
  border-style:solid;
  border-color:#000;
	padding:0;
  cursor:hand;
  margin:0;
}

table#page
{
	width:100%;
	height:510px;
	text-align:left;
	background-color:#FFF;
	padding:0;
}


#buySell
{
	width:400px;
	border:#1b0c55 1px solid;
	margin-top:10px;
}

#CarList
{
	margin-top:0;
	margin-bottom:0;
}

#CarList td
{
	padding: 3px;
	vertical-align:middle;
}

#detailImages
{
	background-color: #92C9EB;
}

#detailImages td
{
	width:100px;
}

#detailText td
{
	padding-top:2px;
	padding-bottom:1px;
}

#detailText td h4
{
	margin-top:0;
	margin-bottom:4px;
}

#header
{
	background-color:transparent;
	height:112px;
	margin-bottom:20px;
}

#header, HTML
{
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}

#linkList h5
{
	margin-bottom:0;
}

#linkList p
{
	margin-top:6px;
	margin-bottom:6px;
}

#logo
{
	margin-left:0;
	display:inline;
}

#menu
{
	margin-top:10px;
	margin-bottom:10px;
}

#menu, #location
{
	width:480px;
	margin-left:6px;
	display:inline;
}

#rblSortOrder input
{
	margin-left:15px;
}


