/* $Id: floridaGeneral.css,v 1.4 2010/03/03 10:12:43 graeme.n Exp $
-----------------------------------------------------------------------------*/
@import "index.css";
@import "family.css";

#floridaGeneralTabsOuter{
    height: 50px;
}
#floridaGeneral{
	padding-left: 10px;
	padding-right: 10px;
}
#floridaGeneral h2{
	font-size:1.2em;
	color: #AF141A;
}
#floridaGeneral img {
	float:right;
	margin-left:20px;
}
#floridaGeneral table.carHireOptions td {
	width: 220px;
}
#floridaGeneral .header{
	font-size: 1.7em;
	font-weight: bold;
}
#floridaGeneral .redHeader{
	color: #AF141A;
    font-size: 1.2em;
    font-weight: bold;
}
#floridaGeneral .blueHeader{
    color: #007ba7;
    font-size: 1.2em;
    font-weight: bold;
}
.floridaCarTable {
	width: 400px;
	border: 1px solid #d9d9d9;
    border-spacing:0px;
    border-collapse: collapse;
    background-color: #ffffff;
}
.floridaCarTable th {
	border: 1px solid #d9d9d9;
    background-color: #ffffff;
    padding-left: 5px;
}
.floridaCarTable td {
	border: 1px solid #d9d9d9;
    background-color: #ffffff;
    width:33%;
    padding-left: 5px;
}
#floridaGeneral ul {
	padding-left: 20px;
}
#floridaGeneral .blackLi li {
    text-decoration: none;
    color: #333333;
    font-weight: normal;
    font-size: 1.0em;
}
#floridaGeneral a,
#floridaGeneral li {
	list-style: square;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
	color: #b83035;
}
#floridaGeneral a.links {
	font-size:1em;
}
#floridaGeneralTabs {
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    height:35px;
    font-size: 93%;
    line-height: normal;
}
#floridaGeneralTabs ul {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
}
#floridaGeneralTabs li {
    display: inline;
    margin: 0px 5px;
    padding: 0;
    text-align: center;
}
#floridaGeneralTabs a, #floridaGeneralTabs span.inActiveTab {
    float: left;
    background: url("themes/jetsv/images/pageElements/tabs/bookingTabLeft.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 7px;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
}
 #floridaGeneralTabs span.inActiveTab {
    background: url("themes/jetsv/images/pageElements/tabs/TabInactiveLeft.gif") no-repeat left top;
}
#floridaGeneralTabs a span, #floridaGeneralTabs span.inActiveTab span {
    float: left;
    display: block;
    background: url("themes/jetsv/images/pageElements/tabs/bookingTabRight.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    font-weight: bold;
    font-size: 1.2em;
    /*color: #fff;*/
}
dfn{
    font-size: 0.8em;
    font-weight:normal;
}
#floridaGeneralTabs span.inActiveTab span {
    background: url("themes/jetsv/images/pageElements/tabs/TabInactive.gif") no-repeat right top;
    color: #666;
 }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#floridaGeneralTabs a span {
    float: none;
}
/* End IE5-Mac hack */
#floridaGeneralTabs a:hover span {
    color: #fff;
}
#floridaGeneralTabs .floridaGeneralTabselected a {
    background-position: 0% -150px;
    border-width: 0;
}
#floridaGeneralTabs .floridaGeneralTabselected a span {
    background-position: 100% -150px;
    padding-bottom: 5px;
    color: #FFF;
}
#floridaGeneralTabs a:hover {
    background-position: 0% -150px;
}
#floridaGeneralTabs a:hover span {
    background-position: 100% -150px;
}
.slidingDoorsClear {
    clear: both;
    line-height: 0px;
}
