/* resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	border: 0; 
	font-size: 100%; 
	margin: 0; 
	outline: 0; 
	padding: 0; 
}
body { 
	line-height: 1; 
}
ol, ul { 
	list-style: none; 
}
blockquote, q { 
	quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after { 
	content: ''; 
}
/* end of resets */

/* ######### main styles ########## */

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }

html, body { 
	color: #242626; 
}
html {
  	background: #D5DADD url(images/bg-html.jpg) top left repeat-x;
  	height: 100%;
  	margin-bottom: 1px;
  	overflow-y: scroll;
}
body {
  	*background-position: 50% 0px;
	/*font-family: Arial;*/
	font: 100.1%/1.5 Arial;
	text-align: center;
}

a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }

#menu a:active,
#submenu a:active { position: relative; top: 1px; }
#submenu a:focus { color: #111; }

#sidebar a, #sidebar a:link, #sidebar a:visited { border-bottom: 1px solid #fff; color: #C54E0B; }
#sidebar a:focus, #sidebar a:hover, #sidebar a:active { border-bottom-color: #C54E0B; color: #111; }
#sidebar .sb-tools a, #sidebar .sb-tools a:link, #sidebar .sb-tools a:visited { border: 0 none; color: #C54E0B; }
#sidebar .sb-tools a:active, #sidebar .sb-tools a:focus, #sidebar .sb-tools a:hover { border: 0 none; color: #000; }
#sidebar .textwidget a img, #sidebar .textwidget a:hover img { border: 0 none; }

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #eaeaea;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  font-family: Arial;
  font-weight: normal;
}

h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #000; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #669900; }

hr { display: none; }
input { vertical-align: middle; }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
strong { font-weight: 550; }
sub, sup { font-size: 0.7em; }

.ast {
	color: #C64D08;
	font-size: 12px;
	font-weight: bold;
}

td {
	vertical-align: top;
}

#m {
	padding: 1px 0 0 0;
}
#m h1 {
	font-size: 10px;
	font-weight: bold;
	color: #6B757B;
	padding: 0;
	margin: 0;
}
#header, #main, #footer, #disclaimer {
  	background-color: #fff;
  	text-align: left;
  	margin: 0 auto;
  	width: 950px;
}

#header, #sidebar, #footer, #disclaimer { 
	font-size: 0.7em; 
}

#header { 
	/*height: 146px; */
	margin-top: 10px; 
	position: relative; 
	/*border-bottom: 2px solid #D5DADD;*/
}

#header h1 {
	font-weight: bold;
	color: #C54E0B;
	padding: 20px 0 0 20px;
	margin: 0;
}

#header a {
        color: #C54E0B;
}

#header h2 {
	font-weight: bold;
	font-size: 15px;
	color: #666666;
	padding: 0 0 0 20px;
	margin: 0;
}

#logoBox {
	width: 300px;
	float: left;
}
#rtHdr {
	float: right;
	width: 350px;
	text-align: right;
	vertical-align: top;
}
.qs {
	font-size: 10px;
}
#nav {
	margin-top: 12px;
	background-color: #52AA00;
	background: url(/images/navigation.png) top left repeat-x;
	height: 36px;
	width: 100%;
}

#navlinks {
	float: left;
	width: 300px;
	padding: 10px 0 0 25px;
}
#navlinks a {
	color: #FFFFFF;
	font-size: 12px;
}
#navlinks a:hover {
	color: #333333;
}

#nav-search {
  display: block;
  height: 28px;
  line-height: 16px;
  float: right;
  padding: 5px 24px 0 0;
}

#nav-search label { display: none; }

#s, #searchsubmit { border-radius: 3px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#s {
  border: 1px solid #777;
  font-size: 12px;
  height: 26px;
  padding: 4px 5px 2px;
  width: 150px;
}

#nav-search, #s { border-color: #69ab01; border-bottom-color: #548301; border-right-color: #548301; }

#searchsubmit {
  background: #669900 url(/images/button-style-input.png) center left repeat-x;
  border: 1px solid #666;
  color: #fff;
  font-size: 11px;
  height: 26px;
  letter-spacing: 1px;
  line-height: 11px;
  padding: 0 5px;
  -moz-box-shadow: 0px 0px 1px #fff;
  -webkit-box-shadow: 0px 0px 1px #fff;
}

#container { 
	margin: 0; 
	width: 100%; 
}

#content {
	width: 720px;
	margin: 0;
  	padding: 10px 30px 10px 30px;
	border-right: 2px solid #D5DADD;
}

#content p {
	font-size: 12px;
	padding: 7px 0;
	line-height: 20px;
}

#content h3 {
	color: #84C710;
	font-weight: medium;
}

