/** The listing feature for categories, ya'know, the one that does't actually display the category image. **/

.IndexCategoryFeatureBox{
    float: left;
    width: 202px;
    height: 304px;
    margin: 0pt;
    background: url('../../site_images/sprites.png') -804px -286px no-repeat;
    text-align: center;
    position: relative;
    margin-left: 1px;
}
.IndexProductFeatureBox{
    float: left;
    width: 202px;
    height: 245px;
    margin: 0pt;
    background: url('../../site_images/sprites.png') -804px -592px no-repeat;
    text-align: center;
    position: relative;
    margin-left: 1px;
}

.IndexCategoryFeatureBoxName{
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding-top: 12px;
    overflow: hidden;
    height: 29px;
}
.IndexProductFeatureBoxName{
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding-top: 12px;
    overflow: hidden;
    height: 27px;
}

.IndexCategoryFeatureBoxName a,
.IndexProductFeatureBoxName a{
    color: white;
    text-decoration: none;
}
.IndexCategoryFeatureBoxProductName{
    color: red;
    padding-top: 10px;
}
.IndexCategoryFeatureBoxProductPrice{
    color: #555;
}
.IndexProductFeatureBoxProductPrice{
    color: #555;
    padding-top: 6px;
}

.IndexCategoryFeatureBoxProductLink{
    position: absolute;
    display: block;
    width: 102px;
    height: 27px;
    top: 259px;
    left: 55px;
}
.IndexProductFeatureBoxProductLink{
    position: absolute;
    display: block;
    width: 102px;
    height: 27px;
    top: 207px;
    left: 55px;
}


#MainBody h1{
    text-align: center;
    color: #006cb7;
}