/* ----------------------------------------------------------------*/
/* 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: verdana, arial, tahoma, sans-serif; font-size: 11px;
	background-color: #E5F4FD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;

}

/*-----style for page navigation-------*/


.page_nav a:link{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0099FF;
font-weight: normal;
text-decoration: underline;
}

.page_nav a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0099FF;
font-weight: normal;
text-decoration: underline;
}

.page_nav a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0099FF;
font-weight: normal;
text-decoration: none;
}
.page_nav a:active{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0099FF;
font-weight: normal;
text-decoration: underline;
}


/*-----style for page navigation-------*/



/* --- styles for some common HTML TAGS ---------------------------*/


.home_heading {
	font-weight: bold;
	font-size:16px;
	color:#000000;
}


h1 {
	font-weight: bold;
	font-size:24px;
	color:#999999;
}

p, td, li, h2, h3, h4, h5, h6 {
    font-family: verdana, arial, tahoma, sans-serif; font-size: 11px;
}
hr { height: 1px; }

/* --- styles for form fields -------------------------------------*/
input, textarea, select {
    font-family: arial, tahoma, sans-serif; font-size: 11px;
    background-image: none;
}
input.text {
    padding: 1px 2px;
    background-image: none;
    /*border: #909090 solid 1px;*/
}
input.btn {
    color: #0000A0;
    background-color: #FFFFFF;
    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: 11px;
}
.menu_header {
    color: #000000;
    background-color: #D0E0FF;
    font-size: 11px;
    font-weight: bold;
}
.menu_body {
    color: #000000;
    background-color: #F9F9F9;
    font-size: 11px;
}

.menu_border_categprytype, menu_border_categorytype {
    color: #000000;
    background-color: #A0A0FF;
    font-size: 11px;
}
.menu_body_categprytype, menu_body_categorytype {
    color: #000000;
    background-color: #FBFBFF;
    font-size: 11px;
}

