/*
Name: Great Northern Cars
Date: 16 November 2006
Author and copyright: Caroline Hofstede
Author URL: www.cosmichandmade.com
*/

/*----------------------
  Basics
  ---------------------*/

*{ 
padding: 0; 
margin: 0; 
border: 0; 
} 

Body {
margin:0 auto;
padding:0;
font-family: verdana, arial, geneva, "trebuchet ms", sans-serif;
font-weight: normal;
font-size: 76%;
color:#333;
background:#353535 url(../images/xx.gif);
text-align:center;
height:100%;
}

p{
margin:5px 0 15px 0;
padding:0;
line-height: 1.4em;
text-align:left;
}

p.dotted {
padding:5px;
outline-style:dotted;
outline-color:#999;
}

p.dashed {
width:90%;
padding:5px;
outline-style:dashed;
outline-color:#ddd;
}

blockquote{
margin:10px 0;
padding:10px 0;
text-align:left;
border-bottom: 0px solid #eee;
}

blockquote p{line-height: 1.5em;}

blockquote.magazinequote{
float:right;
width:150px;
margin:0.1em auto;
padding:1em;
font-style: italic;
font-family:"Georgia", Arial, Serif;
font-size:1.3em;
color:#737373;
background:transparent;
border: 0px solid #eee;
}

blockquote.magazinequote p{
margin:0;
padding:4px;
}


.specials{
margin:0 0 10px 0;
padding:0 10px 10px 0;
background:transparent;
border-bottom: 0px solid #eee;
}

.specials p{text-align:left;}

.extra{
margin:10px 0;
padding:10px 0;
color:#595959;
line-height: 1.5em;
background:transparent;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}

/*----------------------
  Headings
  ---------------------*/
h1, h2, h3, h4, h5, h6{
margin:0;
padding:2px 0;
font-family: "trebuchet ms", arial, tahoma, verdana, geneva, sans-serif;
font-weight: bold;
font-size: 1em;
color:#404040;
text-align:left;
}

h1{
font-size: 1.6em;
color:#993333;
}

h2{font-size: 1.4em; color:#669900;}
h3{font-size: 1.2em; color:#999999;}
h4{font-size: 1.1em;letter-spacing:1px;}

h2.header

.caps{
text-align:center;
font-family: verdana, arial, geneva, "trebuchet ms", sans-serif;
text-transform:uppercase;
font-size:1em;
letter-spacing:2px;
}

.subhead{
text-align:center;
font-size:1.4em;
font-weight:bold;
text-transform:uppercase;
color:#993333;
}

.header{
margin:15px 0 5px 0;
padding:2px 5px 2px 0;
text-align:left;
letter-spacing:0.05em;
text-transform:uppercase;
background: transparent;
border-bottom: 2px solid #eee; 
}



/*----------------------
  Links
  ---------------------*/

a, a:link{
font-weight:bold;
color:#333;
text-decoration:none;
outline:none;
}

a:hover {
font-weight:bold;
color:#993333;
text-decoration:none;
}

a.arrow {
padding-left: 15px;
background: url(../images/bulletarrow.gif) no-repeat;
background-position: center left;
}

a.more{
padding-right: 20px;
background: url(../images/more.gif) no-repeat;
background-position: center right;
}

a:hover.more{
padding-right: 20px;
background: url(../images/more.gif) no-repeat;
background-position: center right;
}

/*----------------------
  Images
  ---------------------*/

a img{
border:0px none;
margin:0;
padding:0;
}

.ileft{ 
float: left; 
padding:2px 6px 2px 0;
}

.iright{
float: right; 
padding:4px 4px 4px 8px;
}

.icenter{
display: block;
text-align: center;
margin: 5px auto;
padding: 5px 0;
}

.ileftB{ 
float: left; 
padding:4px;
margin:2px 6px 2px 0;
background:#fff;
border:1px solid #eee;
}

.irightB{
float: right; 
margin:2px 0 2px 8px;
padding:4px;
background:#fff;
border:1px solid #eee;
}

.icenterB{
display: block;
text-align: center;
margin: 5px auto;
padding: 4px;
background:#fff;
border:1px solid #eee;
}

.iborder{
padding:4px;
margin:0;
background:#fff;
border:1px solid #eee;
}

/*----------------------
  Lists
  ---------------------*/

ul{
margin:0 0 15px 0;
padding:0;
text-decoration:none;
}

ol{
margin:0 0 15px 0;
padding:5px 0;
text-decoration:none;
}

li{
margin:0;
padding:2px 0;
text-decoration:none;
}

.dot{
padding:0;
list-style-image: url(../images/bullet1.gif);
list-style-type: disc;
}

.square{
list-style-image: url(../images/bullet2.gif);
list-style-type: square;
}

.circle{
list-style-image: url(../images/bullet3.gif);
list-style-type: circle;
}

/*----------------------
  definition list
  ---------------------*/

dl{
margin: 0;
padding: 10px 0;
}

dt{
margin: 0;
padding: 0;
font-weight: bold;
}

dd{
margin: 0 0 1em 0;
padding: 0;
}

/*----------------------
  Main holders
  ---------------------*/

#page {
width:960px;
margin: 0 auto;
padding:0;
background:#fff url(../images/xxx.gif) repeat;
border:0px solid #ddd;
}

#wrapper {
width:100%;
margin: 0 auto;
padding:0px;
text-align:left;
background: #fff url(../images/xx.gif) repeat-y;
border:0px solid #ddd;
}

