/***********************************************/
/* British Car Sales                           */
/***********************************************/

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #333333 url(../images/sidebar.png) 0 0 repeat-y fixed;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0066FF;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #7a3256;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #000033;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000033;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000033;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #0099CC;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

form {
background-color: #F4F4F4;
padding: 5px;
margin: 10px;
border-color: #000000;
width: 95%;
}

label
{
width: 10em;
float: left;
color: #7a3256;
font-variant:small-caps;
text-align: left;
margin-right: 0.5em;
display: block;
font-variant:small-caps;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input
{
color: #7a3256;
border: 1px solid #000000;
}

textarea
{
color: #000000;
border: 1px solid #000000
}

fieldset
{
border: 1px solid #D7D7D7;
width: auto;
padding: 2px 6px;
}

legend
{
color: #7a3256;
background: #D7D7D7;
border: 1px solid #D7D7D7;
padding: 2px 6px;
font-variant:small-caps;
}

table
{
margin-left:auto; margin-right:auto;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: groove;
border-color: #333333;
width: 90%;
}

th
{
padding: 5px 5px 5px 5px;
border-style: groove;
border-color: #CCCCCC;
background-color: #999999;
font-variant:small-caps;
}

td
{
border-width: 1px 1px 1px 1px;
padding: 5px 5px 5px 5px;
border-style: groove;
border-color: #CCCCCC;
background-color: #EEEEEE;
}

/** Form Buttons **/


#submit-yes {
  width: 24px;
  height: 16px;
  padding: 16px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(../images/icons/post16_h.gif) no-repeat center top;
  overflow: hidden;
}

#submit-no {
  width: 24px;
  height: 16px;
  padding: 16px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(../images/icons/cancel16_h.gif) no-repeat center top;
  overflow: hidden;
}

#submit-refresh {
  width: 24px;
  height: 16px;
  padding: 16px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/icons/refresh16_h.gif) no-repeat center top;
  overflow: hidden;
}

/** Header **/

#masthead{
	padding: 10px 0px 10px 0px;
	border-bottom: 10px solid #000000;
	border-top: 10px solid #000000;
	width: 100%;
	background-color: #333333;
}

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/** Footer **/

#siteInfo{
	text-align:center;
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/** Menu **/

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
	background: transparent url(../images/sidebar-blue.png) 0 0 no-repeat fixed;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #000000;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	background: transparent url(../images/sidebar-blue.png) 0 0 no-repeat fixed;
}

#sectionLinks a:hover{
	color: #000099;
	background: transparent url(../images/sidebar-light.png) 0 0 no-repeat fixed;
}

/** Content **/

#content{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
  	width: 80%;
}

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	background: #CCCCCC;
	border-style: groove;
	border-width:thin;
	overflow: auto;
}

.feature img {
	margin-left:: 5px;
	margin-right: 5px;
	border: none;
}

