﻿body { background: #eee url(/images/bg.1.gif) repeat-x scroll 0 0; color: #333; font: 11px/165% Verdana, Helvetica, sans-serif; margin: 0; padding: 0 0 50px 0; text-align: center; }
a:link, a:visited { text-decoration: none; color: #E95403;	}
a:hover { text-decoration :underline; }	
a.more-link { padding-bottom: 2px; font-weight: bold; border-bottom: 1px dotted #E95403; }
a:hover.more-link {	text-decoration: none; }

strong { font-weight: bold; }
.spacer { clear: both; }


#header { height: 81px; margin: 0 auto; overflow: hidden; position: relative; text-align: left; }
#header a:link, body #header a:visited, body #header a:hover, body #header a:active { color: #fff; }
#header img#logo { clear: left; float: left; margin: 0 0 0 10px; padding: 0; border: none; }
#header #micronav { float: right; }
#header #micronav ul { display: inline; margin: 10px 0; padding: 0; float: right; }
#header #micronav li { display: block; float: right; line-height: 16px; list-style: none; padding: 0 0 0 10px;  }
#header #micronav li img { background: none; border: none; padding: 0;  }
#header #sitesearch { float: right; margin: 10px 0 0 10px; }
#header #sitesearch label { display: none; }
#header #sitesearch input {  border: solid 1px #e55302; border-right: none; margin: 0; padding: 1px; }
#header #sitesearch button { border: solid 1px #e55302; background-color: #e55302; color: #fff; font-size: 100%; margin: 0; }
#header #navigation { position: absolute; top: 36px; left: 260px; clear: right; float: right; margin: 0; }
#header #navigation ul li { background: #007e02 url(/images/left-tab.2.gif) no-repeat; float: left; list-style: none; line-height: 35px; margin: 0 2px; padding: 0 0 0 10px; }
#header #navigation ul li a { background: #007e02 url(/images/right-tab.2.gif) no-repeat right top; float: left; padding: 0 10px 0 0; }
#header #navigation ul li.current { background: #fff url(/images/left-tab-sel.1.gif) no-repeat; }
#header #navigation ul li.current a { background: #fff; color: #333; background: url(/images/right-tab-sel.1.gif) no-repeat right top; }

/* Wrappers */
#contentBi-wrapper { margin: 0 auto; background: #fff url(/images/contentBi-bg.4.gif) repeat-y center top; padding-top: 5px; overflow: auto; }
#content_wrapper { border-top: 1px solid #cacac8; float: right; padding-top: 10px; background: #fff url(/images/content-bg.5.gif) repeat-y left top; }
#ctl00_ContentFooterDiv { margin: 0 auto; background-color: #fff; padding-bottom: 35px; padding-top: 5px; overflow: auto; border-top: 1px solid #cacac8; }
#content-outer { background: #2c2c2c; width: 100%; padding: 0px; border-bottom: 1px solid #cacac8; text-align: left; }
#ctl00_LeftColumns h3 { font: normal 2em; letter-spacing: -0.5px; padding: 5px 10px; margin: 0 0 5px 0; }
#main { float: left; }
#PageHeader { float: right; margin-right: 10px; }
#side_bar { float: left; }
#side_menu { float: right; margin-right: 10px; }

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em;
	color: #333;
	padding: 5px 5px 7px 15px;	 
}
h1 { font-size: 2em; font-weight: bold; letter-spacing: -1px; line-height:30px; }
h2 { font-size: 1.7em; font-weight: normal; color: #663333; line-height:25px; }
h3  
{
    font-size: 1.4em;
    font-weight: normal; 
    color: #3F9508; 
    letter-spacing: -0.5px; 
	border-bottom: 2px solid #DCDCDC; 
}
h4 { font-size: 1.5em; font-weight: bold; }
h5 { font-weight: bold; }

#main h2 {
	font: normal 2.0em;
	color: #444;
	letter-spacing: -0.5px;	
	margin-left: 5px;	
	margin-right: 15px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DCDCDC;	
}
#main h2 a {
	color: #3F9508;
	border: none;
}
#main h4 a { color: #3F9508; }

#share 
{
    text-align: center; 
}

#share img { background: none; border: none; }

/* form */
.form {
	margin: 10px; 
	padding: 0; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}

.form table { width: 100%;  }
.form table tr {  background: none; }
.form table td { vertical-align: top; border: none; }
.form table td.label { text-align: right; width:125px; padding-top: 1.5em; }
.form table td.options { text-align: center; }

.form p {
	border-bottom: 1px solid #cacac8;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #3f9508;
}
label {
	font-weight: bold;
	color: #3f9508;
	text-align: right;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

textarea { width: 250px; }
input:focus, select:focus, textarea:focus {
	color: #3f9508;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/* Images */
img { background: #fafafa; border: 1px solid #dcdcdc; padding: 8px; }
img.bookmark { background: none; border: none; padding: 5px; }
img.float-right { margin: 5px 0px 10px 10px; }
img.float-left { margin: 5px 10px 10px 0px; }
img.no-float { margin: 5px 5px 5px 5px; }


/* Top 5 */
.TopFiveChart h3 { margin-bottom: 10px; }
.TopFiveChart .item { margin-bottom: 2px; display: block; height: 22px; clear: both;  }
.TopFiveChart .item .position { font-weight:bold; display: block; width: 30px; float: left; line-height: 22px; clear: left; text-align: right; }
.TopFiveChart .item img { padding: 0px; margin: 0px; float: left; margin-left: 5px; border: none; }
.TopFiveChart .item .name { font-weight:bold; margin-left: 5px; line-height: 22px; display: block; float: left; clear: right; }
.TopFiveChart .item .rating { font-weight:bold; margin-left: 5px; color: #3F9508; line-height: 22px; display: block; float: right; }

/* Chart */
.chart { margin-bottom: 10px;  }
.chart .logo { float: left; width: 37%; }
.chart .body { float: left; width: 62%;  }
.chart .body h4 { float: left; color: #3F9508; padding-left: 0px; }
.chart .body .rank { float: left; font-size: 1.5em;  padding: 5px 5px 7px; }
.chart .body .score { float: right; clear:right; color: #3F9508; font-size: 1.2em; font-weight:bold; padding-top: 5px; }
.chart .body .price { float: right; clear:right; color: #3F9508; font-size: 1.2em; font-weight:bold; padding-top: 5px; }
.chart .body p.hit { background: url(/images/tick.gif) no-repeat left top; float: left; clear: both; line-height: 18px; padding: 0 0 0 23px; width: 250px; }
.chart .body h5 { padding-top: 5px; }


/* Plans */
table.plan { width: 500px; margin-top: 20px; }
table.plan th.title { background-color:#EFFAE6; border-color: #DFF4D5 #D3EFC3 #A7DF8A; font-weight: bold; width: 80%; }
table.plan th.top { background: none; background-color: #f3f1f1; border-bottom: solid 1px #cacac8; border-left: solid 1px #cacac8; color: #000; font-weight: bold; text-align: center; }
table.plan td { vertical-align: top; }
table.plan td p.hit { background: url(/images/tick.gif) no-repeat left top; line-height: 18px; margin: 10px 0 0 10px; padding: 0 0 0 23px; }
table.plan td.minichart {  background-color: #f3f1f1; }
table.minichart { float: right; margin: 0; padding: 0;  }
table.minichart th { float: right; }
table.minichart tr.current { color: #E95403; font-weight: bolder; }
table.minichart td { background-color: #f3f1f1; border: none; height: 28px; line-height: 28px; margin: 0; padding: 0; vertical-align: middle; }
table.minichart td img { background-color: #f3f1f1; border: none; margin: 5px 5px -5px 5px; padding: 2px; }
table.minichart tr.current td img { border: solid 2px #E95403; }

/* Coupon */
.coupons .coupon { margin-bottom: 10px; }
.coupons .coupon .expires { color: #f00; } 

/* Broken Links */
#UrlTextBox { width: 320px; }
#contentDiv li.checking { font-weight: bold; } 
#contentDiv li.passed { color: #3F9508; }
#contentDiv li.failed { color: #f00; }

/* Awards */
#awards { text-align:center; }
#awards h3 { text-align: left; }
#awards h4 {  padding-top: 5px; }
#awards img { background: none; border: none; padding: 0px; margin: 0px; margin-top:10px; width: 205px; height: 150px; }

/* Footer */
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;			
}
#footer-wrapper h3 {
	color: #444;
	font: normal 1.8em;
	text-transform: none;
	letter-spacing: -0.5px;	
}
#footer-wrapper h3, 
#footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a {
	color: #3F9508;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #cacac8;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #cacac8;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em; 	
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
}
#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #333;	
}

#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}
