/* ZSTYLES */

* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    color: #666666;
    text-decoration: none;
}

body {
    background-image: url(http://www.ztechnik.com/images/BG-area.gif);
    background-color: #FFFFFF;
    margin: auto;
}

a:link { color: #CC0000; font-weight: bold; text-decoration: none; }
a:visited { color: #CC0000; font-weight: bold; text-decoration: none; }
a:active { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #CC0000; }
a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #CC0000; }

/* CLASS SELECTORS */

.title {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.text {
    color: #000000;
}

.picbox {
    background-color: #FFFFFF;
}

.textbox {
    background-color: #EEEEEE;
    padding: 5px;
}

.linkbox {
    background-color: #DDDDDD;
    font-style: italic;
    font-weight: bold;
    padding: 5px;
}

.download {
    font-weight: bold;
}

.newstitle {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    border-top: solid 1px #CC0000;
}

.newstextbox {
    background-color: #EEEEEE;
    padding: 10px;
}

.newstable {
    background-color: #E2E2E2;
    font-weight: bold;
    border: solid 1px #999999;
    cell-padding: 5px;
}

.cellborder {
    border: solid 1px #FFFFFF;
    padding-left: 5px;
}

.wsSpec {
    color: #000000;
    border-top: solid 1px #000000;
}

.picSpec {
    border: solid 1px #000000;
}

.distbody {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    background-color: #FFFFFF;
    width: 403px;
    height: 60px;
 }

.distname {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    background-color: #CCCCCC;
    width: 183px;
    height: 60px;
 }

.distlocation {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
 }

.formSeparator {
    background-color: #FFFFFF;
    background-image: url(http://www.ztechnik.com/images/formSeparatorBar.gif); 
    width: 610px;
    height: 8px;
 }

 .midspacer {
    background-color: #DDDDDD; 
    width: 20px;
    height: 60px;
 }


/* ID SELECTORS */

#bgimg {
    background-image: url(http://www.ztechnik.com/images/RideBuyDealerBG.gif);
 }


/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


