/* FD Features Page */

#subNavBanner {
        position: absolute;
        top: 60px;
        left: 730px;
        width: 284px;
        height: 76px;
        background: url(../images/v3/iconssub1.png) no-repeat;
}

#fcBox {
/*
        position: absolute;
        top: 145px;
        left: 40px;
*/
	width: 550px;
	height: 162px;
	background: url(../images/v3/fc_small.jpg) 30px center no-repeat;
}

#fcBox p {
	padding-top: 50px;
	padding-left: 220px;
        color: #AE1509;
        text-align: center;
        font-size: 125%;
        font-weight: bold;
	font-style: italic;
}

.prodBanner {
	position: absolute;
	top: 170px;
	left: 743px;
	height: 37px;
	width: 262px;
	background: url(../images/v3/3checkheader.png) right top no-repeat;
}

.featureRow, .titleRow, .prodRow {
        clear: both;
	width: 990px;
	background: url(../images/v3/feature_check_back.png) right top repeat-y;
}

.prodRow {
	height: 37px;
	margin-top: -10px;
}

.titleRow {
	height: 68px;
}

.featureRow {
        min-height: 130px;
	border-top: #970408 1px solid;
	padding-top: 10px;
}

.featureRowTall {
        min-height: 180px;
}

.textCol, .imgCol, .checkColChecked, .checkColUnChecked, .checkColTitle {
        float: left;
}

.textCol {
        width: 587px;
        clear: left;
        font-size: 12px;
}

.titleRow .textCol {
        width: 727px;
	padding-top: 30px;
}

.imgCol {
        width: 140px;
	min-height: 88px;
}

.imgCol img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 88px;
	height: 66px;
	border: 0;
}

.checkColChecked, .checkColUnChecked {
        width: 87px;
	height: 88px;
}

.checkColTitle {
        width: 87px;
	text-align: center;
}

.checkColTitle img {
        width: 53px;
        height: 19px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

.checkColChecked {
	background: url(../images/v3/checkmark.png) center 20px no-repeat;
}

p.featureTitle {
        margin: 5px 0 15px 0;
        color: #AE1509;
        font-size: 125%;
        font-weight: bold;
}

p.featureTitle {
	padding: 0;
	margin: 0;
}

.prodTitle {
	float: right;
	width: 87px;
        color: white;
        font-size: 13px;
	text-align: center;
	padding-top: 3px;
}

.larger {
        font-size: 150%;
}

