/*
 * 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:81px;
	height:25px;
	text-align:center;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	color:#000000;
	margin:5px 0 0px;
}
 
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	font:16px SimSun, 'Arial Unicode MS';
	font-weight:bold;
	text-align:center;
	padding-bottom:0px;
	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:81px;
	text-align:center;
	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: 14px SimSun, 'Arial Unicode MS';
} /* over ff3 */

.ui-tabs .ui-tabs-nav li, x:-moz-any-link {
	font: 14px SimSun, 'Arial Unicode MS';
	>font: 16px SimSun, 'Arial Unicode MS';
} /* 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:82px;
}

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

.tabs li.tabLast {

}

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

/*----- SHOPPINGS -------------------------*/
#tabsShoppings .tabs a:hover {
	color:#0582ff;
}

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

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

#tabsShoppings .tabs li.tab1 ,
#tabsShoppings .tabs li.tab1 a,
#tabsShoppings .tabs li.tab1 a:link ,
#tabsShoppings .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;
}

/*----- FASHIONS -------------------------*/
#tabsFashions .tabs a:hover {
	color:#ff05c7;
}

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

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

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

#tabsFashions .tabs li.tab1 ,
#tabsFashions .tabs li.tab1 a,
#tabsFashions .tabs li.tab1 a:link ,
#tabsFashions .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;
}

/*----- OL -------------------------*/
#tabsOl .tabs a:hover {
	color:#ef1c21;
}

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

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

#tabsOl .tabs li.tab1 {
	border-left:#ef1c21 solid 1px;
}

#tabsOl .tabs li.tabLast {
	border-right:#ef1c21 solid 1px;
}

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

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

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

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

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

#tabsShopping .tabs li.tab2 {
	width:261px;
}

#tabsShopping .tabs li.tab1 ,
#tabsShopping .tabs li.tab1 a,
#tabsShopping .tabs li.tab1 a:link ,
#tabsShopping .tabs li.tab1 a:visited {
	border-left:#333333 solid 1px;
	background:#333333;
	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:123px;
}

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

#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;
}

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

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

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

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

#tabsArchives .tabs li.tabLast {
	border-right:#b2b2b2 solid 1px;
	width:411px;
}

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