


/* 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 {
    font-size: 12px;
	border-bottom:2ps solid #000
}
.ui-tabs-nav {
    list-style: none;
    margin: 0px 0px 0px -1px;
    padding:0px 0px 0px 3px;
	background:url(../images/winetabs/link.jpg) repeat-x top;
	border-top:#330000 solid 1px;
	border-bottom:#330000 solid 1px;
	height:20px;
	width:797px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
	text-indent:-10000px;
	list-style:none;
	float:left;
	margin:0px;
	padding:0px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
}

.ui-tabs-nav  {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-selected a {
    position: relative;
    color: #000;
	height:48px;
	margin-top:-19px;
	color:#330000;
	}
.ui-tabs-nav a span {
    min-width: 24px;
    height: 30px; /* IE 6 treats height as min-height */
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-panel {
    border:none;
}
.ui-tabs-loading em {
    padding: 30px 0 0 20px;
    background: url(../../../winery/ui.tabs/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	display:block;
	margin:-7px 0px 0px;
	font-size:10px;
	height:36px;
	color:#663333;
	border-top:#996633 solid 1px;
	border-right:#CC9933 solid 1px;	
	position:relative;
	z-index:100;
	text-indent:-10000px;
	font-weight:normal;
	text-align:left;
	overflow:hidden;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:hover {
	height:48px;
	margin-top:-19px;
	color:#330000;
	border-top:#330000 solid 1px;
	border-left:#330000 solid 1px;
	border-right:#330000 solid 1px;	
	}
	
	