@charset "utf-8";
/*==============================================================================
Dragit.cz - Tomas Jindrich

# CONTENT OF CSS
-------------------------
LIBRARIES IMPORT
GLOBAL
TYPOGRAPHY AND COLORS
LINKS
HEADERS
TABLES
FORMS
NAVIGATION
LAYOUT
STRUCTURE
==============================================================================*/

/* LIBRARIES IMPORT
==============================================================================*/
@import url("reset.css");

/* GLOBAL
==============================================================================*/

.imgleft {
	float: left;
	margin: 4px 10px 4px 0;
}

.imgright {
	float:right;
	margin: 4px 0 4px 10px;
}


/* TYPOGRAPHY AND COLORS
==============================================================================*/
body {
	font-size: small;
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #242424;
}

p {
	line-height: 1.4em;
}

p, ul, ol {
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
	line-height: 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

small {
	font-size: 0.85em;
}

.highlight {
	background: #ffc;
}

/* LINKS
==============================================================================*/
a {
	color: #f6570b;
}

a:hover {
	color: #f6570b;
}

/* HEADERS
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
h1 {
	padding: 0 0.25em 0.5em 0;
	font-size: 2.5em;
	color: #ff8500;
}

h2 {
	padding: 0 0 1em 0;
	font-size: 1.8em;
	color: #1177b3;
}
 
h3 {
	font-size: 1.5em;
	padding: 1em 0;
}

h4 {
	font-size: 1.2em;
	padding: 1em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

/* TABLES
==============================================================================*/
table {
	margin: 0 0 10px 0;
	border-spacing: 1px;
	border: 1px solid #cccccc;
	width: 100%;
}

th, td, caption {
	padding: 0.5em;
}

caption {
	color: #fff;
	background: #007592;
}

th, th a, th a:hover {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #6e6e6e;
}

td {
	background: #f0f0f0;
}

tr.odd td {
	background: #f7f7f7;
}

/* FORMS
==============================================================================*/
form {
  width: 100%; 
}

form label, form .textbox, select, textarea, form .container {
  display: block;
  float: left;
  margin: 3px 0;
  padding: 5px 5px;
}

form .container {
	width: auto;
}

form .textbox, select, textarea, checkbox {
	border: 1px solid #ff8500;	
}

form select {
  width: 200px;
}

form textarea {
	height: 200px;
}

form label {
  width: 105px;
  padding-right: 15px;
  text-align: right;
}

.halfbox form label, .fullbox form label {
	border: 1px solid #ecdcac;
	padding: 7px 9px;
	margin-right: 10px;
	width: 100px;
	background: #fffbcf;
	color: #917f42;
}

form label span {
	font-weight: bold;
}

form .container label {
	float: none;
	display: inline;
	width: auto;
	padding: 0 1em 0 0;
	text-align: left;
}

form br {
  clear: left;
}

form input.submit {
  padding: 1em;
}

form fieldset {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

form fieldset.last {
	padding:0;
	padding-bottom: 20px;
	border: none;
	border-bottom: 1px solid #c9c9c9;
	
}

form legend {
  display: block;
  margin: 0 0 10px 0;
  padding: 7px 7px 7px 0;
  width: 710px;
  _width: 699px;
  font-size: medium;
  color: #fff;
  background: #a0a0a0;
}

form legend .num {
  padding: 6px;
  margin: 0 10px 0 0;
  font-size: medium;
  color: #fff;
  background: #c9c9c9;
}

form fieldset.noframe {
  padding: 0;
  margin-bottom: 0;
  border: none;
}

form input.radio {
  width: 15px;
  margin-left: 160px;
}

form .smallbutton {
	margin: 3px 0 12px 0;
	padding: 0;
	width: 140px;
	height: 30px;
	border: none;
	text-align: center;
	line-height: 30px;
	background: url(../design/halfbox-smallbutton.png) 0 0 no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

form .readonly{
	color: #6e6e6e;
	background: #f0f0f0;
}

form .instructions {
	padding: 0.5em;
	margin: 10px 0;
	border: 1px solid #ededb3;
	background: #ffffcc;
}

/* widths and heights inputs */
form .wider {
	width: 610px;
}

form .wide {
	width: 220px;
}

form select.wide {
	width: 460px;
}

form .narrow {
	width: 50px;
}

form select.narrow {
	width: 50px;
}

form textarea.short {
	height: 75px;
}

form textarea.long {
	height: 400px;
}

form .require {
	color: #ff0000;
}

form small {
	color: #aeaeae;
}

form .container {
	padding: 0;
	margin: 0;
	line-height: 2em;
}

#search .datepicker img {
	padding: 10px 0 0 5px;
}

#orderform {
	float: right;
	width: 295px;
}

#orderform label {
	padding-top: 8px;
}

