/* @group category listing */
.categoryLine {
    margin-bottom: 15px;
    overflow: hidden;
    /*border-top:1px solid #cccccc;*/
}
.categoryHolder {
    clear: none;
    float: left;
    width: 165px;
    padding-right: 7px;
}
.categoryHolder.last {
    margin-right: 0;
}
.categoryNameHolder {
    height: 20px;
    margin-bottom: 16px;
}
.categoryNameHolder span {
    color: #9d9e9a;
    font-size: 10px;
    font-weight: bold;
}
a.categoryName {
    font-size: 105%;
    color: #ffffff;
    font-weight: bold;
}
.category {
    text-align: center;
    width: 165px;
    height: 62px;
    /*border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;*/
}
a.categoryMedia {
    display: inline-block;
    /*margin:15px 0;
    height:80px;*/
    vertical-align: middle;
}
#category-protected-login {
    margin: 10px 0;
}
#category-protected-login dd {
    margin-left: 0;
    padding-bottom: 5px;
}
#category-protected-login h4 {
    padding: 10px 0 5px;
}
.category-construction-title, .category-construction-title-long {
    color: #fff;
    position: absolute;
    margin: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    background: #01476b;
    padding: 0 5px;
    max-width: 430px;

}
.category-construction-title-long {
    font-size: 22px;
}
.category-construction-products, .category-construction-favourites {
    border-top: 3px solid #ff6600;
    margin-top: 20px;
    padding-top: 10px;
}
.category-construction-products .productLine, .category-construction-favourites .productLine{
    border: none;
}
.construction-product-listing-title {
    font-style: italic;
    margin-bottom: 0;
}

/* @end */
