@charset "utf-8";

div.FCKEditor {
margin: 0 -4px 0 0px; /* the editor border needs space for its border, padding and scroll bars (on right) */
}

.spur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/***************** PAGE LAYOUT - START ***********************/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 9pt  sans-serif,"Century Gothic",Geneva, Arial, Helvetica;
	background-color: #96DB61;/*EDFEB9;*/
	color: #005200;
}

#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #ff9;
	text-align: left;
	background-image:url(/cms_gg/style/image/SPUR_background.gif);
	background-repeat:repeat-y;
	border:solid 1px #006837;
} 
 
#header { 
	padding: 0; 
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#sidebar1 {
	float: left; 
	width: 180px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffff99;
	/*background-image:url(/cms_gg/style/image/SPUR_menu_middle.jpg);
	background-repeat:repeat-y;*/
}
#mainContent {
	float: right; 
	width: 755px;
	/*margin: 0 0 0 190px;*/ 
	padding: 0px 5px 5px 5px; 
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
} 

#footer { 
	padding:0px 10px 0px 10px; 
	height: 69px;
	background-image:url(/cms_gg/style/image/SPUR_footer.jpg);
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.hidden {position:absolute; left:-888em;}

/***************** PAGE LAYOUT - END ***********************/



/***************** FONTS AND COLOUR - START *****************/

/*Remove margin that IE seems to put around forms*/
form { padding: 0px; margin:0; }


a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #006600;
}

img
{
border:#005200 thin solid;
}
img.noborder
{
border:0;
}

hr {
    border: 0;  
    border-bottom: 1px solid #999999;
	height: 1px;
	margin:5px 0 5px 0;
	}

p {
	font-size: 9pt;
	/*color: #007500;*/
	font-weight: normal;
	line-height: 150%;
	/*	margin-bottom: 0;*/
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
	}

h1 {
	font-size: 14pt;
	color: #005400;
	font-weight: bold;
	letter-spacing:0.1em;
	line-height: 120%;
	text-align:left;
	margin:5px 0 10px 0;
	width:100%;
	border-bottom: #999999 thin solid;
}

h2 {
	font-size: 13pt;
	color: #005400;
	font-weight: bold;
	letter-spacing:0.1em;
	line-height: 150%;
	margin-bottom: 0;
}

h3 {
	font-size: 12pt;
	color: #005400;
	font-weight: bold;
	letter-spacing:0.1em;
}

h4 {
	font-size: 11pt;
	color: #005400;
	font-weight: bold;
	letter-spacing:0.1em;
}

h5 {
	font-size: 10pt;
	color: #005400;
	font-weight: bold;
	letter-spacing:0.1em;
}

h6 {
	font-size: 10pt;
	color: #005400;
	font-weight: bold;
	letter-spacing:0.1em;
}



.GG_Text_Large {font-size: 11pt;}
.GG_Text_Normal {font-size: 9pt;}
.GG_Text_Small {font-size: 7pt;}

.GG_Text_Red {color:#FF0000;}
.GG_Text_Green {color:#04BF00;}
.GG_Text_Blue {color:#0099FF;}
.GG_Text_Yellow {color:#FFFF00;}
.GG_Text_Background_Red { background-color:#FF0000;}
.GG_Text_Background_Green {	background-color:#00FF00;}
.GG_Text_Background_Peach {	background-color:#FF9966;}
.GG_Text_Background_red {	background-color:#00CCFF;}
.GG_Text_Background_Yellow {background-color:#FFFF00;}

/************** FONTS AND COLOUR - END ******************/

#skip {
 margin: 0;
 padding: 0;
 padding-bottom:2px;
 float: right;
 list-style-type: none;
}
#skip li a{
padding: 0 0.5em 0 0.5em;
background-color:#A2E3Ea;
border:#FFFFFF thin solid;
}
#skip li.sys a {
background-color:#FFCC66;
}
#skip li {
 display: inline;
padding: 0 0.25em 2px 0.5em;
}

/**************************/

#data_ver {
 margin: 0;
 padding: 0;
 padding-bottom:2px;
 float: right;
 list-style-type: none;
}
#data_ver li a{
padding: 0 0.5em 0 0.5em;
/*background-color:#A2E3Ea;*/
border:#FFFFFF thin solid;
	color:#999999;
}

#data_ver li.published a{
	border:#FFFFFF 1px solid;
	}
#data_ver li.draft a{
	border:#990000 1px solid;
	}
#data_ver li.backup a{
	border:#000000 1px solid;
	}

#data_ver li a.highlight {
	color:#000000;
background-color:#FFCC66;
}
#data_ver li {
 display: inline;
padding: 0 0.25em 2px 0.5em;
}

div.draft {
	padding: 2px;
	margin: 8px -4px 0 0;
	border:1px solid #990000;
	}
	
div.published {
	padding: 2px;
	margin: 8px -4px 0 0;
	border:1px solid #FFFFFF;
	}
	
div.backup {
	padding: 2px;
	margin: 8px -4px 0 0;
	border:1px solid #000000;
	}
/**************************/

