.red {
	color: red;
}


.notify-red {
	border: 3px solid #d40000;
	background: url(../images/notify-red.png) no-repeat;
	padding: 6px 20px 7px 62px;
	/*font-family: Verdana;*/
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
}
.notify-red label {
	color: #d40000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	font-family: "Arial CE", Arial, "Helvetica CE", sans-serif;
}
.notify-green {
	border: 3px solid #5c940b;
	background: url(../images/notify-green.png) no-repeat;
	padding: 6px 20px 7px 62px;
	/*font-family: Verdana;*/
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
}
.notify-green label {
	color: #5c940b;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	font-family: "Arial CE", Arial, "Helvetica CE", sans-serif;
}




#page-container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	border: 1px solid black;
}

#search-container {
	position: absolute;
	width: 300px;
	top: 30px;
	left: 250px;
}
#weather-container {
	position: absolute;
	top: 10px;
	right: 30px;
}
.weather .top-image {	float: left;	width: 61px;	height: 68px;	margin-right: 10px;}
.forecast .day img {	float: left;	width: 30px;	height: 30px;}
.temperatureDay {	color: #0b5701;	font-size: 10px;}
.temperatureNight {	color: #0062d0;	font-size: 10px;}
.day {	float: left;	width: 70px;}
.day-margin {	margin-left: 15px;}
.dayName {	padding-left: 12px;	font-weight: bold;}
.weather .top-label {	padding-top: 10px;	line-height: 17px;}
.weather .top-label span {	color: #fe5e00;}
.weather .day-labels {	padding-top: 5px;	padding-left: 5px;	display: block;	float: left;}

#content-container {
	border: 1px solid green;
}

/* ====================== HLAVNI STRANA start ================== */

#homepage-left-container {
	width: 65%;
	float: left;
	border: 2px solid lightgray;
}
#homepage-right-container {
	width: 33%;
	float: left;
	margin-left: 5px;
	border: 2px solid lightgray;
}
.head-block {
	border: 1px solid gray;
	margin-top: 5px;
	position: relative;
}
.head-block .heading {
	background: gray;
	font-weight: bold;
	width: 100%;
}
.head-block .heading-link {
	position: absolute;
	right: 0;
	top: 0;
}

#map-input-container {
	position: absolute;
	top: 100px;
	right: 50px;
	display: block;
}
#map-pridat-firmu {
	position: absolute;
	right: 2px;
	top: 0;
}
.katalog-section-container {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.sponzor-section-container {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.sponzor-section-container img {
	float: left;
	margin-right: 10px;
}

/* ====================== HLAVNI STRANA end ==================== */

#katalog-left-container {
	width: 65%;
	float: left;
	border: 2px solid lightgray;
}
#katalog-right-container {
	width: 33%;
	float: left;
	margin-left: 5px;
	border: 2px solid lightgray;
}
.top-image {
	float: left;
}
#weather-now-container {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 350px;
}
#weather-links {
	position: absolute;
	right: 0px;
	top: 10px;
}
.oblibene-section-container img {
	float: left;
	margin-right: 10px;
}
.sponzorovane-odkazy-container img {
	float: right;
	margin-right: 10px;
}
.top-katalog-section-container {
	float: left;
	width: 190px;
}
.katalog-map-container img {
	float: left;
	margin: 10px;
}
.lister {
	text-align: center;
}
.lister img {
	display: inline;
}

.katalog-firm-item {
	border: 1px solid lightgreen;
	position: relative;
}
.katalog-firm-item input {
	float: left;
	margin-top: 40px;
}
.katalog-v-oblibenych {
	position: absolute;
	bottom: 1px;
	right: 3px;
	color: green;
}
.kontakt-div {
	border: 2px solid black;
	width: 200px;
	position: absolute;
	left: 118px;
	z-index: 10;
	background: #333B39;
	display: none;
}
.kontakt-label {
	text-decoration: underline;
	border: 2px solid black;
}
.kontakt-label:hover .kontakt-div {
	display: block;
}

#firma-left-container {
	width: 65%;
	float: left;
	border: 2px solid lightgray;
}
#firma-right-container {
	width: 33%;
	float: left;
	margin-left: 5px;
	border: 2px solid lightgray;
}















/* ====================== jQuery UI start ================== */
.ui-tabs .ui-tabs-hide {
     display: none;
}
/* ====================== jQuery UI end ==================== */

/* ====================== HLAVNI STRANA start ================== */
/* ====================== HLAVNI STRANA end ==================== */
.lister .selected {
	color: gray;
	text-decoration: none;
}
#tabs-id ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabs-id li {
	float: left;
	margin-left: 10px;
}
.delete-favourite {
	position: absolute;
	right: 3px;
	bottom: 1px;
}

/*.reference-item {
	border: 1px solid blue;
	
}*/
.contact-block {
	border: 1px solid blue;
}

.icon-ok {
	background-image: url(/styles/main/images/icon-ok.gif);
	background-repeat:  no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
}