
/* CSS Document */

.newlistmain
{font-family: Georgia;
    background: url(../images/newlistbg.jpg) no-repeat center top;
    width: 760px;
    height: 191px;
    margin-bottom: 5px;
}

.newlisttitle
{
    padding-left: 15px;
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 17px;
    width: 560px;
    float: left;
    height: 30px;
}


.newlisttitle a
{
    color: #FFFFFF;
    font-size: 17px;
    text-decoration: none;
    text-transform:capitalize;
}

.newlisttitle a:hover
{
    color: #00FFFF;
    
    text-decoration: none;
}

.newliststar
{
    padding-right: 25px;
    padding-top: 9px;
    width: 150px;
    float: right;
    text-align: right;
    height: 30px;
}

.newlistimage
{
    padding-left: 15px;
    padding-top: 10px;
    width: 117px;
    float: left;
    height: 129px;
}

.newlistdesc
{
    padding-left: 15px;
    padding-top: 10px;
    width: 417px;
    font-size: 13px;
    color: #333333;
    float: left;
    text-align: justify;
    height: 129px;
}

.newlistrates
{
    padding-right: 15px;
    padding-top: 10px;
    width: 157px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    float: right;
    height: 129px;
}

.newlistrates a
{
    background: url(../images/but1.jpg) no-repeat center top;
    padding: 2px 26px 4px 24px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.newlistrates a:hover
{
    background: url(../images/but.jpg) no-repeat center top;
    width: 146px;
    height: 23px;
    color: #000;
}

.newstyle2
{
    font-size: 20px;
    padding-top: 5px;
    height: 35px;
}
.h211
{font-family: Georgia;
    background: url(../images/h2bg.jpg) repeat-x center top;
    width:97%;
    color:#fff;
    height:37px;
    padding : 5px 0px 5px 15px;
    font-size:14px;
    font-weight:bold;
}