/*----------------------
  Header
  ---------------------*/

#header{
width:960px;
height:199px;
margin:0 auto;
padding:0;
background: url(../images/xxx.png);
border:0px solid #ddd;
}

#headerimg{
width:100%;
height:199px;
margin:0 auto;
padding:0;
background:url(../images/header1.png) no-repeat center center;
}

#header h1{
margin:0;
padding:0;
font-weight:bold;
font-size:1em;
letter-spacing:0.1em;
text-align:right;
display:none;
}

#header h1 a{color:#fff;}
#header h1 a:hover{color:#ccc;}


.description{
margin:0;
padding:0;
color:#fff;
font-size:0.9em;
font-style:normal;
font-weight:normal;
letter-spacing:0.1em;
text-transform:uppercase;
text-align:right;
}

/*----------------------
  Navigation -top
  ---------------------*/

#topmenu{
float:left;
width:100%;
margin:0 auto;
padding:2px 0;
font-family: Verdana, Arial, Futura, Helvetica, sans-serif;
font-weight:normal;
letter-spacing:1px;
color:#CC9900;
text-align: center;
background:#FFD251;
border-top:0px solid #000;
border-bottom:0px solid #000;
}

#topmenu ul{
margin: 0; 
padding:4px 0;
}

#topmenu ul li{
margin:0;
padding:0;
display: inline;
list-style-type: none;
}

#topmenu ul li a, #topmenu ul li a:link{
margin:0;
padding:4px;
font-weight:bold;
letter-spacing:1px;
text-transform:normal;
font-size:1.1em;
color:#333;
background:url(../images/navbullet.gif) no-repeat 0 8px;
padding-left:15px;
text-decoration: none;
border:0px solid #848B9A;
}

#topmenu ul li a:hover{
text-decoration: none;
color:#CC9900;
background:url(../images/navbullet.gif) no-repeat 0 8px;
padding-left:15px;
border:0px solid #BEAC82;
}


/*----------------------
  Menu
  ---------------------*/

.menu{
padding:0;
margin:0 auto;
text-align:left;
}

.menu p{
margin:0;
font-size:0.9em;
padding: 5px 0;
text-align:left;
}

.menu a{
text-decoration:none;
border-bottom:1px solid #ddd;
}

.menu a:hover {
text-decoration:none;
border-bottom:1px solid #ddd;
}


