@charset "ISO-8859-1";
/* CSS Document */


.details {
	display:block;
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	width:100px;
	height:25px;
	background-image:url(../images/details1.png);
	margin-right: 10px;
	float:right;	
}

a.details {
	display:block;
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	width:100px;
	height:25px;
	background-image:url(../images/details1.png);
}

a.details:link {
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-image:url(../images/details1.png);
}

a.details:hover {
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-image:url(../images/details2.png);
}

.reserve {
	display:block;
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	width:100px;
	height:25px;
	background-image:url(../images/reserve1.png);
	float:right;

}

a.reserve {
	display:block;
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	width:100px;
	height:25px;
	background-image:url(../images/reserve1.png);
}

a.reserve:link {
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-image:url(../images/reserve1.png);
}

a.reserve:hover {
	background-position:0px 0px;
	background-position-x:0px;
	background-position-y:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-image:url(../images/reserve2.png);
}




.car {
	position:relative;
	float:left;
	background-image:url(../images/opaquebkg.png);
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	background-repeat:repeat;
	width:640px;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	padding: 10px;
}
.cartop {
	padding: 5px;
	min-height: 20px;	
}
.carin {
	float:left;
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	width:620px;
	border: 1px solid #124C80;
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat;
}
.carinleft {
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	border-right: 1px solid #124C80;
	width: 105px;
}

.carinleftleft {
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	border-right: 1px solid #124C80;
	width: 210px;
}
.cariconsorange {
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(../images/orangebullet.png);
	margin-left: 30px;
	text-align: left;
}
.cariniconsleft {
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 14px;
}
.cariconsblue {
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(../images/bluebullet.png);
	margin-left: 30px;
	text-align: left;
}
.cariconsgreen {
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(../images/greenbullet.png);
	margin-left: 30px;
	text-align: left;
}

.carclass {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#FFFFFF;
}

.caricons {
	margin-left:30px
}
