/* Used by Apply Page */
/*html > body .featureCardItem.smallCardItem
{
    width: 215px;
}*/

.featureCardItem.smallCardItem
{
    width: 215px;
    padding-left:20px;
    padding-right:0px;
    /*padding: 0px 0px 0px 0px;*/
    /*border: solid 1px red;*/
}

.featureCardItem.smallCardItem ul.featureHeight{
    height:180px;
}

/* Used by apply page */
.borderedContentBody.largeBody
{
    background-image: url("../images/layout/bdr_apply_bdr_mid.png");
    background-repeat: repeat-y;
    padding: 5px 0px 5px 0px;
    margin:0px;
    width:717px;
   
}



.applyMainTop, .applyMainBody, .applyMainDivider, .applyMainBtm, .applyHeadingBg, .applyBodyBg
{
    width: auto;
    display: block;
    background-position: top left;
}
.applyMainTop
{
    overflow: hidden;
    height: 9px;
    background-image: url("../images/layout/bdr_apply_top.png");
    background-repeat: no-repeat;
}
.applyBorderHeading
{
    background-image: url("../images/layout/bg_apply_body.png");
    background-repeat: repeat-y;
}
.applyBorderBody
{
    background-image: url("../images/layout/bg_comp_body2.png");
    background-repeat: repeat-y;
}
.applyHeadingBg
{
    background-position: 3px 0px;
    background-image: url("../images/layout/bg_apply_int_body.gif");
    background-repeat: no-repeat;
		padding-left: 15px;
		padding-bottom: 15px;
}

.compareMainBtm
{
    overflow: hidden;
    height: 10px;
   
    background-image: url("../images/layout/bdr_apply_btm.png");
    background-repeat: no-repeat;
}


.cardItemNav ul
{
    padding: 0px;
    margin: 0px;
}
.cardItemNav ul li
{
    list-style: none;
    float: none;
}
.cardItemNav li a
{
    text-decoration: none;
    height: 30px;
    display: block;
}

.cardItemNav li a.btnAccess
{
    width: 180px;
    background: url("../images/layout/btn_home_access.png") bottom left no-repeat;
}

.cardItemNav li a.btnApplyNow
{
    width: 100px;
    background:  url("../images/layout/btn_applynow.gif") bottom left no-repeat;
}