.jquery_tabbed_box{
margin: 0px auto 0px auto;
}
.jquery_tabbed_area {
margin-left:2px;}
ul.jquery_tabs {
margin:0px; padding:0px;
margin-top:12px;
}
ul.jquery_tabs li {
list-style:none;
display:inline;
}
ul.jquery_tabs li a {
background-color:#464c54;
color:#353535;
padding:10px 18px 10px 18px;
text-decoration:none;
font-size:13px;
font-family:Arial, sans-serif;
font-weight:bold;
text-transform:uppercase;
background: #d6d6d6; /* Old browsers */
background: -moz-linear-gradient(-45deg, #d6d6d6 0%, #ffffff 50%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d6d6d6), color-stop(50%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(135deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow: 0 0 3px #666666;
text-decoration: none !important;
color: #333333;
}
ul.jquery_tabs li a:hover {
background: #d6d6d6; /* Old browsers */
background: -moz-linear-gradient(45deg, #d6d6d6 0%, #ffffff 50%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d6d6d6), color-stop(50%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(45deg, #d6d6d6 0%,#ffffff 50%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul.jquery_tabs li a.active {
background: linear-gradient(135deg, #FF6D00 0%, #FFB446 50%, #FF6D00 100%) repeat scroll 0 0 transparent!important;
}
.jquery_content {
background-color:#ffffff;
color:#282e32 !important;
background-image:url(file:///D|/webserver/home/jum.loc/www/modules/mod_jquerytabs/jquerytabs/images/content_bottom.jpg);
background-repeat:repeat-x;
background-position:bottom;
color: #000000;
}
a.jquerytabs-link{
display:block;
font-size:11px;
text-align:center;
padding:5px;
}