/**********************
CSS Color Map

	Light Gray  - #c7cacf
	Dark Gray   - #8e99ab
	Green       - #44b7df
	Ligh Blue   - #eff2f5
	
**********************/


/****************
global
****************/
card-presentation
html { height: 100%; margin-bottom: 1px; }

body {
    background: white url(../images/background.gif) repeat;
	margin: 0;
}

.main-body{
	background:white;
}

a           {color: #258EC8; text-decoration: underline;}
a:hover     {color: #92CF26;}
a:visited   {color: #7DCCDF;}

a:active, a:focus{
  -moz-outline-style: none;
}

.main-body h2 {
    color:#E86C04;
    font-size:1.3em;
    margin-bottom:0.15em;
}

.main-body h3 {
    color:#E86C04;
    font-size:1em;
    margin-bottom:0.15em;
}

#checklist h3 {
    margin-bottom: 1em;
}

input {
    background:#F2F7DE none repeat scroll 0 0;
    border:1px solid #7B9619;
    color:#546A05;
    padding:4px;
}


/****************
 Header 
****************/
.header-top{ 
	background:#6f8d09; 
	border-bottom:2px solid #e7eecd;
	height:3px;
	line-height:2px;
	font-size:2px;
}
.header {
	background:#f2f7de;
    height: 60px;
}
.header-bottom{ 
	background:#6f8d09; 
	border-top:2px solid #e7eecd;
	height:3px;
	line-height:2px;
	font-size:2px;
}
	h1.logo {
        margin: 8px 15px;
    }
.header-menu{ 
	font-family:Verdana;
	font-size:1.2em;
	font-weight:bold;
	margin-top:35px;
	text-align:right;
}
	.header-menu a, .header-menu a:visited{ 
        background:#FF861D none repeat scroll 0 0;
        color:white;
        margin-bottom:5px;
        margin-right:20px;
        padding:7px;
        text-decoration:none;
        -moz-border-radius:5px;
	}

        .header-menu a:hover {
            color: #3E4E08;
            text-decoration: underline;
        }
/****************
 Footer CSS
****************/

.footer {
    background: #e7eecd;
	border-top:2px solid #fffef4;
	border-bottom:2px solid #fffef4;
	color:#596b18;
	text-align:center;
}
	.footer a{
		color:#596b18;
		text-decoration:none;
	}
	.footer a:hover{
		text-decoration:underline;
	}
.footer-top{ 
	background:#6f8d09; 
	border-bottom:1px solid #e7eecd;
	height:2px;
	line-height:2px;
	font-size:2px;
}
.footer-bottom{ 
	background:#6f8d09; 
	border-top:1px solid #e7eecd;
	height:2px;
	line-height:2px;
	font-size:2px;
}

/****************
 Seach Bar CSS
****************/
.search {
    color:#454444;
    padding:10px;
    font-size:1em;
    font-weight:bold;
    margin: 1em 0;
}

.search span {
    margin-bottom: 5px;
    display: block;
}

.search input.text{
    border:1px solid #566c09;
    width:145px;
    padding:2px;
    font-size:11px;
}
.search input.submit{
	background:transparent url(../images/search-button.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:24px;
	width:74px;
	float:right;
    margin-top: 3px;
}

    #main-search {
        background:#F2F7DE;
        color:#546A05;
        border: 1px solid #7B9619;
        padding: 4px;
        width: 100%;
    }

input.submitbutton{
    background:transparent url(../images/search-button.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:24px;
	width:74px;
    margin-top: 3px;
}


/****************
Separator
****************/
.separator{ 
	margin:10px 0 10px 10px;
	line-height:2px;
	font-size:2px;
	border-top:1px dashed #8d9960;
}
.middle-content{ 
	margin:0 0 10px;
	padding-bottom:10px;
	border-left:1px dashed #8d9960;
}

/****************
 RSS Feeds
****************/
.rss-feed{ 
	margin:10px;
}
    .rss-feed h3{
        font-size:1.3em;
        font-weight:bold;
        margin-bottom:1em;
    }
	.rss-feed span{ 
		display:block;
	}
		span.rss-maintitle{ 
			color:#454444;
			font-size:1em;
			font-weight:bold;
		}	
		span.rss-title{ 
			color:#546a05;
			font-size:0.9em;
			font-weight:bold;
			margin:5px 0 0;
		}
	.rss-feed p{ 
		color:#8e8e8e;
		font-size:0.9em;
		text-align:justify;
	}
	
/****************
 Sponsored Results
****************/

.sponsored-results {
	margin:10px 0 0 0;
	color:#454444;
}

    .sponsored-results p {
        margin-top: 0;
        margin-bottom: .4em;
    }

        .sponsored-results p strong {
            font-size: .85em;
        }

.sponsored-results ul {
    list-style-type: none;
    margin: 0;
}

    .sponsored-results ul.large {
        font-size: 1.5em;
    }

    .sponsored-results li {
        cursor: pointer;
        margin-bottom: 1em;
        font-size: .6em;
    }

        .sponsored-results a {
            color: #358FD3;
            font-weight: bold;
            font-size: 1.5em;
            padding-bottom: .2em;
            text-decoration: none;
            display: block;
        }

            .sponsored-results a:hover {
                text-decoration: underline;
            }

        .sponsored-results em {
            color: #107B0D;
            font-style: normal;
            padding-top: .1em;
            display: block;
        }

.result_option{
	padding:10px;
	font-weight:normal;
}
	.results_full_width_link a{ 
		color:#546a05;
		text-decoration:underline;
	}
	.result_href a{ 
		color:#000000;
		text-decoration:none;
	}        
	.results_url_full_width_link a{ 
		color:#6f8912;
		text-decoration:underline;
	}

.sponsored-results-side	{ 
	margin:20px 0 10px 10px;
}
	.sponsored-results-side span{ 
		display:block;

	}
		span.results_full_width_link-side{ 
			color:#546a05;
			font-size:0.9em;
			font-weight:bold;
			margin:15px 0 0;
		}
		.results_full_width_link-side a{ 
			color:#546a05;
			text-decoration:underline;
		}
	
	.sponsored-results-side p{ 
		color:#8e8e8e;
		font-size:0.9em;
		text-align:justify;
		margin:0;
	}
		.result_href-side a{ 
			color:#8e8e8e;
			text-decoration:none;
		}
	
	a.results_url_full_width_link_side{ 
		color:#546a05;
		font-size:0.85em;
		text-decoration:underline;
	}
/****************
 Survey CSS
****************/

#survey {
    display: none;
    border:5px solid #44b7df;
    margin:10% 30%;
    position:absolute;
    width:500px;
    background: #EFF2F5;
    padding: 20px;
    text-align: center;
}

    #survey p {
        font-size: 2em;
        margin-bottom: .4em;
    }
    
        #survey p.sub {
            font-size: 1.5em;
        }
    
    #survey span {
        font-size: 1.5em;
    }
    
        #survey span.last {
            margin-left: 30px;
        }
        
    #survey textarea {
        margin: 0;
        color: #44b7df;
        font-size: 1.5em;
        font-weight: bold;
    }
    
    .close {
        float: right;
        font-size: 2em !important;
        color:red;
        cursor: pointer;
    }

