/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
#tabs.stContainer {
    position:relative;
    margin:0;
    padding:0;     
    font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
    color:              #5A5655;
    background-color:   #fff;
    width:645px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius  : 8px;
    -moz-border-radius  : 8px;    
}
#tabs.stContainer div {
   /* -webkit-border-radius: 5px; 
    -webkit-border-top-left-radius
    -webkit-border-top-right-radius 
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft   : 8px;
    -moz-border-radius-bottomright  : 8px; */
    position: relative;    
    margin:             0;   
/*    border:             1px solid #CCC; */
    border-top-width: 0 !important;
    /*height: 300px;     */
    width:638px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
    color:              #5A5655;   
    background-color:   #fff;
    text-align:left;
    overflow:show;
}
#tabs.stContainer > div {
	border: 1px solid #ccc;
    padding:            10px;   
}
#tabs.stContainer ul {
    display:block;
    list-style: none;    
    position: relative;    
    padding: 0 0 0 15px;
    margin: 0;     
    width:645px;
    height:35px;
    clear: both;
    background: #fff;
    border-bottom: 1px solid #ccc; 
}
#tabs.stContainer ul li{ 
    position: relative; 
    margin: 0 0 0 3px;
    padding: 0;    
    border: 1px solid #CCCCCC;    
    float: left;
    background: #d5d5d5;
    -moz-border-radius-topleft      : 8px;
    -moz-border-radius-topright     : 8px;
    -moz-border-radius-bottomleft   : 0px;
    -moz-border-radius-bottomright  : 0px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;  
    height:34px;
    border-bottom: 1px solid #ccc; 
}
#tabs.stContainer ul li a { 
  display:block;
  margin:0;
  padding:5px;
  text-decoration: none;
  height:25px;
  width:200px;
  color:#0464BB;
  outline-style:none;
}
#tabs.stContainer ul li a img { 
/*  display:block;
  margin:0;
  padding:3px;
  height:50px;
  width:50px;
  float:left;*/
}
#tabs.stContainer h2 {
	margin-top: 8px;
	margin-bottom: 8px;
}
#tabs.stContainer ul li a { 
  display:block;
  margin:0;
  padding: 5px;
  float:left;
	color: #c33;
	font-weight: bold;
	font-size: 12pt;
}
#tabs.stContainer ul li a:hover {   
  color:#FFF; 
  background: #c00; 
}
#tabs.stContainer ul li a.sel { 
/*  height:35px;*/
  color:#c00;  
  background: #fff;  
  cursor:text;   
    -moz-border-radius-topleft      : 8px;
    -moz-border-radius-topright     : 8px;
    -moz-border-radius-bottomleft   : 0px;
    -moz-border-radius-bottomright  : 0px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;  
}
#tabs.stContainer ul li a.dis {
  color:#CCCCCC;  
  background: #F8F8F8;  
  cursor:text;   
}
