/* tagy */
body, html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-size: 12px;
	font-family: helvetica, arial, arial ce, sans-serif;
	background-color: #FFF;
	color: #000;
}	
form
{
	margin: 0px;
}
a
{
	color: #007AAE;
}
a:hover, a:active
{
	color: #FF3300;
}
ul li
{
	list-style-type: square;
}
ul
{
	margin-top: 0px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, hr
{
	color: #FF3300;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1
{
	font-size: 180%;
	font-weight: normal;
}
h2
{
	font-size: 165%;
	font-weight: normal;
}
h3
{
	font-size: 150%;
	font-weight: normal;
}
h4
{
	font-size: 140%;
}
h5
{
	font-size: 120%;
}
h6
{
	font-size: 100%;
}
p
{
	margin-top: 0px;
	margin-bottom: 20px;
}
small
{
	font-size: 95%;
}
/* CMS */
table.invisible td, table.invisible th
{
	font-size: 80%;
	padding: 0px;
}
table.standard
{
	border-left-color: #FFF;
	border-top-color: #FFF;
}
table.standard td, table.standard th
{
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #F5F5F5;
	font-size: 80%;
	padding: 4px;
}
table.standard th
{
	background-color: #E5E5E5;
}
table.colored
{
	border-left-color: #007AAE;
	border-top-color: #007AAE;
}
table.colored td, table.colored th
{
	border-right-color: #007AAE;
	border-bottom-color: #007AAE;
	font-size: 80%;
	padding: 4px;
}
table.colored th
{
	background-color: #009ADE;
}
img.border
{
	border: 1px solid #007AAE;
}

/* KOMPOZICE */
#page
{
	position: relative;
	width: 1004px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
html>body #page
{
	height: auto;
	min-height: 100%;
}
#columns
{
	clear: both;
}
#columns #left
{
	width: 200px;
	margin-right: 1px;
	overflow: hidden;
	float: left;
}
#columns #right
{
	width: 803px;
	float: left;
	overflow: hidden;
	margin-bottom: 1px;
}

/* HEADER */
#header
{
	width: 1004px;
/*	height: 97px;*/
	height: 108px;

	position: relative;
	float: left;
}
#header div.top
{
	background: url(header-top-bg.gif) top center no-repeat;
	background-color: #FF3300;
	height: 8px;
	font-size: 1px;
	margin-top: 10px;
}
#header div.content
{
	height: 81px;
	background-color: #FF3300;
	border-left: 8px solid #D92C00;
	border-right: 8px solid #D92C00;
	margin-bottom: 1px;
	position: relative;
}
#header div.bottom
{
	background-color: #009ADE;
	border-left: 8px solid #007AAE;
	border-right: 8px solid #007AAE;
	height: 8px;
	margin-bottom: 1px;
	font-size: 1px;
}
#header img.pictograms
{
	position: absolute;
	right: 8px;
	top: 0px;
	z-index: 2;
	width: 644px;
	height: 74px;
	border: none;
}

/* LOGO */
#header div.logo
{
	position: absolute;
	top: 17px;
	left: 17px;
	width: 300px;
	height: 26px;
	z-index: 2;
	background: url(logo.gif) no-repeat;
}
#header div.logo a,
#header div.logo div
{
	display: block;
	width: 300px;
	height: 26px;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
}
#header div.logo span
{
	visibility: hidden;
}
#header div.motto
{
	position: absolute;
	left: 17px;
	top: 17px;
	z-index: 2;
	color: #FFF;
	margin-top: 35px;
	width: 300px;
	height: 17px;
	overflow: hidden;
	font-size: 120%;
	text-align: center;
}

/* FOOTER */
#footer
{
	/*position: absolute;
	margin-left: auto;
	margin-right: auto;*/
	height: 35px;
	width: 1004px;
	clear: both;
/*	bottom: 0px;
	left: 0px;
	_top: expression(document.getElementById('page').offsetHeight - document.getElementById('footer').offsetHeight);
	*/
}
#footer div.content
{
	background-color: #F5F5F5;
	border-left: 8px solid #E5E5E5;
	border-right: 8px solid #E5E5E5;
	margin-top: 1px;
}
#footer div.content div.text
{
	font-size: 95%;
	height: 12px;
	line-height: 12px;
	position: relative;
	top: 3px;
}
#footer div.bottom
{
	background: url(footer-bg.gif) top center no-repeat;
	height: 8px;
	font-size: 1px;
}	
#footer div.top
{
	font-size: 1px;
	background-color: #009ADE;
	border-left: 8px solid #007AAE;
	border-right: 8px solid #007AAE;
	height: 4px;
}	
#footer div.copyright
{
	float: left;
	margin-left: 5px;
	_margin-left: 2px;
}
#footer div.rss-w3c
{
	position: absolute;
	left: 213px;
}
#footer div.cms-claim
{
	float: right;
	margin-right: 5px;
	_margin-right: 2px;
}

/* QUICK SEARCH */
#quick-search
{
	background-color: #F5F5F5;
	border-left: 8px solid #E5E5E5;
	height: 27px;
	padding-left: 5px;
	margin-bottom: 1px;
	font-size: 95%;
}
#quick-search form
{
	height: 27px;
	line-height: 27px;
}
* html #quick-search form
{
	height: 24px;
	line-height: 24px;
	margin-top: 3px;
}
#quick-search label
{
	margin-right: 5px;
	position: relative;
	top: -1px;
}
#quick-search input.text
{
	width: 115px;
	margin-right: 3px;
}
#quick-search input.button
{
	width: 20px;
	padding: 0;
}
	
/* MENU */
div.menu
{
	background-color: #F5F5F5;
}
div.menu ul.inner
{
	margin: 0px;
	padding: 0px;
}
div.menu li
{
	display: block;
	border-bottom: 1px solid #FFF;
}
div.menu a, div.menu span
{
	height: 27px;
	line-height: 27px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #000;
	border-left: 8px solid #E5E5E5;
	background: none;
}
div.menu-small a, div.menu-small span
{
	height: 20px;
	line-height: 20px;
	font-size: 95%;
}
div.menu span
{
	background-color: #E5E5E5;
	border-left-color: #FF3300;
	cursor: default;
}
div.menu a:hover
{
	border-left-color: #FF3300;
	background-color: #A0A0A0;
	color: #FFFFFF;
}

/* BLOKY */
#left h4
{
	margin: 0px;
	height: 27px;
	line-height: 27px;
	font-size: 115%;
	font-weight: normal;
	padding-left: 5px;
	background-color: #A0A0A0;
	border-left: 8px solid #009ADE;
	color: #FFF;
	margin-bottom: 1px;
}
#left h4.hot
{
	border-left-color: #FF3300;
}
#left div.box
{
	background-color: #F5F5F5;
	border-left: 8px solid #E5E5E5;
	margin-bottom: 1px;
	padding: 5px;
	width: 182px;
	font-size: 95%;
}
#left div.box p
{
	margin-top: 5px;
	margin-bottom: 0px;
}
#left div.separator
{
	font-size: 1px;
	height: 4px;
	background-color: #A0A0A0;
	border-left: 8px solid #808080;
	margin-bottom: 1px;
}

/* NOVINKY */
#left div.box-news h5
{
	font-size: 100%;
	margin: 0px;
}
#left div.box-news p
{
	margin: 0px;
	margin-bottom: 5px;
}

/* LOGIN */
#left div.box-login input.text
{
	width: 73px;
	margin-right: 3px;
}
#left div.box-login input.button
{
	width: 20px;
	padding: 0;
}
#left div.box-login ul
{
	margin-left: 20px;
}

/* PROMO - LEFT */
#left div.box-promo div.banner
{
	width: 180px;
	overflow: hidden;
	text-align: center;
	line-height: 22px;
}
#left div.box-promo div.info
{
	padding-right: 2px;
	color: #C0C0C0;
	font-weight: bold;
	font-size: 90%;
}
#left div.box-promo img
{
	border: none;
	margin: 0px;
}
#left div.box-promo a
{
	height: 22px;
	width: 180px;
	overflow: hidden;
}
#left div.box-promo
{
	padding-bottom: 0px;
}

/* PATH */
#path
{
	height: 27px;
	line-height: 27px;
	padding-left: 20px;
	background-color: #F5F5F5;
	border-right: 8px solid #E5E5E5;
	margin: 0px;
	margin-bottom: 1px;
}
#path li
{
	display: inline;
}
#path li.first
{
	margin-right: 5px;
}
#path a
{
	text-decoration: none;
}
#path a:hover
{
	text-decoration: underline;
}

/* CONTENT */
#content
{
	margin-left: 20px;
	margin-top: 20px;
}

/* KATEGORIE */
div.category-list
{
	margin-bottom: 20px;
}
div.category-list ul
{
	margin: 0px;
	padding: 0px;
}
div.category-list ul.left
{
	width: 49%;
	float: left;
}
div.category-list ul.right
{
	width: 49%;
	float: right;
}
div.category-list ul li
{
	list-style: none;
	font-size: 130%;
	margin-bottom: 10px;
	font-weight: bold;
}
div.category-list ul li span
{
	font-size: 70%;
	font-weight: normal;
}
div.category-list ul li ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
div.category-list ul li ul li
{
	display: inline;
	font-size: 80%;
	font-weight: normal;
}
div.category-list ul li ul li span
{
	font-size: 90%;
}

/* POD-KATEGORIE */
div.subcategory-list
{
	margin-bottom: 20px;
}
div.subcategory-list ul
{
	margin: 0px;
	padding: 0px;
}
div.subcategory-list ul.left
{
	width: 33%;
	float: left;
}
div.subcategory-list ul.middle
{
	width: 33%;
	float: left;
}
div.subcategory-list ul.right
{
	width: 33%;
	float: right;
}
div.subcategory-list ul li
{
	list-style: none;
	margin-bottom: 3px;
}
div.subcategory-list ul li span
{
	font-size: 95%;
}

/* FORMULARE */
select, input, textarea
{
	font-size: 12px;
	font-family: helvetica, arial, arial ce, sans-serif;
}
select
{
	border: 1px solid #007AAE;
	height: 20px;
	line-height: 20px;
}	
input.button
{
	font-size: 11px;
	border-width: 0px;
	height: 21px;
	width: 80px;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #FF3300;
	margin-bottom: -2px;
	_margin-bottom: -1px;
}
input.text, input#CaptchaNumber
{
	padding-left: 2px;
	border: 1px solid #007AAE;
	height: 17px;
	line-height: 17px;
	width: 200px;
	margin-bottom: -1px;
	margin-top: -1px;
}
input.file
{
	padding-left: 2px;
	border: 1px solid #007AAE;
	height: 20px;
	padding-top: 2px;
	width: 200px;
	margin-bottom: -1px;
	margin-top: -1px;
}
input.sm
{
	width: 100px;
}
input.ssm
{
	width: 50px;
}
textarea
{
	width: 300px;
	height: 100px;
	padding: 2px;
	border: 1px solid #007AAE;
	margin-top: -1px;
	margin-bottom: -1px;
}
table.form
{
	border-top: 8px solid #009ADE;
	border-bottom: 8px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-bottom: 20px;
}
table.form td
{
	padding: 0px;
}

/* MESSAGES */
#messages p
{
	border: 5px solid #EFEFD2;
	padding: 5px;
	padding-left: 30px;
	line-height: 16px;
	color: #000;
}
#messages p.error
{
	background: url(error.gif) 5px 5px no-repeat;
	_background: url(error.gif) 10px 10px no-repeat;
	background-color: #FFFFE0;
}
#messages p.warning
{
	background: url(warning.gif) 5px 5px no-repeat;
	_background: url(warning.gif) 10px 10px no-repeat;
	background-color: #FFFFE0;
}
#messages p.info
{
	background: url(info.gif) 5px 5px no-repeat;
	_background: url(info.gif) 10px 10px no-repeat;
	background-color: #FFFFE0;
}

/* NASTAVENI SEZNAMU */
div.list-settings
{
	margin-bottom: 20px;
}
div.list-settings ul
{
	float: left;
	margin-right: 30px;
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
}
div.list-settings li
{
	color: #A0A0A0;
}
div.list-settings li.active
{
	color: #FF3300;
}

/* SEZNAM INZERATU - SHORT */
div.advert-list-short
{
	border-top: 8px solid #009ADE;
	border-bottom: 8px solid #E5E5E5;
	margin-bottom: 20px;
}
table.advert-list
{
	width: 100%;
	background-color: #F5F5F5;
	border-top: 1px solid #FFF;
}
table.advert-list td, table.advert-list th
{
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 4px;
}
table.advert-list td img
{
	border: 0px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}
table.advert-list th
{
	background-color: #E5E5E5;
	font-weight: bold;
	text-align: center;
}
table.advert-list td.label span
{
	color: #FF3300;
	margin-right: 5px;
}
table.advert-list td.date
{
	width: 50px;
}
table.advert-list td.price
{
	text-align: right;
	padding-right: 0px;
	border-right-width: 0px;
	width: 70px;
}
table.advert-list span.deal
{
	color: #009900;
	font-weight: bold;
}
table.advert-list td.price.leasing, table.advert-list td.price.leasing span.deal
{
	color: navy;
}
table.advert-list td.unit
{
	width: 40px;
	padding-left: 0px;
}
table.advert-list td.phone
{
	width: 95px;
	text-align: right; 
}
table.advert-list tr.highlighted
{
	background-color: #FFFFE0;
}
table.advert-list tr.highlighted td.label
{
	font-weight: bold;
}

/* SEZNAM INZERATU - FULL */
div.advert-list-full
{
}
div.advert-list-full div.left
{
	float: left;
	width: 49%;
}
div.advert-list-full div.right
{
	float: right;
	width: 49%;
}
div.advert
{
	margin-bottom: 20px;
	background-color: #F5F5F5;
	overflow: hidden;
	width: 100%;
}
div.advert h4
{
	height: 27px;
	font-size: 115%;
	font-weight: bold;
	line-height: 27px;
	margin: 0px;
	display: block;
	background-color: #E5E5E5;
	overflow: hidden;
}
div.advert h4.offer
{
	border-left: 8px solid #009ADE;
}
div.advert h4.request
{
	border-left: 8px solid #FF3300;
}
div.advert h4 a,
div.advert h4 span
{
	margin-left: 5px;
}
div.advert div.content
{
	clear: both;
	border-top: 1px solid #FFF;
	border-left: 8px solid #E5E5E5;
}
div.advert p
{
	font-size: 100%;
	margin: 0px;
	padding: 5px;
}
div.advert div.photo-desc
{
	border-bottom: 1px solid #FFF;
}
div.advert div.photo
{
	margin: 5px;
	_margin-left: 3px;
	width: 100px;
	padding: 5px;
	float: left;
	background-color: #E5E5E5;
}
div.advert div.photo img
{
	border: none;
}
div.advert table.properties
{
	width: 100%;
	clear: both;
}
div.advert table.properties td
{
	font-size: 95%;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	border-bottom: 1px solid #FFF;
}
div.advert table.properties td.label
{
	width: 60px;
	font-weight: bold;
	border-right: 1px solid #FFF;
}
div.advert table.properties td.last
{
	border-bottom: none;
}
div.advert table.properties span.deal
{
	color: #009900;
	font-weight: bold;
}
div.advert-highlighted
{
	background-color: #FFFFE0;
}
div.advert-highlighted div.photo,
div.advert-highlighted h4
{
	background-color: #E5E5CA;
}
div.advert-highlighted div.content
{
	border-left-color: #E5E5CA;
}

/* DETAIL INZERATU */
span.status-active
{
	color: #009900;
}
span.status-for-payment
{
	color: #E03300;
}
span.status-for-approve
{
	color: #FF9000;
}
span.status-deleted
{
	color: #808080;
}
div.advert-detail div.photo, div.photo
{
	margin-left: 5px;
	width: 250px;
	padding: 5px;
	float: right;
	text-align: center;
	background-color: #E5E5E5;
}
div.advert-detail div.photo img, div.photo img
{
	border: none;
}
div.advert-detail table.properties
{
	width: 510px;
	float: left;
	border-bottom: 8px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-bottom: 20px;
}
div.advert-detail table.request
{
	border-top: 8px solid #FF3300;
}
div.advert-detail table.offer
{
	border-top: 8px solid #009ADE;
}
div.advert-detail table.properties td
{
	padding: 5px;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
}
div.advert-detail table.properties td.label
{
	width: 70px;
	font-weight: bold;
	border-right: 1px solid #FFF;
}
div.advert-detail table.properties td span.deal
{
	color: #009900;
	font-weight: bold;
}
div.advert-detail ul.navigation
{
	margin-left: 0px;
	padding-left: 15px;
}

/* FAKTURY */
div.invoice-list
{
	border-top: 8px solid #009ADE;
	border-bottom: 8px solid #E5E5E5;
	margin-bottom: 20px;
}
table.invoice-list
{
	width: 100%;
	background-color: #F5F5F5;
	border-top: 1px solid #FFF;
}
table.invoice-list td, table.invoice-list th
{
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 4px;
}
table.invoice-list th
{
	font-size: 95%;
}
table.invoice-list td.pdf img
{
	border: 0px;
}
table.invoice-list td.pdf
{
	text-align: center;
}
table.invoice-list th
{
	background-color: #E5E5E5;
	font-weight: bold;
	text-align: center;
}
table.invoice-list td.amount
{
	text-align: right;
}
table.invoice-list td.date
{
	text-align: center;
}
table.invoice-list tr.invoice-paid
{
	color: #009900;
}
table.invoice-list tr.invoice-amd
{
	color: #FF3300;
}

/* OSTATNI */
.error
{
	color: #FF3300;
}
.warning
{
	color: #FF8000;
}
.ok
{
	color: #009900;
}
span.req
{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FF3300;
	position: relative;
	left: 2px;
	top: 3px;
	cursor: default;
}
div.cleaner
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}
div.pager
{
	margin-bottom: 10px;
}
label.move-up-2
{
	position: relative;
	top: -2px;
}
div.alert, div.subject-advert-price
{
	float: right;
	width: 170px;
	padding: 5px;
	font-size: 95%;
	border: 8px solid #FFCC00;
	background-color: #FEFF99;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.alert p
{
	margin: 0px;
}
div.subject-advert-price
{
	font-size: 100%;
	width: 300px;
	margin-top: 0px;
}
div.subject-advert-price ol
{
	margin: 0px;
	padding-left: 25px;
}
div.columns-2 div.left
{
	width: 49%;
	float: left;
}
div.columns-2 div.right
{
	width: 49%;
	float: right;
}
label em, a em, div.menu span em
{
	font-style: normal;
	text-decoration: underline;
}

/* PRINT */
#header-print
{
	display: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #C0C0C0;
	font-size: 95%;
}
#footer-print
{
	display: none;
	margin-top: 10px;
	border-top: 1px solid #C0C0C0;
	font-size: 95%;
}
@media print
{
	#page, #right, #content, div.category-list
	{
		width: 670px;
	}
	div.advert-detail table.properties
	{
		width: 400px;
	}
	#header, #left, #footer, #path, .navigation, div.pager, div.list-settings
	{
		display: none;
	}
	#content
	{
		margin: 0px;
	}
	#header-print, #footer-print
	{
		display: block;
	}
}

/**********************************************************************************************************************
*w
***********************************************************************************************************************/
.banner {}
.banner img{
	border: none;
}
/*
.left-square{
	padding-left: 8px;
	width: 200px;
	height: 200px;
   background-color: #F5F5F5;
}
*/
.full{
	width: 782px;
}
.full .info{
	padding-right: 2px;
	color: #C0C0C0;
	font-weight: bold;
	font-size: 90%;
}
.full a{
	height: 22px;
	width: 782px;
	overflow: hidden;
}



/* Leasingovy formular */

div.form .formrow
{
	width: 100%; 	
	padding: 4px 0px;
	clear: both;
}

div.form .formrow label
{
	width: 30%;
	float: left;
}


div.form .formrow input 
{
	padding-left: 2px;
	border: 1px solid #007AAE;
	height: 17px;
	line-height: 17px;
	width: 200px;
	margin-bottom: -1px;
	margin-top: -1px;
}

div.form .formrow select 
{
	width: 205px;
}

div.form .formrow input.submit
{
	background: red;
	color: white;
	font-weight: bold;
	height: auto;
	margin-top: 1em;
}

div.form .formrow .captcha br 
{
	display: none;
}

/*table.form .captcha .captcha-help,*/
table.form .captcha img
{
	float: left;
	padding-right: 10px;
}

table.form .captcha .captcha-help
{
	xidth: 177px;
}

div.form .formrow.mandatory label
{
	font-weight: bold;
}

div.form .formrow.mandatory input 
{
	border-width: 2px;
	width: 198px;
}

table.form .captcha input#CaptchaNumber
{
	margin-top: 10px;
	width: 270px;
}

a.button
{
	border-width: 0px;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #FF3300;
	margin: -2px 0px;
	_margin: -1px 0px;
	padding: 4px 10px;
	text-decoration: none;
}

a.button.leasing
{
	float: right;
}

