﻿

/* -------------- HOME PAGE STYLES -------------- */
#HomeFeaturedContainer {
    height: 326px;
    width: 311px;
    background-color: #FFF; 
}

#HomeFeaturedHeader {
    background-image: url(../img/home/featured_title.jpg);
    width: 311px;
    height: 108px;
    margin-bottom: 1px;
}

.HomeFeaturedProduct {
    background-image: url(../img/home/featured_product.jpg);
    width: 311px;
    height: 108px;
    margin-bottom: 1px;
    display:block;
}

.HomeFeaturedDetailContainer{
    width: 175px;
    height: 80px;
    padding-top: 12px;
    padding-left:10px;
}

.HomeFeatureImage{
    width: 90px;
    height: 90px;
    padding-top: 3px;
    padding-left: 5px;
    text-align: center;
}

.HomeFeatureTitle{
    text-transform:uppercase;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #164A6C;
    text-align:left;
    font-weight: bold;
    font-size: 12px;
}

.HomeFeaturePN{
    text-transform:uppercase;
    text-align:left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #999;
    font-size: 9px;
}

.HomeFeatureDesc UL{
    margin-top: 10px;
    list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.HomeFeatureDesc LI{
    list-style-type: none;
    padding-left: 8px;
    line-height: 14px;
    background: url(../img/page/bullet.gif) left 5px no-repeat;
    }

.HomeFeatureDesc {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
    font-weight: normal;
    font-size: 10px;
}

/* -------------- INNER PAGE STYLES -------------- */

#InnerFeaturedContainer {
    width: 180px;
    margin: 0px auto 0px auto;
   
}

#InnerFeaturedHeader {
    width: 180px;
    height: 65px;
    padding-top: 5px;
    padding-bottom:5px;
    
}

#InnerFeaturedHeaderDivide {
    border-top: dotted 1px #939598;
    width: 180px;
    height: 5px;
    display: block;
}

.InnerFeaturedProduct {
    background-image: url(../img/page/bg_featured_product_dis.jpg);
    width: 180px;
    height: 190px;
    margin-bottom:3px;
    display:block;
}

.InnerFeaturedDetailContainer{
    width: 175px;
    height: 50px;
    padding-top: 2px;
    /* padding-left:12px; */
}
/* Height was 80px w/ 90x90 IMG & Description */

.InnerFeatureImage{
    padding-top: 8px;
    width: 200px;
    height: 125px;
    text-align: center;
}
/* Height was 90px w/ 90x90 IMG & Description */

.InnerFeatureTitle{
    text-transform:uppercase;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #164A6C;
    text-align:center; /* Left */
    font-weight: bold;
    font-size: 12px;
    margin: 0px auto 0px auto;
    width: 150px;
}

.InnerFeaturePN{
    text-transform:uppercase;
    text-align:center; /* Left */
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #999;
    font-size: 9px;
}

.InnerFeatureDesc UL{
    margin-top: 5px;
    list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.InnerFeatureDesc LI{
    list-style-type: none;
    padding-left: 8px;
    line-height: 14px;
    background: url(../img/page/bullet.gif) left 5px no-repeat;
    }

.InnerFeatureDesc {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
    font-weight: normal;
    font-size: 10px;
}





