/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, sans-serif;
	font-size:1em;
}
#toppage {
	width:800px;
}
#date {
	float:left;
	width:190px;
	height:39px;
}
#map {
	position: relative;
	float: right;
	margin: 8px;
	text-align:center;
}
#map img {
	border: ridge 6px #F7F7F7;
}
#map p {
	margin:5px 0px 0px 0px;
	color:black;
	font-size:1.2em;
	font-weight:bold;
}
#topbar {
	float:left;
	width:610px;
	height:40px;
	background:url(images/fondotop.gif) no-repeat;
}
#header {
	width:800px;
}
#content {
	width:800px;
}
#contenttext {	/* main container for content zone */
	position:relative;
	float:left;
	width:608px;
	background-color:#eee;
	border-top:dotted 1px #CCCCCC;
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;
	font-family:Tahoma, sans-serif;
	font-size:12px;
}
#bajocontenttext {	/* main container for content zone */
	position:relative;
	float:right;
	width:610px;
	background-color:#F7F7F7;
	background-image:url(images/contentbot.gif);
	background-repeat:no-repeat;
	height:13px;
}
#logo {
	float:left;
	width:184px;
	height:110px;
	margin-left:7px;
	background-color:#F7F7F7;
	background:url(images/malaga-airport.jpg);
	background-repeat:no-repeat;
}
#carPhoto {
	position: relative;
	text-align: center;
	padding: 2px;
	margin: 7px;
	border: ridge 4px #cccccc;
	background-color: white;
}
#pagetitle {
	position:relative;
	float:left;
	width:608px;
	height:109px;
	background-color:#F7F7F7;
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
}
/* Following class doesn't seem to be necessary; image is pulled in index page with IMG */
#pagetitlelogo {
	position:relative;
	float:left;
	width:608px;
	height:110px;
	background:url(images/cheap-car-hire-malaga.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#title {
	position:absolute;
	right:4px;
	bottom:3px;
	width:600px;
}
#menu {
	float:left;
	width:190px;
	margin:0px;
}
#linksmenu a {
	float:right;
	width:183px;
	height:20px;
	background-color:#5E7489;
	border-left:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover {
	background-color:#6699cc;
}
#linksmenu a.last {
	border-bottom:none;
	background-image:url(images/mnu_bottomshadow2.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
}
#linksmenu a.last:hover {
	background-color:#6699cc;
	background-position:0% 100%;
}
#quote {
	float:right;
	width:183px;
	background-color:#EA8C00;
	border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	border-top:solid 1px #999999;
}
#quote .centradiv {
	margin:0 5px;
}
#tituloquote {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 15px;
	border-bottom:2px solid #fff;
	width:120px;
}
#travelLinks {
	width:170px;
	padding:10px 0px 0px 10px;
	margin-left:0px;
	background-color:white;
	text-align:center;
	float:left;
}
#travelLinks img {
	position:relative;
	margin-bottom:-1px;
	border:none;
}
#travelLinks div {
	font-size:0.6em;
}
#rightColumn {
	float: right;
	width: 200px;
}
#bargainBox {
	margin-top: 20px;
	margin-right:-15px;
	float:right;
}
#bargainBox #bargainTitle {
	font-size:1.5em;
	font-weight:bold;
	color:black;
	text-align:center;
}
#bargainBox .bargainPrice {
	font-size:2em;
	font-weight:bold;
	color:black;
}
#bargainBox #bargainFooter {
	clear:both;
	font-size:0.8em;
	color:black;
	text-align:center;
}
#bargainBox .bargain {	/* width & height must be 20px less than bg image to account for padding */
	float: right;
	margin: 10px;
	width: 165px;
	height: 65px;
	background:url(images/bargainBox.gif) no-repeat;
	padding:5px;
}
#bargainBox .bargain img {
	float:left;
	border:none;
}
.bargain a:hover {
	text-decoration:none;
}
#seasons td {
	padding:0px 15px 10px 15px;
	vertical-align:top;
	font-size:1.2em;
}
#footer {
	width:500px;
	float:right;
	padding-right:50px;
}
#assBox {	/* Container for associate (partner) companies */
	position:relative;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	float:left;
	width: 580px;
	height:100px;
	border-right:solid 5px #5E7489;
	background-color:#f7f7f7;
	background-image:url(images/associates.gif);
	background-repeat:no-repeat;
}
#assBox p.assBoxTitle {
	position:relative;
	float:left;
	margin:28px 0 0 30px;
	\margin:28px 0 0 20px;
	width:130px;
	font-size:1.6em;
	font-weight: bold;
	color: #333333;
}
#assBox div {
	position:relative;
	float:left;
	margin:0;
	width:75px;
	height:100%;
}
#assBox div img {
	background-color: black;
	border:solid 2px #999999;
	padding:2px;
}
#assBox div span {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:.8em;
	font-weight: bold;
	color: #5E7489;
}
#personal {
	width:50%;
	float:left;
}
#personal .etiquetas {
	width:125px;
	display:inline;
	float:left;
	font-weight:bold;
}
/*GRAY PANEL*/
.panel {
	text-align:left;
	border:solid 1px #E4E4E4;
	background-color:#f7f7f7;	/* was #fff	*/
	margin:5px;
	padding:5px;/*	width:550px;  */
	font-size:13px;
}
/*TEXT STYLES*/

