/* download page */

 .downloadbox {
    margin: 3px 0;
    width: 602px;
    background: url("../images/bg-downloads-item.gif") no-repeat center center;
    border: 1px solid #FFCC33
    display: block;
    float: left;
    
    }
    a:link{
        text-decoration: none;
        
    }
    a:visited{
        text-decoration: none;
        
    }
    
    .dbutton{
        margin: 6px 0;
        float: right;
        background-color: #857363;
        border:  0px none;
        padding: 3px;
        font-weight: bold;
        margin-right: 10px;
        display: block;
    }
    
    #divInfoHeader div.downloadbox div.dbutton a.dlink {
    	font-size:150%;
		font-weight:normal;
		padding:0.25em;
		color: #d0d1b4 !important;
    }
    div.dtext{
     	color: #333;
    	font-weight: bold;
    	margin: 14px;
    	float: left;
    }
 /** TDS Rebranding
 .downloadbox {
    margin-top: 40px; 
    background-color: #FFFF00;
    width: 300px;
    height: 50px;
    font-family: Verdana;
    background-image: url(downloads.jsp_files/gradient.png);
    border: 1px solid #FFCC33
    display: block;
    float: left;
    
    }
    a:link{
        text-decoration: none;
        
    }
    a:visited{
        text-decoration: none;
        
    }
    .dbutton{
        margin-top: 15px;
        float: right;   
        background-color: #996600;
        border:  0px none;
        height: 20px;
        padding: 3px;
        font-weight: bold;
        margin-right: 10px;
        display: block;
        
    }
  
    
    #divInfoHeader div.downloadbox div.dbutton a.dlink {
    	color: white;
    	text-decoration: underline;
    }
    div.dtext{
     	color: #CC9933;
    	width: 180px;
    	font-weight: bold;
    	margin-left: 10px;
    	margin-top: 10px;
    	vertical-align: middle;
    	float: left;
    }
	a:link{
		text-decoration: none;
	}
	**/
    

