@CHARSET "ISO-8859-1";
#tabs {
padding: 5px;    
min-height:300px;
    height:auto !important;
    height:300px;

}
#tabs ul {

margin: 0 auto !important;
padding:0 !important;
border-bottom:  dotted 1px #cccccc;
height: 21px;
padding-left: 16px !important;

}
#tabs li {
list-style: none;
display: inline;
width: 125px;
text-align: center;
background: url("/images/unutrasnje/tab_gore2.gif") no-repeat top;
margin-left: 1px;
}
#tabs li,
#tabs li a {
float: left;

}
#tabs li a{
width: 90%;
}
#tabs ul li a {
text-decoration: none;
padding: 4px;
color: #cccccc;
font-weight: bold;
}
#tabs ul li:HOVER {
background: url("/images/unutrasnje/tab_gore3.gif") no-repeat top;

}
#tabs ul li:HOVER a{
color: #99cc00;
outline:none;
}

#tabs ul li.active {
background: url("/images/unutrasnje/tab_gore.gif") no-repeat top;
}
#tabs ul li.active a {
color: #99cc00;;
outline:none;
}
#tabs div {
clear: both;
padding: 20px;
min-height: 16px;
}
#tabs div h3 {
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 1px;
}
#tabs div p {
line-height: 150%;
}