/* --- styles for header of the MAIN MENU (if links) --------------*/
.menu_header_tr { background-color: #D0E0FF; }
.menu_header_tr_over { background-color: #E0F0FF; }
.menu_header_tr_text { font-weight: bold; }
.menu_header_td_text { font-weight: bold; }

/* --- styles for the links in the LINKS MENU ---------------------*/
.menu_link:LINK {
    color: #0000CC;
    text-decoration: none;
    font-size : 11px;
}
.menu_link:VISITED {
    color: #0000CC;
    text-decoration: none;
    font-size : 11px;
}
.menu_link:HOVER {
    color: #000000;
    background-color: #D0E0FF;
    text-decoration: none;
    font-size : 11px;
}

/* --- styles for the selected menu links in the LINKS MENU -------*/
.menu_link_selected:LINK {
    color: #0000CC;
    background-color: #E0F0FF;
    text-decoration: none;
    font-size : 11px;
}
.menu_link_selected:VISITED {
    color: #0000CC;
    background-color: #E0F0FF;
    text-decoration: none;
    font-size : 11px;
}

.menu_link_selected:HOVER {
    color: #000000;
    background-color: #D0E0FF;
    text-decoration: none;
    font-size : 11px;
}

/* --- styles for the rows in the LINKS MENU ----------------------*/
.menu_link_tr {
    border: 1px solid #F9F9F9;
}
.menu_link_tr_over {
    background-color: #E0F0FF;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

/* --- styles for CATEGORY TYPE links ---------------------------------*/
.menu_categorytype:LINK { 
    color: #000090;
    text-decoration: none;
}
.menu_categorytype:VISITED { 
    color: #000090;
    text-decoration: none;
}
.menu_categorytype:HOVER { 
    color: #000000;
    text-decoration: none;
}

/* --- styles for CATEGORY links ----------------------------------*/
.menu_category:LINK { 
    color: #000090;
    text-decoration: none;
    font-size : 11px;
}
.menu_category:VISITED { 
    color: #000090;
    text-decoration: none;
    font-size : 11px;
}
.menu_category:HOVER { 
    color: #000000;
    background-color: #FFFF90;
    text-decoration: none;
    font-size : 11px;
}

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

/* --- styles for the rows in the CATEGORY menu -------------------*/
.menu_category_tr {
    border: 1px solid #FBFBFF;
}
.menu_category_tr_over {
    background-color: #FFFFE0;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

/* --- styles for SUBCATEGORY links -------------------------------*/
.menu_subcategory:LINK { 
    color: #0000F0;
    text-decoration: none;
    font-size : 11px;
}
.menu_subcategory:VISITED { 
    color: #0000F0;
    text-decoration: none;
    font-size : 11px;
}
.menu_subcategory:HOVER { 
    color: #000000;
    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;
}
.menu_subcategory_selected:VISITED { 
    color: #000000;
    background-color: #FFFFE0;
    text-decoration: none;
    font-size : 11px;
}
.menu_subcategory_selected:HOVER { 
    color: #000000;
    background-color: #FFFF90;
    text-decoration: none;
    font-size : 11px;
}

/* --- styles for the rows in the SUBCATEGORY menu ----------------*/
.menu_subcategory_tr {
    border: 1px solid #FBFBFF;
}
.menu_subcategory_tr_over {
    background-color: #FFFFE0;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

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

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

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

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

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

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

/* --- 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_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 : 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;
}

/* --- styles for the navigation line links (1-10 11-20 21-30) ----*/
.navigator_products {
    color: #000000;
    text-align: center;
    font-size: 11px;
}
.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;
}

/* --- 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 miscellaneous ---------------------------------------*/
.categories_path_separator {
    color: #0000A0;
}


.tblMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
}


.tblMainComplement {
	background-attachment: fixed;
	/*--background-image: url('../images_templ/maintblbg_narrow.gif'); --*/
	background-repeat: repeat-y;
}

.tblMainSkinAcne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}
.tblMainSkinSun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainSkinSun a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinSun a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinSun a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainSkinAntiaging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainSkinAntiaging a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinAntiaging a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinAntiaging a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainSkinEuropean {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainSkinEuropean a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinEuropean a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinEuropean a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainSkinAcne a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinAcne a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainSkinAcne a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainAboutUs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainAboutUs a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainAboutUs a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainAboutUs a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblTeenSpa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-attachment: fixed;
	background-image: url(../images_templ/maintblbg_high.gif);
	background-repeat: no-repeat;
	background-position: left -210px;
}
.tblTeenSpa a {
	color:#26A4EE;
	text-decoration:none;
}
.tblTeenSpa a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblTeenSpa a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblBodyMassage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-attachment: fixed;
	background-image: url(../images_templ/maintblbg_high.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.tblBodyMassage a {
	color:#26A4EE;
	text-decoration:none;
}
.tblBodyMassage a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblBodyMassage a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblManicures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblManicures a {
	color:#26A4EE;
	text-decoration:none;
}
.tblManicures a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblManicures a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblPedicures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblPedicures a {
	color:#26A4EE;
	text-decoration:none;
}
.tblPedicures a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblPedicures a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblHairRemoval {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-position: left 380px;
}
.tblHairRemoval a {
	color:#26A4EE;
	text-decoration:none;
}
.tblHairRemoval a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblHairRemoval a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblBridalPackages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-position: left -120px;
}
.tblBridalPackages a {
	color:#26A4EE;
	text-decoration:none;
}
.tblBridalPackages a:visited {
	color:#26A4EE;
	text-decoration:underline;
}
.tblBridalPackages a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblSpaPackages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left 0px;
	background-image: url(../images_templ/maintblbg_high.gif);
	
}
.tblSpaPackages a {
	color:#26A4EE;
	text-decoration:none;
}
.tblSpaPackages a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblSpaPackages a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainMedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-position: left -115px;
}
.tblMainMedia a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainMedia a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainMedia a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblPrivacyPolicy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblPrivacyPolicy a {
	color:#26A4EE;
	text-decoration:none;
}
.tblPrivacyPolicy a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblPrivacyPolicy a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
/*.tblMain a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMain a:hover {
	color:#26A4EE;
	text-decoration:underline;
}*/
.tblManGrooming {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblManGrooming a {
	color:#26A4EE;
	text-decoration:none;
}
.tblManGrooming a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblManGrooming a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblBodyTreatment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblBodyTreatment a {
	color:#26A4EE;
	text-decoration:none;
}
.tblBodyTreatment a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblBodyTreatment a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainCatList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainCatList a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainCatList1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainCatList1 a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList1 a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList1 a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainCatList2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainCatList2 a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList2 a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList2 a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMainCatList3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMainCatList3 a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList3 a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMainCatList3 a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.tblMontlySpecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tblMontlySpecial a {
	color:#26A4EE;
	text-decoration:none;
}
.tblMontlySpecial a:visited {
	color:#26A4EE;
	text-decoration:none;
}
.tblMontlySpecial a:hover {
	color:#26A4EE;
	text-decoration:underline;
}
.hpSelection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.hpSelection a {
	color:#000000;
	text-decoration:none;
}
.hpSelection a:visited {
	color:#000000;
	text-decoration:none;
}
.hpSelection a:hover {
	color:#000000;
	text-decoration:underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.skin_mainTblBG {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 20px 0px;
	background-image: url(../images_templ/skin_mainTbl_BG.jpg);
                background-align: center;
}
.skinAcne_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/skin_acne.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinSun_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/more_skin_care_spa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinAntiaging_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/more_skin_care_spa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinSensitive_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/more_skin_care_spa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinLash_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/more_skin_care_spa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinDeep_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/more_skin_care_spa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinEuropean_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/skin_european_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinCorrective_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/skin_european_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skinAboutUs_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/about_us_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.teenSpa_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/teen_spa_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.manicure_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/manicure_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pedicure_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/manicure_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.hairRemoval_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/hair_removal_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bridalPackages_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/spa_packages_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.spaPackages_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/spa_packages_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contactUs_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.resources_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.manFace_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/man_face_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.manGrooming_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/man_face_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.manBody_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/man_face_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodyMassage_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/body_massage_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodyTreatment_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/body_massage_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.catSkinCare_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.catBodySpa_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.catMan_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.catTeen_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.catPackages_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.catNailSpa_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.privacyPolicy_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mailingList_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.monthlySpecial_TblHdr {
	background-attachment: fixed;
	background-image: url(../images_templ/cat_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.skin_TblHdrText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.skin_TblHdrText a {
	color: #000000;
	text-decoration:none;
}
.skin_TblHdrText a:visited {
	color: #000000;
	text-decoration:none;
}
.skin_TblHdrText a:hover {
	color: #000000;
	text-decoration:underline;
}

.skin_TblHdrTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.skin_moreLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	list-style-image: url(../images_templ/list_arrow.gif);
	line-height: 18px;
}
.skin_moreLinks a {
	color: #000000;
	text-decoration:none;
}
.skin_moreLinks a:visited {
	color: #000000;
	text-decoration:none;
}

.skin_moreLinks a:hover {
	color: #000000;
	text-decoration:underline;
}
.skin_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	width: 400px;
	padding: 2px 5px;
}
.skin_descShort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	width: 120px;
	padding: 2px 5px;
}

.skin_descBold {
	font-weight: bold;
}
.skin_descSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	width: 400px;
	padding: 2px 5px;
}
.media_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	width: 300px;
	padding: 2px 5px;
}
.media_descBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
.media_subHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

