/*
***********************************************************
* CSS Definition file
***********************************************************
* Generic elements
***********************************************************
*/

/***
* BARVY
*
*
*/

/* reset */
html, body, p, form, h1, h2, h3, h4, h5, h6, img, ul, ol, li, div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	vertical-align: bottom;
}

li {
	list-style-image:none;
	list-style-type: none;
}

a {
	color:#e2001a;
	text-decoration:none;
}

a:link {
	color:#e2001a;
	text-decoration:none;
}

a:visited {
	color:#e2001a;
	text-decoration:none;
}

a:active {
	color:#e2001a;
	text-decoration:none;
}

a:hover {
	color:#e2001a;
	text-decoration:underline;
}

body {
	font-family: 'Dosis', Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color:#514c48;
}

#page {
	width: 974px;
	margin: auto;
}

#illarea {
	position: relative;
	background-color: #f7f5f3;
	padding-left: 122px;
}

#logo {
	width: 97px;
	height:93px;
	position: absolute;
	top:25px;
	left:10px;
	background: url(../img/logo_anim.png.html) 0px 0px no-repeat;
}

#menuarea {
	display: none;
}

ul#menu li a {
	display: none;
}

#promo {
	display: none;
}

h1 {
	color:#e2001a;
	font-size: 23px;
	font-weight: normal;
	background-color: #fff;
	padding:0px 0px 10px;
}

#inner {
	margin: 0px 1px 1px 0px;
	background-color:#fff;
	color:#908371;
}

.innertop {
	height: 10px;
	font-size: 5px
}

.scroll-pane {
	width: 845px;
	height: auto !important;
}

.content {
	padding-left: 20px;
	padding-right: 10px;
}

.contentin {
	padding: 20px 20px 0px 20px;
	font-size: 14px;
	line-height: 18px;
}

/*
* CENIK
*/
.status {
	float: left;
	margin-right: 55px;
}

.sgreen {
	color:#97bf0d;
}
.sblue {
	color:#009ee0;
}
.sorange {
	color:#f29400;
}
.sred {
	color:#e2001a;
}

.note {
	border-top: 1px solid #e3e0db;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}

table.cenik {
	border-collapse: collapse;
	border: 0px;
}

table.cenik th {
	background-color: #908371;
	font-weight: bold;
	color:#fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 3px 5px;
	text-align: center;
}

table.cenik td {
	font-weight: normal;
	color:#000;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 3px 5px;
	text-align: center;
	background-color: #eae6df;
	font-size: 14px;
}

td.req {
	font-weight: bold !important;
}

tr.white td {
	background-color: #fff;
}

input.subfilter {
	border: 0px;
	background-color: #e2001a;
	color: #fff;
	cursor: pointer;
}

tr.t0 td {
	background-color: #f7f5f3;
}

a.act {
	display: none;
	background-color: #ddd6ce;
	color:#908371;
	margin-top: 3px;
	padding: 0px 3px;
}

a.act:hover {
	background-color: #fff;
	text-decoration: none;
}

#filtr select {
	font-size: 10px;
	width:60px;
}

/*
* CENIK DETAIL
*/
a.ico-doc {
	background: url('../img/ico-docu.png.html') 2px 4px no-repeat;
	padding-left: 14px;
}

a.ico-print {
	background: url('../img/ico-print.png.html') 0px 4px no-repeat;
	padding-left: 14px;
	display: none;
}

#flatdetailarea {
	padding-left: 250px;
	padding-right: 40px;
}

#flatdetailphoto {
	float:right;
	width: 200px;
	margin-left: 20px;
}

.photos {
	/* text-align: center; */
}

/*
* BLOKACE
*/
h2 {
	background-color: #908371;
	font-weight: bold;
	color:#fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 3px 5px;
	text-align: center;
	font-size: 12px;
}

.tbl-label, .tbl-val {
	padding-bottom: 5px;
}

.tbl-label {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.tbl-space {
	width:50px;
}

#mf {
	position: relative;
}

#mf input, textarea, select {
	border:1px solid #908371;
	width:190px;
}

select.inpsel {
	width:55px;
}

#mf input.no {
	border:0px;
	width:auto;
}

#mf input.sub {
	background-color: #908371;
	font-weight: bold;
	color:#fff;
	padding: 3px 5px;
	text-align: center;
	font-size: 12px;
	width: 100px;
	font-family: 'Dosis', Verdana, Tahoma, Arial, sans-serif;
}

select {
	font-family: 'Dosis', Verdana, Tahoma, Arial, sans-serif;
}

.err {
	margin-bottom: 20px;
	border:1px solid red;
	color: red;
	padding: 10px;
	font-weight: bold;
}

/*
* GALERIE
*/
ul#galmenu, ul#flatmenu {
	padding-top:22px;
	margin-left: 24px;
}

ul#galmenu li, ul#flatmenu li {
	font-size: 12px;
	margin-bottom: 10px;
}

ul#galmenu li a, ul#flatmenu li a {
	color:#908371;
	text-decoration: none;
	padding-left: 10px;
}

ul#galmenu li a:hover, ul#flatmenu li a:hover {
	color:#5a5247;
	background: url(../img/bg-submenu.gif.html) 0px 2px no-repeat;
}

ul#galmenu li a.sel, ul#flatmenu li a.sel {
	font-weight: bold;
	background: url(../img/bg-submenu.gif.html) 0px 2px no-repeat;
	padding-left: 10px;
}

#flatmenu {
	float:left;
	padding-top: 0px !important;
	margin-top: 22px !important;
	margin-left: 0px !important;
	border-right:1px solid #e3e0db;
	padding-right: 20px;
}

#flatinfo {
	float:left;
	padding-top:22px;
	margin-left:10px;
}

.carousel {
	padding: 10px 0px 0px 18px;
	width:840px;
}

.jCarouselLite {
	float:left;
}

button.prev {
	float:left;
	display: block;
	height:114px;
	background: url(../img/sipka-l.gif.html) 0px 57px no-repeat;
	width:12px;
	border:0px;
	cursor: pointer;
}

button.next {
	float:left;
	display: block;
	height:114px;
	background: url(../img/sipka-r.gif.html) 5px 57px no-repeat;
	width:12px;
	border:0px;
	cursor: pointer;
}

/*
* KONTAKT
*/
#mapa {
	float:right;
	border: 1px solid #c7c0b6;
}

.col {
	float:left;
}

.colkontakt {
	width:153px;
}

#lokalita {
	border: 1px solid #c7c0b6;
	margin-bottom: 5px;
}

/*
* PATICKA
*/
#footer {
	display: none;

}

a.codeco {
	display: block;
	width:122px;
	height:35px;
	float:left;
	background: url(../img/bg-codeco.gif.html) 0px 0px no-repeat;
}

.jspContainer {
	overflow: visible !important;
	height: 2000px !important;
}

.jspVerticalBar {
	/* height: 100% !important; */
}