/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	}


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	width:87px;
	text-align:right;
	font: bold 16px 'PT Sans Narrow', Arial, sans-serif;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	color:#000000;
	margin:20px 0 10px;
}
 
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	text-align:right;
	padding-right:7px;
	color:#333333;
 }
 
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	color:#666666;
}
 
.ui-state-hover a,
.ui-state-hover a:hover {
	color:#666666;
}
 
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	color:#666666;
}
 
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color:#ffffff;
}
 
.ui-widget :active {
	outline: none;
}


/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;
	zoom: 1;
	} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
 
.ui-tabs .ui-tabs-nav li {
	float: left;
	width:87px;
	text-align:right;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	white-space: nowrap;
}

html>/**/body .ui-tabs .ui-tabs-nav li, x:-moz-any-link, x:default {
	font: bold 14px 'PT Sans Narrow', Arial, sans-serif;
} /* over ff3 */

.ui-tabs .ui-tabs-nav li, x:-moz-any-link {
	font: bold 14px 'PT Sans Narrow', Arial, sans-serif;
	>font: bold 16px 'PT Sans Narrow', Arial, sans-serif;
} /* under ff2 and not IE */


.ui-tabs .ui-tabs-nav li a {
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
	} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
	}

/*----- Common -------------------------*/
.tabs li.tab1 {
	width:132px;
	text-align:center;
}

.tabs li.tab2 {
	width:107px;
}

.tabs li.tabLast {
	width:67px;
}

/*----- TRAVEL -------------------------*/
#tabsTravel .tabs a:hover {
	color:#0bd92c;
}

#tabsTravel .tabs .ui-state-active,
#tabsTravel .tabs .ui-widget-content .ui-state-active,
#tabsTravel .tabs .ui-widget-header .ui-state-active {
	background:#85ec95;
	color:#ffffff;
}
 
#tabsTravel .tabs .ui-state-active a,
#tabsTravel .tabs .ui-state-active a:link,
#tabsTravel .tabs .ui-state-active a:visited {
	background:#85ec95;
	color:#ffffff;
}

#tabsTravel .tabs li {
	border-right:#0bd92c solid 1px;
	border-bottom:#0bd92c solid 1px;
}

#tabsTravel .tabs li.tab1 ,
#tabsTravel .tabs li.tab1 a,
#tabsTravel .tabs li.tab1 a:link ,
#tabsTravel .tabs li.tab1 a:visited {
	border-left:#0bd92c solid 1px;
	background:#0bd92c;
	color:#ffffff;
}


/*----- SHOPPING -------------------------*/
#tabsShopping .tabs a:hover {
	color:#0582ff;
}

#tabsShopping .tabs .ui-state-active,
#tabsShopping .tabs .ui-widget-content .ui-state-active,
#tabsShopping .tabs .ui-widget-header .ui-state-active {
	background:#82c0ff;
	color:#ffffff;
}
 
#tabsShopping .tabs .ui-state-active a,
#tabsShopping .tabs .ui-state-active a:link,
#tabsShopping .tabs .ui-state-active a:visited {
	background:#82c0ff;
	color:#ffffff;
}

#tabsShopping .tabs li {
	border-right:#0582ff solid 1px;
	border-bottom:#0582ff solid 1px;
}

#tabsShopping .tabs li.tab1 ,
#tabsShopping .tabs li.tab1 a,
#tabsShopping .tabs li.tab1 a:link ,
#tabsShopping .tabs li.tab1 a:visited {
	border-left:#0582ff solid 1px;
	background:#0582ff;
	color:#ffffff;
}


/*----- DINING -------------------------*/
#tabsDining .tabs a:hover {
	color:#ffac04;
}

#tabsDining .tabs .ui-state-active,
#tabsDining .tabs .ui-widget-content .ui-state-active,
#tabsDining .tabs .ui-widget-header .ui-state-active {
	background:#ffcd68;
	color:#ffffff;
}
 
#tabsDining .tabs .ui-state-active a,
#tabsDining .tabs .ui-state-active a:link,
#tabsDining .tabs .ui-state-active a:visited {
	background:#ffcd68;
	color:#ffffff;
}