form a.plus {
	padding: 0 20px 0 20px;
	background: url(../design/ico-plus.png) 0 50% no-repeat;
}

/* NAVIGATION
==============================================================================*/

/* hidden navigation */
#hmenu a { 
	position: absolute;
	left: -9999px;
}

/* main menu */
#menu {
	padding: 0;
	list-style-type: none;
}

#menu li {
	list-style-type: none;
	display: inline;
}

#menu a {

}

#menu a:hover {

}

#menu a.selected {

}

#crumbs {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	background: url(../design/crumbs-underline.gif) 0 bottom repeat-x;
}

#crumbs, #crumbs a, #crumbs a:hover {
	color: #a09f9f;
}

#crumbs p {
	padding: 0;
	float: left;
	width: 600px;
}

.nearly {
	padding: 10px 0 0 10px;
	margin: 0 0 20px 0;
	height: 30px;
	background: url(../design/nearly-bg.png) 0 0 repeat-x;
}

.nearly h2 {
	float: left;
	padding: 5px 85px 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.nearly > ul {
	overflow: hidden;
	padding: 0;
	height: 30px;
}

.nearly > ul > li {
	display: inline;
}

.nearly > ul > li > a {
	float: left;
	margin-left: 10px;
	padding: 0 0 0 4px;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
	background: #9c9c9c url(../design/nearly-tabs.gif) left 0 no-repeat;
}

.nearly > ul > li > a > span {
	float: left;
	display: block;
	background: url(../design/nearly-tabs.gif) right 0 no-repeat;
	padding: 0 10px 0 6px;
	color: white;
}

.nearly > ul > li > a:hover, .nearly > ul > li > a.selected, .nearly > ul > li > a:hover > span, .nearly > ul > li > a.selected > span {
	color: #ff8500;
	background: #9c9c9c url(../design/nearly-tabs.gif) left -30px no-repeat;
}
.nearly > ul > li > a:hover > span, .nearly > ul > li > a.selected > span {
	background: #9c9c9c url(../design/nearly-tabs.gif) right -30px no-repeat;
}

.nearly-drop-down .nearly-submenu  {
	display: none;
	position: absolute;
	padding-top: 6px;
	margin: 30px 0 0 16px;
	background: transparent url(../design/arrow-top.png) 20px 0 no-repeat;
}

.nearly-drop-up .nearly-submenu  {
	display: none;
	position: absolute;
	padding-bottom: 6px;
	margin: 0 0 30px 16px;
	background: transparent url(../design/arrow-bottom.png) 20px bottom no-repeat;
}

.nearly-submenu #address_form {
	padding: 10px;
	width: 230px;
	border: 1px solid #7c7c7c;
	background: #ffffff;
}

.nearly-submenu #address_form label {
	padding: 0px;
	text-align: left;
	width: 80px;
	float: left;
}

.nearly-submenu #address_form #hs_street {
	width: 130px;
	float: left;
}

.nearly-submenu ul {
	padding: 10px;
	width: 230px;
	border: 1px solid #7c7c7c;
	list-style-type: none;
	background: #ffffff;
}

.nearly-submenu li {
	padding: 2px 0;
	float: none;
}

.nearly-submenu a, .nearly-submenu a:hover {
	color: #7c7c7c;
}

#show-hotels {
	border: 1px solid #ff8500;
	margin: 0 0 20px 0;
	background: #fffbcf;
}

#show-hotels h2 {
	float: left;
	padding: 8px;
	margin: 0 40px 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #ff8500;
}

#show-hotels ul {
	margin: 0;
	float: left;
}

#show-hotels li {
	padding: 0 10px;
	display: block;
	float: left;
}

#show-hotels li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid transparent;
	border-top: none;
	border-bottom: none;
}

#show-hotels li a:hover, #show-hotels li a.selected {
	background: #fff;
	border: 1px solid #eceacb;
	border-top: none;
	border-bottom: none;
}

