div.category{
    border: 1px solid #eeeeee;

    display: block;
    width:100%;
    height:350px;
    overflow: hidden;
    position: relative;
}
div.categoryimage{

    display: block;
    width: 100%;
    height:350px;
    position: absolute;
    border: 10px solid #ffffff;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box ;
    z-index: 1;

}

div.categoryimage:hover, #categorydescription:hover + #categoryimage{
}

div.categoryholder{
    /*float:left;*/
    /*width:25%;*/
    display: block;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box ;
    padding:10px;

}

h1.categorytitle{
    font:  15px 'ff-meta-web-pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 1px;

    color: #ffffff;
}

div.categorydescription{
    color: #ffffff;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 8px;
    padding: 10px 20px;
    text-align: center;
    z-index: 100;
    /*width: 100%;*/
    background-color: rgba(0,0,0,0.2)
}


#categorydescription p{
    color: #ffffff;
    text-align: center;
}

div.item{
    border: 1px solid #eeeeee;

    display: block;
    width:100%;
    height:102px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}
div.itemimage{
    float: left;
    width:79px;
    height:300px;
    overflow: hidden;
    position: absolute;
    display: block;
    text-align: center;

}


img.itemimage{
    height:103px;
    border: 10px solid #ffffff;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box ;
}

h2.itemtitle{
    margin-top: 0px;
    font:  14px 'ff-meta-web-pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 1px;

    color: #000000;
}

#itemdescription p{
    margin-top: 3px;
    font: 12px Arial;
    color: #000000;
    text-align: left;
}
div.itemdescription{
    left: 80px;
    top: 0px;
    position: absolute;
    padding: 10px 20px;
    text-align: left;
}