@import url("reset.css");
@import url("jquery.rating.css");

body {
	text-align: center;
	background: #ddeef3;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:9pt;
}

#container {
	width:935px;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	text-align: left;
	background:#FFF;
}

#header {
	background:url('../images/template/header_bg.gif') top right no-repeat;
	height:107px;
	border-bottom: #cdf78f solid 5px;
}

#header #logo { 
	float:left;
	margin:60px 0 0 10px;
}

#header form {
	float:right;
	margin:65px 10px 0 0;
}

#header form #search {
	background:url('../images/template/header_form_text.gif') top right no-repeat;
	border:none;
	width:185px;
	height:25px;
	float:left;
	vertical-align: middle;
	text-indent:8px;
	color:#818580;
}

html #header form #search {padding-top:6px;}

#header form #searchSubmit {
	background:url('../images/template/header_form_submit.gif') top right no-repeat;
	border:none;
	width:46px;
	height:25px;
	cursor:pointer;
	float:left;
}


#content {
	float:left;
	width:100%;
	margin: 10px 0 10px 0;
}

#content_left {
	float:left;
	width:210px;
}

#content_right {
	float:right;
	width:695px;
	border-left:#000 solid 2px;
	padding-left:15px;
	padding-bottom:5px;
}

#pages {
	clear:both;
	background: url('../images/template/pages_bg.gif') top left repeat-x;
	border:#CCC solid 1px;
	margin: 0 0 10px 0;
	float:left;
	width:933px;
}

#pages h5 {
	color:#5c5a5a;
	font-size:120%;
	font-weight:normal;
	padding:10px 0 0 10px;
}

#pages ul {
	margin: 15px 25px;
	float:left;
	width:100%;
	list-style:circle;
}

#pages li  {
	float:left;
	width:25%;
}

#pages li a {
	color:#430101;
	text-decoration: none;
}

#footer {
	clear:both;
	height:34px; 
	background:url('../images/template/footer_bg.gif') bottom left repeat-x;
}

#footer p {
	line-height:34px;
	font-size:90%;
	text-align:center;
	color:#5F5F5F;
	font-weight:bold;
}

/* TYPOGRAPHY ELEMENTS */

h1, h2 {
	font-size:125%;
	color:#818580;
	padding: 15px 0 15px 0;
	clear:both;
}

#content_left h4 {
	background:url('../images/template/content_left_h4_bg.gif') top left no-repeat;
	height:40px;
	width:202px;
	line-height:34px;
	color:#FFF;
	font-size:100%;
	text-align:center;
}

#content_left h4 a {
	color:#FFF;
	text-decoration:none;
}

p {
	line-height:1.3em;
	padding: 0 0 20px 0;
}

a {
	color:#910317;
}

#content_right a {
	color:#0e2e7b;
}

/* PRODUCT REVIEW PAGE */

#company_logo {
	border:#5F5F5F solid 2px;
	padding:2px;
	float:left;
}

#review_summary {
	float:left;
	margin-left:70px;
	font-size:115%;
	font-weight:bold;
	color:#818580;
	width:300px;
}

#review_summary li {
	clear:both;
	line-height:16px;
	padding: 11px 0 3px 0;
}

#review_summary li span {
	float:left;
	margin-right:10px;
}

#review_summary li .rating {
	float:right;
}

.review {
	clear:both;
}

.review h3 {
	padding: 0 0 7px 0;
}

.review .info {
	margin-top:3px;
	float:left;
	width:200px;
	background:#ececec;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
	font-size:90%;
}

#content_right .review .info a {
	color:#0076ca;
}

.review .info ul.ratings {
	width:190px;
	background:#f8f8f8;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
	padding:7px 5px 10px 5px;
}

.review .info ul.ratings li {
	line-height:16px;
	padding:3px;
}

.review .info ul.ratings li .rating {
	float:right;
}

.review .info ul.user {
	padding:9px 5px 11px 5px;
}

.review .info ul.user li {
	padding:3px;
}

.review .body {
	float:right;
	width:483px;
}

.review p.action {
	text-align:center;
}

/* REVIEW PREVIEW BLOCK */

