@CHARSET "UTF-8";

/**
 * Style for screen display in main layout
 * @author Ondra Mandik | ondramandik@gmail.com
 */

body {
	background-color: #656565;
	background-image: url("/css/main/images/body_background.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #bdbdbd;
}

a {
	color: #fff;
}

a:hover {
	color: #ff2222;
}

ul.list {
	padding: 8px 0 12px 0;
}

ul.list li {
	padding: 3px 0 3px 18px;
	margin-left: 20px;
	background-image: url("images/list_dot.gif");
	background-repeat: no-repeat;
	background-position: 0 8px;
}

ul.listMinus li {
	background-image: url("images/list_minus.gif");
}

ul.listPlus li {
	background-image: url("images/list_plus.gif");
}

p.center {
	text-align: center;
}

.noBorder {
	border: none;
}

fieldset.noBorder {
	padding: 0;
	display: inline;
}

span.bold{
  font-weight: bold;
}

/* MAIN LAYOUT - BEGIN */
div.main {
	margin: 8px auto 20px auto;
	width: 902px;
}

div.mainHead {
	width: 902px;
	height: 131px;
	background-color: #5e5e5e;
	background-image: url("/css/main/images/head_background.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.mainContent {
	margin-top: 5px;
	width: 902px;
	overflow: hidden;
	background-color: #252628;
	background-image: url("/css/main/images/content_background.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.mainContent div.wrapHead {
	background-image: url("/css/main/images/content_wrap_head.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.mainContent div.wrapFoot {
	background-image: url("/css/main/images/content_wrap_foot.png");
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

div.mainContent div.content {
	margin: 0 20px 0 260px;
	min-height: 750px;
}

div.mainFoot {
	padding: 5px 10px 0 10px;
	color: #222;
	font-size:10px;
	line-height: 16px;
}

div.mainFoot div.right {
	float: right;
}

div.mainFoot a {
	color: #222;
	text-decoration: none;
}

div.mainFoot a.show {
	color: #999;
}

div.mainFoot a:hover {
	color: #eee;
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 14px 0 8px 0;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}

h1.noUpperCase {
	text-transform: none;
}

h2 {
	text-align: left;
	font-size: 18px;
	color: #888;
	font-weight: normal;
	padding: 0 0 10px 0;
}

p {
	color: #e8e8e8;
	margin: 0 0 10px 0;
}

div.backLink {
	padding: 10px 0 0 0;
	text-align: center;
}



div.logo {
	float: left;
	position: relative;
	top: 12px;
	left: 10px
}

form.hiddenForm {
	display: none;
}
/* MAIN LAYOUT - END */

/* LANGUAGES - BEGIN */
ul.languages {
	float: right;
	margin: 0 7px 0 0;
}
ul.languages li {
	float: left;
}

ul.languages li a {
	display: block;
	padding: 5px 9px 0 0;
	color: #888;
	text-decoration: none;
	font-size: 11px;
}

ul.languages li a:hover {
	color: #fff;
}

ul.languages li a span {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 -11px;
	height: 11px;
	width: 16px;
	margin: 2px 5px 0 0;
}

ul.languages li a:hover span {
	background-position: 0 0;
}

ul.languages li a.cs span {
	background-image: url("/images/icons/flags/cs.png");
}

ul.languages li a.en span {
	background-image: url("/images/icons/flags/en.png");
}

ul.languages li a.ru span {
	background-image: url("/images/icons/flags/ru.png");
}

ul.languages li a.de span {
	background-image: url("/images/icons/flags/de.png");
}
/* LANGUAGES - END */

/* MENU - BEGIN */
div.menu {
	float: left;
	width: 257px;
	/*position: absolute;*/
}

div.menu div.wrapBackground {
	margin: 6px 0 0 6px;
	background-image: url("/css/main/images/menu_background.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.menu div.wrapFoot {
	background-image: url("/css/main/images/menu_wrap_foot.png");
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

div.menu div.menuHead {
	background-image: url("/css/main/images/menu_h2.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px 0 10px 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}

div.menu ul li a span {

}

div.menu ul li a {
	background-image: url("/css/main/images/menu_item_background.png");
	background-position: 0 -30px;
	background-repeat: no-repeat;
	height: 30px;
	font-size: 11px;
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
	color: #f5f5f5;
}

div.menu ul li.partner{
  display: block;
	padding: 2px 0 6px 30px;
	background-image: url("/css/main/images/menu_item_background.png");
	background-position: 0 -30px;
}

div.menu ul li.partner a{
  background-image: url();
  height: 30px;
}


div.menu ul li a span {
	display: block;
	padding: 8px 0 0 30px;
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

div.menu ul li a span.home {
	background-image: url("/images/icons/simple/16/home.png");
}

div.menu ul li a span.carPark {
	background-image: url("/images/icons/simple/16/carpark2.png");
}

div.menu ul li a span.pricelist {
	background-image: url("/images/icons/simple/16/pricelist.png");
}

div.menu ul li a span.transfersAirport {
	background-image: url("/images/icons/simple/16/transfer.airport.png");
}

div.menu ul li a span.transfersOther {
	background-image: url("/images/icons/simple/16/transfer.other.png");
}

div.menu ul li a span.contact {
	background-image: url("/images/icons/simple/16/contact2.png");
}

div.menu ul li a span.reservation {
	background-image: url("/images/icons/simple/16/reservation2.png");
}

div.menu ul li a span.carDelivery {
	background-image: url("/images/icons/simple/16/reservation.png");
}

div.menu ul li a span.special-offers {
	background-image: url("/images/icons/16/star.gif");
	color: yellow;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 30px;
}

div.menu ul li ul li a {
	background-image: url("/css/main/images/menu_item_item_background.png");
	color: #f0f0f0;
}

div.menu ul li ul li a span {
	padding-left: 40px;
}

div.menu ul li a.selected {
	background-image: url("/css/main/images/menu_item_selected.gif");
	color: #fff;
	font-weight: bold;
}

div.menu ul li a:hover {
	background-position: 0 0;
	color: #fff;
}
/* MENU - END */

/* FORM - BEGIN */
div.successMessage, div.errorMessage {
	padding: 5px;
	text-align: left;
	margin: 5px 0 10px 0;
	font-size: 20px;
}

div.errorMessage {
	color: #ff0000;
}

div.successMessage {
	color: #00ff00;
}

form {
	display: block;
	padding: 0 0 20px 0;
}

fieldset {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 10px;
	padding-left: 10px;
}

fieldset legend {
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
}

form table th {
	font-size: 10px;
	color: #afafaf;
	text-align: right;
	padding: 8px 10px 0 0;
	vertical-align: top;
}

form table td {
	padding: 4px 0 0 0;
	vertical-align: top;
}

form input {
	padding: 1px;
	font-size: 10px;
}

form ul.errors li {
	color: #ff0000;
}

form td.buttons {
	padding-top: 15px;
}

form td.buttons a.button {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

form input.text, form textarea.text {
	border: solid 1px #999;
	padding: 2px;
	background-color: #eeeeee;
}
/* FORM - END */

/* CARPARK BACKEND - BEGIN */
table.carparkBackend {
	margin: 10px 0 10px 0;
}

table.carparkBackend th {
	background-color: #D0D2D3;
	color: #444;
	padding: 4px 0 4px 10px;
	font-weight: normal;
}

table.carparkBackend td {
	padding: 3px 0 3px 10px;
	vertical-align: middle;
}

table.carparkBackend td.even {
	background-color: #323135;

}

table.carparkBackend td.odd {
	background-color: #2c2d2f;
}

table.carparkBackend td.photo {
	padding: 4px;
}

table.carparkBackend td.buttons {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}

div.carparkBackendPhotos {
	padding: 10px 0 10px 3px;
}


div.carparkBackendPhotos div.car {
	float: left;
	padding: 5px;
	border: solid 1px #666;
	text-align: center;
	margin-right: 10px;
}
/* CARPARK BACKEND - END */

/* CARPARK - BEGIN */
div.carpark div.left {
	width: 260px;
	float: left;
}

div.carpark div.right {
	margin-left: 270px;
}

div.carpark h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url("/css/main/images/carpark_h2_bottom.gif");
	background-position: 0 bottom;
	background-repeat: repeat-x;
	color: #c8c8c8;
	padding: 0 0 10px 0;
}

div.carpark div.photos {
	padding: 2px 0 0 0;
	overflow: auto;
	width: 250px;
}

div.carpark div.photos table td {
	padding: 0 10px 0 0;
}

div.carpark div.photos a {
	margin-right: 5px;
}

div.carpark a.firstPhoto img,
div.carpark div.photos a img {
	border: solid 1px #757575;
	display: inline;
}

div.carpark a.firstPhoto:hover img,
div.carpark div.photos a:hover img {
	border: solid 1px #aaa;
}

div.carpark div.noPhoto {
	border: solid 1px #757575;
	width: 250px;
	padding: 50px 0 90px 0;
	text-align: center;
	background-color: #373737;
}

div.carpark table {
	font-size: 11px;
	margin: 5px 0 0 0;
}

div.carpark table td {
	padding: 3px 40px 3px 0;
}

div.carpark table.equipment td {
	padding-right: 3px;
}

div.carpark table strong {
	color: #8f8f8f;
}

a.button {
	display: block;
	width: 84px;
	padding: 7px 0 7px 0;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background-image: url("/css/main/images/button.png");
	background-position: 0 -27px;
	background-repeat: no-repeat;
	/*background-color: #969799;*/
	margin-left: 10px;
}

a.button:hover {
	background-position: 0 0;
}

div.buttons {
	padding: 20px 0 15px 0;
}

div.carpark div.buttons a.button {
	float: right;
}

div.carpark div.carClearer {
	clear: both;
	background-image: url("/css/main/images/carpark_separator.gif");
	background-repeat: repeat-x;
	height: 24px;
	background-position: 0 9px;
}
/* CARPARK - END */

/* PRICELIST - BEGIN */
div.float_right{
  float: right;
}

div.pricelistNavigation {
	padding: 0px 0 8px 0;
	margin-bottom: 8px;
	border-bottom: solid 1px #454545
}

div.pricelists h2 {
	margin-top: 25px;
}

div.pricelists h2.first {
	margin-top: 5px;
}

table.pricelist {
	background-color: #666;
}

table.pricelist a {
	color: #bdbdbd;
	text-decoration: none;
}

table.pricelist a:hover {
	color: #fff;
	text-decoration: underline;
}

table.pricelist a.reservation {
	color: #fff;
	text-decoration: underline;
	display: block;
	padding: 0 0 3px 0;
}

table.pricelist a.reservation:hover {
	color: #ff2222;
}

table.pricelist th {
	background-color: #999;
	color: #444;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
table.pricelist th.price {
	width: 54px;
	font-size: 10px;
}

table.pricelist td {
	background-color: #333;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
table.pricelist td.photo {
	width: 80px;
	padding: 2px;
}

span.allPriceNote {
	display: block;
	text-align: left;
	font-size: 10px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-top: 3px;
}

div.currencySelection {
	border-bottom: solid 1px #444;
	padding: 0 0 10px 0;
	margin: 0 0 4px 0;
}

div.currencySelection form {
	padding: 0;
}

div.deliveryFreeNote{
  margin: 10px 0 10px 0;
  font-weight: bold;
}
/* PRICELIST - END */

/* SERVICES - BEGIN */
div.services img {
	margin-bottom: 18px;
}

div.services div.left {
	float: left;
	width: 290px;
	padding-left: 10px;
}

div.services div.right {
	margin-left: 320px;
}
/* SERVICES - END */


/* EQUIPMENT - BEGIN */
div.equipment {

}

div.equipment table {
	background-color: #555;
}

div.equipment table th {
	background-color: #999;
	color: #444;
	padding: 4px 10px 4px 10px;;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

div.equipment table td {
	background-color: #333;
	text-align: left;
	vertical-align: middle;
	padding: 4px 0 4px 10px;
}

div.equipment table td.price {
	padding-right: 10px;
}

div.equipment table td.photo {
	padding: 2px;
	text-align: center;
}

div.equipment table td.buttons {
	padding-right: 10px;
	text-align: right;
}


/* EQUIPMENT - END */


/* LIMITS - BEGIN */
div.limits {
	background-image: url("/css/main/images/dot555.gif");
	background-repeat: repeat-y;
	background-position: center 0;
	margin-top: 10px;
}

div.limits h2 {
	border-bottom: solid 1px #555;
	text-align: center;
	padding: 2px 0 2px 0;
	background-color: #252628;
	margin-top: 0;
}

div.limits div.left {
	float: left;
	width: 300px;
}

div.limits div.right {
	margin-left: 320px;
}

div.limits ul li {
	/*padding: 4px 0 4px 10px;*/
	margin-left: 0;
	font-size: 11px;
}

div.limits div.clearer {
	background-color: #252628;
	padding: 10px;
}

/* LIMITS - END */

/* PRICE CALCULATOR BEGIN */
#calculatorDiv {
	background-image: url("/images/calculator.png");
	background-repeat: no-repeat;
	background-position: 500px 120px;
	background-color: #656565;
	padding: 7px 10px 0px 10px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #777;
	border-top: solid 1px #777;
	color: #fff;
}

#calculator {
	padding-bottom: 6px;
}

#calculatorDiv h3 {
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 0 0px;
	color: #fff;
	font-size: 18px;
}

#calculatorDiv div.types,
#calculatorDiv div.addons {
	padding: 10px 0 0 0;
}

#calculatorPriceDiv {
	float: right;
	color: #fff;
	font-size: 10px;
	padding: 0 10px 0 0;
	text-align: right;
}

#calculatorPriceLoading {
	float: right;
	padding: 0 10px 0 0;
}

#calculatorPrice {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

#calculatorDiv div.note {
	padding-top: 10px;
	font-size: 11px;
	color: #ddd;
}
/* PRICE CALCULATOR END */


/* TOP BANNER BEGIN */
div.banner {
	margin-left: 250px;
}

div.banner p {
	color: #fff;
	font-size: 9px;
	padding: 11px 0 12px 8px;
	letter-spacing: 0.08em;
	margin: 0;
}

div.topBanner {
	width: 649px;
}

div.topBanner div.topBannerWrapper {
	overflow: hidden;
	width: 589px;
	height: 90px;
	background-image: url("/css/main/images/banner_background.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	position: relative;
}

div.topBanner div.topBannerWrapper table {
	position: relative;
	left: 0px;
	margin: 0;
	padding: 0
}

div.topBanner div.topBannerWrapper table td a{
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 102px;
	text-decoration: none;
}

div.topBanner div.topBannerWrapper table td a span {
	display: block;
	margin: 0 2px 0 3px;
	padding: 2px 0 4px 0;
	font-size: 11px;
	color: #000;
}

div.topBanner div.topBannerWrapper table td a:hover span {
	background-color: #000;
	color: #fff;
	background-image: url("/css/main/images/banner_item_hover.png");
}

div.topBanner div.topBannerWrapper table td img {
	display: inline;
	margin-left: 3px;
}

div.topBanner div.topBannerWrapper table td img {
	display: block;
}

div.topBanner a.prev,
div.topBanner a.next {
	display: block;
	width: 30px;
	height: 94px;
}

div.topBanner a.prev:hover,
div.topBanner a.next:hover {
	background-position: 0 94px;
}

div.topBanner a.prev span,
div.topBanner a.next span {
	display: none;
}

div.topBanner a.prev {
	float: left;
	background-image: url("/css/main/images/banner_button_left.png");
}

div.topBanner a.next {
	float: right;
	background-image: url("/css/main/images/banner_button_right.png");
}
/* TOP BANNER END */

/* INDEX SERVICES IMAGES BEGIN */

div.indexServicesImages span {
	display: block;
	padding-top: 20px;
}

div.indexServicesImages span.left {
	clear: right;
	padding-left: 60px;
}

div.indexServicesImages span.right {
	padding-right: 60px;
}

div.indexServicesImages span.right img {
	float: right;
}

div.indexServicesImages div.clearer {
	height: 30px;
}

/* INDEX SERVICES IMAGES END */


/* BEGIN - Contact */
div.googleMapWrapper {
	padding-left: 65px;
	padding-bottom: 30px;
	padding-top: 20px;
}

#googleMap {
	width: 500px;
	height: 350px;
}

a.skype {
	text-decoration: none;
}

a.skype img {
	position: relative;
	top: 4px;
}

a.skype span {
	text-decoration: underline;
}

img.contactsImage {
	float: right;
}
/* END - Contact */

/* BEGIN - Airport transport */
div.transfersAirportCarPark {
	padding-left: 10px;
}

div.transfersAirportCarPark div.car {
	margin-bottom: 20px;
}

div.transfersAirportCarPark h3 {
	font-size: 17px;
	padding: 0 0 6px 0;
	font-weight: normal;
}

div.transfersAirportCarPark div.car div.photo {
	float: left;
	border: solid 1px #555;
	margin-bottom: 20px;
	font-size: 0;
}

div.transfersAirportCarPark div.car div.context {
	padding-left: 240px;
}

div.transfersAirportCarPark div.car div.price {
	display: block;
	border: solid 3px #777;
	width: 110px;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 20px;
	margin: 35px 0 0 60px;
}

div.transfersAirportCarPark div.car div.buttons {
	padding: 10px 0 0 0;
	margin: 0px 0 0 75px;
}

div.transfersAirportCarPark div.car a.button {
	margin-left: 0;
}

div.airportTransfersCurrencySelection {
	border-top: solid 1px #333;
	padding-top: 10px;
	margin-top: 0px;
	text-align: right;
}
div.airportTransfersCurrencySelection form {
	padding-bottom: 0;
}

div.transfersAirportCarPark div.notes {
	clear: left;
	border-top: solid 1px #333;
	padding-top: 10px;
	padding-bottom: 20px;
}
/* END - Airport transport */

/* BEGIN - Other transports */
div.otherTransfers {
	padding-bottom: 40px;
}

div.otherTransfers table {
	margin-bottom: 20px;
	background-color: #666;
}

div.otherTransfers table th {
	font-size: 10px;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
	text-align: center;
	background-color: #999;
	color: #444;
}

/*div.otherTransfers table th.car {
	padding-bottom: 0;
}*/

div.otherTransfers table td {
	text-align: center;
	background-color: #333;
	padding: 0 2px 0 3px;
	/*border-top: solid 1px #222;*/
	height: 40px;
}

div.otherTransfers table th.city {
	text-align: center;
}
div.otherTransfers table td.city {
	text-align: left;
	padding: 0 3px 0 3px;
	font-weight: bold;
}

div.otherTransfers table th.country
div.otherTransfers table td.country {
	text-align: center;
	padding: 0;
}

div.otherTransfers table td.notInCzech {
	background-color: #222;
}

div.otherTransfers div.notes {
	border-top: solid 1px #333;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.otherTransfersCurrencySelection {
	text-align: left;
	border-bottom: solid 1px #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.otherTransfersCurrencySelection form {
	padding-bottom: 0px;
}
/* END - Other transports */

/* BEGIN - Reservation */
#reservationForm {
	padding-bottom: 4px;
}

p.reservationNote {
	margin: 0;
	padding: 0 0 10px 4px;
	font-size: 11px;
	color: #aaa;
	font-weight: bold;
}
/* END - Reservation */

/* BEGIN - Payment */
ul.payment {
	margin: 0px 0 0 140px;
	height: 60px;
}
ul.payment li {
 display: block;
 float: left;
 padding: 3px;
 border: solid 1px #666;
 font-size: 0;
 margin: 0 10px 0 0px;
}
div.paymentFoot {
	margin: 0 0 0 140px;
	font-size: 11px;
	padding: 0 0 20px 0;
	font-weight: bold;
}

div.paymentHead {
	padding: 10px 0 10px 140px;
	font-weight: bold;
	font-size: 11px;
}
/* END - Payment */

/* BEGIN - Security */
div.securityNote {
	font-size: 11px;
	/*padding-bottom: 10px;*/
	text-align: right;
	font-weight: bold;
}

div.securityNoteBorderTop {
	border-top: solid 1px #444;
	margin: 10px 0 0 0;
	padding: 4px 0 0px 0;
}
/* END - Security */

/* BEGIN - Poll */
div.poll {
	padding: 0 0 0 10px;
}


div.poll form {
	display: block;
	padding: 0;
	margin: 0;
}

div.poll div.question {
	font-weight: bold;
	text-align: left;
	padding: 10px 0 5px 0px;
}

div.poll div.answers table td {
	height: 20px;
	font-size: 11px;
	vertical-align: middle;
}

div.poll div.answers table td label {
	padding-left: 7px;
}

div.poll div.answers table td.label {
	width: 115px;
}

div.poll div.answers table td img {
	position: relative;
	top: 2px;
}

div.poll div.button,
div.poll div.total {
	border-top: solid 1px #444;
	padding: 5px 0 15px 0;
	margin: 5px 25px 0 0;
}

div.poll div.sizer {
	background-image: url("images/anketa.gif");
	height: 15px;
	margin-right: 4px;
	float: left;
}
/* END - Poll */



p.grayBg{
  background-color: #656565;
  border: 1px #777777 solid;
  margin: 20px 0 20px 0;
  padding: 15px 0 15px 0;
}

div#reservationThumb{
  position: absolute;
  top: 233px;
  margin-left: 523px;
  text-align: center;
  width: 97px;
  color: yellow;
}

div#reservationThumb.error{
  top: 281px;
}