 /* default & global styles for RIGHTCAR

 	sections:
 	-----------------
 	global page framework
 	two-column effect
 	global font styles
 	search panel (on index & search.html)

 */
#content p {
	font-size: 1.1em;
}

p#Oops{
    font-size: 22px;
	margin-bottom: 10px;
}

p#message{
    font-size: 22px;
	margin-bottom: 20px;
}
#offset{
	position: relative;
	top: 45px;
}

p#button{
	margin-bottom: 100px;
}

#oopsPleaseSearch{
    margin:0px auto 3em;
}

#wraparound{
    width:100%;
    position:relative;
	text-align: center;
}

/*left column promo style*/
div.side-curtain-promo  {
	background-color:#FFFFFF;
	display:block;
	padding-top:0;
}

	
/*
 Wrappers for new header added for subsites
*/
#liner{
	height: 345px
}
#new-header, #content, #footer{
	float: none;
	clear: right;
}

#content {
	background-color: #fff;
	padding:1em 0 2em;
	text-align: left;
	float:left;
	margin:0;
	width:950px;
}

#super-utility-nav ul li a:link, #super-utility-nav ul li a:visited {
	text-decoration:none;
	font-weight: bold;
}

#super-utility-nav ul li a {
	color:#FFFFFF;
	padding:0 8px;
	text-decoration:none;
}
.hiddenStructure {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	display:block;
	height:0;
	margin:0;
	overflow:hidden;
	padding:0;
}
#super-utility-nav {
	float:left;
	height:33px;
	width:950px;
	padding-bottom: 20px
}

#new-body{
	background:#FFFFFF url(../gfx/bg-page.gif) repeat-x scroll 0 0;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	width: 100%
}

#container,#container-2 {
	background:transparent url(../gfx/bg-container.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	margin:0 auto 15px;
	padding:0 20px;
	text-align:left;
	width:950px;
}
#new-head {
	float:left;
	position:relative;
	width:950px;
}
#super-utility-nav ul {
	margin:8px 0 3px;
	padding:0;
}
#super-utility-nav ul li {
	color:#E1E1E1;
	display:inline;
	font-size:1.1em;
	line-height:1;
	list-style-type:none;
	margin:0;
	padding:0;
}



#contentbody p {
	font-size: 1.2em;
}
/* page layout & screen position */

body {
    text-align: center;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808080;
	background-color:#ffffff;
	margin: 0 0 20px 0;
}


/* === Thanks VERY MUCH to http://www.cssplay.co.uk/boxes/minwidth.html === */

/* for all browsers that understand min-width */
.width {width:80%; min-width:760px; margin:0 auto;}

/* the bodge for IE6 browsers */
* html .minwidth {border-left:760px solid #CCC; position:relative; float:left; z-index:1;}
* html .container {margin-left:-760px; position:relative; float:left; z-index:2; text-align:left;}

.b1 {height:1px; font-size:1px; overflow:hidden; display:block; clear: both; background:#aaa; margin:0 5px;}
.b2 {height:1px; font-size:1px; overflow:hidden; display:block; clear: both; background:#fff; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.b3 {height:1px; font-size:1px; overflow:hidden; display:block; clear: both; background:#fff; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.b4 {height:2px; font-size:1px; overflow:hidden; display:block; clear: both; background:#fff; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}


.width {
	border: 0px solid blue;
	padding-top: 10px;
}
.minwidth {
	border: 0px solid red;
}
.container {
}

/* default 2-column layout  - overridden on index.html */

#twocol {
	border: 0px solid red;
	clear: left;
	padding-left: 240px;
	width: auto;
}

#twocol #nav h1 {
	margin: 0;
	padding: .5em;
}

#twocol #left {
	border: 0px solid red;
	float: left;
	left: -240px;
	padding-left: 10px;
	margin-right: -240px;
	position: relative;
	width: 220px;
}

#twocol #rightcol {
	float: left;
	margin-left: -10px;
	text-align: left;
	margin-left:-10px;
	text-align:left;
        width:100%
}

.paging {
	background:#ddeb7c;
	border-top: 1px solid #abc317;
	border-bottom: 1px solid #abc317;
	clear: none;
	float: left;
	padding: 8px 0px 10px 0px;
	text-align: right;
	width: 100%;
}

#twocol h2 {
	padding-top: 20px;
}

*, div, p  {
	margin: 0;
	padding: 0;
}

p,ul,ol,dl, .description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em; /* NEW Sept 05 */
	line-height: 135%;
	color: #333; /* NEW Sept 05 */
	}

dt,li,ol li ul,ul li ul {
	color: #333; /* NEW Sept 05 */
	font-size:100%;
	}

/*ul {
	margin-left:16px;
	}*/

li, dd, dt {
	padding:3px;
	margin:0;
	color: #333; /* NEW Sept 05 */
	}

h1 {
	font-family: Arial, Helvetica, sans-serif; /* NEW Sept 05 */
	font-size: 2.0em; /* NEW Sept 05 */
	font-weight:bold; /* NEW Sept 05 */
	color: #333;
	margin: 0; /* NEW Sept 05 */
	padding: 6px 0 0 0; /* NEW Sept 05 */
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em; /* NEW Sept 05 */
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0; /* NEW Sept 05 */
	padding: 9px 0 0 0; /* NEW Sept 05 */
	}

