/* 
    Document   : explorer
    Created on : 14-jun-2010, 13:05:59
    Author     : ksebastian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.explorer {
    position:relative; float:left; width:100%; height:40px;
}

.explorer p{
    margin-left: 20px;
}

.explorer span{
    color: red;
}



