/* 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 {
    #taburi { display: none; }
}

/* Skin */
#taburi, .ui-tabs-panel { font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; }
#taburi { list-style: none; margin: 0; padding: 0 0 0; }
#taburi:after { /* clearing without presentational markup, IE gets extra treatment */ display: block; clear: both; content: " "; }
#taburi li { float: left; margin: 0 0 0 10px; min-width: 45px; /* be nice to Opera *//* be nice to Opera */ }
#taburi a, #taburi a span { display: block; padding: 0 6px; background: url("tab.gif") repeat; }
#taburi a {
	margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #666;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
	font-size: 14px;
}
#taburi a.selected {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	color: #666;
}
#taburi a span {
	width: 54px; /* IE 6 treats width as min-width */
	xmin-width: 45px;
	height: 22px; /* IE 6 treats height as min-height */
	min-height: 22px;
	padding-top: 9px;
	padding-right: 0;
}
#taburi a span:hover {
	color: #006600;
}
*>#taburi a span { /* hide from IE 6 */ width: auto; height: auto; }
#taburi  a.selected span { padding-bottom: 1px; color: White !important }
#taburi  a.selected, #taburi a:hover, #taburi a:focus, #taburi a:active { background-position: 100% -150px; }
#taburi a, #taburi .ui-tabs-disabled a:hover, #taburi .ui-tabs-disabled a:focus, #taburi .ui-tabs-disabled a:active { background-position: 100% -100px; }
#taburi  a.selected span, #taburi a:hover span, #taburi a:focus span, #taburi a:active span { background-position: 0 -50px; }
#taburi a span, #taburi .ui-tabs-disabled a:hover span, #taburi .ui-tabs-disabled a:focus span, #taburi .ui-tabs-disabled a:active span { background-position: 0 0; }
#taburi  a.selected:link, #taburi .ui-tabs-selected a:visited, #taburi .ui-tabs-disabled a:link, #taburi .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ cursor: text; }
#taburi a:hover, #taburi a:focus, #taburi a:active,
#taburi .ui-tabs-unselect a:hover, #taburi .ui-tabs-unselect a:focus, #taburi .ui-tabs-unselect 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 { padding: 0; background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading *//* declare background color for container to avoid distorted fonts in IE while fading */ }
.ui-tabs-loading em { padding: 0 0 0 20px; background: url(loading.gif) no-repeat 0 50%; }

/* Additional IE specific bug fixes... */
* html #taburi { /* auto clear, @ IE 6 & IE 7 Quirks Mode */ display: inline-block; }
*:first-child+html #taburi  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */ display: inline-block; }


#HomePage #Splash { position: relative; }

#rotate { width: 855px; height:261px; }
.tab {	
	position:absolute;
	z-index:-1;
	width:855px;
	
}

 #rotate > .last-active{
	
		z-index:2;
	
	}
	
	#rotate > .active{
	
		z-index:3;
		display:block;
	
	}

#taburi{ height: 36px; background: url("tabbar.jpg"); bottom:0px;position:absolute; width:855px;}

.tab{
	height: 225px;
	overflow: hidden;
}

	

#lotiune {background:url("../../media/static/front_page/lotiune.jpg")}
#fulgi {background:url("../../media/static/front_page/fulgi.jpg")}
#ulei {background:url("../../media/static/front_page/ulei.jpg")}
#ulei_aromat {background:url("../../media/static/front_page/uleiuri-aromate.jpg")}
#capsule {background:url("../../media/static/front_page/capsule.jpg")}
#kids {background:url("../../media/static/front_page/kids.jpg")}
#seminte {background:url("../../media/static/front_page/seminte.jpg")}
#faina {background:url("../../media/static/front_page/faina.jpg")}
#pudra {background:url("../../media/static/front_page/pudra.jpg")}
#colon {background:url("../../media/static/front_page/colon.jpg")}
#fibre {background:url("../../media/static/front_page/fibre.jpg")}
#ciocolata {background:url("../../media/static/front_page/ciocolata.jpg")}
#batoane {background:url("../../media/static/front_page/batoane.jpg")}
.pdet {
	margin-left: 450px;
	margin-top:20px;
	width: 350px;
	padding-top: 25px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
.pdet h2{
	font-size: 18px;
	margin-bottom:10px;
	font-weight: bold;
}
.pdet p {
	font-size:14px;
	line-height:22px;
	padding-bottom:10px; }
	
.pdet a{
	font-size: 14px !important;
	line-height: 22px;
}

