/*Main Review Page CSS */

/*General Styles*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a,a:link,a:visited,a:hover{
	color:#0033FF;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	background: #698AB7;
	color:#333;
	font:62.5% Verdana,Arial,sans-serif;
}

/* HEADERS */

h1		{ font-size: 2.1em; }
h2		{ font-size: 1.7em; }
h3		{ font-size: 1.4em; }
h4 		{ font-size: 1.2em; }
h1, h2, h3, h4	{ color: #000; }
h1, h2		{ font-weight: normal; }
h3, h4		{ font-weight: bold; }


#review_subject h1 {
	font-weight: normal;
	margin: 5px 0 10px 0; 
	font-size: 24px;
}

#data_part h1 {
	font-weight:normal;
	font-size:2.1em;
	margin: 0 0 10px 8px;
}

#featured h3 {
	margin: 5px 0 0 5px;
}

/* ----- */

.skiplink{
	display:none;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#space {
	height: 5px;
}
.error-dialog {
	color: #f60;
	padding: 1em;
	background-color: #f9f9f9;
}

.notice {
	color: red;
}	

/*Logo Area Above Nav*/
#wrapper {
	position: relative;
	border: 1px solid #c0c0c0;
	margin: auto;
	padding: 0;
	background: #fff;
	min-width: 522px;
	width: 60%;
}


#content_top{
	background: #ffffff;
	/*changes 11/09: background: #fff url('/images/review_top_bg.gif') repeat-x;*/
	width: 100%;
	height:105px;
	margin: 0;
	overflow:hidden;
	display:block;
}
#content_data{
	background:#FFFFFF;
	width: 100%;
	margin: 0;
	overflow:hidden;
}
#logo {
	width:256px;
	height:83px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:10px 0px 0 15px;
}
#logo span{
	background:url('/images/logo_review.jpg') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#write_review_button {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 15px;
	top: 10px;
	width: 83px;
	height: 83px;
	overflow: hidden;
}
#write_review_button span {
	background:url('/images/write_review.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#top_menu a{
	float:left;
	display:inline;
	margin:-50px 0 0 400px;
	font-size:1.1em;
}

#top_menu .current_page span,
#top_menu a:hover span, 
.raised-tab {
	background-position:0 -22px;
}

#login {
	margin: 28px 0 0 470px;
	height:22px;
	width: 77px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}

#login span {
	background:url('/images/login.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#logout{
	margin: 28px 0 0 470px;
	height:22px;
	width: 77px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#logout span{
	background:url('/images/logout.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/*Main Nav Tabs*/
#menu{
	padding-top: 15px;
	margin-left: 5px;
	float: left;
	max-width: 800px;
	_width:auto;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:hover {
	outline: none;
}

#menu li{
	float:left;
	display:inline;
}
#menu .current_page span{
	background-position:0 -34px;
}
#menu_about_us {
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 0;
	_margin:0 0 0 1px;
}
#menu_about_us span{
	background:url('/images/menu_about.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_reviews{
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 1px 0 1px;
}
#menu_reviews span{
	background:url('/images/menu_reviews.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_faqs{
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#menu_faqs span{
	background:url('/images/menu_faqs.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menu_policy{
	width:125px;
	height:34px;
	float:left;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 1px;
}
#menu_policy span{
	background:url('/images/menu_pub_policy.gif') no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#menu_bar {
	width: 100%;
	border-bottom:0.1em solid #FF7800;
	display:block;
	background: #FF7800;
	text-align: center;
	height: 0.1em;
	padding-top: 0.1em;
}

#menu_bar_subdiv {
	margin: auto;
	width: 510px;
}

#menu_bar_subdiv span {
	width: 50%;
}	

#menu_bar p {
	padding: 10px 0 10px 0;
	margin: auto;
}

#menu_bar a,
#menu_bar a:link,
#menu_bar a:visited{
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	focus: none;
}




/*Sub Menu on Read Review and Write Review*/
#published_submenu{
	background: #FF7800;
	height: 25px;
	color: #ffffff;
	border: 1px solid #f00;
}

#published_submenu li{
	float:left;
	display:inline;
	width: 50%;
	margin: auto;
	padding: 0;
	text-align: center;
}
#published_submenu a,#published_submenu a:link,#published_submenu a:visited{
	display:block;
	width:150px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:3px 1px 0 0;
	color:#ffffff;
}
#published_submenu .current_page a{
	color:#ffffff;
	text-decoration:underline;
}

/* Container for company data, Read Review and Write Review*/
#container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	min-height: 400px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	
}
#container blockquote {
	background: #eee;
	padding: 1em;
	margin: 0 1em 1em 0;
	border: 1px solid #ddd;
}