#tabsDining .tabs li {
	border-right:#ffac04 solid 1px;
	border-bottom:#ffac04 solid 1px;
}

#tabsDining .tabs li.tab1 {
	border-left:#ffac04 solid 1px;
}

#tabsDining .tabs li.tab1 ,
#tabsDining .tabs li.tab1 a,
#tabsDining .tabs li.tab1 a:link ,
#tabsDining .tabs li.tab1 a:visited {
	border-left:#ffac04 solid 1px;
	background:#ffac04;
	color:#ffffff;
}

/*----- FASHION -------------------------*/
#tabsFashion .tabs a:hover {
	color:#ff05c7;
}

#tabsFashion .tabs .ui-state-active,
#tabsFashion .tabs .ui-widget-content .ui-state-active,
#tabsFashion .tabs .ui-widget-header .ui-state-active {
	background:#ff82e3;
	color:#ffffff;
}
 
#tabsFashion .tabs .ui-state-active a,
#tabsFashion .tabs .ui-state-active a:link,
#tabsFashion .tabs .ui-state-active a:visited {
	background:#ff82e3;
	color:#ffffff;
}

#tabsFashion .tabs li {
	border-right:#ff05c7 solid 1px;
	border-bottom:#ff05c7 solid 1px;
}

#tabsFashion .tabs li.tab1 {
	border-left:#ff05c7 solid 1px;
	width:130px;
}

#tabsFashion .tabs li.tab1 ,
#tabsFashion .tabs li.tab1 a,
#tabsFashion .tabs li.tab1 a:link ,
#tabsFashion .tabs li.tab1 a:visited {
	border-left:#ff05c7 solid 1px;
	background:#ff05c7;
	color:#ffffff;
}


/*----- CULTURE -------------------------*/
#tabsCulture .tabs a:hover {
	color:#9e05fe;
}

#tabsCulture .tabs .ui-state-active,
#tabsCulture .tabs .ui-widget-content .ui-state-active,
#tabsCulture .tabs .ui-widget-header .ui-state-active {
	background:#ce82fe;
	color:#ffffff;
}
 
#tabsCulture .tabs .ui-state-active a,
#tabsCulture .tabs .ui-state-active a:link,
#tabsCulture .tabs .ui-state-active a:visited {
	background:#ce82fe;
	color:#ffffff;
}

#tabsCulture .tabs li {
	border-right:#9e05fe solid 1px;
	border-bottom:#9e05fe solid 1px;
}

#tabsCulture .tabs li.tab1 {
	border-left:#9e05fe solid 1px;
}

#tabsCulture .tabs li.tab1 ,
#tabsCulture .tabs li.tab1 a,
#tabsCulture .tabs li.tab1 a:link ,
#tabsCulture .tabs li.tab1 a:visited {
	border-left:#9e05fe solid 1px;
	background:#9e05fe;
	color:#ffffff;
}


/*----- ARCHIVES -------------------------*/
#tabsArchives .tabs a:hover {
	color:#000000;
}

#tabsArchives .tabs .ui-state-active,
#tabsArchives .tabs .ui-widget-content .ui-state-active,
#tabsArchives .tabs .ui-widget-header .ui-state-active {
	background:#c1c1c1;
	color:#ffffff;
}
 
#tabsArchives .tabs .ui-state-active a,
#tabsArchives .tabs .ui-state-active a:link,
#tabsArchives .tabs .ui-state-active a:visited {
	background:#c1c1c1;
	color:#ffffff;
}

#tabsArchives .tabs li {
	border-right:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
}

#tabsArchives .tabs li.tab1 {
	border-left:#333333 solid 1px;
}

#tabsArchives .tabs li.tab1 ,
#tabsArchives .tabs li.tab1 a,
#tabsArchives .tabs li.tab1 a:link ,
#tabsArchives .tabs li.tab1 a:visited {
	border-left:#333333 solid 1px;
	background:#333333;
	color:#ffffff;
}