#authorlogo {
	padding: 0;
	margin: -10 0 0 0;
}

#sidebar {
	padding: 10px 20px;
  	width: 230px;
}

#sidebar h3 {
	color: #666666;
	font-size: 16px;
}

#sidebar a {
	font-size: 11px;
}

#sidebar p {
	line-height: 18px;
}

#footer { 
	padding: 10px 0;
	border-top: 2px solid #D5DADD;
}

#disclaimer {
}
#disclaimer .hdr {
	padding: 1px 20px;
	background: #524939;
	color: #EEEEEE;
}
#disclaimer p {
	padding: 1px 20px;
}
#topRtFloat {
	float: right;
	text-align: center;
	margin: 0 0 5px 10px;
}

#ratingTbl, #consumerTbl {
	margin: 0 0 3px 0px;
	border: 1px solid #CCCCCC;
	width: 320px;
}
#userStarTbl {
        border: 1px solid #EEEEEE;
	width: 210px;
}
#ratingTbl td, #consumerTbl td {
	font-size: 13px;
	padding: 1px 10px;
}
#userStarTbl td {
        font-size: 11px;
        padding: 1px 1px;
}

#ratingTbl th, #consumerTbl th, #userStarTbl th {
	font-size: 12px;
	color: #EEEEEE;
	background: #84C710;
}
#consumerTbl th {
	background: #C64D08;
}
#ratingTbl .tally, #consumerTbl .tally, #userStarTbl .tally {
	font-size: 11px;
	vertical-align: middle;
}

#reviewCount {
	margin: 20px 0 8px 0;
        font-size: 14px;
        color: #EEEEEE;
        background: #C64D08;
	padding: 10px;
}

#reviewTbl, #reviewForm {
        margin: 0 0 10px 0;
        border: 1px solid #CCCCCC;
        width: 100%;
}

#reviewTbl th, #reviewForm th {
	text-align: left;
	padding: 2px 10px;
        font-size: 12px;
        color: #111111;
        background: #84C710;
}
#reviewForm th {
        background: #D6A242;
}
#reviewTbl td, #reviewForm td {
	padding: 0 10px;
	font-size: 11px;
}
#reviewForm input, #reviewForm select, #reviewForm textarea {
	font-size: 11px;
}
#reviewTbl p {
	padding: 4px 0;
}
#starBg {
	width: 120px;
	height: 20px;
	background: url(/images/large_stars_bg.jpg) top left no-repeat;
}
#stars {
        height: 20px;
        background: url(/images/large_stars.jpg) top left no-repeat;
}

#smstarBg {
        width: 66px;
        height: 11px;
        background: url(/images/small_stars_bg.jpg) top left no-repeat;
}
#smstars {
        height: 11px;
        background: url(/images/small_stars.jpg) top left no-repeat;
}

#thumbsTbl {
	font-size: 12px;
}
#thumbsTbl td {
	padding: 0;
}
#thumbsTbl .tpad {
	padding: 4px 0 0 0;
}
.thumbsUp, .thumbsDown {
	width: 20px;
	height: 20px;
	border: 0;
}
.thumbsUp {
        background: url(/images/thumbs20.png) 0 0 no-repeat;
}
.thumbsDown {
        background: url(/images/thumbs20.png) 0 -20px no-repeat;
}

#resultsBox {
	border-bottom: 2px solid #C64D08;
	margin-bottom: 22px;
	display: block;
}
#resultsBox p {
	font-size: 11px;
	line-height: 16px;
}
#resultsBox a, #featured a {
	size: 14px;
	font-weight: bold;
}

#featured {
	width: 100%;
}
#featured th {
	font-size: 12px;
	background: #C64D08;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 4px 14px;
}
#resultsBox img, #featured img {
	float: left;
	padding: 0;
	margin: 10px 10px 10px 5px;
	border: 0px solid #CCCCCC;
}

#sitemap {
	font-size: 11px;
	line-height: 10px;
}
#sitemap h4 {
	padding-bottom: 10px;
}
#sitemap p {
	line-height: 10px;
	margin: 0;
	padding: 0;
}
#sitemap p.d1 {
	padding: 8px 0 1px 10px;
	font-weight: bold;
	font-size: 12px;
}
#sitemap p.d2 {
	padding: 5px 0 1px 20px;
}
#sitemap p.d2 a {
	text-decoration: underline;
}
#sitemap p.d3 {
        padding: 1px 30px;
}


/* start of clearfix */
html .clearfix { 
	display: block; 
}
* html .clearfix { 
	height: 1%; 
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
}
.clearfix { 
	display: inline-block; 
}
/* end of clearfix */


