/*
	Style sheet for Motoring in West Berkshire
	Last updated: 21/06/2007
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 100%;
	text-align: left;
	font-size: 80%; 
	}
	
	#wrapper {
	margin:0;
	padding: 0;
	width: 768px;	 
	background-color: #fff;
	text-align: left;
	border-right: solid 1px #ccc;
	}
	
	#header {
	height: 130px;
	background-image: url('/media/header_bar.gif'); 
	background-repeat: repeat-x; 
	text-align: right;
	vertical-align: top;
	}
	
	#banner {
	padding: 0 70px 0 10px;
	vertical-align:top;
	}
	
	#sidenavigation {
	width: 180px;
	text-align:left;
	padding: 10px 0 20px 7px;
	vertical-align:top;
	}
	
 	#sidenavigationnews {
	width: 180px;
	text-align:left;
	padding: 10px 0 20px 5px;
	vertical-align:top;
	}
	
	#maincontent {
	width: 370px;
	padding: 10px 5px 20px 3px;
	vertical-align:top;
	}
	
	#rightnavigation {
	padding: 10px 0 20px 0;
	vertical-align:top;
	}
	
	#footer {
	padding: 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}
	
	#leftfooter {
	width: 176px;
	background: #ccc;
	font-size:90%;
	padding: 0 5px 0 5px; 
	}

	#stages {
	background-image: url('/media/pixel.gif'); 
	background-repeat: repeat-x; 
	height:44px;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #af2c29;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}

#sidenavigationnews li {
	padding-bottom:3px;
	list-style-type: decimal;
	}
	
#footer p {
	padding:5px;
	color: #807f83;
	text-align: left;
	font-size: 85%;
	}
	
#leftfooter p {
	color: #fff;
	}
	
#banner p {
	color: #807f83;
	}

.small{
	font-size:85%;
	}

.detailtitles{
	text-transform: uppercase;
	color: #af2c29;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 85%;
	}
.grey{
background-color:#959ca1;
}

.darkred{
background-color:#af2c29;
}
.darkblue{
background-color:#152f64;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #af2c29;
	background: transparent;
	cursor:pointer;
    }

a:hover {
    text-decoration: none;
	color: #af2c29;
	background-color: none;
    }
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #807f83;
	}

#footer a:hover {	
	text-decoration:underline;
	padding:1px;
	color: #807f83;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}
	


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Small Table */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

	.smalltable {
	width: 180px;
	margin: 0 0 10px 0;
	font-size: 85%;
	}
	
	.smalltable th {
	background-color: #af2c29;
	background-image: url('/media/180_top_curve.gif'); 
	background-repeat: no-repeat; 
	background-position: top left;
	color: #fff;
	padding: 2px 5px 2px 5px;
	}
	
	.smalltable td {
	background-color: #ccc;
	padding: 5px;
	}
	
	.smalltable a:link {
	color: #000; 
	text-decoration:none;
	}
	
	.smalltable a:visited { 
	color: #000;
	text-decoration:none;
	} 

	.smalltable a:hover{
	color: #000;
	text-decoration:underline;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  550px Table */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

	.table550 {
	width: 550px;
	margin: 0 0 10px 0;
	font-size: 95%;
	border-bottom: solid 1px #af2c29;
	background-image: url('/media/550_border.gif'); 
	background-repeat: repeat-y; 
	}
	
	.table550 th {
	background-color: #af2c29;
	background-image: url('/media/550_top_curve.gif'); 
	background-repeat: no-repeat; 
	background-position: top left;
	color: #fff;
	padding: 2px 5px 2px 5px;
	}

	.table550 td {
	padding: 2px 5px 2px 5px;
	}
	

	.table550 a:link {
	color: #af2c29; 
	text-decoration:underline;
	}
	
	.table550 a:visited { 
	color: #af2c29;
	text-decoration:underline;
	} 

	.table550 a:hover{
	color: #000;
	text-decoration:none;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  370px Table */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

	.table370 {
	width: 360px;
	margin: 0 0 10px 0;
	font-size: 95%;
	border-bottom: solid 1px #af2c29;
	background-image: url('/media/360_border.gif'); 
	background-repeat: repeat-y; 
	}
	
	.table370 th {
	background-color: #af2c29;
	background-image: url('/media/360_top_curve.gif'); 
	background-repeat: no-repeat; 
	background-position: top left;
	color: #fff;
	padding: 2px 5px 2px 5px;
	}

	.table370 td {
	padding: 2px 5px 2px 5px;
	}
	

	.table370 a:link {
	color: #af2c29; 
	text-decoration:underline;
	}
	
	.table370 a:visited { 
	color: #af2c29;
	text-decoration:underline;
	} 

	.table370 a:hover{
	color: #000;
	text-decoration:none;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */





/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Large Table */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

	.largetable {
	width: 370px;
	margin: 0 0 10px 0;
	font-size: 95%;
	border-bottom: solid 1px #af2c29;
	background-image: url('/media/370_border.gif'); 
	background-repeat: repeat-y; 
	}
	
	.largetable th {
	background-color: #af2c29;
	background-image: url('/media/370_top_curve.gif'); 
	background-repeat: no-repeat; 
	background-position: top left;
	color: #fff;
	padding: 2px 5px 2px 5px;
	}

	.largetable td {
	padding: 2px 5px 2px 5px;
	}
	

	.largetable a:link {
	color: #af2c29; 
	text-decoration:underline;
	}
	
	.largetable a:visited { 
	color: #af2c29;
	text-decoration:underline;
	} 

	.largetable a:hover{
	color: #000;
	text-decoration:none;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Selling Table */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

	.sellingtable {
	margin: 0 0 0 10px;
	font-size: 95%;
	width: 516px; 
	padding: 0; 
	text-align:left;
	}
	

	.sellingtable td {
	background: #e6e6e6;
	font-size: 130%;
	vertical-align:middle;
	}
	
	.sellingtablespace {
	padding: 0 0 0 20px; 
	}
	
	.textpadding {
	padding: 10px;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

	.searchbox {
	background-color: #fff;
	color: #808083;
	}
	
	.searchbox option {
	background-color: #fff;
	color: #808083;
	}

	img {
		border: none;
		}

	.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		


	.hide {
		height: 0;
		width: 0;
		overflow: hidden;
		position: absolute;  /* for the benefit of IE5 Mac */
		}

	.hidden {
	display:none;	
	}

	hr {
		border: 0;  
		border-bottom: 1px solid #ccc;
		height: 1px;
		margin-top: 1ex;
		}

	.hiddenclear {
		clear: both;
		color: #fff; 
		font-size: 0; 
		margin: 0;
		visibility: hidden; 
		}

	.floatleft {
		float:left;
		margin-right: 5px;
		}

	.floatleftb {
		float:left;
		margin-right: 5px;
		border:solid 1px #99cccc;
		}

	.floatright {
		float:right;
		margin-left: 5px;
		}

	.floatrightb {
		float:right;
		margin-left: 5px;
		border:solid 1px #99cccc;
		}

	.center {  
		text-align: center;
		}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/*  RightNav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


.rightnav{
	width:172px;
	padding: 0;
	margin: 0;
	color: #333333;
	}		

.rightnav li{
	list-style: none;
	margin: 0 0 0 0;
	border-bottom: 1px #ccc solid;
	text-align: left;
	padding: 0;
	}

.rightnav li a {
	display: block;
	padding: 5px 5px 5px 10px; 
	text-decoration: none;
	}

.rightnav li a:link {
	color: #333333; 
	}
.rightnav li a:visited { 
	color: #333333;
	} 

.rightnav li a:hover{
	color: #fff;
	background: #cccccc;
	background-image: url('/media/right_nav_curve.gif'); 
	background-repeat: no-repeat; 
	background-position: left;
	}

.rightnav li.sub {
	color: #af2c29;
    font-size:90%;
	list-style: circle;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	}

.rightnav li.sub a {
	color: #af2c29;
	}
	
.rightnav li.sub a:hover{
	color: #fff;
	background: #cccccc;
	background-image: none; 
	background-repeat: no-repeat; 
	background-position: left;
	}

