@media projection, screen {
  .ui-tabs-hide {
    display: none;
  }
}

/* Hide useless elements in print layouts... */
@media print {
  #rotate>ul {
    display: none;
  }
}

/* Skin */
#rotate>ul, .ui-tabs-panel {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#rotate>ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
}
#rotate>ul:after { /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}
#rotate>ul li {
  float: left;
  margin: 0 0 0 1px;
  margin-left:7px;
  background:url(/_upload/tpl/04/84/1156/template1156/images/noseleted.jpg) no-repeat;
  width:92px; height:28px;
}
#rotate>ul a, #rotate>ul a span {
  display: block;
  padding: 0 10px;

}
#rotate>ul a {
  margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
  padding-left: 0;
  color: #27537a;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; /* required in IE 6 */
  outline: 0; /* prevent dotted border in Firefox */
}
#rotate>ul .ui-tabs-selected{background:url(/_upload/tpl/04/84/1156/template1156/images/tab_blue.jpg) no-repeat;}
#rotate>ul .ui-tabs-selected a {
  position: relative;
  top: 1px;
  z-index: 2;
  margin-top: 0;
  color: #000;
}
#rotate>ul a span {
  width: 64px; /* IE 6 treats width as min-width */
  min-width: 64px;
  height: 18px; /* IE 6 treats height as min-height */
  min-height: 18px;
  padding-top: 6px;
  padding-right: 0;
}
*>#rotate>ul a span { /* hide from IE 6 */
  width: auto;
  height: auto;
}
#rotate>ul .ui-tabs-selected a span {
  padding-bottom: 1px;
}
#rotate>ul .ui-tabs-selected a, #rotate>ul a:hover, #rotate>ul a:focus, #rotate>ul a:active {
  background-position: 100% -150px;
}
#rotate>ul a, #rotate>ul .ui-tabs-disabled a:hover, #rotate>ul .ui-tabs-disabled a:focus, #rotate>ul .ui-tabs-disabled a:active {
  background-position: 100% -100px;
  color:#676767;
}
#rotate>ul a, #rotate>ul .ui-tabs-disabled a:hover, #rotate>ul .ui-tabs-disabled a:focus, #rotate>ul .ui-tabs-disabled a:hover{color:#676767;}
#rotate>ul .ui-tabs-selected a span, #rotate>ul a:hover span, #rotate>ul a:focus span, #rotate>ul a:active span {
  background-position: 0 -50px;

}
#rotate>ul a span, #rotate>ul .ui-tabs-disabled a:hover span, #rotate>ul .ui-tabs-disabled a:focus span, #rotate>ul .ui-tabs-disabled a:active span {
  background-position: 0 0;
}
#rotate>ul .ui-tabs-selected a:link, #rotate>ul .ui-tabs-selected a:visited, #rotate>ul .ui-tabs-disabled a:link, #rotate>ul .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor: text;
  color:#fff;
}
#rotate>ul a:hover, #rotate>ul a:focus, #rotate>ul a:active,
#rotate>ul .ui-tabs-unselect a:hover, #rotate>ul .ui-tabs-unselect a:focus, #rotate>ul .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
  color:#676767;
}
.ui-tabs-disabled {
  opacity: .4;
  filter: alpha(opacity=40);
}
.ui-tabs-panel {
  border-top: 1px solid #0094db;
  padding: 1em 8px;
  background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
  padding: 0 0 0 20px;
  background: url(/_upload/tpl/04/84/1156/template1156/images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html #rotate>ul { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  display: inline-block;
}
*:first-child+html #rotate>ul  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
  display: inline-block;
}

#fragment-2,#fragment-2{
   display:none;
}