.photo { width: 135px; float: left; padding: 10px; }
.photo img { width: 135px; height: 101px; }
.photo a img { border: 1px solid #5f8c9f; padding: 0px; margin: 0px; }
.photo a:hover img { border: 1px solid #990000; }
.photo p { text-align: center; }

.photo_sold { width: 135px; float: left; padding: 10px; }
.photo_sold img { width: 135px; height: 101px; background-color: #FF0000;  opacity: 0.5; filter: alpha(opacity=50); }
.photo_sold a img { border: 1px solid #FF0000; padding: 0px; margin: 0px; }
.photo_sold a:hover img { border: 1px solid #FF0000; }
.photo_sold a {color: #FF0000;}
.photo_sold p { text-align: center; }

.photo_under_offer { width: 135px; float: left; padding: 10px; }
.photo_under_offer img { width: 135px; height: 101px; }
.photo_under_offer a img { border: 1px solid #FF6600; padding: 0px; margin: 0px; }
.photo_under_offer a:hover img { border: 1px solid #FF6600; }
.photo_under_offer a {color: #FF6600;}
.photo_under_offer p { text-align: center; }

.linkbutton {
background: #7a3256;
height: 15px;
width: 60px;
display: inline-block;
text-align: center;
padding-top: 1px;
border-style: outset;
margin-top: 5px;
}

#rightNav{
	font-size: 80%;
	background: #CCCCCC;
	border-style: groove;
	border-width:thin;
	overflow: auto;
  	float: right;
	width: 20%;
	margin-left: 5px;
	padding: 5px;
}



/** Calendar **/


table.calendar {
	 margin-left: 50px;
}

#calendar{
  	float:right;
	width: 20%;
	margin: 0px;
	padding: 10px 50px 10px 10px;
	font-size: 100%;
}

#calendar p{
	padding: 0px 0px 0px 0px;
}

#cancelled{
	text-decoration:line-through;
}

.clearer
{
	clear: both;
	height: 1px;
}


/** Error **/

.error{
	padding: 30px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
	color: #FF0000;
}

.error h1{
  font-family: Verdana,Arial,sans-serif;
  font-size: 150%;
  color: #FF0000;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.error p{
 
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #FF0000;
 margin: 0px;
 padding: 0px;
 text-align: center;
}


/* LIST SEARCH RESULT STYLES */
#searchResults, #searchResults p { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #0b3858; margin: 0px; }
#searchResults div.contentwrap { width: 99%; background-color: #fff; border-width: 0 1px 1px; border-style: solid; border-color: #87b9d3; }
#searchResults div.leftcontent { width: 142px; float: left; text-align: center; padding: 8px 9px 0px 8px; font-size: 10px; }
#searchResults div.centercontent { width: 375px; float: left; padding: 8px 10px; margin: 0px; }
#searchResults p.vehicle { color: #7a3256; font-size:12px; font-weight: bold; margin-top: 5px; }
#searchResults p.price { color: #FF9900; font-weight: bold; margin-top: 1px; }
#searchResults p.price_sold { color: #FF0000; font-weight: bold; margin-top: 1px; text-decoration:line-through;}
#searchResults p.price_under_offer { color: #FF6600; font-weight: bold; margin-top: 1px; text-decoration:line-through;}
#searchResults p.details { color: #000000; font-weight: bold; margin-top: 1px; }
#searchResults p.description { color: #000; margin-top: 5px; }
#searchResults p.description_sold { color: #FF0000; margin-top: 5px; font-weight: bold;}
#searchResults p.description_under_offer { color: #FF6600; margin-top: 5px; font-weight: bold;}
#searchResults div.rightcontent { width: 150px; height: 150px; float: right; text-align: right; padding: 8px; margin: 0px;  }
#searchResults div.bottomcontent { clear: left; width: 580px; height: 30px; padding: 8px; }
#searchResults div.propphoto { width: 135px; height: 101px; padding: 2px; border: 1px solid #87b9d3; margin-bottom: 10px; }
#searchResults div.propphoto img { width: 135px; height: 101px; }
#searchResults div.propphoto a img { border: 1px solid #5f8c9f; padding: 0px; margin: 0px; }
#searchResults div.propphoto a:hover img { border: 1px solid #f48f15; }
#searchResults div.base { width: 728px; height: 5px; padding: 0px; margin-bottom: 10px; overflow:hidden; }
#searchResults div.header, #searchDetails div.header { width: 99%; height: 27px; background:#7a3256; font-family: Verdana, Arial, Helvetica, sans-serif; color: #084263; }
#searchResults div.title, #searchDetails div.title { width: 160px; font-size: 12px; font-weight: bold; text-transform: uppercase; float: left; margin-right: 10px; padding: 6px 10px; white-space:nowrap; }
#searchResults div.title_sold, #searchDetails div.title_sold { width: 160px; font-size: 12px; font-weight: bold; text-transform: uppercase; float: left; margin-right: 10px; padding: 6px 10px; white-space:nowrap; }
#searchResults div.title_under_offer, #searchDetails div.title_under_offer { width: 160px; font-size: 12px; font-weight: bold; text-transform: uppercase; float: left; margin-right: 10px; padding: 6px 10px; white-space:nowrap; }
#searchResults div.title h1,#searchDetails div.title h1 { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF }
#searchResults div.title_sold h1,#searchDetails div.title_sold h1 { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color:#FF0000; text-decoration:line-through; }
#searchResults div.title_under_offer h1,#searchDetails div.title_under_offer h1 { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color:#FF6600; text-decoration:line-through; }
#searchResults div.price { font-size: 10px; float: left; padding: 7px 10px; }
#searchDetails p.price { font-size: 10px; padding: 7px 10px; }
#searchResults div.header dl { float: right; margin: 0px; padding: 0px; }
#searchDetails dl.icons { float: left; margin: 0px; padding: 0px; }
#searchResults div.header dl dt, #searchDetails dl.icons dt { width: 31px; height: 22px; float: left; padding-top: 2px; margin: 0px; }
#searchResults div.header dl dt em, #searchDetails dl.icons dt em { display: none; }
#searchResults div.header dl dd, #searchDetails dl.icons dd { font-size: 10px; font-weight: bold; float: left; padding: 7px 10px 0 5px; margin: 0px; }
#searchResults a.purpleButton, #searchDetails a.purpleButton { float: left; display: block; width: 100px; height: 20px; color: #CCCCCC; font-weight: bold; font-size: 10px; text-align: center; padding-top: 3px; background: transparent url(/images/buttons/button_up.gif) no-repeat left top; margin-right: 3px; }
#searchResults a:hover.purpleButton, #searchDetails a:hover.purpleButton { color: #FFFFFF; }


