/* CSS Document */

.mediumbox {
width: 450px;
}

.mediumarea {
width: 950px;
height: 300px;
}

.warning {
color: #FF0000;
text-transform: uppercase;
}




#features table, #accessories table { 
width:95%; 

} 

#features th, #accessories th { 
color:#333333; 
text-align:center; 
border-bottom: 3px solid #333; 
/*border-top: 1px solid #333; 
background: #DADADA;*/
}

#features td, #accessories td { 
color:#333333; 
text-align:center; 
}

.hilite {
background: #D7EBFF;
}

.hilite2 {
background: #E9E9E9;
}