/* @override http://mars.books4cars.com/styles08.css */

/* Web 2.0 Style Sheet for Books 4 Cars */
/* tips from JeremyKeith */
body {
	min-width: 760px;
	background-color: #a9a9a9;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 0;
	margin: 0 20px 20px;
	text-align: center;
}
input[type="radio"], input[type="checkbox"] {
	size:  1em;
}
input[type="text"] {
	size:  1em;
	margin: 1px;
	font-size: 10px;
}
.inserter {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	display: none;
}

a {
	color: #1c487e;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
/* end JK */
/* Dan Cederholm */
.group:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}
/* end DC */
#container {
 width: 100%;
	text-align: center;
	border: 1px solid #1f1f1f;
	background-color: #fff;
	    -o-box-shadow: 1px 1px 10px #000;
     -icab-box-shadow: 1px 1px 10px #000;
     -khtml-box-shadow: 1px 1px 10px #000;
     -moz-box-shadow: 1px 1px 10px #000;
     -webkit-box-shadow: 1px 1px 10px #000;
     box-shadow: 1px 1px 10px #000;

}
#header {
	width: 100%;
	text-align: left;
}
#leftnavi {
	width: 168px;
	float: left;
	font-size: 10px;
	padding: 8px;
}
#searchbox {
	width: 154px;
	background-color: #1c487e;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	padding: 4px;
	margin-top: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	height: 100px;
}
#floatingsearchbox {
	width: 154px;
	background-color: #1c487e;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	height: 111px;
}

#resultsbox {
	width: 60%;
	background-color: #EEEEEE;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	margin-top: 10px;
	color: #000000;
	margin-top: -125px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 200px;
	background-position: center;
	border: 2px solid #DBDBDB;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	float: none;
}
#chequebox {
	background-color: #EEDDDD;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	margin-top: 10px;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: center;
	border: 2px solid #CC0000;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	float: none;
	width: 550px;
}


#jumpbarmax {
	width: 95%;
	text-align: center;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
background-color: #FFFF00;
	margin-right: auto;
	margin-left: auto;
padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#jumpbar {
	width: 95%;
	text-align: center;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
margin-right: auto;
	margin-left: auto;
padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#fullpagebodytext {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#landinghead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightphotos {
	text-align: center;
	margin: 4px;
	float: right;
	width: 250px;
	border: 1px solid #CCCCCC;
}

#bodytext {
	border-left: 1px dotted #dbdbdb;
	text-align: left;
	margin: 2px 2px 2px 180px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	width: 100%;
	clear: both;
	font-size: 10px;
}
/* vierle's table markup  
Now using #booktable as classe instead  */
 /* #booktable {
	width: 100%;
	padding: 1;
	border: 2px solid #DBDBDB;
	 }

#booktable th {
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	background-color: #1c487e;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	}

#booktable tr {
	background-color: #EEEEEE;
	}

#booktable td {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
*/

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 50% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


#prioritymail {
	padding: 8px;
	border: 1px solid #F00;
	width: 325px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: center;
}

/* bootable as classes for secure checkout page */
.booktable {
	width: 100%;
	padding: 1;
	border: 2px solid #DBDBDB;
	 }

.booktable th {
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #1c487e;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 11px;
	}
.booktable th a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C487E;
}

.booktable th a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.booktable tr {
	background-color: #EEEEEE;
	}

.booktable tr:hover  {
	background-color:#d0d9ed;
}

.booktable td {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}


.Shop {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Part {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD; 
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Owner {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999; 
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Restoration {
	border-right: 1px solid #BBDDBB;
	border-bottom: 1px solid #BBDDBB; 
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Brochure {
	border-right: 1px solid #DDBBBB;
	border-bottom: 1px solid #DDBBBB; 
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.History {
	border-right: 1px solid #BBBBDD;
	border-bottom: 1px solid #BBBBDD; 
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
/* font classes */
.centernavi {
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 6px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 0px;
	clear: both;
}
.centernavi:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: justify;
	margin-top: 16px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 3px;
	margin-top: 6px;
}
.paragraph {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-top: 8px;
}
p {
	font-size: 11px;
	margin-top: 2px;
}
.smalltype {
	font-size: 10px;
}
ul {
	
}
li {
	text-align: left;
}
hr {
	border: 1px solid #1C487E;
}

*/ ideas from Andy Budd */
button {
	border: none;
	background: #none;
	}
button.submit {
	background: #1c487e;
	border: 1px solid #989898;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
	color:  #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px #666;
	margin: 4px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: bold;
}
button.submit:hover, button.submit:focus {
	background-color:#390;
}
button.submit:active {
	background-color:#CF6;
}

input:focus {	
background: #FDFFD2
}

.wefound {
	font-family: "Avant Garde", Futura, "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #1C487E;
	line-height: 30px;
	margin-bottom: 4px;
	display: block;
}
.weDidntFind {
	font-family: "Avant Garde", Futura, "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #CC0000;
}

form {
	margin: 0px;
	padding: 0px;
}
.bigText {
	font-size: 16px;
}
#topBanner {
	text-align: center;
}

.pageRow {
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	}
	
.smallred {
	color: #FF0000;
}
.hiddenform {
	display: none;
}
.whitetype {
	color: #fff;
}

.make {
	font-weight: bold;
	text-decoration: underline;
}
.alert {
	text-align: center;
	height: 40px;
	width: 200px;
background-color: #FFE064;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.adminHead {
	background-color: #FFE064;
	padding: 8px;
	margin-bottom: 8px;
}

.popupcontent {
	display: none;
}

#popupbox {
	padding: 10px;
	float: right;
	width: 300px;
	border: 1px solid #1C487E;
	margin: 5px;
}

#popupbox img {
	margin: 10px;
	border: 1px solid #000;
	clear: both;
}

.thumbnail {
	border: 1px solid #25487E;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}

#subnavi {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#subnavi li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-weight: bold;
}

