﻿body {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #F6F5F5 url(/images/bg.gif) repeat-x; 
	text-align: center;
}

.spacer { clear: both; }

strong { font-weight: bold; }

/* Links */
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;
}

/* 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; }

#PageHeader { float: left; margin-right: 10px; }
#side_bar { float: right; }
#main { float: right; }
#side_menu { float: left; }
#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.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.no-float {
  	margin: 5px 5px 5px 5px;
}

img.bookmark 
{
	background: none;
	border: none;
	padding: 5px;
	float: right;
}

/* 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; }
.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: left; }

/* 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; color: #3F9508; font-size: 1.2em; font-weight:bold; padding-top: 5px; }
.chart .body .price { float: right; color: #3F9508; font-size: 1.2em; font-weight:bold; padding-top: 5px; }
.chart .body p { float: left; clear: both; padding: 5px 5px 0px 5px; }
.chart .body h5 { padding-top: 5px; }

/* 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; }