/***************************** GENERAL PART *****************************/
#container {
	width: 100%;
	padding-bottom: 1em;
	text-align: left;
	position: relative;
	background-color: #fff;
	background-image: url('../images/top_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top	
}

#container .sub-container,
#footer .sub-container {
	position: relative;
}

#container .centered-width,
#footer .centered-width {
	width: 980px;
	margin: 0 auto;
}

#container .full-width {
	width: 100%;
}
/***************************** END OF GENERAL PART *****************************/



/***************************** HEADER PART *****************************/
#container #header {
	height: 174px;
}

#container #header #logo {
	height: 96px;
	width: 160px;
	position: absolute;
	top: 27px;
	left: 0px;
}

#container #header #quick-links {
	overflow: visible;
	position: absolute;
	background-image: url('../images/arrows_quicklinks_bg.png');
	background-repeat: no-repeat;
	background-position: 70px 30px;
	top: 0px;
	left: 355px;
}

#container #header #quick-links .heading {
	float:left;
	display: block;	
	font-size: 15px;
	margin-right: 50px;
	margin-top: 20px;
	text-align: right;
	vertical-align: top;
}

#container #header #quick-links a {
	float:left;
	display: block;
	text-decoration: none;
	padding: 0;
	z-index:1;	
}

#container #header #quick-links a:hover {
	z-index:2;
}

#container #header #quick-links a img {
	width: 100%; /* 100% of width of anchor wrapping the image */
	position: relative;
	top: 0;
}

#container #header #quick-links a:hover img {
	top: -10px;
}

#quick-link-bazar { width: 100px }
#quick-link-drazba { width: 106px }
#quick-link-kmotr { width: 122px }
#quick-link-cesta { width: 122px }

#container #header #breadcrumbs {
	position: absolute;
	top: 150px;
	left: 237px;
}

#container #header #breadcrumbs a {
	color:#d8870f;
	font-weight: bold;
}
/***************************** END OF HEADER PART *****************************/



/***************************** CONTENT PART *****************************/
#container #content {
}

	/************ LEFT TAB ************/
#container #content #left-tab {
	width: 219px;
	overflow: hidden;
}

#container #content #left-tab ul {
	padding-left:2px;
	color: #fff;
}

#container #content #left-tab ul li {
	width: 215px;
	list-style: none;
}	

#container #content #left-tab ul li * {
	display: block;	
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0 18px;
	padding: 0.8em 0;
	padding-left: 36px;
	color: #333;
}

#container #content #left-tab ul li a {
	text-decoration: none;
	color: #333;
	border-top: 1px solid #f2ebdd;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: 0 0.8em;
}

#container #content #left-tab ul li a:hover {
	color: #777;
	background-image: url('../images/arrow_over.png');
	background-repeat: no-repeat;
	background-position: 0 0.8em;
}

#container #content #left-tab ul li span,
#container #content #left-tab ul li a.current {
	margin: 0;
	padding: 0.8em 18px;
	padding-left: 53px;
	color: #000;
	background-color: #f2ebdd;
	background-image: url('../images/arrow_current.png');
	background-repeat: no-repeat;
	background-position: 17px 0.8em;	
}

#container #content #left-tab ul li a.current:hover {
	color: #777;
}
#container #content #left-tab ul li a.no-top-border {
	border-top: 0;
}
	/************ END OF LEFT TAB ************/

	/************ MIDDLE TAB ************/
#container #mid-tab {
	width: 542px;
	line-height: 1.75em
}

#container #mid-tab p,
#container #mid-tab div,
#container #mid-tab div ul,
#container #mid-tab ul,
#container #mid-tab ol,
#container #mid-tab h1,
#container #mid-tab h2,
#container #mid-tab h3,
#container #mid-tab h4 {
	padding: 0.5em 16px;
}

#container #mid-tab div * {
	padding-left: 0;
	padding-right: 0;
}

#container #mid-tab hr {
	height: 2px;
	margin: 0 16px;
	background-color: #ccc;	
}

#container #mid-tab ul {
	overflow: visible;
}

#container #mid-tab ul li {
	background-image: url('../images/list_item_marker.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding: 2px 0 5px 20px;
	margin-left: -15px;
}

#container #mid-tab ol li {
	padding: 2px 0 1em 3px;
	margin-left: 17px;
}

#container #mid-tab h1 {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#container #mid-tab .common-padding {
	padding: 0 16px;	
}

#container #mid-tab .common-margin {
	margin: 0 16px;	
}

#container #mid-tab .common-paragraph-image {
	float: left;
	margin-right: 7px;
}
/***************************** RIGHT TAB *****************************/
#container #right-tab {
	width: 218px;
}

#container #right-tab h2 {
	font-size:16px;
	padding-top: 0.45em;
	padding-bottom: 1.75em;
}

#container #right-tab .action-item {
}

#container #right-tab .action-item-thumbnail {
	float: left;
	padding-right: 7px;
	margin-bottom: 7px;
	position: relative;
	top: 4px;
}

#container #right-tab .action-item-date {
	display: block;
	font-size: 11px
}

#container #right-tab .action-item-message {
	display: block;
}

#container #right-tab .action-item-message a {
	color: #b2374d;
}

.motto {
	font-style: italic;
	font-size: 12px;
	color: #f68c1f;
}

.orange {
	color: #f68c1f;
}

.orange-bordered {
	border: 1px solid #f68c1f;	
}

.green {
	color: #87c709;
}

.green-bordered {
	border: 1px solid #a5cf53;	
}

.bordo {
	color: #b2374d;
}

.bordo-bordered {
	border:1px solid #b2374d;
}

#container #mid-tab table.common-cell-padding th,
#container #mid-tab table.common-cell-padding td {
	padding: 0 5px;
}

.two-column-content-row {
	padding:0;
	margin:0;
	float:left;
}

.two-column-content-cell {
	width: 200px;
	float:left;
}

#container #content div.two-column-content-cell p,
#container #content div.two-column-content-cell h2,
#container #content div.two-column-content-cell h3,
#container #content div.two-column-content-cell h4 {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}



/******************************* FOOTER *******************************/
#footer {
	width: 100%;
	min-height:155px;
	overflow:hidden;
	text-align: center;
	color: #fff;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top	
}

#footer #copyright {
	position: absolute;
	right: 0;
	top: 15px;
}

#footer #legals-info {
	position: absolute;
	top: 100px;
	left: 100px;
}

#footer #legals-info a {
	color: #fff;
}
/******************************* END OF FOOTER *******************************/



/******************************* OTHERS *******************************/
#container .info-box {
	width: 219px;
	padding-top: 17px;
	background-image: url('../images/infobox_top_bg_transp50.png');
	background-repeat: no-repeat;
	background-position: left top
}

#container .info-box .common-padding {
	padding: 0 20px;
}

#container .info-box-end {
	width: 219px;
	height: 17px;
	padding: 0; 
	margin: 0;
	background-color: #fff;
	background-image: url('../images/infobox_bottom_bg_transp50.png');
	background-repeat: no-repeat;
	background-position: left top	
}

#container .info-box .heading {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #f68c1f;
	margin-top: -10px;
}
#container .info-box .top-bordered {
	border-top: 2px dotted #d8d8d8;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#container .font-size-11px {
	font-size: 11px;
}

/******************************* END OF OTHERS *******************************/
