/* 
Document   : dealerTab
Created on : Jul 3, 2009, 9:04:01 AM
Author     : tharini.virabadran
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

div.tooltip
{
    background:transparent url(../images/icons/icon_tooltip.png) no-repeat scroll 0 0;
    font-size:14px;
    height:153px;
    width:210px;
    display:none;
    color:#ffffff;
    font-size:12px;
    margin-top: 10px;
}

a:active {
    outline:none;
}

.sqbullets {
    list-style: square; 
    line-height: 25px;
    list-style-image: url(../images/dealerProducts/bdot.gif);
}

#topIcons
{
    padding-top: 5px;
    margin: 25px 0 35px 0;
    height: 100px;
    width: 800px;
    background:transparent url(../images/icons/iconholder.png) no-repeat scroll 0 0;
}

.reportsTable {
    margin-left: 50px;
    width: 550px;
    border: #FFFFFF 1px solid;
    font-size: 11px;
    text-align: justify;
}

.reportstd {
    border-right: #FFFFFF 1px solid;
}

.demosTabletd {
    width: 275px;
    text-align: center;
    float: none;
    vertical-align: top;
}

#zAutosProducts
{    
    padding-top: 40px;
    padding-bottom: 50px;
}