div.thumbnail { float:left; border:#FFFFFF thin solid; padding:8px; margin:10px 5px 10px 5px;}
div.thumbnail img { border:none; }
div.thumbnail p {text-align:center; margin-bottom:5px; padding:0; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 18px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pdf_icon {background:url(/userfiles/images/icons/pdficon_large.gif) no-repeat left; padding:20px 0px 20px 50px; margin:5px;}
.link_icon {background:url(/userfiles/images/icons/link_icon.gif) no-repeat left; padding:20px 0px 20px 50px; margin:5px;}
/*******************************************************/

/************************/
/*PAGE HEADER			*/
/************************/
div#SPUR_header
{
float:left;
width:960px;
height:151px;
background-image:url(/cms_gg/style/image/SPUR_header.jpg);
background-repeat:no-repeat;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
/*clear:both;*/
}

/************************/
/*PAGE HEADER	END		*/
/************************/


/*************************/
/*MAIN NAIVGATION		 */
/*************************/

div.nav_bottom
{
height:7px;
background-color: #ffff99;
border-bottom: 1px solid #005400;
border-right: 1px solid #005400;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border-left:5px solid #ffff99;
clear:both;
}


.nav_item
{
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border-left:5px solid #ffff99;
clear:both;
	line-height: 200%;
	font-size:9pt;
	font-weight:bold;
}


.nav11
{
	font-size:12pt;	
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	list-style-type:none;
	border-right: 1px solid #005400;
}

.nav11 h3 {
	padding: 0;
	margin:0;
	color: #005400;
	background-color: #ffffff;
	padding: 5px 0 5px 0;
	margin:0px 0 0 0;
	border-top: 1px solid #005400;
	border-bottom: 1px solid #005400;
	}

.nav11 li a
{
	display:block;
	text-decoration:none;
	color:#005400;
	width: 169px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px dashed #005400;
}

.nav11 li a:visited
{
	color:#005400;
}
.nav11 li a:hover
{
	background: #FFFFFF;
	color:#12a336;
}

.nav11 li
{
	display:inline;
}

.nav11 li a#nav_current
{
color:#000000;
background-color:#fff600;
margin-left: -5px;
border-right:#fff600 solid 5px;		/*To show current nav if colour disabled on browser*/
border-left:#fff600 solid 5px;		/*To show current nav if colour disabled on browser*/
}
/*************************/
/*MAIN NAIVGATION	END	 */
/*************************/



/***************************/
/*NAV_EDIT NAVIGATION START*/
/***************************/

div.nav_edit
	{
	font-size:10pt;	
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	list-style-type:none;
	float:left;
	line-height:140%;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	}
	


div.nav_edit a:hover
{
	background: #FFFFFF;
	color:#000000;
}

div.nav_edit a.nav_edit_current
{
color:#000000;
background-color:#fff600;
border-right:#fff600 solid 5px;		/*To show current nav if colour disabled on browser*/
text-decoration:none;
}



/***************************/
/*NAV_EDIT NAVIGATION   END*/
/***************************/

.spur_list {
	float: right;
	width: 720px;
	border: 1px solid #006000;
	margin: 0px 10px 6px 0px;
	background-color: #ffffff;
}

.spur_list_thm {
	float: left;
	width: 128px;
	height: 90px;
}
.spur_list_thm img {
	border: 0; 
}

.spur_list_model {
	float: left;
	width: 383px;
	height: 30px;
	position: relative;
	padding-left: 4px;
	border-bottom: 1px solid #000000;
	background-color: #ffff99;
	border-left: 1px solid #000000;
}
.spur_list_model a:link,
.spur_list_model a:visited,
.spur_list_model a:active
	{
	font-size:11pt;
	text-decoration: underline;
	color: #005400;
	}

.spur_list_details {
	float: left;
	width: 580px;
	height: 29px;
	position: relative;
	padding-left: 4px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	padding-top:5px;
}

.spur_list_mileage {
	float: left;
	width: 84px;
	height: 30px;
	position: relative;
	padding-left: 0px;
	border-bottom: 1px solid #000000;
	background-color: #ffff99; 
}

.spur_list_mileage p {	
	text-align:right;
}

.spur_list_price {
	float: right;
	width: 120px;
	height: 30px;
	position: relative;
	padding-left: 0px;
	border-bottom: 1px solid #000000;
	background-color: #ffff99;
}
.spur_list_price p {	
	text-align:right;
	padding-right:8px;
}

.spur_detail_section_top {
	float: right;
	width: 750px;
	/*heigth: 440px;*/
	/*border: 1px solid #006000;*/
	margin: 0px 0px 2px 0px;
	background-color: #ffff99;
	border: 1px solid #005400;
	
}

.spur_detail_section_thm {
	float: left;
	width: 240px;
	/*height: 420px;*/
}
.spur_detail_section_thm img {
	border: 0; 
	padding: 7px;
}

.spur_detail_section_lrg {
	float: right;
	width: 510px;
	/*height: 420px;*/
	/*position: relative;*/
	/*padding-left: 50px;*/
}

.spur_detail_section_lrg img {
	border: 0; 
	padding: 9px;
}
