/* ----------------------------------------------------------------*/
/* This CSS is the main stylesheet used from the generated WebSite */
/* ----------------------------------------------------------------*/
/* All images from "Images Templ" could be used in this css.       */
/* EXAMPLE: background-image:url('../images_templ/image.gif');     */
/* ----------------------------------------------------------------*/

/* --- styles for BODY --------------------------------------------*/
body {
    SCROLLBAR-FACE-COLOR: #EAEAEA;
    SCROLLBAR-HIGHLIGHT-COLOR: #808080;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #F0F8FF;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #F0F8FF;
    SCROLLBAR-DARKSHADOW-COLOR: #F0F8FF;
   font-family: arial;  font-size: 12px;
	margin: 0px;
	background-color: #E8EEF0;
}

/* --- styles for some common HTML TAGS ---------------------------*/
p, td, li, h1, h2, h3, h4, h5, h6 {
   font-family: arial;  font-size: 12px;
}
hr { height: 1px; }

/* --- styles for form fields -------------------------------------*/
input, textarea, select {
  font-family: arial;  font-size: 12px;
    background-image: none;
}
input.text {
    padding: 1px 2px;
    background-image: none;
    border: #000000 solid 1px;
}
input.btn {
    color: #AF0101;
    background-color: #DBE5EC;
    background-image: none;
}
input.checkbox, input.radio {
    background-image: none;
}

/* --- styles for the MENUS (border, header, body) ----------------*/
.menu_border {
    color: #000000;
    /*background-color: #B0B0B0;*/
    font-size: 12px;
		font-weight: bold;
}
.menu_header {
    color: #ffffff;
    background-color: #D0E0FF;
    background-image:url(../images_templ/text_link_img_ctgtype.gif);
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid #000000 1px;
    border-right: solid #000000 1px;
}
.menu_body {
    color: #000000;
/*    background-color: #F9F9F9;*/
    font-size: 12px;
		font-weight: bold;
	text-align: left;
}

.menu_border_categprytype, menu_border_categorytype {
    color: #000000;
    font-size: 12px;
		font-weight: bold;
}
.menu_body_categprytype, menu_body_categorytype {
    color: #000000;
/*	background-image: url(../images_templ/text_link_img_ctg.gif);*/
    font-size: 12px;
		font-weight: bold;
	width: 150px;
	height: 20px;
	text-align: left;
	background-repeat:no-repeat;
}

/* --- styles for header of the MAIN MENU (if links) --------------*/
.menu_header_tr { 
	/*background-color: #EF7100;*/
	background-image:url(../images_templ/text_link_img_ctgtype.gif);
	width: 150px;
	height: 20px;
	background-repeat:no-repeat;
}
.menu_header_tr_over { 
	/*background-color: #EF7100;*/
	background-image:url(../images_templ/text_link_img_ctgtype.gif);
	width: 150px;
	height: 20px;
	background-repeat:no-repeat;
}
.menu_header_tr_text { 
	font-weight: bold;
	/*background-color: #EF7100;*/
	background-image:url(../images_templ/text_link_img_ctgtype.gif);
	width: 150px;
	height: 20px;
	background-repeat:no-repeat;
 }
.menu_header_td_text { 
	/*background-color: #EF7100;*/
	font-weight: bold;
	background-image:url(../images_templ/text_link_img_ctgtype.gif);
	width: 150px;
	height: 20px;
	background-repeat:no-repeat;
 }

/* --- styles for the links in the LINKS MENU ---------------------*/
.menu_link:LINK {
    color: #D6E3E7;
    text-decoration: none;
    font-size : 12px;
    font-weight: bold;

	
}
.menu_link:VISITED {
    color: #D6E3E7;
    text-decoration: none;
    font-size : 12px;
    font-weight: bold;
	
}
.menu_link:HOVER {
    color: #ffffff;
    background-color: #1CA7DC;
    text-decoration: none;
    font-size : 12px;
    font-weight: bold;
	
}

/* --- styles for the selected menu links in the LINKS MENU -------*/
.menu_link_selected:LINK {
    color: #D6E3E7;
    text-decoration: bold;
    font-size : 12px;
		font-weight: bold;
	
	
}
.menu_link_selected:VISITED {
    color: #D6E3E7;
    text-decoration: bold;
    font-size : 12px;
		font-weight: bold;
	
}
.menu_link_selected:HOVER {
    color: #ffffff;
	background-color: #1CA7DC;
    text-decoration: bold;
    font-size : 12px;
		font-weight: bold;
	
}

