@charset "utf-8";
.final, .final a{
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	color: #797601;
	text-decoration: none;
	vertical-align: top;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.heading {
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	color: #464645;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
}
.toplinks {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-position: top;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}
.toplinks:hover {
    font-family: arial;
	font-size: 11px;
	color: #797601;
	text-decoration: none;
	background-position: top;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}

.text {
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	color: #464645;
	text-decoration: none;
	text-align: justify;
	margin-top: 10px;
	padding-top: 10px;
	}
.finalCopy {
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	color: #797601;
	text-decoration: none;

}

.footer, .footer a {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-position: center;
}

/* --- styles for products and options --------------------------------*/
.product_border {
    background-color: #797601;
}
.product_borderlight {
    background-color: #FFFFFF;
}
.product_header {
    background-color: #797601;
}
.product_body {
    background-color: #FFFFFF;
}
.product_footer {
    background-color: #F0F0F0;
}

.product_options_border {
    background-color: #E5E5E5;
}
.product_options_header {
    background-color: #F5F5F5;
}
.product_options_body {
    background-color: #FFFFFF;
}

.product_travel_border {
    background-color: #E5E5E5;
}
.product_travel_header {
    background-color: #F5F5F5;
}
.product_travel_body {
    background-color: #FFFFFF;
}

/* --- styles for the search form of travel products ------------------*/
.search_travel_border {
    background-color: #E5E5E5;
}
.search_travel_header {
    background-color: #FAFAFA;
}
.search_travel_body {
    background-color: #FFFFFF;
}
.search_travel_footer {
    background-color: #FAFAFA;
}

/* --- styles for the number of products per category on the menu -----*/
.count_products { 
    color: #E9E9E9;
    font-size: 0px;
}

/* --- styles for the site map ----------------------------------------*/
.site_map_border {
    background-color: #B0B0B0;
}
.site_map_body {
    background-color: #FFFFFF;
}
.site_map_tr {
    border: 1px solid #FBFBFF;
}
.site_map_tr_over {
    background-color: #F5F5F5;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}
.site_map_link:LINK { 
    color: #000090;
    text-decoration: none;
    font-size : 11px;
}
.site_map_link:VISITED { 
    color: #000090;
    text-decoration: none;
    font-size : 11px;
}
.site_map_link:HOVER { 
    color: #000000;
    background-color: #FFFF90;
    text-decoration: none;
    font-size : 11px;
}

.site_map_header_link_td_inner {color:#797601;}

/* --- styles for the navigation line links (1-10 11-20 21-30) --------*/
.navigator_products {
    color: #000000;
    text-align: center;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 13px;
}
.navigator_products_link:LINK { 
    color: #C000FF;
    text-decoration: none;
    font-size : 11px;
}
.navigator_products_link:VISITED { 
    color: #C000FF;
    text-decoration: none;
    font-size : 11px;
}
.navigator_products_link:HOVER { 
    color: #000000;
    background-color: #FFD0FF;
    text-decoration: none;
    font-size : 11px;
}

/* --- other styles for products --------------------------------------*/
.product_list_price { /* reserved for future, please do not remove */
    text-decoration: line-through; /* strikeout */
}

/* --- styles for the calendar ----------------------------------------*/

.calendar_border { background-color: #D0D0D0; }
.calendar_header { background-color: #F0F0F0; }
.calendar_header_days { font-size: 11px; background-color: #F9F9F9; }
.calendar_body { background-color: #FFFFFF; }
.calendar_footer_selected_day { font-size: 11px; background-color: #F9F9F9; }
.calendar_footer { font-size: 11px; background-color: #F0F0F0; }
.calendar_day_onmouseover { background-color: #FFFF00; }
.calendar_day_onmouseout { background-color: NONE; }
.calendar_day_onclick { background-color: #D0D0FF; }
.calendar_day_notavailable { color: #CCCCCC; }

/* --- styles for errors and successes --------------------------------*/
.error { color: #FF0000; }
.warning { color: #FF5000; }
.success { color: #007000; }
}

/* --- styles right bar headers--------------------------------*/
.right_bar_head {
    color: #333333;
    text-decoration: none;
    font-size : 10px;
}

.menu_header_td_inner {font-weight:bold;}