/*
 * HTML elements redefined for general use
 */
*
{
	 margin: 0px;
	 padding: 0px;
}

body, html
{
	 font-family: sans-serif;
	 background-color: #FFFFFF;
}

a
{
	 text-decoration: none;
	 padding: 0 2px;
}

a:hover
{
	 text-decoration: underline;
}

form
{
	display: inline;
}

ul
{
	list-style: none;
}

/*
 * Classes
 */
.relevance
{
	color: #999999;
	font-size: 85%;
	margin-top: -5px;
}

.pagination_links
{
	font-size: 10pt;
	text-align: center;
}

.pagination_links a
{
	text-decoration: none;
}

.pagination_links a:hover
{
	text-decoration: underline;
}

.contents
{
	margin: 15px;
}

.top_right
{
	position: absolute;
	top: 15px;
	right: 25px;
	text-align: right;
}

.page
{
	margin-top: 15px;
	padding: 0 15px;
}

.group_box
{
	border: 1px solid #CCCCCC;
	padding: 0px 15px 5px 15px;
	margin-bottom: 2em;
	float: left;
	clear: both;
}

.group_box_header
{
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	position: relative;
	top: -10px;
}

.input_row
{
	margin-bottom: 0.5em;
	font-size: 90%;
	float: left;
	clear: both;
}

.error
{
	border: 2px solid red;
	padding: 2px;
	margin-bottom: 2em;
}

.error ul
{
	list-style-type: none;
	line-height: 1.5em;
	padding: 0;
	margin-left: .5em;
}

.error li
{
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
}

.line_separator
{
	 color: #ccc; 
	 height: 1px; 
	 background-color: #ccc; 
	 border: 0;
}

.left_align
{
	text-align: left;
}

.rating
{
	padding: 0.1em;
	border: 1px solid black;
	font-weight: bold;
}

.review_condensed
{
	margin-bottom: 3.5em;
	font-size: 10.5pt;
}

.title
{
	font-weight: bold;
}

.comments
{
	margin-top: 0.35em;
	width: 50%;
}

.small_link_text
{
	font-size: 10pt;
}

.new_entry_prompt
{
	margin: 20px 0;
}

.separate_page
{
	margin: 1em 0;
}

.legal
{
	margin-top: 1em;
	font-size: 10pt;
}

.legal ul
{
	margin-left: 2em;
}

.flagged
{
	font-style: italic;
	margin: 0;
	font-weight: bold;
}

.left_space
{
	padding-left: 2em;
}

/*
 * Specific page elements
 */
#content
{
	 margin: 100px auto; 
	 width: 750px;
}

#logo
{
	 float: left; 
	 width: 199px;
}

div > #logo
{
	 margin-top: .41em;
}

#search
{
	 float: right;
	 text-align: center;
	 margin-bottom: 5px;
	 #margin-top: .3em;
}

div > #search
{
	margin-top: 10px;
}

#search label
{
	 font-size: 90%;
}

#go
{
	 padding: 0 5px;
	 margin: 0 5px;
	 height: 80%;
	 margin-top: -1px;
}

#separator
{
	 width: 845px; 
	 margin-left: -45px !important;
	 margin-left: -50px; 
	 #margin-right: -50px;
	 position: relative; 
	 color: #ccc; 
	 height: 1px; 
	 background-color: #ccc; 
	 border: 0;
}

#browse
{
	 padding-top: 10px;
}

#footer
{
	 font-size: 8pt;
	 margin-top: 100px;
	 clear: both;
}

#copyright
{
	 margin-top: 10px;
}

#header_logo
{
	display: inline;
	width: 149px;
	padding-left: 10px;
}

#search_results_text_box
{
	display: inline;
	margin-left: 10px;
	position: relative;
	top: -10px;
}

#search_results_go
{
	 padding: 0 5px;
	 height: 80%;
	 margin-top: -1px;
}

#create_company_page_message 
{
	font-size: 10pt;
}

#what_is_this
{
	font-size: 10pt;
}

#create
{
	font-size: 9pt;
	padding-right: 5px;
}

#create a
{
	text-decoration: none;
	padding: 0;
}

#create a:hover
{
	text-decoration: underline;
}

#results_list
{
}

#quick_facts span
{
	margin: 20px 5px 0 0;
}

#results_list a
{
	text-decoration: underline;
}

#results_list ul
{
	list-style-type: none;
	line-height: 1.5em;
	padding: 0;
	margin-left: 20px;
}

#results_list li
{
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
	margin-bottom: 0.5em;
}

#results_count
{
	font-weight: bold;
	font-size: 80%;
	margin: 20px 0 10px 0;
}

#letter_index_results
{
	margin-top: 10px;
}

#header_company_name
{
	font-family: Arial;
	font-size: 24pt;
	margin-top: 3px;
}

#header_company_name a
{
	color: navy;
}

#new_company
{
	#width: 29.5em;
	#height: 8em;
}

#new_company .input_row label
{
	float: left;
	width: 18em;
}

#new_company .input_row input
{
	float: left;
}

#review_ranking
{
	width: 8.5em;
}

#submit_button
{
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 50px;
}

#company_review
{
	#width: 51.2em;
	#height: 17em;
}

#company_review .input_row
{
	margin-bottom: 10px;
}

#agree_to_terms
{
	margin: -1em 0 1em 0;
	#width: 40em;
}

#agree_to_terms > #agree
{
	position: relative;
	top: -0.2em;
}

#quick_facts div
{
	margin-bottom: 1em;
	font-size: 95%;
	margin-bottom: 0.5em;
}

#quick_facts span
{
	margin-right: 3em;
}

#flag
{
	font-size: 10pt;
	clear: both;
}

#order_by_links
{
	font-size: 11pt;
	margin-top: 0.6em;
}

#reviews
{
	margin-top: 1.5em;
}

#no_reviews_yet
{
	margin-top: 1em;
}

#about p
{
	margin-top: 1em;
}

#flag_review
{
	font-size: 11pt;
}

#breadcrumbs
{
	padding: 0 15px;
	font-size: 90%;
	margin-top: 0.3em;
}

#front_page_links
{
	font-size: 12pt;
	margin-top: 1.5em;
}

#front_page_links a
{
	margin-right: .5em;
}

#stats
{
	margin-left: -.2em;
}

#captcha
{
	#margin-left: -0.9em;
}

#simple_captcha
{
	#width: 100%;
}

/*
 * Ad styles
 */

.search_page_referral
{
	margin-top: 3em;
	padding: .5em;
}

#review_side_referral_ad
{
	position: absolute;
	right: 2.5em;
	top: 5.5em;
}

#company_side_referral_ad
{
	position: absolute;
	right: 2.5em;
	top: 9.5em;
}

#side_referral_ad
{
	position: absolute;
	right: 2.5em;
	top: 4.5em;
}

#company_index_side_referral_ad
{
	position: absolute;
	right: 2.5em;
	top: 12.5em;
}