/************************************************** 
 *      Page Objects Style Sheet Elements         *
 *                                                *
 *                 Main Page                      *
 *                                                *
 **************************************************/
 
.mainText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #8fa9a5;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center
}

.po_productList_dataList
{
    width: 460px;
}

.po_mainIntroText, a.po_mainIntroText:link, a.po_mainIntroText:visited, a.po_mainIntroText:active
{
    width: 180px;
}

a.po_mainIntroText:hover {
	text-decoration: none;
	color:#ffcc00;
}

.po_main_feature_area
{
}

.featureBox
{
    width: 460px;
}

.po_main_feature_header
{
    background-position: -150px -75px;
    background-image: url(/merchant/6/images/yes-these-smell.gif);
    width: 460px;
    background-repeat: no-repeat;
    height: 112px;
    background-color: transparent;
}

.featureItem-border
{
}

.featureItem-Table
{
    padding-right:40px;

    /*padding-left:10px;
    padding-top:10px;*/
    width:250px; 

}

.featureItem-Title, a.featureItem-Title:link, a.featureItem-Title:visited, a.featureItem-Title:active
{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 5px;
    width: 200px;
    color: #663700;
    font-family: arial, helvetica;
    text-align: center;
}

a.featureItem-Title:hover {
	text-decoration: none;
	color:#ED3DEF;
}


.featureItem-Prompt, a.featureItem-Prompt:link, a.featureItem-Prompt:visited, a.featureItem-Prompt:active
{
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 20px;
    padding-left: 5px;
    width: 200px;
    color: #663700;
    font-family: verdana, arial, helvetica;
    text-align: center;
	text-decoration: none;
}

a.featureItem-Prompt:hover {
	text-decoration: underline;
}

.featureItem-Desc
{
    font-weight: normal;
    font-size: 10px;
    color: #663700;
    font-family: verdana, arial, helvetica
    text-align: left
}

.featureItem-Image
{
    padding-left:10px;
    padding-right:10px;
    width: 125px;
}

.navTable_HeaderArea
{
    background-image: url(/merchant/6/images/shop_logo.gif);
    width: 141px;
    background-repeat: no-repeat;
    border-collapse: collapse;
    height: 147px;
}


