@media projection, screen {
.ui-tabs-hide {
display: none;
}
}
#tab, #acord {
font-size:12px;
}
#tab .ul {
list-style: none;
margin: 0;
padding: 0 0 0 4px;
}
#tab .ul:after {
display: block;
clear: both;
content: " ";
}
#tab .ul li {
float: left;
display:block;
margin: 0 0 0 1px;
}
#tab .ul a {
display: block;
background: #cdcdcd url(../img/acord_head.jpg) bottom repeat-x;
padding:6px 12px;
color: #333333;
font-weight: bold;
text-align: center;
text-decoration: none;
white-space: nowrap;
outline: 0;
margin:2px 0 0;
}
#tab .ul .ui-tabs-selected a {
margin:0;
padding-top:8px;
color: #ffffff;
background:url(../img/acord_head_select.jpg) bottom repeat-x;
}
*>#tab .ul a {
width: auto;
height: auto;
}
#tab .ul li .ui-tabs-selected a:link, #tab .ul li .ui-tabs-selected a:visited, #tab .ul li .ui-tabs-disabled a:link, #tab .ul li .ui-tabs-disabled a:visited {
cursor: text;
}
#tab .ul li a:hover, #tab .ul li a:focus, #tab .ul li a:active, #tab .ul li .ui-tabs-deselectable a:hover, #tab .ul li .ui-tabs-deselectable a:focus, #tab .ul li .ui-tabs-deselectable a:active {
cursor: pointer;
}
.ui-tabs-disabled {
opacity: .4;
filter: alpha(opacity=40);
}
#tab div {
border: 1px solid #333333;
padding: 5px 10px;
background: #EEEEEE;
}
.ui-tabs-loading em {
padding: 0 0 0 20px;
background: url(loading.gif) no-repeat 0 50%;
}
* html #tab .ul {
display: inline-block;
}
*:first-child+html #tab .ul {
display: inline-block;
}
#acord .ul {
list-style-type:none;
margin:0;
padding:0;
}
#acord .ul li {
margin:0 0 2px;
padding:0;
}
#acord .ul li .head {
display:block;
padding:5px 0 5px 5px;
background-image:url(../img/acord_head.jpg);
color:#000;
text-decoration:none;
}
#acord .ul li div {
border-style:solid;
border-color:#333333;
border-width:0 1px 1px;
padding: 0 10px;
background: #EEEEEE;
}
#acord .ul li.selected .head {
background-image:url(../img/acord_head_select.jpg);
color:#FFF;
}
#acord .ul li .head:hover {
background-image:url(../img/acord_head_over.jpg);
}