.review_preview {
	clear:both;
}

.review_preview p, .review_preview ul {
	float:right;
	width:525px;
}

.review_preview p {
	padding-bottom:4px;
	margin-bottom:15px;
}

.review_preview h3 {
	text-align:center;
	margin:5px 0 0 0;
	float:left;
	width:155px;
}

.review_preview ul li {
	float:left;
	margin: 0 17px 5px 0;
}

.review_preview ul li span {
	font-weight:bold;
	float:left;
	margin-right:10px;
}

.review_preview ul li div {
	float:left;
}

/* PROMOS */

.promo_image { text-align:center; }
.promo {border:#CCC dashed 1px; padding:10px 10px 0 10px; background:#EFFEFF;}
.promo p {padding: 0 0 10px 0;}
.promo_image, .promo {margin: 0 0 10px 0;}

#content_right .promo, #content_right .promo_image {clear:both;width:auto;}


/* GREEN TABLE */

table.green {
	color:#454645;
	font-size:90%;
	line-height:1.4em;
	border-collapse: separate;
	border-spacing: 1px;
}

table.green thead tr, table.gree thead tr td {
	background:#cdf78f;
	font-weight:bold;
}

table.green thead tr th, table.green thead tr td, table.green tbody tr td {
	padding:6px;
}

table.green thead tr td.links {width:95px;}

table.green tbody tr td {
	background:#afefa5;
	vertical-align:middle;
}

table.green tbody tr.alt td {
	background:#c6eac1;
}

/* REVIEW FORM */

.half {width:49%;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.center {text-align:center;}
.larger {font-size:110%;}

#review_form {
	padding: 0 0 20px 0;
}

#review_form label {
	display:block;
	font-size:120%;
	color:#3F3F3F;
	margin: 0 0 5px 0;
}

#review_form input {
	margin: 0 0 20px 0;
	font-size:110%;
	width:280px;
	padding:2px;
	border:#AAA solid 1px;
}

#review_form textarea {
	width:98%;
	height:150px;
	margin: 0 0 20px 0;
	font-size:110%;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding:2px;
	border:#AAA solid 1px;
}

#review_form .submit {
	width:140px;
}

#review_form .req {
	color:#BF1717;
	font-weight:bold;
}

#review_form br {
	clear:both;
}

#review_form .star {
	margin-bottom:20px;
}

#review_form label.checkbox_label {
	font-size:100%;
	color:#000;
	float:left;
	clear:left;
	display:block;
	width:160px;
	font-weight: bold;
}

.checkbox {
	float:left;
}

/* LEFT NAV */

#content_left ul {
	font-size:95%;
	margin:10px 0 15px 0;
}

#content_left ul li {
	padding: 4px 0 4px 15px;
}

#content_left ul li a {
	text-decoration:none;
	font-weight:bold;
}

#content_left ul li a:hover {
	text-decoration:underline;
}

/* STAR RATING SYSTEM */

.rating {
	background:url('../images/ratings/star.gif') 0 0 repeat-x;
	width:80px;
	height:16px;
}

.rating div {
	display:block;
	float:left;
	background:url('../images/ratings/star.gif') 0 -32px repeat-x;
	height:16px;
	text-indent:-10000px;
}

.rating div.stars_1 {width:16px;}
.rating div.stars_2 {width:32px;}
.rating div.stars_3 {width:48px;}
.rating div.stars_4 {width:64px;}
.rating div.stars_5 {width:80px;}

/* MESSAGES */

.message {
	width:100%;
	clear:both;
	margin: 0 0 20px 0;
}

.message ul {
	margin:5px 0 5px 15px;
	padding:0;
	list-style-type:disc;
}

.message li {
	margin:0 0 0 15px;
	padding:3px 0 3px 0;
}

.success {
	border-top: #61DF72 solid 2px;
	border-bottom: #61DF72 solid 2px;
	background: #CFFFD5;
}

.success ul {
	list-style:none;
}

.error {
	border-top: #EF6868 solid 2px;
	border-bottom: #EF6868 solid 2px;
	background: #FFCFCF
}