.menu ul h2{
margin:0;
padding:3px 0 3px 3px;
text-align:left;
list-style:none;
font-family: verdana, trebuchet ms, arial, geneva, sans-serif;
font-size:1.1em;
text-transform:normal;
letter-spacing:1px;
color:#fff;
background:#AE3620 url(../images/xxx.gif) no-repeat left;
border:0px solid #822818;
}

.menu .subhead{
font-weight:normal;
font-style:italic;
font-size:0.9em;
color:#333;
}

.menu ul li{
margin:0;
padding:0 0 15px 0;
list-style:none;
}

.menu ul ul{
margin:0;
padding: 3px;
list-style:none;
background: url(images/xxx.gif);
border-top:0px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
}


.menu ul ul li{
margin:0;
padding:2px 0;
list-style: none;
}

.menu ul ul ul{
margin:0;
padding:0;
border-top:0px solid #ccc;
border-right:0px solid #ccc;
border-bottom:0px solid #ccc;
border-left:0px solid #ccc;
}

.menu ul ul ul li{
margin:0 2px 0 15px;
padding:2px 0;
list-style-type: square;
color:#999;
}



/*----------------------
  Links wrap
  ---------------------*/

#links-wrap {margin: 0 0 1.5em;font-size:92%}
#links-wrap dt, #resultslist-wrap dl {margin: 0}
#links-wrap dt {font: bold 85% arial;padding: 3px 0}
#links-wrap li {padding: 0 0 1em;margin:0 0 0 1.2em;font: bold 145% arial}
#links-wrap li dd {font: normal 73% arial}
#links-wrap li dl {margin:0}
#links-wrap dd {line-height:1.3}
#links-wrap dd.imagelink, #resultslist-wrap dd.date {color:#999;display:inline;padding-right:.5em}

/*----------------------
  Sidebar - left
  ---------------------*/

#sidebarL{
position: relative;
float:left;
width:20%;
margin:0;
padding: 0 10px 0px 15px;
}


/*----------------------
  Sidebar - right
  ---------------------*/

#sidebarR{
float:right;
width:20%;
margin:0;
padding:0 15px 0px 10px;
text-align:left;
}


/*----------------------
  Content
  ---------------------*/

#content{
width:500px;
float:left;
margin:0 0 0 2px;
padding:0 10px 0px 10px;
text-align:left;
}


#content a, #content a:link, #content a:hover{
font-weight: bold;
text-decoration:none;
border-bottom:1px solid #ddd;
}

#content h1 a, #content h1 a:hover{border-bottom:0px solid #ddd;}

#content ul{
margin: 0 0 15px 17px;
padding:0;
list-style:none;
}

#content ul li{line-height:1.3em;margin: 0;}
#content ol{margin: 5px 0 5px 20px;}
#content li{margin: 4px 15px;}



/*----------------------
  Footer
  ---------------------*/

#footer {
clear:both;
width:100%;
margin:0;
padding:5px 0;
font-size: 0.9em;
background:#fff;
border-top: 0px solid #eee;
}

#footer p {
padding:5px;
margin:0 15px;
text-align:center;
}

/*----------------------
  Tumbs
  ---------------------*/

.thumbnail{
width:95%;
margin:10px auto;
padding: 0;
background-color: #fff;
border: 0px solid #ccc;
margin-right: 10px;
margin-bottom: 0px;
text-align:center;
}

.thumbnail p{
margin:0;
padding:0;
text-align:center;
}

.thumbnail a:hover{
text-decoration: none;
border-bottom:none;
}

.thumbnailB{
width:95%;
margin:0 auto;
padding: 3px;
background-color: #fff;
border: 1px solid #ccc;
margin-right: 10px;
margin-bottom: 10px;
text-align:center;
}

.thumbnailB p{
margin:0;
padding:0;
text-align:center;
}

.thumbnailB a:hover{
text-decoration: none;
border-bottom:none;
}

