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

/* category page */
.categories_list {
    text-align: left;
    font-size: 14px;
    clear: both;
}
.categories_list a {
    color: #000000;
    font-weight:bold;
}
.categories_list li {
    width: 48%;
    float: left;
    margin: 0;
    padding: 0 4px;
    margin-bottom: 10px;
}

.category_name {
    font-size: 26px;
    font-weight: bold;
    margin: 5px 0;
}

.page_description {
    font-size: 12px;
    width: 100%;
    margin: 0 0 10px 0;
}

.ModuleNewProducts, .ModuleTopProducts,
.categories_products {
    padding: 7px 0;
    clear: both;
}
.ModuleHeader {
    border-bottom: 1px solid #95bcda;
    font-size: 10px;
    color: #000;
    text-align: center;
    margin: 5px 0;
    height: 33px;
}
.ModuleTopProducts .ModuleHeader {
    background: url('../../site_images/module_heading_top_products.png') no-repeat;
}
.ModuleSpecials .ModuleHeader {
    background: url('../../site_images/module_heading_specials.png') no-repeat;
}
.ModuleNewProducts .ModuleHeader {
    background: url('../../site_images/module_heading_new_products.png') no-repeat;
}
.ModuleHeader h1,
.ModuleHeader h2 {
    padding: 0px 8px;
    background-color: #fff;
    color: #fff !important;
    display: inline;
    margin: 0px;
    font-family: Verdana, sans-serif;
    font-size: 8px;
    font-weight: normal;
}

.IndexCategoryFeatureBox{
    float: left;
    width: 230px;
    margin: 0pt;
    text-align: center;
    position: relative;
    margin-left: 1px;
}
.IndexProductFeatureBox{
    float: left;
    width: 184px;
    margin: 0pt;
    text-align: center;
    position: relative;
    margin-left: 1px;
}

.IndexCategoryFeatureBoxName{
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
    /*overflow: hidden;
    height: 15px;*/
    margin: 0 5px;
}
.IndexProductFeatureBoxName{
    color: black;
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden;
}

.IndexCategoryFeatureBoxName a,
.IndexProductFeatureBoxName a{
    color: black;
    text-decoration: none;
}
.IndexCategoryFeatureBoxProductName a {
    color: #35709d;
    font-size: 11px;
}
.IndexCategoryFeatureBoxProductPrice,
.IndexCategoryFeatureBoxCatLink {
    color: black;
    font-size: 11px;
}
.IndexProductFeatureBoxProductPrice{
    color: #555;
    padding-top: 0px;
    font-size: 11px;
}

.IndexProductFeatureBoxProductLink{
    position: absolute;
    display: block;
    width: 102px;
    height: 27px;
    top: 207px;
    left: 55px;
}
.lowest_price, .max_price {
    font-weight: bold;
}

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

.category_name {
    clear: both;
}

.IndexCategoryFeatureBox img {
    margin-bottom: 10px;
}

#RightColumn {
	/*margin-top: 230px;*/
}

.module_shop_all_link {
    vertical-align: middle;
    text-align: center;
    width: 85px;
}

img.shop_all {
    padding-right: 4px;
}

.shop_all_text {
    display: block;
}

.index_center_pane {
}

.free_shipping_category_banner {
    float: right;
}
