h3{
	color: #000;
	background-color: #fff;
	font-size: 1em;
	}

p{
	color: #000;
	background-color: #fff;
	font-size: 0.8em;
	}

#box-left{
	float: left;
	width: 320px;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
}
#box-left a{
	color: #8e2220;
	text-decoration: none;
}
#box-left a:hover{
	text-decoration: underline;
}
#box-right{
	float: left;
	width: 320px;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
}
#box-right ul{
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0 0 0 50px;
}
#box-right li{
	clear: both;
	width: 300px;
}
#box-right li a{
	text-decoration: none;
	color: #898989;
	background-color: #fff;
	padding: 0 0 0 7px;
}
#box-right li a:hover{
	text-decoration: none;
	color: #8e2220;
	background-color: #fff;
	background-image: url(../images/square-list.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

ul{
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
li{
	float: left;
	}

.label-link{
	padding: 20px 0 0 5px;
	}
.dealer-label{
	float: left;
	width: 300px;
	height: 56px;
	background-image:url(../images/dealer-label.jpg);
	background-repeat: no-repeat;
	background-position: 60px 0;
	}
#time{
	font-size: 0.7em;
	color: #999;
	background-color: #fff;
	}
#lists{
	float: left;
	width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	}
#lists ul{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	width: 700px;
	}
#lists li{
	clear: both;
	width: 700px;
	}

#lists a{
	color: #000;
	background-color: #fff;
	text-decoration: none;
	padding: 0 0 0 7px;
	font-size: 0.9em;
	}

#lists a:hover{
	color: #000;
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/square-list.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	}
	
#extra_text{
	float: left;
	width: 700px;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	}
	
#extra_text p{
	clear: both;
	color: #282c30;
	background-color: #ffffff;
	margin:0 0 15px 0;
}
#extra_text p a{
	text-decoration: none;
	color: #8b0707;
	background-color: #fff;
}
#extra_text p a:hover{
	text-decoration: underline;
}

	
.red-colour{
	color: #8e2220;
	background-color: #fff;
	}
	
.text_small{
	font-size: 100%;
}