/*----------------------
  Other
  ---------------------*/
.filler{
width:100%;
height:13px;
margin:0 auto 15px auto;
padding:0;
display:block;
color:inherit;
background:#C9DC9A;
background:url(../images/xxx.gif) repeat-x;
border-top:0px solid #BE9E6C;
border-bottom:0px solid #BE9E6C;
}

.logos{
width:100%;
height:76px;
margin:0 auto 0 auto;
padding:0;
display:block;
color:inherit;
background:#C9DC9A;
background:url(../images/logos.gif) no-repeat center center;
border-top:0px solid #BE9E6C;
border-bottom:0px solid #BE9E6C;
}

.leftblock{ 
float:left; 
width:50%;
padding:10px 0;
} 

.rightblock{ 
margin-left:50%;
padding:10px 0;
}

.dividerline{
clear:both;
margin: 6px 0;
padding:0px 0;
border-top: 2px solid #eee;
text-align:center;
}


hr.divider{
clear:both;
margin: 2px 0;
padding:2px 0;
border-left: 0px dashed #ddd;
border-right: 0px dashed #ddd;
border-top: 1px dashed #ddd;
border-bottom: 0px dashed #ddd;
height: 1px;
text-align:center;
}

hr.cleaner {
width:100%;
clear:both;
height: 1px;
margin: -1px 0 0 0; 
padding:8px 0 8px 0;
border:none;
visibility: hidden;
}

hr {display: none;}
.hide {display: none;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.small {font-size:0.8em;}
.large {font-size:1em;}
.bold {font-weight:bold;}


.red{color:#993333;}
.green{color:#3F552B;}
.yellow{color:#FFD251;}


.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
} 



/*----------------------
  Table styles
  ---------------------*/

table {
width:100%;
margin: 15px 0;
padding:0;
font-size:0.9em;
border-collapse: collapse;
border: 0px solid #ddd;
}

caption {
padding: 0 .4em .4em;
text-align: center;
font-family: "Trebuchet MS", Verdana, Futura, Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing:0.1em;
font-weight: bold;
font-size: 1.6em;
color:#993333;
background: transparent;
border-bottom: 0px solid #eee;
}

td ul, td li{padding:1px 0;list-style: none;}
td, th {padding: 2px 8px;vertical-align:top;}
td{border-bottom:1px solid #eee;}


th{
height:20px;
font-size: 1.2em;
font-weight:bold;
color:#993333;
background:transparent;
}

td p, th p {
margin:0;
padding:0;
text-align:left;
vertical-align:top;
}


tbody td a {
background: transparent;
text-decoration: none;
border-bottom: 1px solid #ddd;
}
  
tbody td a:hover {
background: transparent;
border-bottom: 1px solid #ddd;
}
  
tbody th a {
background: transparent;
text-decoration: none;
font-weight:bold;
border-bottom: none;
}
    
tbody th, tbody td {
vertical-align: top;
text-align: left;
}

.model{
width:80%
font-size: 1.4em;
font-weight:bold;
background:#eee;
}

.price{
width:20%
font-size: 1.4em;
font-weight:bold;
}

.make{font-weight:bold;}
.td1{padding-right:7px; width:50%;text-align:left;}
.td2{padding-left:7px; width:50%;text-align:left;}
.type{font-weight:bold;}

/*----------------------
  Table 4
  ---------------------*/
.table4{
width:100%;
float:left;
margin:0px auto 15px auto;
padding:6px;
text-align:left;
border-collapse: collapse;
border:0px solid #eee;
}

.table4 h2{
color:#993333;
font-size:1.4em;
}


.table4 td{
margin:0 auto;
padding:8px 4px;
border-bottom:1px solid #eee;
}

.table4 th{
padding:2px 4px;
text-align:left;
font-size:1.3em;
color:#999;
}

.table4 p{
font-size:1em;
line-height: 1.4em;
}