/*****************************
Main Body 
******************************/
.main-body{ 
	margin:0 auto;
}

.main-title{ 
	color:#e86c04;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0 0 ;
	padding-left:10px;
	border-left:1px dashed #8d9960;
}
	.main-title p{
		color:#979696;
		font-size:0.64em;
		font-weight:normal;
	}
.main-title-link{ 
	color:#e86c04;
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 0 ;
	padding-left:10px;
	border-left:1px dashed #8d9960;
}
	.main-title-link p{
		color:#979696;
		font-size:0.64em;
		font-weight:normal;
	}

.listing-title{ 
	color:#e86c04;
	font-size:1.3em;
	font-weight:bold;
	margin:10px 0;
	padding-left:10px;
}
.listing-checks{ 
	margin:10px 0;
	padding-left:10px;
}
	a.listing-checks-title{ 
		color:#546a05;
		font-size:1.3em;
		font-weight:bold;
	}
        a.listing-checks-title:hover{
            color:#8BAF0A;
        }
    a.listing-checks-title-nolink{
		color:#546a05;
		font-size:1.3em;
		font-weight:bold;
        cursor:default;
	}
        a#item-default{
            cursor:default;
        }
	.listing-checks-desc img{ 
		float:left;
		padding:2px;
	}
	.listing-checks-desc p{ 
		color:#979696;
		font-size:0.9em;
	}
a.listing-check-it{ 
	color:#7b9619;
	text-decoration:none;
}
	a.listing-check-it:hover{ 
		text-decoration:underline;
	}
.check-box{ 
	text-align:center;
	background: white url(../images/check_box.gif) no-repeat center 0;
	padding:40px 0 0 30px;
	display:block;
	width:50px;
}
a.check-box{
    color:#7EC137;
}
.check-box:hover{
	background: white url(../images/checked_box_grey.gif) no-repeat center 0;
}
.checked-box{ 
	background: white url(../images/checked_box.gif) no-repeat center 0;
	text-align:center;
	padding:40px 0 0 30px;
	display:block;
	width:50px;
}
a.checked-box{
    color:#ABACB0;
}
.saving-money-progress{ 
	width:170px;
	float:left;
    padding:2px;
	text-align:center;
	border:1px dashed #7c8b49;
}
.saving-money-progress-meter{ 
	color:#7b9619;
	font-size:1.1em;
	font-weight:bold;
	width:80%;
	margin:0 auto;
}
	.saving-money-progress-meter span{ 
		color:#5d6c2d;
		display:block;
		font-size:1.6em;
	}