/* --- styles for the rows in the LINKS MENU ----------------------*/
.menu_link_tr {
    /*border: 1px solid #F9F9F9;*/
	width: 150px;
	height: 18px;
	background-image: url(../images_templ/text_link_img_ctg.gif); 
	align: top;
	font-weight: bold;
	
}
.menu_link_tr_over {
    background-color:#1CA7DC;
	width: 150px;
	height: 18px;
	align: top;
	/* background-image: url(../images_templ/text_link_img_ctg.gif);/*
	
    /*border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #8AD1ED;
    border-right: 1px solid #D0D0D0;*/
	font-weight: bold;
}

/* --- styles for CATEGORY TYPE links ---------------------------------*/
.menu_categorytype:LINK { 
    color: #ffffff;
    text-decoration: none;
		font-weight: bold;
}
.menu_categorytype:VISITED { 
    color: #ffffff;
    text-decoration: none;
		font-weight: bold;
}
.menu_categorytype:HOVER { 
    color: #ffffff;
    text-decoration: underline;
		font-weight: bold;
}

/* --- styles for CATEGORY links ----------------------------------*/
.menu_category:LINK { 
    color: #D7E2E6;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.menu_category:VISITED { 
    color: #D7E2E6;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.menu_category:HOVER { 
    color: #ffffff;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}

/* --- styles for the selected CATEGORY links ---------------------*/
.menu_category_selected:LINK { 
    color: #000000;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.menu_category_selected:VISITED { 
    color: #000000;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.menu_category_selected:HOVER { 
    color: #000000;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}

/* --- styles for the rows in the CATEGORY menu -------------------*/
.menu_category_tr { 
	background-image: url(../images_templ/text_link_img_ctg.gif);	
	text-align:left;
	width: 150px;
	height: 18px;
    /*border: 1px solid #FBFBFF;*/ 
		font-weight: bold;
}
.menu_category_tr_over {
	background-color:#1CA7DC;
	width: 150px;
	height: 18px;
/*    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;*/
		font-weight: bold;
}

/* --- styles for SUBCATEGORY links -------------------------------*/
.menu_subcategory:LINK { 
    color: #D7E2E6;
    text-decoration: none;
    font-size : 11px;
}
.menu_subcategory:VISITED { 
    color: #D7E2E6;
    text-decoration: none;
    font-size : 11px;
}
.menu_subcategory:HOVER { 
    color: #D7E2E6;
    background-color: #FFFF90;
    text-decoration: none;
    font-size : 11px;
}

/* --- styles for the selected SUBCATEGORY links ------------------*/
.menu_subcategory_selected:LINK { 
    color: #000000;
    background-color: #FFFFE0;
    text-decoration: none;
    font-size : 11px;
	font-weight: bold;
}
.menu_subcategory_selected:VISITED { 
    color: #000000;
    background-color: #FFFFE0;
    text-decoration: none;
    font-size : 11px;
	font-weight: bold;
}
.menu_subcategory_selected:HOVER { 
    color: #000000;
    background-color: #FFFF90;
    text-decoration: none;
    font-size : 11px;
	font-weight: bold;
}

/* --- styles for the rows in the SUBCATEGORY menu ----------------*/
.menu_subcategory_tr {
}
.menu_subcategory_tr_over {
}

/* --- styles for CATEGORY's path and CATEGORY's list links -------*/
.top_link:LINK { 
    color: #000090;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.top_link:VISITED { 
    color: #000090;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.top_link:HOVER { 
    color: #000000;
    background-color: #FFFF90;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}

/* --- styles for PRODUCT links (like "AddToCart" link) -----------*/
.product_link:LINK {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.product_link:VISITED {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
		font-weight: bold;
}
.product_link:HOVER {
    color: #CC0000;
    text-decoration: underline;
    font-size : 12px;
		font-weight: bold;
}

/* --- styles for TOOLS links (like "ViewCart" link) --------------*/
.tool_link:LINK {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
}
.tool_link:VISITED {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
}
.tool_link:HOVER {
    color: #CC0000;
    text-decoration: underline;
    font-size : 12px;
}

/* --- styles for footer links ------------------------------------*/
.footer_link:LINK {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
}
.footer_link:VISITED {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
}
.footer_link:HOVER {
    color: #CC0000;
    text-decoration: underline;
    font-size : 12px;
}

/* --- styles for IMAGE links -------------------------------------*/
.image_link:LINK { 
    text-decoration: none; 
    font-size : 12px;
}
.image_link:VISITED { 
    text-decoration: none; 
    font-size : 12px;
}
.image_link:HOVER { 
    text-decoration: none; 
    font-size : 12px;
}

/* --- styles for THE REST of the links ---------------------------*/
a:LINK {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
}
a:VISITED {
    color: #0000CC;
    text-decoration: none;
    font-size : 12px;
}
a:HOVER {
    color: #CC0000;
    text-decoration: underline;
    font-size : 12px;
}

/* --- styles for products and options ----------------------------*/
.product_border { background-color: #909090; }
.product_borderlight { background-color: #FFFFFF; }
.product_header { background-color: #F0F0F0; }
.product_body { background-color: #FFFFFF; }
.product_footer { background-color: #F0F0F0; }
.product_list_price { text-decoration: line-through; }
.product_price {}
.product_price_diff_amount {}
.product_price_diff_percent {}
.product_outofstock { color: #FF5000; }

.product_options_border { background-color: #E5E5E5; }
.product_options_header { background-color: #F5F5F5; }
.product_options_body { background-color: #FFFFFF; }
.product_options_selected { background-color: #F5FAFF; }
.product_options_name {}
.product_options_list_price { text-decoration: line-through; }
.product_options_price {}

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

.product_specialties_border { background-color: #CCCCCC; }
.product_specialties_header { background-color: #FFFFFF; }
.product_specialties_body { background-color: #FFFFFF; }

.product_separator {}

/* --- 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 search/browse of products -------------------*/
.search_border { background-color: #E5E5E5; }
.search_header { background-color: #FAFAFA; }
.search_body { background-color: #FFFFFF; }
.search_footer { background-color: #FAFAFA; }

.search_alphabet_selected {
    font-family: monospace;
}
.search_alphabet_link:LINK {
    font-family: monospace;
    color: #C000FF;
    text-decoration: none;
}
.search_alphabet_link:VISITED {
    font-family: monospace;
    color: #C000FF;
    text-decoration: none;
}
.search_alphabet_link:HOVER {
    font-family: monospace;
    color: #000000;
    background-color: #FFD0FF;
    text-decoration: none;
}

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

/* --- 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 : 12px;
}
.site_map_link:VISITED { 
    color: #000090;
    text-decoration: none;
    font-size : 12px;
}
.site_map_link:HOVER { 
    color: #000000;
    background-color: #FFFF90;
    text-decoration: none;
    font-size : 12px;
}

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

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

.calendar_border { background-color: #D0D0D0; }
.calendar_header { background-color: #F0F0F0; }
.calendar_header_days { font-size: 12px; background-color: #F9F9F9; }
.calendar_body { background-color: #FFFFFF; }
.calendar_footer_selected_day { font-size: 12px; background-color: #F9F9F9; }
.calendar_footer { font-size: 12px; 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 miscellaneous ---------------------------------------*/
.categories_path_separator {
    color: #0000A0;
}

#top_link { 
    color: #4C4C4C;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
}

#top_link a:LINK { 
    color: #4C4C4C;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
}

#top_link a:VISITED { 
    color: #4C4C4C;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
}

#top_link a:HOVER { 
    color: #4C4C4C;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
	text-decoration: underline;
}

#top_link1 { 
    color: #125771;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
	line-height: 18px
}

#top_link1 a:LINK { 
    color: #125771;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
}

#top_link1 a:VISITED { 
    color: #125771;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
}

#top_link1 a:HOVER { 
    color: #125771;
    text-decoration: none;
    font-size : 12px;
	font-weight:bold;
	text-decoration: underline;
}

.subscribe{
	font-size:9px;
	text-decoration:none;
	color:#000000;
	}
.subscribe:link{
	font-size:9px;
	text-decoration:none;
	color:#000000;
	}
.subscribe:visited{
	font-size:9px;
	text-decoration:none;
	color:#000000;
	}
.subscribe:hover{
	font-size:9px;
	text-decoration:underline;
	color:#000000;
	}

/* My Stuff */
/* Product Table Styles */
.productTable {
background-color: #E8EEF0;
}
.productTableTop {
background-color: #E8EEF0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #194b5d;
}
.productTableBottom {
background-color: #E8EEF0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #194b5d;
}
.pricebox {
background-image:url('../images_templ/lc_prod_price_bg.gif');
background-repeat: repeat-x;
border: 1px solid #9B9292;
}

/*--- Styles for Product Templates ---*/
.pt_row {
background-color: #DEEBEF;
}

.pt_row_over {
background-color: #FFFFFF;
}

a.pt {
font-size: 12px;
font-weight: bold;
color: #000080;
text-decoration: none;
}

a.pt:link {
font-size: 12px;
font-weight: bold;
color: #000080;
text-decoration: none;
}

a.pt:visited {
font-size: 12px;
font-weight: bold;
color: #000080;
text-decoration: none;
}

a.pt:hover {
font-size: 12px;
font-weight: bold;
color: #000080;
text-decoration: underline;
}

a.pt:active {
font-size: 12px;
font-weight: bold;
color: #000080;
text-decoration: none;
}

#live_chat_link a:LINK {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#live_chat_link a:VISITED {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#live_chat_link a:HOVER {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}