#show-hotels li a.selected {
	font-weight: bold;
	text-decoration: none;
}

#othertowns a {
	color: #757575;
	text-decoration: none;
}

#othertowns a:hover {
	color: #ff8500;
}

#othertowns li {
	padding: 3px 0;
	background: url(../design/sidebox-parser.png) 0 bottom repeat-x;
}

#countryies-menu {
	height: 30px;
	padding: 9px 0 0 5px;
	margin: 0;
	background: url(../design/countryies-menu-bg.png) 0 0 no-repeat;
}

#countryies-menu li {
	display: inline;
}

#countryies-menu a {
	float: left;
	margin-left: 10px;
	padding: 0 0 0 4px;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
	background: #9c9c9c url(../design/countryies-menu-tabs.gif) left 0 no-repeat;
}

#countryies-menu a span {
	float: left;
	display: block;
	background: url(../design/countryies-menu-tabs.gif) right 0 no-repeat;
	padding: 0 10px 0 6px;
	color: white;
}

#countryies-menu a:hover, #countryies-menu a.selected, #countryies-menu a:hover span, #countryies-menu a.selected span {
	color: #ff8500;
	background: #9c9c9c url(../design/countryies-menu-tabs.gif) left -30px no-repeat;
}
#countryies-menu a:hover span, #countryies-menu a.selected span {
	background: #9c9c9c url(../design/countryies-menu-tabs.gif) right -30px no-repeat;
}

#countryies-submenu {
	margin: 0 0 20px 0;
	padding: 15px;
	border: 1px solid #cacaca;
	border-top: none;
}

#countryies-submenu h2 {
	padding: 0.5em 0;
	color: #006dae;
}

/* LAYOUT
==============================================================================*/
#main, #header, #footer {
	width: 980px;
}

#main {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	padding: 20px 0;
}

#header #head-banner{
	float: right;
	width: 468px;
	height: 60px;
}

#sidebar {
	float: left;
	margin: 0 0 0 20px;
	width: 190px;
}

#content {
	float: left;
	width: 760px;
}

#footer {
	border-top: 1px solid #dcdcdc;
	padding: 15px 0;
	clear: both;
	font-size: 0.875em;
}

#header #mainlogo { /* logo */
	float: left;
	position: relative;
	overflow: hidden;
	font-size: large;
}

#header #mainlogo, #header #mainlogo span, #header #mainlogo a {
	display: block;
	width: 166px;
	height: 60px;
}

#header #mainlogo span { /* logo - image replacement*/
	position: absolute;
	left: 0;
	top: 0;
	background: url(../design/logo.gif) no-repeat 0 0;
}

#header h1 { /* logo - image replacement*/
	padding: 0;
	margin: 0;
}

/* STRUCTURE
==============================================================================*/
.fullbox {
	margin-bottom: 20px;
	width: 760px;
	background: #f2f2f2;
}

.fullbox .in {
	padding: 0 20px 20px 20px;
	color: #474747;
	background: #f2f2f2 url(../design/fullbox-bottom.png) 0 bottom no-repeat;
}

.fullbox .left {
	float: left;
	width: 370px;
}

.fullbox .right{
	float: left;
}

.fullbox .right.search-on-map {
	margin-top: 3px;
}


.fullbox .right.search-on-map p {
	text-align: center;
	padding: 5px 0 1px 0;
	font-size: x-small;
}

.fullbox .right.search-on-map .or {
	display: inline;
	float: left;
	padding: 7px 10px;
	margin: 0 18px 0 10px;
	background: #c9c9c9;
	color: #fff;
}

