﻿.satisfiedButton
{
    background: url( "pics/leftPics/satisfiedClients.gif" ) no-repeat;
    margin: 20px 0px 0px 10px;
    height: 47px;
    width: 211px;
}
.satisfiedButtonText
{
    display: block;
    margin: 12px 0 0 110px;
    width: 80px;
    text-align: right;
    color: #0879f8;
    font-size: 20px;
    font-weight: bold;
}

.toolsContainer
{
    margin: 0 0 -1px 10px;
    _margin: 0 0 -1px 5px;
    color: red;
    height:auto;
    
}
.toolsMenu
{
    overflow: hidden;
    margin: 5px 0 0 15px;
    width: 170px;
    border-bottom: 1px solid #cccccc;
    height: 40px;
    font-size: 11px;
    font-weight: bold;
    
}
.toolsMenu a
{
    display: block;
}
.toolsMenu a:hover
{
    color: #ccc;
    background: none;
}


.toolsImg
{
    float: left;
    height: 33px;
    width: 33px;
}
.toolsMenuText
{
    float: right;
    display: block;
    padding-top: 2px;
    width: 130px;
}
.menuBottomDiv
{
    width: 170px;
    height: 0px;
    
}

.SatisfiedClientDiv
{
height: 35px; 
width: 199px;
background-color: #eee; 
margin: 5px 0 0px 9px; 
_margin: 5px 0 0px 5px;                        
border: 1px solid #ccc;
font-size: 12px;  
color:gray;
}


