﻿body {
    margin : 0 0 0 0;
    font-family: Tahoma;
    color: #333333;
}
a, a:visited {
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

    a img,a:visited img,a:hover img {
        color: #FFFFFF;
        border: none #FFFFFF;
        text-decoration: none;
    }

.boxPrinterBrand {
    text-align: left;        
    border: solid 1px white;
}

.boxPrinterBrand:hover {
    border: solid 1px gray;
}

/* Homepage Top Banner */
#homePageBannerBg {
    background: transparent url(../images/homepage_banner_top_bg.gif);
    font-family : Tahoma;
    width: 517px;
    height: 310px;
}
    
    #homePageBannerBg #homePageBannerHead {
        width: 497px;
        padding: 5px 10px 5px 10px;
        color: #AB1824;
        text-align : center;
        font-size : 20px;
    }
    
    #homePageBannerBg #homePageBannerImage {
        margin: 5px 10px 5px 10px;
        width : 150px;
        height : 120px;
        float: left;
    }    
    
    #homePageBannerBg #homePageBannerDetail {
        width: 300px;
        height : 120px;
        padding: 5px 10px 5px 10px;
        color: #144461;
        text-align : left;
        float: right;
        font-size : 0.8em;
    }
    #homePageBannerBg #homePageBannerDescription {
        width: 497px;
        padding: 5px 10px 5px 10px;
        color: #144461;
        text-align : left;
        font-size : 0.8em;    
    }       
    
    #homePageBannerBg #homePageBannerBuyNow {
        width: 497px;
        padding: 5px 10px 5px 10px;
        color: #FFFFFF;
        text-align : right;
        font-size : 0.8em;    
    } 
        #homePageBannerBg #homePageBannerBuyNow img {
            text-decoration: none;
            border: none;
        }          