﻿
/* Right Column - Home Page & Carry through --------------------------------- **/


#featuredProduct
{
    padding: 0;
    margin: 0;
    background-image: url(images/bg-rcol.png);
    background-repeat: no-repeat;
}

#featuredProduct h1
{
    color: #f33;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}


#featuredProduct h2
{
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

#featuredProduct h3, #featuredProduct h3 span
{
    color: #f60;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

#featuredProduct h3 span
{
    font-size: 22px;
    display: block;
}

#featuredProduct h3
{
    margin: 20px 0 0 15px;
}

#featuredProduct .content
{
    font-size: 11px;
    line-height: 15px;
    margin: 5px 10px 0 15px;
}

#featuredProduct .read-more
{
    width: 220px;
    margin-left: 15px;
}



/* Split column */

.noBackground#mpContentRight 
{
   background-image: none;
   background-color: #fff;
}

.withBox#featuredProduct
{
    height: 273px;
    min-height: 273px;
    margin-bottom:11px;
        
}

.withBox#featuredProduct h1
{
    margin-top:10px;
}

.withBox#featuredProduct img
{
    margin-top:-25px;
}

.withBox#featuredProduct h3
{
    margin-top:10px;
    padding-bottom:8px;
    color: #333399
}

#mpContentRight .flashHolder 
{
    
    
}

#mpContentRight .flashHolder object
{
    
    z-index: 0;
}
#mpContentRight .flashHolder .read-more
{
    position:relative;
    
    width: 220px;
    margin-top: -19px;
    margin-left: 15px;
    
}