/* tags */
body {
  background-color: #F0F0F0;
  margin: 0px;
}

select, input, textarea {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #D01411;
}

form {
  margin: 0px;
  padding: 0px;

}

p, td, body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #535353;
} 

img {
  border: 0;
}

h1 {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #D01411;	
}

h1.centred {
  text-align: center;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  color: #535353;
  text-decoration: none;
  border-bottom: #E0E0E0 1px solid;
}

a:hover {
  color:#D01411;
  border-bottom: transparent 1px solid;
}

a.flag {
  border-bottom: #FFFFFF 1px solid;
}

a.flag:hover {
  border-bottom: #FFFFFF 1px solid;
}

fieldset {
  border: #CCCCCC 1px solid;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
}

legend {
  color: #B00401;
  font-weight: bold;
}

div.clear {
  clear: both;
}

.Small {
  font-size: 11px;
}

ul.gears {
  margin-left: 60px;
  margin-right: 20px;
  margin-bottom: 15px;
}

 li {
  background-image: url('/images/cog.gif');
  background-repeat:no-repeat;
  background-position:left -3px;
  list-style-type:none;
  padding:5px 0 5px 30px;
 }

.title {
  font-size: 14px;
  font-weight: bold;
  padding:5 0 5 0;
  color:#D01411;
}

/* autohandler */

.main_table {
  width:781px;
  height:100%;
  background-color:white;
}

.main_table .left_border {
  width:26px;
  background-image: url('/images/left_bg.gif');
  background-repeat: repeat-y;
}

.main_table .right_border {
  width:26px;
  background-image: url('/images/right_bg.gif');
  background-repeat: repeat-y;
}

.main_table .logo_bg {
  width:729px;
  height:63px;
  text-align:right;
  background-image: url('/images/top_bg.jpg');
  background-repeat: no-repeat;
}

.main_table .flags {
	height: 32px;
}

.main_table .flags img {
	margin-right: 4px;
}

.main_table .flags a {
	text-decoration: none;
	border: none;
}

.main_table .nav {
  height:25px;
}

.main_table .nav .nav_table {
  width:100%;
  height:25px;
  background-image: url('/images/nav_bg.jpg');
  border:1px solid #999999;
}

.main_table .nav .nav_table .nav_link {
  font-size: 10px;
  padding: 0 15 0 15;
  text-align: center;
}

.main_table .nav .nav_table .nav_link a {
  border-bottom: none;
}

.main_table .nav .nav_table .date {
  width:100%;
  text-align:right;
  padding-right:15px;
  font-size:10px;
}

.main_table .marquee {
  height:25px;
  padding:5 5 5 5;
  background-color:#CC3333;
  color:#ffff00;
  font-weight:bold;
}

.main_table .main {
  height:100%;
  vertical-align:top;
}

.main_table .main .contents {
  padding:15px;
  width: 100%;
/*  position:relative;*/
}

.main_table .footer {
  height:25px;
}

.main_table .footer .footer_table {
  width:100%;
  padding:10px 5px 10px 5px;
  border-top:1px solid #D9D9D9;
}


/* form */
table.formTable {
  margin-top: 15px;
  margin-bottom: 15px;
}

table.formTable td {
  padding: 5px;
}

table.formTable td.key {
  background-color: #F0F0F0;
  text-align: right;
  font-weight: bold;
}

table.formTable td.value input,
table.formTable td.value select,
table.formTable td.value textarea {
  width: 200px;
}

table.formTable td.value .note {
  margin-left: 15px;
  font-size: 11px;
  color: #999999;
}

table.formTable td.submit  {
  border-top: #E0E0E0 1px solid;
}

table.formTable td.submit input {
  float: right;
  margin-left: 10px;
}


/* data table */
table.dataTable {}

table.dataTable td {
  padding: 5px;
}

table.dataTable td.key {
  background-color: #F0F0F0;
  text-align: right;
  font-weight: bold;
}

table.dataTable td.value {
  color: black;
}

/* log in error */
.formError {
  color: red;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.formError ul {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.formError ul li {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* results table */
.resultsTable {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.resultsTable td {
  padding: 3px;
}

.resultsTable tr.header td {
  background-color: #D01411;
  font-weight: bold;
  color: white;
}

.resultsTable tr.result td {
  background-color: #F0F0F0;
  border-bottom: #E0E0E0 1px solid;
  color: black;
  font-size: 10px;
}

/* paging */
.paging {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: black;
  font-weight: bold;
}

.paging a {
  color: #999999;
}

.paging a:hover {
  color: #D01411;
}

/* databases */
.databases {
  margin: 25px 0;
}

.databases a {
  position: relative;
  display: block;
  width: 210px;
  height: 200px;
  border: #cccccc 1px solid;
  cursor: pointer;
  margin: 0 10px;
  float: left;
}

.databases a:hover {
  border: #aaaaaa 1px solid;
}

.databases a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.databases a span.landrover {
  background: white url(/images/logos/land_rover.png) center center no-repeat;
}

.databases a span.independent {
  background: white url(/images/logos/independent.png) center center no-repeat;
}

.databases a span.xpart {
  background: white url(/images/logos/xpart.png) center center no-repeat;
}

/* database panel */
.database-panel {
  width: 200px;
  float: right;
  margin-left: 25px;
}

.database-panel .logo {
  height: 150px;
  border: #eeeeee 1px solid;
}

.database-panel .land_rover {
  background: url(/images/logos/land_rover.png) center center no-repeat;
}

.database-panel .independent {
  background: url(/images/logos/independent.png) center center no-repeat;
}

.database-panel .x_part {
  background: url(/images/logos/xpart.png) center center no-repeat;
}

.database-panel .text {
  padding: 7px;
  background-color: #eeeeee;
}

.database-panel .text p {
  font-size: 11px;
  margin: 5px 0;
}

.database-panel .text p a {
  color: #D01411;
}

.database-panel .dealer-links {
  border: 1px solid #eeeeee; 
	text-align: center;
	padding-top: 12px;
}

.database-panel .dealer-links a {
  border-bottom: 0;
}

.database-panel .dealer-links img {
  margin-bottom: 18px;
}

#flagBox {
}

#flagBox td{
	padding:0 1px 0 1px;
}

.logoTable {
	margin:0 0 0 35px;
}

