body {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0F2F7E;
	background: #ffffff;
}

a {
	color: #514D85;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
}

.reset, .headerHolder, .rightColumnHolder, .leftColumnHolder {
	display: none;
}
.pageHolder {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
.headerHolder {
	background: url('/buxus/images/design/header.jpg') no-repeat;
	width: 200px;
	height: 70px;
}

.outerContentHolderHomepage {
	background-image: none;
	width: 815px;
}


.footerHolder {
display:none;
}

.mainBannerHolder {
	width: 610px;
	margin-bottom: 10px;
	float: right;
	margin-right:8px;
	display: inline; /* IE BUG FIX */
}
/* Siroky
.mainBannerHolder {
	width: 815px;
	margin-bottom: 20px;
}
.mainBanner {
	margin-left: 13px;
}
*/
a.search_button {
	background-image: url('/buxus/images/design/department_search_button.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	width: 105px;
	height: 23px;
	
	display: block;
	color: white;
	
	text-decoration: none;
	padding-top: 4px;
	text-align: center;
}

div.searchForm {
	background-image: url('/buxus/images/design/search_form_background.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	margin-bottom: 26px;
}

div.searchForm div.error
{
	padding: 10px;
	margin: 0px;
	
	background-color: white;
}

div.searchForm select {
	width: 152px;
}

div.searchForm td.text input {
	width: 147px;
}

div.searchForm .checkboxgroup {
	border: 1px solid #8c97b5;
	background-color: white;
	height: 95px;
	overflow: auto;
	width: 150px;
}

.contentHolderWide div.searchForm select {
	width: 162px;
}

.contentHolderWide div.searchForm td.text input {
	width: 157px;
}

.contentHolderWide div.searchForm .checkboxgroup {
	width: 160px;
}

div.searchForm .checkboxgroup label {
	display: block;
}

div.searchForm .checkboxgroup label.hover {
	background-color: #e7f0ff;
}

div.searchForm table {
	border-collapse: collapse;
}

div.searchForm table td,
div.searchForm table th {
	padding: 8px 8px 8px 8px;
	vertical-align: top;
}

div.searchForm table td.cc {
	width: 80px;
	text-align: right;
}

.contentHolderWide div.searchForm table td.cc {
	width: 100px;
	text-align: right;
}

div.searchForm table td.extended_search {
	color: #1a4274;
	vertical-align: middle;
}

div.searchForm table td.extended_search a {
	color: #1a4274;
}

.searchForm h1 {
	border-bottom: 1px solid white;
	font-size: 12px !important;
	padding: 10px !important;
	margin: 0px !important;
	color: #1a4274 !important;
} 

.ticket_types_logos {
	margin-top: 26px;
	border-top: 1px solid white;
	text-align: center;
}

.newsHolder {
	background-image: url('/buxus/images/design/news_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	
	background-color: #f6e1cc;
	
	margin-left: 13px;
	margin-bottom: 20px;
}

.newsHolder h3 {
	padding: 0px 0px 6px 0px;
	margin: 0px;
	font-size: 12px;
}

.newsHolder h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

.newsHolder div.bottom {
	background-image: url('/buxus/images/design/news_bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding: 13px 13px 20px 13px;
}

.newsHolder ul {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
	
	color: #215289;
}

.newsHolder ul div {
	color: black;
}

.newsletterHolder {
	height: 95px;
	padding: 10px;
	background-image: url('/buxus/images/design/banner_newsletter.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.miniSearchHolder {
	height: 60px;
	padding: 10px;
	background-image: url('/buxus/images/design/banner_search.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.miniSearchHolder input,
.newsletterHolder input {
	border: 1px solid #dbdfe6;
	border-top: 1px solid  #bbbdc2;
	
	width: 140px;
	color: #828282;
}


.wideNewsletter {	
	height: 80px;
	background-image: url('/buxus/images/design/banner_newsletter_wide.png');
}

.wideNewsletter input {
	width: 160px;
}

.miniSearchHolder h3,
.newsletterHolder h3 {
	padding: 0px 0px 6px 0px;
	margin: 0px;
	font-size: 12px;
}

a.newsletter_button_small {
	background-image: url('/buxus/images/design/newsletter_button.gif');
	background-repeat: no-repeat;
	background-position: left top;

	width: 41px;
	height: 16px;
	
	display: block;
	
	color: white;
	text-decoration: none;
	text-align: center;

	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	
	margin-top: 4px;
	
	font-family: Arial;
}

a.search_button_small {
	background-image: url('/buxus/images/design/search_mini_button.gif');
	background-repeat: no-repeat;
	background-position: left top;

	width: 62px;
	height: 16px;
	
	display: block;
	
	color: white;
	text-decoration: none;
	text-align: center;
	
	font-family: Arial;

	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	
	margin-top: 4px;
}

.news_archive {
	text-align: right;
	margin-top: 13px;
}

.pager {
	margin: 18px 0px 6px 0px;
	padding: 12px;
	text-align: center;
}

.pager a {
	color: black;
}

.pager a.selected {
	font-weight: bold;
	text-decoration: none;
}

.pager a img {
	position: relative;
	top: 3px;
}

div.mainMenu {
	margin-top: 8px;
}

div.mainMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.mainMenu ul ul {
	padding-bottom: 10px;
	background-color: #8785B5;
}

div.mainMenu ul ul ul {
	padding-bottom: 0px;
}

div.mainMenu ul a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 8px 6px 8px 30px;
	font-size: 11px;
	font-weight: bold;
	
	background-image: url('/buxus/images/design/menu_bullet.gif');
	background-position: 4px center;
	background-repeat: no-repeat;
}

div.mainMenu ul a:hover {
	text-decoration: underline;
}

div.mainMenu ul li {
	background-color: #625DA0;
	border-bottom: 3px solid white;
}

div.mainMenu ul ul li {
	padding-left: 15px;
	background-color: #8785B5;
	border-width: 0px;
	border-bottom: 1px solid #8785B5;
}

div.mainMenu ul ul ul li {
	padding-left: 10px;
}

div.mainMenu ul ul a {
	font-weight: normal;
	background-image: none;
	padding: 4px 6px 4px 15px;
}

div.mainMenu ul ul li a.selected {
	background-image: url('/buxus/images/design/bodka.gif'); /*submenu_bullet.gif');*/
	background-position: -8px 0px;
	background-repeat: no-repeat;
}

.contentHolder {
	/*font-family: Arial;*/
	line-height:130%;
}

.contentHolder h1 {
	color: #625DA0;
	font-size: 18px;
	/*margin-top: 10px;*/
}

.contentHolder h2 {
	/*color: #0F2F7E;*/
	color: #da2726;
	font-size: 14px;
	/*line-height: 14px;*/
}
.contentHolder h2 a, .contentHolder h2 a:visited {
	color: #da2726;
}
.contentHolder h3 {
	/*color: #0F2F7E;*/
	font-size: 13px;
	/*line-height: 14px;*/
}

.contentHolder h3 a {
	background-image: url(/buxus/images/design/bodka.gif);
	background-position: -9px -3px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}
.contentHolder .sitemap h3 a {
	background: none;
	padding: 0px;
}
.leftpadding {
	padding-left: 15px;
	margin-top: -8px;
}
.contentHolder p {
	text-align: justify;
}
.contentHolder ol {
	padding: 0;
	margin-left: 20px; 
}

.pdf {
	padding-left: 18px;
	background: url(/buxus/images/pdf.gif) no-repeat;
}
.xls {
	padding-left: 18px;
	background: url(/buxus/images/xls.gif) no-repeat;
}

.contentHolder ul li {
	padding-bottom: 5px;
}


.contentHolder ul.purple, .contentHolder ul.purpledot,.contentHolder ul.yellowarrow, .contentHolder ul.red , .contentHolder ul.greenarrow, .contentHolder ul.bluearrow, .contentHolder ul.pinkarrow,.contentHolder ul.pdflist {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.contentHolder ul.purple li {
	background: url(/buxus/images/sipky/fialova_sipka.gif) no-repeat;
	padding-left: 24px;
}

.contentHolder ul.red li {
	background: url(/buxus/images/sipky/cervena_sipka_new.gif) no-repeat;
	padding-left: 24px;
}
.contentHolder ul.pdflist li {
	background: url(/buxus/images/sipky/pdf.gif) no-repeat;
	padding-left: 24px;
}

.contentHolder ul.pinkarrow li {
	background: url(/buxus/images/sipky/ruzova_sipka.gif) no-repeat;
	padding-left: 24px;
}

.contentHolder ul.greenarrow li {
	background: url(/buxus/images/sipky/zelena_sipka.gif) no-repeat;
	padding-left: 24px;
}

.contentHolder ul.yellowarrow li {
	background: url(/buxus/images/sipky/arrow_yellow.gif) no-repeat;
	padding-left: 24px;
}

.contentHolder ul.purpledot li {
	background: url(/buxus/images/bodky/fialova_bodka.gif) no-repeat;
	padding-left: 24px;
}

.contentHolder ul.bluearrow li {
	background: url(/buxus/images/sipky/modra_sipka.gif) no-repeat;
	padding-left: 24px;
}

.contentHolder ul li ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style:none;
}
.contentHolder ul li ul  li {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.contentHolder sup {
	font-size: 9px;
	vertical-align: text-top;
}



.infoboxHolder {
	width: 190px;
	float: right;
	
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #F2EEBB;
}

.infoboxHolder .top {
	background-image: url('/buxus/images/design/infobox_top.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.infoboxHolder .infobox {
	background-image: url('/buxus/images/design/infobox_bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	
	padding: 10px 8px 15px 8px;
}

.infoboxHolder h3 {
	font-family: Arial;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
}

a.search_button_big {
	background-image: url('/buxus/images/design/search_department_button.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	
	width: 178px;
	height: 23px;
	
	display: block;
	color: white;
	
	text-decoration: none;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	
	float: right;
}

.featured_departments {
	margin-top: 40px;
}

.featured_departments .logos {
	vertical-align: top;
	margin: 10px 30px 10px 30px;
	text-align: center;
}

.featured_departments .logos img{
	
}

form.contact_form {
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	border: 1px solid #9E9E9E;
	border-width: 1px 0px 1px 0px;
}

form.contact_form table th {
	text-align: right;
	vertical-align: top;
}

a.submit_button {
	background-image: url('/buxus/images/design/submit_button.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	width: 105px;
	height: 23px;
	
	display: block;
	color: white;
	
	text-decoration: none;
	padding-top: 4px;
	text-align: center;
	
	float: right;
}

a.submit {
	display: none;
}

div.info {
	font-size: 16px;
	font-weight: bold;
	color: #63814C;
}

div.error {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #CD5231;
}

ul.forum {
	list-style: none;
	margin: 10px 0px 10px 0px;;
	padding: 0px;
}

ul.forum ul {
	padding: 0px;
	margin: 5px 0px 0px 30px;
	list-style: none;
}

ul.forum li {
	padding-bottom: 10px;
}

ul.forum h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.checkboxgroup_loading {
	color: silver;
	border-color: silver !important;
}

table.search_list {
	border-collapse: collapse;
	width: 100%;
}

table.search_list th,
table.search_list td {
	text-align: left;
	padding: 4px 4px 4px 10px;
	vertical-align: top;
}

table.search_list tr.odd td {
	background-color: #EDEDED;
}

table.search_list tr.header th {
	background-color: #BFC7CE;
	border-top: 3px solid #DCE1E5;
}

table.search_list tr.cols_names th {
	background-color: #DCE1E5;
	border-bottom: 3px solid #BFC7CE;
	font-weight: normal;
}

table.search_list a {
	color: #215289;
	font-weight: bold;
}

.department {
	margin-top: 10px;
	font-family: Arial;
}

.department h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	color: #1a4274;
}

.department h4 {
	color: black;
	font-size: 12px;
	margin: 15px 0px 5px 0px;
	padding: 0px;
}

.department table {
	border-collapse: collapse;
}

.department table.opening_hours {
	border-collapse: collapse;
}

.department table.opening_hours td {
	padding-right: 10px;
}

.department ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

.department a {
	color: #1a4274;
}

.department .basic_info {
	float: left;
	width: 465px;
}

.department .extended_info {
	width: 465px;
	float: left;
}

#department_map {
	clear:both;
	width: 565px; 
	height: 400px;
	border: 1px solid gray;
	margin-top: 20px;
}

.department .ticket_types_banners {
	width: 100x;
	float: right;
	text-align: right;
}

a.back_to_search_button {
	background-image: url('/buxus/images/design/back_to_search_button.png');
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 251px;
	height: 23px;
	
	display: block;
	color: white;
	font-weight: bold;
	
	text-decoration: none;
	padding-top: 4px;
	text-align: center;
	
	margin: 10px 0 20px 0;
}

.pollHolder {
	background-image: url('/buxus/images/design/poll_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	
	background-color: #9ad899;
	
	margin-bottom: 13px;
	
	width: 165px;
}

.pollHolder * {
	font-size: 11px;
}

.pollHolder h3 {
	padding: 0px 0px 6px 0px;
	margin: 0px;
	font-size: 12px;
}

.pollHolder h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

.pollHolder div.bottom {
	background-image: url('/buxus/images/design/poll_bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding: 13px 13px 13px 13px;
}

.pollHolder .poll_bar {
	width: 70px;
	
	border: 1px solid #a4afcf;
	background-color: white;
	float: left;
}

.pollHolder form {
	padding: 0px;
	margin: 0px;
}
	
.pollHolder strong {
	display: block;
}

.pollHolder .answer_perc {
	margin-left: 3px;
	width: 40px;
	float: left;
}

.pollHolder .poll_bar div {
	height: 9px;
	border: 1px solid white;
	font-size: 1px;
}

.pollHolder table {
	margin-top: 6px;
	margin-bottom: 6px;
	border-collapse: collapse;
}

.pollHolder table td {
	padding: 0px 0px 6px 0px;
	vertical-align: top;
}

a.vote_button {
	background-image: url('/buxus/images/design/vote_button.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	width: 72px;
	height: 16px;
	
	display: block;
	color: white;
	
	text-decoration: none;
	padding-top: 0px;
	text-align: center;
}

#search_map {
	width: 565px;
	height: 400px;
	
	margin-bottom: 13px;
}

#radiusHolder {
}

#radiusHolder a.button {
	text-decoration: none;
	color: black;
	
	border: 1px solid gray;
	padding: 1px;
	width: 40px;
	text-align: center;
	background-color: white;
	margin-left: 2px;
	
	
	float: left;
}

#radiusHolder a.selected {
	border: 1px solid black;
	font-weight: bold;
}

.geo_form {
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

h3 span.date {
	font-size: 12px;
	font-weight: normal;
	color: black;
}

div.sitemap ul {
	margin: 0px;
}