﻿/* Product comparison template styles */
.ProductGrid
{
    margin-top: 15px;
    margin-bottom: 15px;
    
}
#Tabs
{
    position: relative;
    z-index: 2;
}

.TabArea
{
    border: 1px solid black;
    position: relative;
    padding: 10px 5px 3px 5px;
    z-index: 1;
    margin-top: -3px;
    
}

.Product
{
    border-left: 1px solid #C0BFB5;
    border-right: 1px solid #C0BFB5;
    border-bottom: 1px solid #C0BFB5;
    margin-bottom: 10px;
}

.Product .Header
{
    height: 23px;
    background-image: url(/cfb/images/compare/header_bg.jpg);
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.Product .Abstract
{
    float: inherit;
    margin-left: 20px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Product .Features
{
    border: 1px solid #C0BFB5;
    padding: 5px 5px 5px 5px;
    margin-top: -4px;
    z-index: 1;
    position: relative;
    background-color: white;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.Product .Features ul, ol, h1, h2, h3, h4
{
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.Product .RatesFees
{
    border: 1px solid #8582B9;
    display: none;
    padding: 5px 5px 5px 5px;
    margin-top: -4px;
    z-index: 1;
    position: relative;
    background-color: white;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.Product .RatesFees ul, ol, h1, h2, h3, h4
{
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.Product .Tabs
{
	margin-left: 15px; 
	z-index: 2;
	position: relative;
}

.benefitTab
{
	padding-bottom: 1px;
}

.CellHeading
{
    border: 1px solid #C0BFB5;
    background-color: #C0BFB5;
    font-weight: bold;
    text-align: center;
}
 
.RowHeading
{
    border: 1px solid #C0BFB5;
    background-color: #C0BFB5;
    font-weight: bold;
}

.RowHeadingWhite
{
    border: 1px solid #C0BFB5;
    font-weight: bold;
}              

.CellWhite
{
    border: 1px solid #C0BFB5;
     text-align: center;
}

.CellAlt
{
    border: 1px solid #C0BFB5;
    background-color: #C0BFB5;
     text-align: center;
}

/* End product comparison styles */