/* 
    Document   : bannersZones
    Created on : Sep 22, 2009, 5:31:50 PM
    Author     : s.senin
    Description:
        Purpose of the stylesheet follows.
*/

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

.bannersZone-table {
    width: 100%;
}
.bannersZone-sell {
    padding: 0;
    vertical-align: top;
}

.bannersZone-sell-vertical {
    padding-bottom: 10px;
}
.bannersZone-sell-horizontal {
    padding: 0px;
}
.bannersZone-sell-float {
    float: left;
    
}
.color {
    display: none;
}