.homeText {  /* Style used on Home page */
	color: #111;
	font-size:13px;
	margin: 8px;
}
.bodytext {	/* Style for all generic pages' main content */
	text-align: left;
	color: #666666;
	padding: 8px;
}
/* If any other declarations are made here, they must be in following order: a:(link|visited), a:hover, a:active */
a {
	text-decoration:none;
	color: #ea8c00;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
}
.iLink img {
	border:solid 3px #EEEEEE;
	padding: 3px;
	margin: 8px;
}
.iLink:hover img {
	border:solid 3px #EA8C00;
}
/* Link colors for PRICES page */
.detailsLink {
	font-size:0.9em;
}
.detailsLink:hover {
	color: #5e7489;
}
.bookLink {
	font-size:1em;
}
.bookLink:hover {
	color: #5e7489;
	text-decoration: underline;
}
/*	To invoke the Hand cursor when not inside an anchor element. Setting both 'pointer' and 'hand' properties 
	allows cross-browser support. The hand cursor appears on IE and other browsers. Since Firefox/Safari don't 
	support this the pointer will appear in those. */
.cursorHand {
	cursor: pointer;
	cursor: hand;
}
.fade {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
.smalltext {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
}
.siteMapL1 {
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	list-style: none;
}
.siteMapL2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	list-style: none;
}
.siteMapDetails {
	margin-left: 8px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: normal;
	border-left: solid 1px gray;
	color: #666666;
}
.headerLinks, .headerLinks a {
	font: 11px Tahoma, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.airportLinks {
	text-align: right;
	margin-right: 5px;
}
.airportLinks a {
	text-align: center;
	color: white;
	background-color: #EA8C00;
	padding: 3px;
	border-right: solid 2px #EA8C00;
	border-left: solid 2px #EA8C00;
}
.airportLinks a:hover {
	background-color: white;
	color: #cc6600;
	border-right: solid 2px #666666;
	border-left: solid 2px #666666;
	text-decoration: none;
}
.footerLinks a {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.titletext {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-align:right;
	margin:80px 3px 0 0;
}
h1 {
	font-family: Tahoma, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #999999;
}
h2, li h2, h2 a {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	border-bottom:solid 4px #E4E4E4;
}
.termsText {
	font-size:11px;
}
.termsText h2 {
	color:#666666;
	border-bottom-color:#999999;
}
h3 {
	font-family: Tahoma, sans-serif;
	font-size:14px;
}
.logotext {
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}
.orangelogotext {
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color:#FF9900;
}
h1 {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#EA8C00;
}
.carName {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#5E7489;
}
.columnHeader {
	font-size: 12px;
	color: white;
	font-weight:bold;
}
.groupHeader {
	font-size: 15px;
	color: black;
	font-weight:bold;
	height: 3em;
	text-align: center;
	text-transform: uppercase;
}
.carGroup {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.little {
	font: 0.7em Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#5E7489;
}
.boton {
	background-color:#EA8C00;
	font-size: 14px;
	color: white;
	font-weight:bold;
	text-decoration:none;
	border: solid 2px #999999;
	padding: 5px;
}
.boton:hover {
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	text-decoration: none;
}
.botonSubmit {
	background-image:url(images/book-on.gif);
	width:123px;
	height:46px;
}
.bulletCircle {
	list-style:url(images/bulletCircle5.gif);
}
.homeList {
	list-style-image: url('images/bulletTriangleRight.gif');
	margin-bottom:20px;
}
.homeList span {
	color: #5e7489;
	font-weight:bold;
}
.homeList li {
	list-style-image: url('images/bulletCircle5.gif');
}
.altColor {
	color:#6699cc;
}
