﻿@charset "utf-8";

@import url("common.css");
@import url("body.css");
@import url("timeline.css");

.results_img {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 226px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}

.results_img img {
	border: 4px solid #CCCCCC;
}

.results_copy {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 280px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	font-size: 11px;
}
.results_blank_block {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 10px;
	float: left;
	height: 30px;
	width: 470px;
	overflow: hidden;
}


.results_copy strong {
	margin-bottom: 7px;
	text-align: left;
	display: block;

}
.results_block_word {
	float: left;
	height: 280px;
	width: 530px;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	overflow: hidden;
	margin: 10px 0px;
	padding: 0px 0px 15px;
}
.facebookpage_url {
	background-image: url(../common/facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	float: left;
	height: auto;
	width: 270px;
	text-indent: 25px;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.website_url_link {
	background-image: url(../common/web/circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	float: left;
	height: auto;
	width: 400px;
	text-indent: 25px;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.website_url_link  a {
}

.results_a_button {
	background-color: #f9f9f9;
	height: auto;
	text-decoration: none;
	float: left;
	width: auto;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.results_a_button a {
}

.results_a_button:hover {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.word_block_results {
	text-align: left;
	display: block;
	margin: 0px;
	float: left;
	height: auto;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.word_block_results h2 {
	margin-bottom: 8px;
}