.smallbutton {
	display: block;
	margin: 3px 0 12px 0;
	padding: 0;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border: none;
	text-align: center;
	background: url(../design/halfbox-smallbutton.png) 0 0 no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.smallbutton:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bigbutton {
	border: none;
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 1.6em;
	background: #ff8700 url(../design/halfbox-bigbutton.png) 0 0 no-repeat;
	cursor: pointer;
}

.bigbutton, .bigbutton:hover {
	color: #fff;
	text-decoration: none;
}

.bigbutton.mainsearch {
	margin: 20px 0 0 0;
}

.halfbox {
	float: left;
	margin: 0 0 20px 0;
	width: 370px;
	background: #f2f2f2;
}

.fullbox .title, .halfbox .title {
	padding: 15px 20px 5px 20px;
	height: 50px;
	color: #fff;
	font-size: 1.8em;
	background: #158fd9 url(../design/fullbox-head.png) no-repeat;
}

.halfbox .title {
	text-align: center;
	background: #158fd9 url(../design/halfbox-head.png) no-repeat;
}

.halfbox .title span {
	font-weight: bold;
}

.halfbox .in {
	padding: 0 20px 20px 20px;
	color: #474747;
	background: #f2f2f2 url(../design/halfbox-bottom.png) 0 bottom no-repeat;
}

.halfbox .in .count {
	padding: 0;
	line-height: 1em;
	font-size: 3em;
}

.halfbox .in .locality {
	padding: 7px 0 15px 0;
	line-height: 1em;
	font-size: 1.5em;
}

.sidebox {
	margin: 0 0 20px 0;
	width: 200px;
	background: #f2f2f2;
}

.sidebox .in {
	padding: 0 10px 20px 10px;
	background: #f2f2f2 url(../design/sidebox-bottom.png) 0 bottom no-repeat;
	color: #757575;
}

.sidebox .in strong {
	color: #ff8500;
}

.sidebox h2 {
	padding: 20px 0 0 0;
	height: 50px;
	color: #fff;
	font-size: 1em;
	text-align: center;
	background: #158fd9 url(../design/sidebox-head.png) no-repeat;
	font-weight: bold;
}

.sidebox ul.checklist li {
	padding: 0 0 12px 24px;
	background: url(../design/list-bullet.gif) 0 2px no-repeat;
}

#contactbox {
	background: #ff7700;
}

#contactbox a, #contactbox a:hover {
	color: #fff;
}

#contactbox h2 {
	background: #158fd9 url(../design/contactbox-head.png) no-repeat;
	
}

#contactbox .in {
	padding: 0 10px 0 10px;
	color: #fff;
	background: #ff7700 url(../design/contactbox-bottom.png) 0 bottom no-repeat;
}

#contactbox .phone {
	padding: 50px 0 0 0;
	font-size: 2.3em;
	text-align: center;
	background: url(../design/contactbox-phone-ico.gif) center 0 no-repeat;
}

#contactbox .email {
	padding: 10px 0 15px 50px;
	background: url(../design/contactbox-email-ico.gif) 0 0 no-repeat;
}

#contactbox .openhours {
	padding: 0 0 20px 50px;
	background: url(../design/contactbox-openhours-ico.gif) 0 0 no-repeat;
}

.hotelbox {
	margin: 0 0 10px 0;
}

.hotelbox .info {
	border-bottom: 1px solid #eceacb;
	background: #fffbcf;
	padding: 15px 5px 15px 15px;
}

.hotelbox .description {
	border-bottom: 1px solid #e0ddbc;
	padding: 15px 15px 5px 15px;
	background: #fffde2;
	line-height: 1.4em;
}

.hotelbox .description h3 {
	padding: 0 0 1em 0;
	font-size: 1em;
	font-weight: bold;
}

.hotelbox .description .en {
	float: right;
	padding: 0 0 0 22px;
	background: url(../design/flag-en.png) 0 50% no-repeat;
}

.hotelbox .description .cz {
	float: right;
	padding: 0 0 0 22px;
	background: url(../design/flag-cz.png) 0 50% no-repeat;
	display: none;
}

.hotelbox h2 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 1.5em;
	color: #1176b0;
}

.hotelbox h2 span {
	padding-right: 70px;
	background: url(../design/stars.gif) 0 50% no-repeat;
}

.hotelbox h2 a, .hotelbox h2 a:hover {
	color: #1176b0;
}

.hotelbox h2 a {
	padding-right: 10px;
}

.hotelbox h2.stars1 span {
	padding-right: 20px;
}

.hotelbox h2.stars2 span {
	padding-right: 40px;
}

.hotelbox h2.stars3 span {
	padding-right: 60px;
}

.hotelbox h2.stars4 span {
	padding-right: 80px;
}

.hotelbox h2.stars5 span {
	padding-right: 100px;
}

.hotelbox .img {
	float: left;
	margin: 0 10px 0 0;
}

.hotelbox .img img {
	border: 1px solid #000;
}

