﻿/**
 * Where To Buy
**/
#where-to-buy{
    margin:0 auto;
    width:960px;
}
#where-to-buy #container
{
    padding:31px;
    width:900px;
}
#where-to-buy #container #title
{  
    padding:6px 0 23px 5px;
}   
#where-to-buy #container #title h1
{
    background:url(../../images/where-to-buy/img_wheretobuy.jpg) no-repeat;
    height:49px;
}    
#where-to-buy #container #title
{
    font-size:16px;  
}
#where-to-buy #container #main-content div.retail
{
    border:1px solid #e0e0e0;    
    height:396px;
    float:left;
    padding:16px 0 0 30px;
    width:407px;
}
#where-to-buy #container #main-content div.online
{
    border:1px solid #e0e0e0;      
    height:396px;
    float:right;
    padding:16px 0 0 30px;
    width:407px;
}
#where-to-buy #container #main-content p.buyRet
{
    font-size:20px;
    font-weight:bold;
    padding:0 0 32px 1px;
}
#where-to-buy #container #main-content p.buyOnl
{
    font-size:20px;
    font-weight:bold;
    padding:0 0 32px 1px;
    letter-spacing:1px;
}
#where-to-buy #container #main-content img.left-img
{
    float:left;
    padding:32px 0 0 30px;
}
#where-to-buy #container #main-content .online img.left-img{   
    padding:10px 0 30px 30px;
}
#where-to-buy #container #main-content .online img.right-img{   
    padding:0 50px 30px 0;
}
#where-to-buy #container #main-content img.right-img
{
    float:right;
    padding:0 50px 40px 0;
}