/* --------- /stylesheets/style.css --------- */ 
* {
	/*
	top: 0;
	left: 0;
	*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
body {
	margin: 10px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: normal;
	height: 100%;
	background-image: url(/images/bg.gif);
}
a {
	color: #0000FF;
	font-weight: normal;
}
.asLink {
	color: #0000FF;
	font-weight: normal;
        text-decoration:underline;
        cursor:pointer;
}
a:visited {
	color: #0000FF;
}
/* FONTS */
.f08 {
	font-size: 0.8em;
}
.f09 {
	font-size: 0.8em;
}
/* DEFAULTS */
p {
	margin-bottom: 5px;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.1em;
	margin-bottom: 10px;
	padding-left: 25px;
	background-position: center left;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
}
.h5align {
	margin-left: 25px;
}
.doubleh5align {
	margin-left: 50px;
}
div {
	text-align: left;
	display: block;
}
#lContainer {
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 980px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}
div.block {
	top: 0;
	left: 0;
	width: 945px;
	margin: 20px 10px;
	padding: 5px;
}
div#adsense {
	text-align: center;
}
div.third_party {
	top: 0;
	left: 0;
	width: 445px;
	margin: 20px 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}
div.left {
	float: left;
	padding: 10px;
	/*background-color: yellow;  TO-DO: DELETE */
	border: 0px solid red; /* TO-DO: DELETE */
}
div.right {
	float: left;
	padding: 10px;
	/*background-color: orange;  TO-DO: DELETE */
	border: 0px solid red; /* TO-DO: DELETE */
	margin-left: 15px;
}
div.clearer {
	clear: both;
}
div.short-left {
	min-width: 120px; /* IE ignores min-width. */
	width: 120px;
}
div.short-right {
	min-width: 650px; /* IE ignores min-width. */
	width: 650px;
}
div.large-left {
	min-width: 240px; /* IE ignores min-width. */
	width: 240px;
}
div.large-right {
	min-width: 650px; /* IE ignores min-width. */
	width: 650px;
}
div.results-left {
	min-width: 370px; /* IE ignores min-width. */
	width: 370px;
}
div.results-right {
	min-width: 520px; /* IE ignores min-width. */
	width: 520px;
}
img.bullet {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
/* HEADER */
#lHeader {
	position: relative;
	margin-top: 10px;
	height:113px; /* 5+5 padding top-bottom */
	background-color: #ffffff;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
}
#lHeader h1 {
	display: none;
}
#lHeader h2 {
	display: none;
}
#lHeader #taximeter {
	position: absolute;
	top: -25px;
	left: 700px;
	width:266px;
	height:193px;
	background-image: url(/images/taximeter.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
/* FOOTER */
#lFooter {
	position: relative;
	background-color: #FFE075;
	border-top: 1px solid #FFE075;
	border-left: 1px solid #FFE075;
	border-right: 1px solid #FFE075;
	border-bottom: 1px solid #FFE075;
	padding-top: 25px;
	font-size: 0.8em;
	text-align: center;
	background-image: url(/images/icon2.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#feedback {
	padding-top: 20px;
	padding-bottom: 20px;
}
#feedback textarea {
	border: 1px solid gray;
}
#feedback input {
	border: 1px solid gray;
}
#feedback img {
	border: 1px solid gray;
}
.feedback-text {
	width: 220px;
	padding-left: 10px;
	font-size: 0.8em;	
}
/* SEARCH FORM */
input,select {
	font-size: 1em;
	padding: 4px;
	z-index: -1;
}
select#city {
	width: 50%;
	border: 1px solid silver;
}
#search-form input#daddr,input#saddr {
	border: 1px solid silver;
	width: 492px;
}
.third_party #search-form input#from,.third_party #search-form input#to {
	border: 1px solid silver;
	width: 292px;
}
#search-form input#hh,input#mm {
	border: 1px solid silver;
	width: 23px;
}
#search-form input#phone_booking {
	vertical-align: middle;
	margin-right: 5px;
}
#search-form input#d_sub {
	padding: 4px;
	width: 50%;
	font-size: 1em;
	border: 1px solid gray;
	background-color: #FFE075; 
	color: black;
	font-weight: bold;
}
.submit_quote {
	margin-top:10px;
	padding: 4px;
	width: 70%;
	font-size: 1em;
	border: 1px solid gray;
	background-color: #FFE075; 
	color: black;
	font-weight: bold;
}
#quotes-super-holder {
	margin-top: 3em;
}
#quotes-holder {
	margin-bottom: 3em;
	background-color: #EDEDED;
	border: 1px solid silver;
}
#quotes-holder a.start_quote:hover {
}
#quotes-holder div.result {
	margin:1em;
	line-height:1.6em;
}
#quotes-holder div.result strong {
	font-weight: bold;
}
.sTable {
	display: table;
	width: 950px;
	border-spacing: 5px; /* cellspacing: poor IE support for this*/
	border-collapse: separate;
}
.sTd {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	margin-right: 10px;
}
.sTd1 {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	margin-right: 10px;
	text-align: right;
	width: 120px;
}
.sTd2 {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	margin-right: 10px;
	width: 500px;
}
.sTd3 {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	margin-right: 5px;
	width: 200px;
}
.sTr {
	display: table-row;
	clear: both;
	margin: 1px;
}
.label {
	margin-top: 4px;
	margin-bottom: 4px;
}
.tip {
	white-space: nowrap;
	font-size: 0.8em;
}
.example {
	color: gray;
	font-size: 0.7em;
}
/* CITY LIST */
#current-cities {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #FCEFC3; 
	min-height: 380px;
	padding: 10px;
}
/* for Internet Explorer */
/*\*/
#current-cities {
	height: 770px;
}
/**/
#city-list ul {
	list-style-type: none;
}
#city-list ul li {
	padding-left: 25px;
}
#city-list ul li a {
	font-size: 1.05em;
	text-decoration: none;
	font-family: Verdana;
}
#city-list ul li a:hover {
	text-decoration: none;
	background-color: #FFCC33;
	color: #ffffff;
	padding: 2px;
}
/* SEO */
#popular-searches {
	background-color: #FFFFFF;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	min-height: 770px;
	padding: 10px;
}
/* for Internet Explorer */
/*\*/
#popular-searches {
	height: 770px;
}
/**/
#popular-searches ul li {
	padding-left: 27px;
}
#popular-searches ul li h3 {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}
#popular-searches ul {
	list-style-type: none;
}
#popular-searches ul li a {
	font-size: 0.7em;
}
/* CITY */
h2.city-name {
	font-family: Arial, Verdana;
	font-size: 1.5em;
	display: inline;
}
#results {
	background-color: #FFFFCC;
	font-size: 0.8em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	height: 400px;
}
#map {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	height: 400px;
}
ul.city {
	list-style-type: circle;
}
ul.city li {
	font-size: 0.9em;
	margin-left: 25px;
}
.source {
	font-size: 0.8em;
	margin-left: 25px;
	color: gray;
}
.source a {
	color: #6666FF;
}
.source a:hover {
	color: #0000FF;
}
ul#city-company-list {
	display: inline;
}
ul#city-company-list li {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	color: gray;
	padding: 8px;
	background-color: #FFFFCC;
	border: 1px solid gray;
}
/* TAXI COMPANIES */
ul#company-list li {
	padding-top: 3px;
}
ul#company-list li.featured {
	font-size: 1em;
	font-weight: bold;
	color: gray;
	padding: 8px;
	background-color: #FFFFCC;
	border: 1px solid gray;
}
ul#city-company-list #comments{
	font-size: 0.8em;
	font-weight: normal;
	color: gray;
}
ul#city-company-list #comments strong{
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}
img.phone {
	vertical-align: bottom;
}
/* CITY RESULTS */
span.error {
	color: red;
	font-weight: bold;
}
.disclaimer {
	color: gray;
	font-size: 0.8em;
}
.disclaimer a {	
	color: #6666FF;
}
.cost table {
	width: 95%;
	border: 1px solid silver;
}
.cost table td {
	padding: 5px;
}
.cost table td.amount {
	text-align: right;
}
.cost table tr.total td {
	font-weight: bold;
}
.cost table tr.weekend_total td {
	color: gray;
}
/* SITEMAPS */
ul.sitemap-cities li {
}
.size-1 {
	font-size: 0.8em;
	font-weight: 100;
}
.size-2 {
	font-size: 0.9em;
	font-weight: 300;
}
.size-3 {
	font-size: 1.0em;
	font-weight: 500;
}
.size-4 {
	font-size: 1.1em;
	font-weight: 700;
}
.size-5 {
	font-size: 1.2em;
	font-weight: 900;
}
.sitemap-cities {
	background-color: #FFFFFF;
	border-top: 1px solid gray;
	padding: 10px;
}
.sitemap-cities ul li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
.sitemap-cities ul li h2 {
	display: inline;
}
.sitemap-listings {
	background-color: #FFFFFF;
	border-top: 1px solid gray;
	padding: 10px;
	margin-top: 10px;
}
.sitemap-listings ul li {
	list-style-type: none;
}
.sitemap-listings .block h4 {
	display:inline;
}
.sitemap-listings .block h4:after {
	content: ' / ';
}
/* POIS */
#pois-box {
	background-color: #FFFFCC;
}
#nav {
	padding-bottom: 15px;
}
#nav ul {
	background-color: silver;
	font-size: 1.1em;
	white-space: nowrap;
	padding-top: 10px;
	border-bottom: 1px solid gray;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	border: 1px solid gray;
	margin: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFE075;
}
#nav ul li.selected {
	background-color: #FFFFCC;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid #FFFFCC;
	display: inline;
	margin: 15px;
}
#nav ul li a {
	text-decoration: none;
}
#pois-box a {
	text-decoration: none;
}
ul.pois {
	list-style-image: url(/images/bullet_small.gif);
	list-style-type: square;
}
ul.pois li {
	padding-bottom: 4px;
	margin-left: 50px;
}
#company_name a {
	text-decoration:none;	
}
#company_name a:hover {
	text-decoration:underline;
	color:#3366FF;
}
.phone_number a {
	text-decoration:underline;
	font-size:0.7em;
}
.phone_number a:hover {
	color:#3366FF;
}
/* Simple captcha */
/* UNUSED
#simple_captcha {font-size: 0.8em;}
#simple_captcha img {
	margin-top: 2px;
	border: 1px solid gray;
	width: 110px !important;
}
#simple_captcha input {
	border: 1px solid gray;
	width: 110px !important;
}
*/
.akce {
	color:red;
}
/* UNUSED
fieldset.advertisement {
	border:1px solid #DDD;
	border-left-color:white;
	border-right-color:white;
	top: 0;
	left: 0;
	width: 945px;
	margin: 30px 10px;
	padding: 5px;
}
fieldset.advertisement legend {
	margin-left:3em;
	font-size:0.7em;
	padding:0 1em 0 1em;
	color:gray;
}
fieldset.advertisement div#featured-companies {
	margin: 10px 0px;
}
*/
/* ADS */
.ads-title {
	font-size: 0.8em;
	color: gray;
}
.ads-content {
	background-color: #ededed;
	padding: 20px 0px;
}
h5.ads {
	font-size: 1.3em;
	background: none;
}
h5.featured {
	font-size: 1.4em;	
}
strong.red {
	font-weight:bold;
	color:red;
}
.mediaItem {
	margin-top:2em;
}
cite {
	font-style: italic;
	margin:0.2em 0;
	display: inline-block;
}
/* quotes */
#quote-table input[type="text"], textarea {
	width: 500px;
}
#quote-table input[type="text"].date {
	width: 8em;
	margin-right: 2em;
}
#quote-table select {
	padding: 0px;
	border: 1px solid silver;
}
.inputBrd {
	border: 1px solid silver;
}
#samplecal {
	display: block;
}
#quote-table td:first-child, #quote-table td.label {
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
#quote-table td select.narrow {
	width: 3.2em;
	margin-right: 2em;	
}
#quote-table tr.optional td, #quote-table tr.optional select, #quote-table tr.optional input, #quote-table tr.optional textarea {
	color: #777777;
}
#quotes-error {
	color: red;
	padding-left: 100px;
}
#quotes-error h2 {
	font: 1em;
}
#quotes-error ul {
	padding-left: 30px;
}
p.quote-link {
	margin-left: 25px;
	margin-top:0.5em;	
}
div.advertising-sign {
	float:right;
	color:#666;
	font-size:0.8em;
}
/* ERRORS */
#errorExplanation {
  width: 50%;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  margin-left: 20%;
  background-color: white;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 1em;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1em;
}
#errorExplanation ul li {
  font-size: 1em;
  list-style: square;
  margin-left: 25px;
}
#privacy h4 {
	font-size: 0.8em;
	font-weight: bold;
	padding-top:1.5em;
	padding-bottom:0.5em;
}
#privacy ol {
	list-style-type: lower-alpha;
	padding-bottom:0.5em;
}
p.static-text {
	margin:1em 0 1em 0;
	line-height:1.3em;
	color:#111;
}
p.static-text strong {
	font-weight:bold;
	color:#000;
}
ul.static-text {
	list-style-type: circle;
	line-height:1.3em;
	color:#111;
}
ul.static-text li {
	font-size: 1em;
	margin-left: 25px;
	padding-bottom: 1em;
}
#referral-error {
    margin-left:1.6em;
}