.sloganText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	width: 360px;
}
.catList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images_templ/cat_bullet.gif);
}
.catList a {
	color: #000000;
	text-decoration:none;
}
.catList a:visited {
	color: #000000;
	text-decoration:none;
}

.catList a:hover {
	color: #000000;
	text-decoration:underline;
}
.catSubList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images_templ/cat_sub_list_bullet.gif);
	text-indent: -10px;
}
.catSubList a {
	color: #000000;
	text-decoration:none;
}
.catSubList a:visited {
	color: #000000;
	text-decoration:none;
}
.catSubList a:hover {
	color: #000000;
	text-decoration:underline;
}
.heading
{
font-weight: bold;
font-size:12px;
color:#000000;
}
.heading a
{
font-weight: bold;
font-size:12px;
color:#000000;
text-decoration:none;
}
.heading a:VISITED {
    color: #000000;
    text-decoration: none;
    font-size : 12px;
}
.heading a:HOVER
{
font-weight: bold;
font-size:12px;
color:#000000;
text-decoration:underline;
}
.page_heading
{
font-weight: bold;
font-size:24px;
color:#ffffff;
}
.hair_removal_heading
{
font-weight: bold;
font-size:14px;
color:#9A99FF;
}
.green_heading
{
font-weight: bold;
font-size:14px;
color:#AAD32C;
}
.black_heading
{
font-weight: bold;
font-size: 14px;
color: #000000;
line-height:normal;
}
.bodyspa_heading
{
font-weight: bold;
font-size:14px;
color:#FF9A66;
}
.manspa_heading
{
font-weight: bold;
font-size:14px;
color:#6766CC;
}
.nailspa_heading
{
font-weight: bold;
font-size:14px;
color:#9A99FF;
}
.pkgspa_heading
{
font-weight: bold;
font-size:14px;
color:#54BBFE;
}
/*-----------------Footer links-------------------------------------*/
#footerlink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-top: 15px;
}
#footerlink a{
	color: #000000;
	text-decoration:none;
}
#footerlink a:visited{
	color: #000000;
	text-decoration:none;
}
#footerlink a:hover{
	color: #000000;
	text-decoration:underline;
}

/*------ Style for Auto Generated Content Area of Templ Main ------*/

.maincont {
	border-left: 1px solid #D0EBFB;
	border-right: 1px solid #D0EBFB;
}