h3 {
	font-family: Arial, Helvetica, sans-serif; /* NEW Sept 05 */
	font-size: 1.4em; /* NEW Sept 05 */
	font-weight: bold;
	color: #333;
	}

h4  {
	font-family: Arial, Helvetica, sans-serif; /* NEW Sept 05 */
	font-size: 1.3em; /* NEW Sept 05 */
	font-weight: bold;
	color: #333;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif; /* NEW Sept 05 */
	font-size: 1.2em; /* NEW Sept 05 */
	font-weight: bold;
	color: #666;
	}

h6 {
	font-family: Arial, Helvetica, sans-serif; /* NEW Apr 06 */
	font-size: 1.1em; /* NEW Apr 06 */
	font-weight: bold;
	color: #333;
	}

a:link {
	color:#9BB015; /* NEW Sept 05 */
	/*font-weight: bold; *//* NEW Sept 05 */
	/*text-decoration:none;*/ /* NEW Sept 05 */
	}

a:visited {
	color:#999; /* NEW Sept 05 */
	/*font-weight: bold; *//* NEW Sept 05 */
	/*text-decoration:none; *//* NEW Sept 05 */
	}

a:hover {
	color:#9BB015; /* NEW Sept 05 */
	/*font-weight: bold; /* NEW Sept 05 */
	/*text-decoration:underline; /* NEW Sept 05 */
	}

p.navright a:link {
	color:#9BB015; /* NEW Sept 05 */
	/*font-weight: bold; /* NEW Sept 05 */
	/*text-decoration:none; /* NEW Sept 05 */
	}

p.navright a:visited {
	color:#9BB015; /* NEW Sept 05 */
	/*font-weight: bold; /* NEW Sept 05 */
	/*text-decoration:none; /* NEW Sept 05 */
	}

p.navright a:hover {
	color:#9BB015; /* NEW Sept 05 */
/*	font-weight: bold; /* NEW Sept 05 */
/*	text-decoration:underline; /* NEW Sept 05 */
	}

.cleaner { /* NEW Sept 05 */
	clear: both;
	height: 0px;
	font-size: 0.1em;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	}

img {
	border:none;
	}

.none {
	display:none;
}


.left { /* NEW Sept 05 */
	float: left;
}

.right { /* NEW Sept 05 */
	float: right;
	text-align: right;
}
/* generic */
button {
	border: none;
	border: 0px solid red;
	background: transparent;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
button span {
	border: 0px solid blue;
	font-size: .75em;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

p.error {
	font-weight: bold;
	color: red;

}

/* Separator line */

.separator {
	border-top:1px dashed #999;
	color:#9c9c9c;
	margin:0 9px;
	}

/* tables on compare.html & select.html */



table {
	border-collapse: collapse;
}


tr.car {
	background: #FFF;
}

tr.car td {
	border: 1px solid black;
}


.car-image {
	/*text-align: center;*/
}

.removecar {
	float:right;
}

.addcars span {

}

.addcars {
	background:#f1f2d0;
	text-align: center;
	padding: 18px;
}

/* search panel on index.html & search.html */

#vs-searchbox-inner {
	border: 0px solid red;
	width: 210px;
}
#vs-searchbox-inner p {
	padding: 4px 10px 10px 10px;
}

#vs-searchbox-inner .startover {
	background-color: #fff;
	border: none;
	cursor: pointer;
	float: right;
}

#field14 * {display:none;}

#vs-searchbox-inner h5 {
	margin-left: 5px;
}
#vs-searchbox-inner2 {
	border: 0px solid blue;
	background: #eef2cf;
	clear: both;
	padding: 5px 0px 5px 0px;
	position: relative;
	margin-bottom: 0pt;
}
#vs-searchbox-inner2 select option {
	padding-left: 5px;
}
#vs-searchbox-inner2 select#field_15 {
	width: 140px;
}
#search-header {
	margin-top: 10px;
	height: 20px;
}
table#group1 {
	border-bottom: 1px solid #bbca0d;
	width: 100%;
}
table#group1 td.label,
table#group1 td#field14 {
	padding: 0px 10px 0px 10px;
}
table#group1 td.label {
	width: 4.3em;
}
table#group1 select {
	margin: 3px 0px 3px 3px;
}
#vs-searchbox-inner2 label,
#field14 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
}
#label1 label,
#label15 label {
	color: #333;
	font-weight: bold;
}


#field14 {
	height: 3em;
}

#field14 a {
	color: #333;
	padding: 5px 0 5px 30px;
	line-height: 2em;


}

a.more {
	background-image: url("../gfx/more-options.gif");
	background-repeat: no-repeat;
}

a.fewer {
	background-image: url("../gfx/fewer-options.gif");
	background-repeat: no-repeat;
}


#searchbox-description {
	background-image: url("../gfx/right-arrow.gif");
	background-repeat: no-repeat;
	background-position: 10px 15px;
	border: 1px solid #ccc;
	padding: 7px 10px 5px 20px;
	margin-top: 10px;
}
#searchbox-description p {
	padding-bottom: 6px;
}
#submitbuttons button {
	float: right;
	margin: 5px 5px 5px 0px;
	text-align: right;
}
#submitbuttons {
	height: 30px;
}
img#sustainability-logo {
	padding: 20px 20px 20px 37px;
}
span.new {
	font-weight: bold;
	text-transform: uppercase;
}
div.carImage{
	text-align: center;
	padding: 0px 5px 5px 5px;
}
