.rateTable {
left:460px;
width:920px;
}

#rightbar div.rateTable {
left:147px;
height:527px;
width:300px;
}

.rateTable .top {
position: relative;
top:-10px;
}

#rightbar .rateTable .top {
position: relative;
top: 10px;
}

#rightbar .rateTable .bottom {
position: relative;
top: -10px;
}

.rateTable .content {
background-color:white;
}

/**************************
    Rate Table - Small
***************************/
.rateTable.small{
    width:300px;
    padding-left: 153px;
    margin-top:10px;
}
.rateTable.small .top{
    background:url(/img/gobankingrates/rates/tablebg-top-small.png) no-repeat top left;
    height:10px;
    position:absolute;
    width:300px;
}
.rateTable.small .container{
    background:url(/img/gobankingrates/rates/tablebg-mid-small.png) repeat-y;
    position:relative;
}
.rateTable.small .container h3,
.rateTable.small .container h4{
    text-align:center;
    padding:2px 10px 10px 10px;
}
.rateTable.small .container .bottomLink{
    background:url(/img/gobankingrates/rates/arrow_button.png) no-repeat center right;
    font-size:16px;
    text-align:right;
    margin:0 8px;
    padding:6px 22px 2px 0;
}
.rateTable.small .bottom{
    background:url(/img/gobankingrates/rates/tablebg-bottom-small.png) no-repeat bottom left;
    height:10px;
    position:absolute;
    width:300px;
    bottom:-10px;
}
.jqmWindow.small{
    margin-left:-300px;
    width:300px;
}