.hotelbox .info p {
	float: left;
	margin: 0 10px 0 0;
	padding: 9px;
	min-height: 40px;
	_height: 40px;
	background: #fffde2;
	border: 1px solid #e5e1ba;
	color: #ababab;
}

.hotelbox p.address {
	width: 145px;
	color: #006dae;
	font-size: 0.95em;
}

.hotelbox p.rating, .hotelbox p.price  {
	text-align: center;
}

.hotelbox p.rating .value, .hotelbox p.price .value {
	padding-left: 23px;
	font-size: 2em;
	background: url(../design/rating-thumb-ico.gif) 0 50% no-repeat;
}

.hotelbox p.price .value {
	background: url(../design/price-ico.gif) 0 50% no-repeat;
	color: #006dae;
}

.hotelbox p.rating .value span, .hotelbox p.price .value span {
	font-weight: bold;
	color: #006dae;
}

.hotelbox .button {
	display: block;
	float: right;
	margin: -10px 0 0 0;
	padding: 20px 40px 0 22px;
	width: 88px;
	height: 60px;
	background: url(../design/hotelbox-button.png) 0 0 no-repeat;
	color: #fff;
	font-size: 1.25em;
	line-height: 1.25em;
	text-decoration: none;
}

.hotelbox .button:hover {
	color: #fff67d;
}

.rating-detail {
	padding-top: 6px;
	margin: 50px 0 0 240px;
	width: 220px;
	background: url(../design/arrow-top.png) 50% 0 no-repeat;
	display: none;
	position: absolute;
}

.rating-detail table {
	padding: 10px;
	border: 1px solid #7c7c7c;
	background: #fff;
}

.rating-detail td, .rating-detail th {
	padding: 5px 0;
	background: #fff;
	color: #7c7c7c;
}

.rating-detail th {
	text-align: left;
}

.rating-detail td {
	text-align: right;
}

.rating-detail td span {
	font-weight: bold;
	color: #ff8500;
}

.tagcloud {
	list-style:none outside none;
	margin:0 0 20px 0;
	padding:10px 20px;
	background: #fffbcf;
	text-align: center;
}

.tagcloud li {
	display:inline;
	height:1.8em;
	margin:0.1em;
	text-align:left;
	vertical-align:baseline;
}

.tagcloud a, .tagcloud a:hover {
	color: #006dae;
}

.tagcloud li.v-popular {
	font-size:1em;
}
.tagcloud li.vv-popular {
	font-size:1.2em;
}
.tagcloud li.vvv-popular {
	font-size:1.4em;
}
.tagcloud li.vvvv-popular {
	font-size:1.6em;
}
.tagcloud li.vvvvv-popular {
	font-size:1.8em;
}

ul.list {
	display:inline;
	list-style:none outside none;
}

ul.list li {
	float:left;
	margin:0.3em;
	text-align:left;
	width:30%;
}

ul.list a, ul.list a:hover {
	color: #000000;
}

ul.list.region {
	font-weight:bold;
}

.letterlist {
	display:inline;
	padding: 0;
	margin: 0 0 20px 0;
	list-style:none outside none;
}

.letterlist li {
	background:none repeat scroll 0 0 #fffbcf;
	border:1px solid #ecdcac;
	float:left;
	height:1.8em;
	line-height:1.8em;
	margin:1px;
	text-align:center;
	width:1.8em;
}

.letterlist li.selected a {
	background:none repeat scroll 0 0 #F68B1E;
	color:white;
}
.letterlist li a {
	color:#F68B1E;
	display:block;
	text-decoration:none;
}

.letterlist li a:hover {
	background:none repeat scroll 0 0 #F68B1E;
	color:#FFFFFF;
	font-weight:bold;
}

.letter-anchor-box {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	background: url(../design/crumbs-underline.gif) 0 bottom repeat-x;
}

.letter-anchor {
	font-size: 2em;
	text-decoration: none;
}

#links {
	list-style:none outside none;
	margin:10px;
	padding:10px 20px;
	background: #fffbcf;
	text-align: center;
}

.link {
	text-transform: uppercase;
	font-size: 1.6em;
	margin: 1em auto 1em auto;
}

/* EDIT
==============================================================================*/
.edit-desc-cz, .edit-desc-en, .edit-desc-xx {
	width: 98%;
}

.hotelbox .description .edit {
	float: right;
	padding: 0 0 0 22px;
}
