/* basic */
body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 75%;
	font-weight: normal;
	color: #3f3f3f;
	/*width: 980px;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #5f5f5f url("./../img/body.png") repeat fixed left top;
}
h1 {
	margin: 0 0 0 185px;
	padding-top: 10px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 2.0em;
}
h1 a {
	color: #3f3f3f;
	text-decoration: none;
}
h1 a:hover {
	/*text-decoration: underline;*/
}
#logo a {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url("./../img/wamos_header.png") no-repeat;
}
#logo a span {
	visibility: hidden;
}
ul h3 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	display: inline;
}
img {
	border: none;
}
a {
	color: #3366ff;
}
a:visited {
	color: #3f3f3f;
}
a:active, a:focus {
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 5px 0px;
}
ul {
	margin: 5px 0px;
	padding: 0px 20px;
}
li {
	margin: 0px;
	padding: 0px;
}
p.description {
	display: inline;
	text-transform: none;
}
.error {
	margin: 10px;
}
.redfont {
	color: #ff0000;
}
.clear {
	clear: both; 
	height: 1px; 
	line-height: 1px;
}
samp {
	display: block;
	background-color: #ececec;
	border: 1px solid #5f5f5f;
	margin: 5px 0px;
	padding: 5px;
	width: auto;
}
/* end: basic */
/* web parts */
#main_top {
	width: 980px;
	margin: 30px auto 0px auto;
	padding: 0px;
	background: url("./../img/main_top.png") no-repeat center top;
	height: 30px;
	line-height: 30px;
}
#main_bottom {
	width: 980px;
	margin: 0px auto 30px auto;
	padding: 0px;
	background: url("./../img/main_bottom.png") no-repeat center top;
	height: 30px;
	line-height: 30px;
}
#main {
	width: 980px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	background: #fff url("./../img/main.png") repeat-y center top;
}
#header {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 40px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	float: left;
}
#seo {
	width: 800px;
	text-align: left;
	margin: 20px 0px;
	float: right;
}
#last_results {
	width: 120px;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 20px 20px 20px 40px;
	font-size: 0.9em;
	text-align: center;
	overflow: hidden;
}
#last_results h3 {
	margin: 0px -20px;
}
#footer {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	font-size: 0.8em;
}
/* end: web parts */
/* last results seznam */
#last_results ul {
	list-style: none;
	list-style-image: url("./../img/list_img.png");
	text-align: left;
	margin: 5px 0px;
	padding: 5px 10px;
}
#last_results ul li {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
#last_results ul li:hover {
	list-style-image: url("./../img/list_img_black.png");
}
/* end: last results seznam */
/* form */
#seo_form {
	padding: 20px;
}
fieldset {
	width: 720px;
	text-align: center;
}
legend {
	padding: 0px 10px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left;
}
label {
	margin: 0px 2px 0px 5px;
	font-weight: bold;
	font-size: 0.9em;
}
input {
	width: 140px;
}
input.submit {
	width: auto;
	margin: 0px 10px;
}
#form_description {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 740px;
}
#rss {
	background: url("./../img/rss.gif") no-repeat center top;
	height: 50px;
	margin-bottom: -10px;
}
/* help */
.form_help {
	line-height: 13px;
	font-size: 0.9em;
	background-color: #f6f6f6;
	position: absolute;
	overflow: visible;
	margin: -125px 0px 0px 0px;
	padding: 5px;
	text-align: left;
	border: 1px #5f5f5f solid;
	display: none;
	height: 105px;
}
#domain_help {
	width: 200px;
}
#query_help {
	width: 240px;
	height: 55px;
	margin-top: -75px;
}
#lang_help {
	width: 140px;
}
#rss_domain_help {
	width: 200px;
	height:  70px;
	margin-top: -90px;
}
#rss_order_help {
	width: 210px;
	height: 80px;
	margin-top: -100px;
}
#rss_by_help {
	width: 165px;
	height: 60px;
	margin-top: -80px;
}
.form_help_arrow {
	position: absolute;
	overflow: visible;
	background: url("./../img/help.png") no-repeat center bottom;
	margin: -9px 0px 0px 100px;
	padding: 0px;
	width: 15px;
	height: 15px;
	z-index: 100;
	display: none;
}
#domain_help_arrow {
	margin-left: 150px;
}
#query_help_arrow {
	margin-left: 190px;
}
#lang_help_arrow {
	margin-left: 90px;
}
#rss_domain_help_arrow {
	margin-left: 150px;
}
#rss_order_help_arrow {
	margin-left: 160px;
}
#rss_by_help_arrow {
	margin-left: 100px;
}
/* end: help */
/* antispam */
.antispam {
	display: block;
}
.antispam img {
	vertical-align: bottom;
}
/* end: antispam */
/* end: form */
/* search results */
#info {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}
#info li {
	
}
#info li.left {
	margin-right: 10px;
	float: left;
	width: 360px;
}
#info li.right {
	margin-left: 10px;
	float: left;
	width: 360px;
}
.test_info_label, .ranks_label {
	background: url("./../img/block_info_label.png") no-repeat left top;
	margin: 0px 20px;
	padding: 10px 10px 0px 10px;
	width: 340px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
.test_info, .ranks {
	margin: 0px 20px 10px 20px;
	padding: 0px 10px;
	width: 340px;
	background: url("./../img/block_info_content.png") repeat-y left top;
	font-size: 0.9em;
	overflow: hidden;
	/*border-bottom: 1px solid #ececec;*/
}
#future_pagerank {
	position: absolute;
	margin-top: -65px;
	margin-left: 160px;
	padding: 10px;
	display: none;
	border: 1px solid #5f5f5f;
	background-color: #f6f6f6;
	width: 150px;
	height: 150px;
	overflow: auto;
	z-index: 500;
}
#ul_site_info {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#other_info {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#html_content {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#html_content li.h1 {
	font-size: 1.15em;
	padding-left: 0px;
}
#html_content li.h2 {
	font-size: 1.10em;
	padding-left: 20px;
}
#html_content li.h3 {
	font-size: 1.05em;
	padding-left: 40px;
}
#html_content li.h4 {
	font-size: 1.00em;
	padding-left: 60px;
}
#html_content li.h5 {
	font-size: 0.95em;
	padding-left: 80px;
}
#html_content li.h6 {
	font-size: 0.90em;
	padding-left: 100px;
}
#search_engines {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.search_engine {
	
}
/* all */
.part_label, 
.google_label, .seznam_label, .morfeo_label, .yahoo_label, .jyxo_label, .msn_label {
	background: url("./../img/block_search_engine_label.png") no-repeat left top;
	margin: 10px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
	width: 720px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
.part, 
.google, .seznam, .morfeo, .yahoo, .jyxo, .msn {
	margin: 0px 20px 10px 20px;
	padding: 0px 10px;
	width: 720px;
	background: url("./../img/block_search_engine_content.png") repeat-y left top;
	font-size: 0.9em;
	overflow: hidden;
	/*border-bottom: 1px solid #ececec;*/
}
.logo {
	z-index: 10;
	height: 25px;
	float: right;
	width: 150px;
}
.google_label .logo {
	background: url("./../img/loga/google.gif") no-repeat right bottom;
}
.seznam_label .logo {
	background: url("./../img/loga/seznam.gif") no-repeat right bottom;
}
.morfeo_label .logo {
	background: url("./../img/loga/morfeo.gif") no-repeat right bottom;
}
.yahoo_label .logo {
	background: url("./../img/loga/yahoo.gif") no-repeat right bottom;
}
.jyxo_label .logo {
	background: url("./../img/loga/jyxo.gif") no-repeat right bottom;
}
.msn_label .logo {
	background: url("./../img/loga/live.gif") no-repeat right bottom;
}
/* help */
.help {
	z-index: 10;
	height: 25px;
	width: 25px;
	float: right;
	background: url("./../img/help_unactive.gif") no-repeat right bottom;
}
.help_content {
	z-index: 50;
	position: absolute;
	border: 1px solid #000;
	background-color: #3f3f3f;
	color: #fff;
	width: 500px;
	line-height: 1.1em;
	font-size: 0.9em;
	margin-left: -205px;
	padding: 10px;
	height: auto;
	display: none;
	text-transform: none;
}
.help_content a {
	color: #3366ff;
}
.help_wider {
	margin-left: 175px;
}
/* end: help */
/* total score */
.total_score_label {
	background: url("./../img/block_total_score_label.png") no-repeat left top;
	margin: 20px;
	margin-bottom: 0px;
	padding: 10px;
	padding-bottom: 0px;
	width: 720px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}
.total_score {
	margin: 20px;
	margin-top: 0px;
	padding: 10px;
	width: 720px;
	background: #3f3f3f url("./../img/block_total_score_content.png") repeat-y left top;
	font-size: 0.9em;
	overflow: hidden;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	/*border-bottom: 1px solid #ececec;*/
}
.total_score_label p.description {
	font-size: 0.9em;
	text-transform: none;
}
.total_score_label .logo {
	position: absolute;
	right: 55px;
	width: 71px;
	height: 50px;
	background: url("./../img/loga/wamos_white.png") no-repeat right top;
}
.total_score p.total_score_summary {
	padding-right: 90px;
}
.total_score big {
	font-size: 1.3em;
}
.total_score p.description {
	display: block;
	margin: 5px 0px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
}
#recommodations {
	margin: 10px 0px;
	list-style: decimal;
	font-weight: normal;
}
/* end: total score */
/* end: all */
/* end: search results */