/* Meta data on company */
#review_subject {
	width: 100%;
	padding: 5px 10px 0px 10px;
	background: #f0f1f3;
	border-bottom: 1px solid #c0c0c0;
}


#review_subject p,
#review_subject_right p {
	margin: 0 1em 0em 1em;
}

#review_subject_left ul {
	margin: 50;
}


#review-separator{
	border-top: 1px solid #c0c0c0;
	padding-bottom: 5px;
}

.composite-score-notes {
	clear: both;
	padding: 0;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#review_details h3 {
	margin: .5em 0 0 .75em;
}


#reviews-list-container {
	margin: 10px 10px 10px 12px; 
	padding-bottom: 5px;
	clear: both;
}
#reviews-list-container p{
	margin:5px 0 10px 0;
}
.all-reviews{
	margin: 5px 0 10px 0;
}
.composite-topic{
	font-weight:bold;
	width: 180px;
	padding-right: 7px;
}
.whats-this{
	font-size: 8px; 
	margin-left: 17px;
}
#featured{
	background: url('/images/featured_bg_1x1.gif');
	border: 1px solid #c0c0c0;	
	margin-left: -5px;
}
#featured p, #featured table{
	margin-left: 5px;
	
}
.review-table {
	width: 100%;
	margin-bottom: 5px;
}
.review-table td {
	border-collapse: collapse;
}
.review-star-td {
	width: 130px;
}

.review-summary-text-td a{
	color:#333333;
}

.review-summary-text-td {
	vertical-align: top;
	padding: 0 3px 3px 0;
}

.review-summary-text-td a:hover, .review-summary-text-td a span{
	color:#0033FF;
	text-decoration:underline;
}
.review-star-td, .review-summary-td, .review-date-td {
	font-size: 11px;
}
.reviews-nav-links a {
	color: #f60;
	text-decoration: none;
}
.nav-link-disabled {
	color: #300;
}
.login-form{
	margin-bottom: 15px;
}
#ask-what{
}
.ask-answer{
	color: #FF7800;
}

/*Write Review */

fieldset {
	border: none;
}
.form-list {
	padding: 4px 10px 2px 10px;
}

.form-list li {
	display: block;
	margin: 0 2px 0 2px;
	max-width: 700px;	
	clear: both;
}
.label-on-left li label {
	float: left;
	width: 35%;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 1em;
	display: block;
}

.label-on-left input {
	margin-bottom: 3px;
}

.label-on-left .checkbox {
	width: auto;
	margin-top: 3px;	
}
.label-align-right {
	text-align: right;
}
.form-list li strong {
	color: #333;
}
#your-review{
	padding: 10px;
}
#suggestion-box{
	padding: 10px; 
}

#suggestion-box h4{
	margin: 10px 0 3px 0;
	font-weight: normal;
}
.submit-review{
	margin: 15px 0 0 0;
}

/*Footer*/

#footer{
	width: 100%;
	color:#666;
	text-align:center;
	margin:5px 0 0;
	font-size:1.1em;
	font-family:Arial,sans-serif;
}
#footer ul{
	list-style-type:none;
	margin-bottom: 10px;
	}
#footer li{
	display:inline;
	margin: 5px 15px 5px 15px;
}
#footer li a{
	color:#666;
	font-size: 1.2em;
	
	}
	
	
	
/*

	MISCELLANEOUS ADDITIONS
	
*/

.review-page-pane p { 
	margin: 1em;
	font-size: 12px;
}

.review-page-pane li {
	font-size: 12px;
	margin: .5em;
	padding-left: 1em;
	margin-left: 3em;
}

.bullet li {
	list-style-type: disc;
}	

.faq-topic {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

.answer li {
	margin-bottom: 2em;
}

.review-container-p {
	margin: 1em;
}

#non_review_info {
	margin: 1em;
}

#non_review_info h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 0;
}

#non_review_info h3 {
	font-size: 14px;
	font-weight: bold;
	margin: .5em;
	color: #633;
}

#non_review_info p {
	margin: 1em;
}

.star-on, .star-off {
	float: left;
	width: 24px;
	height: 24px;
	clear: none;
	margin: 0;
	padding: 0;
}

.star-on {
	background: url('/images/star.gif') top left no-repeat;
}

.star-off {
	background: url('/images/star-off.gif') top left no-repeat;
}
.c-input {
	width: 150px;
}

.below-header-small {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 1em;
	padding: 0;
}

.review-details-ul {
	margin-left: 1em;
	margin-top: 2em;
}

/* mfmt */

.item, .vcard, .fn, .org, .adr, .street-address, .tel, .locality,
.region, .postal-code {

}
