﻿#product_masterPage_white
{
    margin-left:5px;overflow:auto; zoom:1; padding-bottom:30px; 
}
#product_masterPage_white #head
{
    margin-left:470px; padding-bottom:30px; overflow:auto; zoom:1;
}
#product_masterPage_white #catalog
{
    margin-top:7px;
}
#product_masterPage_white #catalog li
{
    float:left;
    display:inline;
}
#product_masterPage_white #catalog a
{
    display:block;
    padding:1px 10px;
    _padding:2px 10px 0px 10px;
    color:Black;
}
#product_masterPage_white #catalog a:hover
{
    background-color:#ff0000;
    color:White;
}
#product_masterPage_white #left
{
    width:263px; height:370px; float:left; display:inline; background-color:#ebebeb;
}
#product_masterPage_white #center
{
    width:47px; height:370px; float:left; display:inline; text-align:center;
}
#product_masterPage_white #right
{
    width:685px; height:370px; float:left; display:inline; background-color:Black;
}


/* UserControl/ProductNav.ascx */
#product_userControl_productNav li
{
    display:inline;
}
#product_userControl_productNav a
{
    color:#ff0000;
    margin-right:10px;
}
#product_userControl_productNav a:hover
{
    text-decoration:underline;
}
