/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    clear: both;
	margin: 0px;
	padding: 0px;
}
.ui-tabs-nav {
	color: #fff;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
	height: 42px;
	list-style: none;
	margin-right: 1px;
	position: relative;
}
.ui-tabs-nav a {
    display: block;
    padding: 0px;
}
.ui-tabs-nav a {
 	background: url('../images/bg_tabs.png') no-repeat top center;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 23px;
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    outline: 0; /* prevent dotted border in Firefox */
    padding: 8px 10px 0px 10px;
	text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}

.ui-tabs-nav a:hover {
	background-position: center center !important;
	height: 23px !important;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background-position: bottom center !important;
	height: 34px !important;
}


/*
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
*/
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
}*/

#tabs {
	clear: left;
	color: #fff;
	padding-top: 20px;
	}

#tabs h2 {
	clear: both;
	font-size: 18px;
	margin-top: 15px;
	}

#tabs h3 {
	clear: both;
	font-size: 14px;
	margin: 15px 0px -10px 0px;
	}

#tabs div > ul {
	margin-top: 15px;
	}

#tabs div > ul li {
	list-style: none;
	padding-bottom: 5px;
	}

#tabs div > ul li a {
	color: #fff;
	}

#tabs div > ul li a:hover {
	color: #ccbcc5;
	}

#tabs div > table {
	width: 100%;
	}

#tabs div > table tr {
	}

#tabs div > table th {
	color: #ccbcc5;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
	}

#tabs div > table td {
	border-right: 0px;
	border-top: 1px solid #8d657c;
	padding: 2px 0px 2px 0px;
	text-align: left;
	}

#tabs div > table td.bullet {
	font-size: 15px;
	text-align: center;
	width: 80px;
	}

#tabs .mascara a {
	background: url('../images/bg_tabs_mascara.png') no-repeat top center;
	}

#tabs .eyeliner a {
	background: url('../images/bg_tabs_eyeliner.png') no-repeat top center;
	}

#tabs .lashprimer a {
	background: url('../images/bg_tabs_primer.png') no-repeat top center;
	}

#tabs .lashcurler a {
	background: url('../images/bg_tabs_curler.png') no-repeat top center;
	}

#tabs .mousse a {
	background: url('../images/bg_tabs_mousse.png') no-repeat top center;
	}

#tabs .resurfastic a {
	background: url('../images/bg_tabs_resurfastic.png') no-repeat top center;
	}