.saving-money-progress-tips{
	color:#7b9619;
	text-align:left;
	padding:5px;
}
	.saving-money-progress-tips a{
		color:#e86c04;
		text-decoration:none;
	}
		.saving-money-progress-tips a:hover{
			text-decoration:underline;
		}
.contact-box{ 
	width:170px;
	float:left;
	margin:30px 0 0;
}		
	.contact-box span{ 
        display: block;
        font-size: 1.2em;
        margin: 0px;
        clear: left;
        margin: 30px 0 0 0;
	}
		.contact-box span img{ 
			float:left;
			width:30px;
        }
		.contact-box span a{ 
			color: #4FB0C8;
			text-decoration:underline;
            padding-left: 10px;
		}	
			.contact-box span a:hover{
			}	
		
.main-products{ 
	padding:10px;
}

.main-products span.title{ 
	color:#6f8912;
	display:block;
	font-weight:bold;
}

.main-products p.desc{ 
	color:#8e8e8e;
	margin:0;
}
.right-float img{ 
	float:right;
	padding:5px;
}
.left-float img{ 
	float:left;
	padding:5px;
}

.check-help-text {
    color:#6BA42F;
    display:block;
    padding-top:5px;
    text-align:center;
}

/**************
Sub Page
**************/
.sub-page img.icon-tip{ 
	float:left;
	padding:10px 10px 0;
}
span.sub-page-title{ 
	color:#546a05;
	display:block;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	margin:10px;
}

.subpage-cc-input{ 
	margin:15px 0 0 40px;
}

    .subpage-cc-input a {
        font-size: .75em;
        padding-left:10px;
    }

label.title-input{ 
	color:black;
	display:block;
	float:left;
	font-size:0.75em;
	font-weight:bold;
	padding-top:5px;
	width:130px;
}

label.credit-title{
	color:black;
	display:block;
	float:left;
	font-size:0.75em;
	font-weight:bold;
	padding-top:5px;
	width:180px;
}

label.legend-input{ 
	color:#546A05;
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	width:25px;
}
input.input{ 
	background:#F2F7DE;
	border:1px solid #546A05;
	color:#546A05;
	font-size:1.1em;
	padding:2px;
}
img.arrow-desc{ 
	position:relative;
right:-586px;
top:-270px;
z-index:2;
}
	

.card-offers{ 
	float:left;
	width:590px;
	margin:20px 0;
}
.card-offers-desc{ 
	float:left;
	width:580px;
	padding:15px 0;
}


    ul.normal, ol.normal {
        font-size: .65em;
        color: #979696;
        margin-left: 30px;
        font-weight: normal;
    }

        ul.normal h4, ol.normal h4 {
            font-weight: bold;
            font-size: 1em;
            margin: 0;
            padding: 0;
            display: inline;
            color: #7B9619;
        }

	
/********** 
Most popular cards 
**********/

.card-presentation{ 
	text-align:center;
	font-size:0.5em;
	float:left;
	width:163px;
	margin:0 15px;
	_margin:0 3px;
}
	.card-presentation label{ 
		display:block;
		color:#738c1b;
		font-size:2em;
		line-height:1;
		margin-top:10px;
	}
	.card-presentation span.pricing{ 
		font-size:3em;
		font-weight:bold;
		line-height:1;
	}
	.card-presentation span.yearly{ 
		font-size:1.5em;
		line-height:1;
	}
	.card-presentation img{ 
		margin:5px;
        cursor:pointer;
	}
	.card-presentation span.card-feature{ 
		font-size:1.5em;
		line-height:1;
		text-align:left;
		color:#42473c;
		display:block;
	}
	.card-presentation ul{
		text-align:left;
		color:#979696;
		margin:0 0 1.5em 1.5em;
	}
	.card-presentation ul li{
		padding:2px 0;
	}
    .card-presentation a {
        text-decoration: none;
    }


/********** 
Most popular cards 
**********/	
.most-popular-cards-display{ 
	float:left;
	width:590px;
}
.most-popular-cards{ 
	margin:5px 8px 20px;

}
	.most-popular-cards p{ 
		font-size:0.6em;
		color:black;
		text-align:justify;
	}
.mostpop-apply{ 
	font-size:0.6em;
	color:black;
	text-align:center;
}
	.mostpop-apply img{ 
		margin:10px auto 0;
	}

