﻿#quotes{
    margin-top:20px;
    background-color:#e2f0fa;
    background-position:bottom;
    background-image: url(../Images/bg-quotes.png);
    background-repeat: no-repeat;
    width:250px;
    height:250px;
    z-index:0;
    cursor:default;
}

.quotesToolbar{
    overflow:hidden;
    width:100%;
    list-style:none;

    padding:0;  
    margin:0; 
    z-index:0;
}

.quotesToolbar .header
{
    background-image: url(../Images/boxRMenu-arrow.png);
    background-repeat: no-repeat;
    height:38px;
    padding:7px 0px 0px 7px;
    overflow:hidden;
    font-size:15px;
    color:white;
    z-index:50;
    cursor:default;
}

.quotesToolbar .content{
    position:relative;
/*    background-color: #e2f0fa; */
    height:170px;
    overflow:hidden;
    padding:0px;
    z-index:0;
 /*   background-position:bottom;
    background-image: url(../Images/bg-quotes.png);
    background-repeat: no-repeat; */
}

.quotesToolbar .quote{
    width:220px;
    height:170px;
    font-style:italic;
    font-size:13px;
    padding:0px 15px 0px 16px;
    margin:0;
    overflow:hidden;
    z-index:0;
}

.quotesToolbar .quote p{
    padding:0px 0px 8px 0px;
    margin:0;
    z-index:0;
}

.quotesToolbar #quotesContainer{
    padding:0;
    position:absolute;
    left:0px;
    z-index:0;
}
.quotesToolbar .footer{
    position:relative;
    background-image: url(../Images/bg-quotes.png);
    background-repeat: no-repeat;
    height:170px;
}
.quotesToolbar .spacer
{
    background-color: #e2f0fa;
    height: 15px;
}

.butContainer
{
    height:30px;
    margin-top:0px;
}
.caseStButton
{
    margin-top:4px;
    height:26px;
    width:250px;
    text-align:center;
    cursor:pointer;
}

.rSButton .textDiv
{
    margin-top:5px;
    text-decoration:none;
    font-size: 12px;
    color: #62aae9;
}

.lSButton
{
    float:left;
    background-image: url(../Images/butGray.png);
    background-repeat: no-repeat;
    background-position:0px 0px;
    width:3px;
    height:26px;
}
.caseStButton:hover .lSButton{background-position:0px -52px;}
.rSButton
{
    float:left;
    background-image: url(../Images/butGray.png);
    background-repeat: no-repeat;
    background-position:-53px -26px;
    width:247px;
    height:26px;
}
.caseStButton:hover .rSButton{background-position:-53px -78px;}
.caseStButton:hover .rSButton .textDiv{color: #035297;}
