   
    #sw-holder {
        position:relative;
        margin:10px 0 30px 0;
        padding:0;
        color:#00b8ff;
    }
    
    #sw-holder .active {
        color:#2c6175;
    }
    
    #sw-floater, #sw-floater-bkg {
        color:#424242;
        position:absolute;
        top:128px;
        left:200px;
        display:block;
        height:130px;
        width:385px; 
        padding:10px 15px;
		z-index:50;
    }
    
    #sw-floater-bkg {
        z-index:1;
        display:none;
        background-color:#fff;
        border:1px solid #00b8ff;
        opacity:.80;
        filter: alpha(opacity=80); 
        -moz-opacity: 0.8;	
    }
   
    #sw-floater-inner {
	    position:relative;
	}
    
    #sw-floater .sw-title {
        position:relative;
        font-weight:bold;
        font-size:13px;
    }
    
    #sw-floater .sw-teaser {
        position:relative;
    }
    
    #sw-floater .sw-small {
        position:relative;
    }
    
    #sw-body .sw-title {
        font-weight:bold;
    }
    
    
	#sw-body .sw-title {
	margin:40px 0 20px;
	font-size:18px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 24px;
	}
	
	#sw-body .active {
		color: #0863AC;
	}	
	
	
	#sw-body h3 {
	font-size:16px;
	color:#333;
	}	
	
    .sw-hs {
        position:absolute;
        text-align:right;
        padding:0 40px 0 0;
        /* border:1px solid #00FF33; */
        cursor:default; 
        line-height:1.2em;
    }
    
    .sw-hs .sw-small,
    .sw-hs .sw-teaser,
    .sw-hs .sw-body,
    .sw-hs .sw-big
    {
        display:none;
    }
            
            
    #sw-hs-0 {
        text-align:left;
        top:55px;
        left:35px;
        width:135px;
        height:40px;	
    }
    
    #sw-hs-1 {
        top:105px;
        left:50px;
        width:85px;
        height:25px;	
    }
    
    #sw-hs-2 {
        top:145px;
        left:55px;
        width:65px;
        height:25px;
    }
    
    #sw-hs-3 {
        top:185px;
        left:5px;
        width:105px;
        height:25px;
    }
    
    #sw-hs-4 {
        top:225px;
        left:35px;
        width:80px;
        height:25px;
    }
    
    #sw-hs-5 {
        top:295px;
        left:0px;
        width:135px;
        padding-top:10px;
        height:45px;
    }
    
    #sw-hs-6 {
        text-align:left;
        padding: 0 0 0 60px;
        top:40px;
        left:430px;
        width:190px;
        height:40px;
    }
 
    #sw-hs-7 {
        top:375px;
        left:25px;
        width:155px;
        height:25px;
    } 
    
    #sw-hs-8 {
        text-align:left;
        top:325px;
        left:470px;
        width:155px;
        height:50px;
        padding:5px 0 0 40px;
    }

	#sw-floater-inner tbody {
		border:none;
	}
	
	#sw-floater-inner table {
		border-collapse:collapse;
		margin:0;
		padding:0;
	}
	
	#sw-floater-inner table td {
		padding:8px 10px 4px 0;
		vertical-align:top;
	}

.trBox{
	border: 2px solid #2F2F2F;
	width: 494px;
	padding: 18px;
	margin-bottom: 18px;
}