/***********
Credit score page 
***********/
.creditscore-offers{ 
	float:left;
	width:590px;
	margin:0 0 20px;
}
#creditScore_graphic{ 
	width:205px;
}
#meter-score{
	display:block;
	font-size:2em;
	text-align:center;
}
#meter-rating{
	color:#577914;
	display:block;
	font-size:1.5em;
	text-align:center;
}
.credit-score-product{ 
	width:573px;
	float:left;
}
img.arrow-credit-score{ 
	position:relative;
	right:84px;
	top:30px;
	z-index:2;
}
#recommanding_score{ 
	color:#42473C;
	display:block;
	float:left;
	font-size:0.8em;
	padding-left:25px;
}
.credit-score-product ul li{ 
	color:#979696;
	font-size:0.64em;
	font-weight:normal;
}
.creditscorep img{ 
	float:right;
	padding:10px;
}

img.creditscoreapply { 
	margin-left:210px;
}

img.creditScoreResults{
	left:68px;
	position:relative;
	top:-150px;
	z-index:2;
}

    #creditScore_graphic .excellent {
        color:#0C63B2;
    }
    #creditScore_graphic .good {
        color:#5D8116;
    }
    #creditScore_graphic .ok {
        color:#BDE212;
    }
    #creditScore_graphic .fair {
        color:#EB9202;
    }
    #creditScore_graphic .poor {
        color:#FF0A00;
    }

.input-msg {
    color: #627F2F;
    font-size:0.75em;
    margin:5px 0 0 100px;
    display: block;
}

.input-err {
    color:red;
    font-size:0.75em;
    margin:5px 0 0 100px;
}

    #credit-excellent, #credit-good, #credit-ok, #credit-fair, #credit-poor {
        
    }
    
/********** 
rounded corners
**********/	
.b1, .b2, .b3, .b4{
	font-size:1px; overflow:hidden; display:block;
}
.white-box .b1 {height:1px; background:#3e4e08; margin:0 5px;}
.white-box .b2 {height:1px; background:#ffffff; border-right:2px solid #3e4e08; border-left:2px solid #3e4e08; margin:0 3px;}
.white-box .b3 {height:1px; background:#ffffff; border-right:1px solid #3e4e08; border-left:1px solid #3e4e08; margin:0 2px;}
.white-box .b4 {height:2px; background:#ffffff; border-right:1px solid #3e4e08; border-left:1px solid #3e4e08; margin:0 1px;}
.white-box .content-cb {
	background: white; 
	border-right:1px solid #3e4e08; 
	border-left:1px solid #3e4e08;
	padding-left:8px;
}


.green-box .b1 {height:1px; background:#3e4e08; margin:0 5px;}
.green-box .b2 {height:1px; background:#F2F7DE; border-right:2px solid #3e4e08; border-left:2px solid #3e4e08; margin:0 3px;}
.green-box .b3 {height:1px; background:#F2F7DE; border-right:1px solid #3e4e08; border-left:1px solid #3e4e08; margin:0 2px;}
.green-box .b4 {height:2px; background:#F2F7DE; border-right:1px solid #3e4e08; border-left:1px solid #3e4e08; margin:0 1px;}
.green-box .content-cb {
	background: #F2F7DE; 
	border-right:1px solid #3e4e08; 
	border-left:1px solid #3e4e08;
	padding-left:8px;
}

.content-cb table {
    color: #979696;
}


/**********
forms
**********/

ul.form {
    list-style-type:none;
}

    ul.form li {
        clear:left;
        float:left;
        min-height:25px;
        padding-bottom:0.5em;
        position:relative;
        width:100%;
    }

    ul.form li label {
        display:inline;
        float:left;
        font-weight:bold;
        padding-top:0;
        position:relative;
        width:150px;
        color: #546A05;
        font-size: .8em;
    }

    ul.form .error-small {
        color:red;
        font-size: .6em;
        display:block;
        padding-left:14em;
    }

#ajax-loader {
    margin-left: 100px;
    display: none;
}


/**********
mortgage marvel
**********/

#mortgage-results {
    font-size:.65em;
    color: black;
}

    #mortgage-results th {
        background: #ABDC58;
    }

        tr.even td {
            background: #F2F7DE ;
        }

div.terms {
    color: #979696;
    font-size: .5em;
}

    div.terms a {
        font-size: 2em;
    }


/**********
addthis css hacks
**********/

#at_send {
    clear:left;
}

#at16pi {
    height:489px;
}

#at16pf {
    top:-9999px;
}


#message-container {
    border-bottom: 2px solid #9F4B00;
    background: #FF861D;
    padding: 8px;
    color: black;
    text-align: center;
    font-weight:bold;
}

#message-container a {
    color: blue;
}

.small-print {
    font-size: .5em !important;
    color: #979696;
}

.margin-top {
    margin-top: 30px;
}

.pointer {
    cursor: pointer;
}