/*-- Bottom wavy line  --*/

.bottomstripe {
background-image: url('../images_templ/maintblbg.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/*-- Vertical Fading Stripes For Home Page  --*/

.homestripes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: url('../images_templ/homestripes.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/*-- Vertical Fading Stripes For Inner Pages  --*/

.innerstripes {
	background-image: url('../images_templ/contentbg.gif');
	background-repeat: no-repeat;
}
.spaweek {
border:1px dotted #000000;
padding:15px;
background-image: url('../images_templ/spaweek-specials-back.jpg');
background-repeat: repeat-x;
}
.spaweek p{
font-size:14px;
}
#spaweek-img {
background-image: url('../images_templ/cat_skin_photo.jpg');
background-repeat: no-repeat;
background-position: top right;
}

/*################################### Testimoinal CSS Here ##############################*/
#wrap_testimonial_page{ width:630px; float:left; padding-left:25px;}
#content_header h1{ width:605px; float:left; font-size:20px; font-weight:bold; color:#a9a9a9; margin:0; padding:3px 0 3px 25px;}
#wrap_testimonial_box{width:630px; float:left; padding:20px 0 20px 0; border-bottom:1px solid #86d5e6;}
#wrap_testimonial_content{ width:630px; float:left; text-align:justify;}
#testimonial_content_quote{ width:32px; float:left; padding-top:2px;}
#testimonial_content_text{ width:598px; float:left; font-size:11px;}
#testimonial_content_text p{ margin:0; padding:0; line-height:14px;}
#testimonial_name{ width:630px; float:left; font-size:14px; font-weight:bold; padding:5px 0 3px 0; color:#000000;}
#testimonial_certified{width:630px; float:left; font-size:14px; font-style:italic; padding:0 0 5px 0;}
/*################################### Testimoinal CSS End Here ##############################*/


/*######### IN the Media CSS Here ######*/
#inthemedia_content{ width:640px; float:left; padding-left:25px;}
.wrap_brief_box img{border:none;}
.inthemedia_content_style{ color:#a6aaf3; font-weight:bold;}
.inthemedia_content_style a, .inthemedia_content_style a:link, .inthemedia_content_style a:visited{color:#a6aaf3;}
p.inthemedia_content_style{clear:both; padding-left:25px; padding-top:10px;}
#click_cover{ width:640px; height:40px; line-height:40px; float:left; padding-left:25px;}
.wrap_brief_box{ width:195px;font-size:1px; float:left;background:url(../images_templ/brief_image_top.jpg) no-repeat top left; padding-top:1px; margin:15px 5px 15px 25px;_margin:15px 20px 15px 12px;}
/*.brief_box_top{width:195px; font-size:1px; float:left; margin:0; padding:0; }*/
.brief_box_middle{width:195px; float:left;background:url(../images_templ/brief_image_middle.jpg) repeat-y; padding-left:1px;}
.brief_box_bottom{width:195px; height:6px; float:left;background:url(../images_templ/brief_image_bottom.jpg) no-repeat;margin:0; padding:0;}
/*######### IN the Media CSS End Here ######*/


/*######### IN the Media Article CSS Here ######*/
#download_pdf_version{ width:605px; float:left; margin:8px 0 8px 0;}
#click_to_download{ width:35px; float:left;padding-left:25px; }
#download_pdf_version a{ color:#000000; text-decoration:underline;}
#download_pdf_version a:hover{ color:#a6aaf3; text-decoration:none;}
#wrap_article_box{ width:640px; float:left; padding-left:25px; margin:8px 0 8px 0;}
#article_box_inner{width:591px; margin:auto;background:url(../images_templ/article_box_top.jpg)  no-repeat; padding-top:1px; font-size:1px;}
#article_box_middle{width:591px; float:left; background:url(../images_templ/article_box_middle.jpg) repeat-y; padding-left:1px;}
#article_box_bottom{width:591px; height:7px; float:left; background:url(../images_templ/article_box_bottom.jpg) no-repeat;}
/*######### IN the Media Article CSS End Here ######*/

#new_york_magazine_table{ width:640px; float:left; margin-left:25px;}
#new_york_magazine_image_yoga{width:640px; float:left; margin-left:25px; text-align:center; padding:5px 0 5px 0;}
.header_text{ color:#aa0000; font-size:16px;}
.style1{ font-size:18px;}
.style2{ color:#6aa6be;}
.style3{color: #ff9a66;}
.style4{ color:#7d4544;}
.style5{ color:#e48255;}
.style6{ color:#de293e;}
.bristle_spa{ width:640px; float:left;}

.section-buttons img{border:none;}