/* 
    Document   : zsnazzy
    Created on : Feb 18, 2008, 10:56:29 AM
    Author     : markm
    Description:
        Purpose of the stylesheet follows.
*/

/*For adding border effects to Divs 
Modified code from:
Stu Nichols of http://www.cssplay.co.uk/
**/
.zsnazzy {
    margin: 0px 13px;
}

.zb1, .zb2, .zb3, .zb4, .zb5, .zb6, .zb7 {
    display: block; 
    overflow:  hidden;
    font-size: 0;
}

.zb1, .zb2, .zb3, .zb4, .zb5, .zb6 {
    height:1px;
}

.zb4, .zb5, .zb6, .zb7 {
    background:#ccc; 
    border-left:1px solid #fff; 
    border-right:1px solid #fff;
}

.zboxcontent {
    text-align:left;
    padding: 3px 0;
    padding-left: 3px;
    color: white;
    background:#000; 
    border:3px solid #fff; 
    border-width:0 3px;
    z-index: 1;
}

* html .zboxcontent {
    height:1px;
}


.zb1 {margin:0 8px 0 8px; background:#fff;}
.zb2 {margin:0 6px 0 6px; background:#fff;}
.zb3 {margin:0 4px 0 4px; background:#fff;}
.zb4 {margin:0 3px 0 3px; background:#000; border-width:0 5px;} /*border-left:3px solid #fff; border-right:5px solid #fff;} /*These adjustments make a flat left corner*/
.zb5 {margin:0 2px 0 2px; background:#000; border-width:0 4px;} /* border-left:3px solid #fff; border-right:4px solid #fff;} /*These adjustments make a flat left corner*/
.zb6 {margin:0 2px 0 2px; background:#000; border-width:0 3px;} 
.zb7 {margin:0 1px 0 1px; background:#000; border-width:0 3px; height:2px;} 


