/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position: relative;
    margin:0;
    padding:0;        
    width:100%;
	height:330px;
	top:10px; left:38px

}
.stContainer div{ position:relative}
.stContainer div span.text {

    position: absolute;    
    margin:0;
	right:80px; top:220px;	   
  	z-index:110;
    width:435px;
	height:110px;
	display:block;

	padding:18px 0px 0px 25px}
	
	
.stContainer ul {
    display:block;
    list-style: none;    
    position: absolute;    
    margin: 0;     
    border: 0;
	z-index:111;
	left:810px;
	top:235px;   
}
.stContainer ul li{ 
    position: relative; 
    margin: 0;
    padding: 0;    
   /* border-bottom: 0px solid #E0E0E0 !important; */ 
    float: left; margin-right:4px;
	height:27px;
	width:28px;
	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:27px;
	width:27px;
	outline-style:none; background: url(../images/bg_sq.png) top no-repeat
	
	}

.stContainer ul li a:hover{ background: url(../images/bg_sq_act.png) top no-repeat}
	

.stContainer ul li a small { 
  font: normal 12px Arial;
  float:left;
  color:#2148bf; text-decoration:none!important; line-height:30px; cursor:pointer
}
.stContainer ul li a:hover small { text-decoration:underline}



.stContainer ul li a.sel { 
 background: url(../images/bg_sq_act.png) top no-repeat
}
.stContainer ul li a.dis {
 background: url(../images/bg_sq_act.png) top no-repeat
}

