﻿.tblDescription
{
    margin-top:10px;
}
.divProductInfoTabs
{
    width:100%;
    margin-top:10px;
}
.divProductTabSpacer
{
    float:left;
    height:17px;
    padding:8px 0px 0px 0px;
    border-right:solid 1px #e9e9e9;
    width:1px;
}
.divProductTab1
{
    float:left;
    cursor:pointer;
    height:20px;
    padding:4px 8px 0px 8px;
    font-size:14px;
    color:#777;
    background-color:#fff;
    border-top:solid 1px #e9e9e9;
    border-right:solid 1px #e9e9e9;
}
.divProductTab1:hover
{
    color:#777;
    background-color:transparent;
    border-bottom:0;
    background: #e5e5e5 url(/App_Images/body_gradient.png) repeat-x top left;
}
.divProductTabClose
{
    clear:both;
    width:100%;
    height:0px;   
}
.divProductTabActive
{
    float:left;
    cursor:pointer;
    height:20px;
    padding:4px 8px 0px 8px;
    font-size:14px;
    color:#f77e0a;
    border-top:solid 1px #e9e9e9;
    border-right:solid 1px #e9e9e9;
    background: #e5e5e5 url(/App_Images/body_gradient.png) repeat-x top left;
    
}
.divProductItemInfo
{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    background-color:#fff;
    color:#777;
    text-align:left;
    border:solid 1px #e9e9e9;
    background: #e5e5e5 url(/App_Images/body_gradient.png) repeat-x top left;
    margin-right:12px;
}
.divProductItemInfoInner
{
    width:90%;
}
.Invisible
{
    display:none;
}
