/* Copyright 2005 Simply Extras Ltd */

html {
height: 101%;
}

body {
font:normal 11px Verdana;
color:#444;
margin:5px 0 0 0;
padding:0;
line-height:150%;
background-color:#fff;
}

td, div, p {
font:normal 11px Verdana;
line-height:150%;
color:#444;
} 

p 	{margin:12px 0;}
td	{text-align:left;}

h2, h3, h4	{
font:bold 13px Verdana;
color:#55881C;
background-color:#E1F5B4;
border:1px solid #9AD11B;
padding:5px;
margin:8px 0 8px 0;
}

/* LAYOUT */
.width				{width:788px;} 			/* must be same as header gfx*/
.width-inner	{width:754px;} /* 32 px less for shadow */ 
.no-gap 	{font-size:1px;} 		/* removes bad padding */
.outline 	{border:2px solid #c06;}

div.hr {
height:1px;
background:url('/img/dash.gif') repeat-x center center;
}

div.hr hr {
display: none;
}

/* errors */
.errorbg {
border:1px solid red;
background-color:#fdd;
}

.errortxt {
color:red;
}

/* HEADER */
#top-links {
color:#999;
text-align:right;
}

#top-links a {
font-weight:bold;
color:#999;
text-decoration:none;
}

#header {
width:100%;
min-width:788px;
z-index:1;
text-align:center;
}
/* header-txt can be removed once from car hire*/
#header-txt {
font-size:15px;
font-weight:bold;
color:#000;
text-align:center;
}

#header-title h1, #header-title .header {
padding:0;
margin-top:20px;
font-size:14px;
font-weight:bold;
color:#000;
text-align:center;
}

#header-title a {
color:#C06;
text-decoration:none;
}



/* CONTENT */
#main	{
width:100%;
min-width:788px;
background:#DFE1DB url('/img/main-page-bg.gif') repeat-y top center;
padding:10px 0 0 0;
}

#content h1 {
font:normal 18px Trebuchet MS;
color:#0073A4;
background-color:#CAEDFB;
border: 1px solid #49C4F1;
margin:0 0 5px 0;
padding:2px 5px 2px 5px;
}

#content {
/*
before adding calendar to content
position:relative;
left:35px;
padding:0 15px 10px 0;
*/
float:left;
width:505px;
text-align:left;
padding:0 15px 10px 35px;
background: url('/img/dash.gif') repeat-y top right;
}

#content a {
color: #DC3D8D;
text-decoration:none;
border-bottom: 1px solid #ED80B7;
padding-bottom:1px;
}

#content a:hover {
color:#333;
}

/*keep crumb under content for font inheritance */
#crumb, #crumb a {
border:0;
font-weight:normal;
background:none;
font-size:11px;
padding-bottom:5px;
color: #5CACDE;
}

/* NAV */
#nav {
position:relative;
width:195px;
height:100%;
float:right;
right:25px;
text-align:left;
padding:0 0 10px 0;
font:normal 10px Verdana;
line-height:150%;
}

#nav a {
color:#DC3D8D;
text-decoration:none;
border-bottom: 1px solid #F0BDD7;
padding-bottom:1px;
font: normal 10px Verdana;
}

#nav a:hover {
color:#333;
}

#nav h4, #nav h3 {
font:bold 14px Trebuchet MS, Arial;
color: #C06;
background-color: #FDE9F1;
border: 1px solid #FBD5E5;
padding: 2px 5px;
margin:0 0 4px 0;
}

#nav h5 {
font:bold 14px Trebuchet MS, Arial;
color:#C06;
background-color: #EEE;
border:1px solid #DDD;
padding:2px 5px;
margin:0 0 4px 0;
}

#nav div.list a {
 line-height:200%;
} 

#nav div.list strong {
 display:block;
} 

/* FOOTER */
#footer {
width:100%;
padding:0;
margin:0;
clear:both;
background:#FFF;
}

#footer a {
color:#333;
} 

#shift-up {
position:relative;
top:-1px; 
}

/* REVIEWS */

.feedback {
border:5px solid #E7E7EE;
background:#FFF;
}
	
.feedback td {
background:#F8F8F8;
font-size:10px;
color:#000;
}

td.thirtydays {	background:#ECECF4; }
td.ninetydays { background:#F4F4FA; }
td.positive {	color:#090; }
td.neutral	{ color:#666; }
td.bad			{ color:#900; }

div.review {
line-height:150%;
position:relative;
border-top:2px solid #ddd;
background: #F5F4F4;
padding:4px 12px 12px 12px;
color:#666;
}

span.reviewer-name {
background: url('/img/comment.gif') no-repeat center left;
padding:0 0 0 18px;
margin:5px;
font:normal 11px Verdana;
color:#333;
border:0px;
display:block;
}

div.review em {
position:relative;
float: right;
}

div.review img {
position:relative;
}

div.greytip {
line-height:150%;
position:relative;
border-top:2px solid #ddd;
background: #F5F4F4;
padding:4px 12px 12px 12px;
color:#666;
}