 /* index.html of RIGHTCAR

 	sections:
 	-----------------
 	LHS styles
 	centre styles
 	RHS styles
 	three-column effect

 */

/* LHS styles */

/* center styles */

/* RHS styles */
div.button-group {
	padding-top: 18px;
	text-align: center;
}
div.button-group img {
	margin: 0 auto;
	margin-bottom: 6px;
}
img#sustainability-logo {
	left: -5px;
	padding: 15px 0px 0px 0px;
	position: relative;
}

p.introduction {
	padding-bottom: 20px;
}
#rightcol h2 {
	padding-top: 20px;
}
table.ratings {
	border: 0px solid red;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
}
table.ratings td {
	border-bottom: 7px solid #fff;
}
.ratings img {
	float: left;
	padding: 0px 0px 0px 0px;
}
.ratings p {
	padding: 0px 10px 0px 10px;
}
/* rating colours */
.fuel {
	background-color: #dceaf3;
}
.safety {
	background: #fff1d6;
}
.pollutants {
	background: #ccede2;
	width: 100%;
}

.ratingdescription {
	background: #f7f7f7;
	margin-top: 10px;
	border: 1px solid #d5d5d5;
	width: auto;
}
.ratingdescription p {
	padding: 0 5px 5px 5px;
}
.ratingdescription h4 {
	background-image: url("../gfx/ratedesc.jpg");
	color: #FFF;
	margin:0;
	padding: 3px 0px 3px 4px;
	position: relative;
	text-align: left;
}
div.ratingdescription img#six-star-line {
	padding: 10px 40px;
}
div.ratingdescription p.action {
	background-image: url("../gfx/right-arrow.gif");
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left: 15px;
	position: relative;
}

/* three-column effect */

#right-wrapper {
	border: 0px solid red;
	clear: left;
	float: left;
	padding-left: 5px;
	padding-right: 210px;
	width: auto;
}
#right-wrapper #inner-right {
	border: 0px solid blue;
	float: left;
	margin-right: -215px;
	padding: 1em 0px 0px 15px;
	position: relative;
	width: 190px;
}
#right-wrapper #inner-left {
	border: 0px solid green;
	float: left;
	text-align: justify;
	width: 100%;
}
#right-wrapper #inner-left.howsafe H2 {

    text-align:left;
}

#right-wrapper #inner-left.howsafe LI {

    margin-left: 15px;
}

.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%;
}

#right-wrapper h2 {
	padding-top: 20px;
}

/* make-up */



/* Navigation objects */

#logo_home {
	float:left;
}







.paging {
	background:#ddeb7c;
	border-top: 1px solid #abc317;
	border-bottom: 1px solid #abc317;
	text-align: right;
	height: 14px;
	padding: 8px;

}

.compareheader {
	background:#f1f2d0;
	/*height: 200px;*/
	float: left;
	padding: 10px;
}

.compareheader h2 {
	padding-top: 0;
}

#recentlist {
	float:right;
	text-align: right;
}
#recentform{
	display:inline;
}

.comparison {

}

.comparison .headings  th {
	background:#f1f2d0;

}
.comparison  table {
	border-collapse: collapse;
}

.comparison  td {
	vertical-align: top;
	border: 1px solid black;
}

.car-image {
	/*text-align: center;*/
}

.removecar {
	float:right;
}

.addcars span {
	background: url("../gfx/addbg.gif");
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;

}

.addcars {
	background:#f1f2d0;
	text-align: center;
	padding: 20px;
}

#submitbuttons button {
	margin-bottom: 0px;
}

.centretile {
	display:block;
	margin-top:18px;
	}