@charset "utf-8";
/* CSS Document */



div#sd_header {
	padding: 8px 0px 8px 10px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	height: 20px;
}

div#sd_header div {
	font-weight: bold;
	float: left;
}

div#sd_header a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px; 
	float: right;
}

div#sd_nav_sections {
	font-size: 11px;
	text-align: center;
	height: 30px;
}
div#sd_nav_sections div {
	float: left;
	padding: 5px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
	color: #036;
	font-weight: bold;
}

div#sd_nav_sections div.selected {
	background-color: #fff;
	border-bottom: 0;
	color: #4991c3;
}

div#sd_nav_sections div#sd_air_nav{ width: 80px; }
div#sd_nav_sections div#sd_hotel_nav{ width: 80px; }
div#sd_nav_sections div#sd_car_nav{ width: 60px; border-right: 0;}
div#sd_nav_sections div#sd_vacation_nav{ width: 90px; }
div#sd_nav_sections div#sd_cruise_nav{ width: 70px;}


