/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
img { margin:0px; padding:0px; border:none;}

img{border: 0;}
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float:left; }
.floatRight { float:right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:.1em 0 1em 0;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.uppercase { text-transform:uppercase; }
a{
	cursor: pointer;
	color: #959595;
}
a span{display: none;}

img, div, input, hr { behavior: url("iepngfix.htc") }

em{
	font-style: italic;
}

ul li,
ol li{
	margin: auto;
	padding: auto;
	margin-left: 25px;
}
ul,
ol{
	margin: auto;
	padding: auto;
	margin: 10px 0;
}


/* BASIC */
body {
	background-color: #333333;
	font-family: Verdana;
	font-size: 12px;
}

div {
	margin:0px;
	padding:0px;
}

strong.large{
	font-size: 14px;
}

h1{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
}

/* BASIC LAYOUT */
#holder{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}

/* HEADER */
#header{
	height: 64px;
	background-image: url("../images/header-bg.gif");
}

#header #logo_en,
#header #logo_cs{
	display: block;
	width: 297px;
	height: 47px;
	margin-left: 13px;
	margin-top: 9px;
	float: left;
	background-image: url("../images/header-logo.gif");
}
#header #logo_en{
	background-image: url("../images/header-logo_en.gif");
}

#header #page_menu{
	float: right;
	width: 146px;
	margin-top: 15px;
}
#header #page_menu ul{
	margin: 0;
	padding: 0;
}
#header #page_menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/float: left;
}
#header #page_menu ul li a{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 16px;
}
#header #page_menu ul li a.facebook{
	background-image: url("../images/header-btn-facebook.gif");
}
#header #page_menu ul li a.print{
	background-image: url("../images/header-btn-print.gif");
}
#header #page_menu ul li a.info{
	background-image: url("../images/header-btn-info.gif");
}
#header #page_menu ul li a.en{
	background-image: url("../images/header-btn-en.gif");
}
#header #page_menu ul li a.help{
	background-image: url("../images/header-btn-help.gif");
	margin-right: 0;
}

/* TOP STRIPE */
#top_stripe{
	height: 48px;
	background-color: #e5e5e5;
	position: relative;
}

#top_stripe #search_box{
	margin-left: 208px;
	float: left;
	position: absolute;
	top: 10px;
	width: 750px;
}
#top_stripe #search_box label,
#top_stripe #search_box dt{
	display: none;
}
#top_stripe #search_box #search_query-element{
	float: left;
}
#top_stripe #search_box #search_query{
	width: 641px;
	/width: 601px;
	height: 22px;
	border: 1px solid black;
	padding-left: 5px;
}
#top_stripe #search_box #search-element{
	float: left;
}
#top_stripe #search_box #search{
	position: relative;
	top: 0px;
}
#top_stripe #search_box #search,
#top_stripe #search_box a{
	background-color: #707070;
	border: 0;
	color: white;
	padding: 4px 15px;
	margin-left: 16px;
	float: left;
}
#top_stripe #search_box a{
	display: block;
	float: left;
	text-decoration: none;
}

#top_stripe #nav_box{
	margin-left: 580px;
	padding-top: 14px;
}
#top_stripe #nav_box a{
	font-size: 14px;
	font-weight: bold;
	color: #020202;
	text-decoration: none;
}

/* CONTAINER */
#container{
	background-color: white;
}

/* LEFT MENU */
#left_menu{
	float: left;
	width: 193px;
	background: url("../images/left_menu-border.gif") repeat-y top right;
	position: relative;
}
#left_menu a{
	color: #707070;
	text-decoration: none;
}
#left_menu #left_circles{
	position: absolute;
	top: -26px;
}

#left_menu #main_menu{
	margin-top: 176px;
	margin-left: 16px;
}
#left_menu #main_menu ul{
	margin: 0;
	padding: 0;
	width: 176px;
}
#left_menu #main_menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left_menu #main_menu ul li a{
	display: block;
	text-align: right;
	height: 26px;
	_height: 32px;
	background: url("../images/left_menu-a-border.gif") no-repeat bottom left;
	padding-top: 6px;
	padding-right: 15px;
}
#left_menu #main_menu ul li a:hover{
	background-color: #ededed;
}
#left_menu #main_menu ul li a.active{
	background-color: #c6c6c6;
}

#left_menu .synopsis_header{
	font-size: 11px;
	color: #336698;
	margin-left: 30px;
	padding-top: 15px;
	display: block;
}

#left_menu #latest_synopisis{
	background-color: #adc2d6;
	width: 176px;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#left_menu #latest_synopisis img{
	margin-top: 10px;
	margin-left: 5px;
}
#left_menu #latest_synopisis .top{
	background: url("../images/latest_synopisis-top.gif") no-repeat top right;
}
#left_menu #latest_synopisis .bottom{
	background: url("../images/latest_synopisis-bottom.gif") no-repeat bottom right;
}
#left_menu #latest_synopisis ul{
	margin: 0;
	padding: 7px 0;
}
#left_menu #latest_synopisis ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left_menu #latest_synopisis ul li a{
	display: block;
	padding: 5px 0;
	padding-left: 15px;
	color: white;
}
#left_menu #latest_synopisis ul li a:hover{
	color: #707070;
}

/* CONTENT */
#content{
	padding: 15px;
	margin-left: 193px;
}

/* MAPS */
#content #home_map_holder{
	margin-left: 155px;
	margin-top: 50px;
}
#content #agentura_map h1,
#content #sprava_map h1,
#content #about_map h1{
	font-size: 25px;
	margin: 0 auto;
	margin-bottom :25px;
	text-align: center;
	margin-top: 40px;
}
#content #agentura_map img{
	margin-left: 110px;
}
#content #sprava_map img{
	margin-left: 180px;
}
#content #about_map img{
	margin-left: 150px;
}

#content .solid_holder{
	margin-top: 0px;
	/*padding: 10px;*/
}
#content .solid_holder #submenu_static ul{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
#content .solid_holder #submenu_static ul li{
	/*
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;*/
}
#content .solid_holder #submenu_static ul li a{
	/*
	display: block;
	padding: 5px 10px;
	color: white;
	padding-right: 50px;
	background-color: black;
	margin-right: 15px;
	text-decoration: none;*/
}
#content .solid_holder #submenu_static.orange ul li a{
	background-color: #a16946;
}
#content .solid_holder #submenu_static.blue ul li a{
	background-color: #2a5178;
}
#content .solid_holder #submenu_static.ocre ul li a{
	background-color: #989836;
}
#content .halfs_holder{
	/*margin-top: 20px;*/
	background: url("../images/left_menu-border.gif") repeat-y center top;
}
#content .left_content_column{
	float: left;
	width: 350px;
	padding: 12px 0px;
}
#content .right_content_column{
	margin-left: 380px;
	width: 356px;
	padding: 12px 0px;
}
#content a.vizitka{
	text-decoration: none;
	color: black;
	display: block;
}
#content a.vizitka:hover{
	background-color: #ebebeb;
}
#content .vizitka{
	border-left: 16px solid black;
	padding: 10px;
	margin-bottom: 15px;
}
#content .contacts .vizitka{
	float: left;
	width: 310px;
	margin-right: 45px;
}
#content .contacts .vizitka.odd{
	margin-right: 0;
}
#content .contacts .vizitka.clearthisY{
	margin-right: 45px;
}
#content .vizitka span.link{
	color: #999999;
	text-decoration: underline;
	display: inline;
}
#content .vizitka.dilia{
	border-color: #CA6828;
}
#content .vizitka.first{
	border-color: #336698;
}
#content .vizitka.second{
	border-color: #5C85AD;
}
#content .vizitka.third{
	border-color: #85A3C1;
}
#content .vizitka.fourth{
	border-color: #ADC2D6;
}
#content .vizitka.fifth{
	border-color: #989836;
}
#content .vizitka.last{
	border-color: #aaaaaa;
}
#content .vizitka a{
	/*color: #999999;*/
}
#content .vizitka a:hover{
	/*color: black;*/
}

#content .synopse_vizitka{
	border-left: 16px solid #336698;
	padding: 5px 10px;
	margin-bottom: 20px;
}
#content .synopse_vizitka.authorsCatList{
	margin-bottom: 15px;
}
#content .synopse_vizitka:hover{
	background-color: #ebebeb;
	cursor: pointer;
}
#content .synopse_vizitka.authorsCatList:hover{
	background-color: white;
	cursor: auto;
}
#content .synopse_vizitka a{
	color: black;
	text-decoration: none;
}
#content .synopse_vizitka a:hover{
	text-decoration: underline;
}

#content #thick_header{
	height: 48px;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 25px;
	position: relative;
}
#content #thick_header h1{
	font-size: 18px;
	color: white;
	padding-top: 12px;
	/padding-top: 0px;
	padding-left: 20px;
	font-weight: bold;
}
#content #thick_header h1 a{
	color: white;
	text-decoration: none;
}
#content #thick_header h1 a:hover{
	text-decoration: underline;
}
#content #thick_header #side_menu{
	position: absolute;
	left: 440px;
	top: -20px;
	width: 270px;
}
#content #thick_header #side_menu.move_right{
	left: 500px;
	width: 210px;
}
#content #thick_header #side_menu.short{
	left: 640px;
}
#content #thick_header #side_menu ul{
	margin: 0;
	padding: 0;
}
#content #thick_header #side_menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#content #thick_header #side_menu ul li a{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	width: 64px;
	padding-top: 49px;
	background-repeat: no-repeat;
}
#content #thick_header #side_menu ul li.news a{
	background-position: -8px 0;
}
#content #thick_header #side_menu ul li.news a:hover{
	background-position: -8px -68px;
}
#content #thick_header #side_menu ul li.catalogue a{
	background-position: -81px 0;
}
#content #thick_header #side_menu ul li.catalogue a:hover{
	background-position: -81px -68px;
}
#content #thick_header #side_menu ul li.dwnld a{
	background-position: -156px 0;
}
#content #thick_header #side_menu ul li.dwnld a:hover{
	background-position: -156px -68px;
}
#content #thick_header #side_menu ul li.contact a{
	background-position: -228px 0;
}
#content #thick_header #side_menu ul li.contact a:hover{
	background-position: -228px -68px;
}
#content #thick_header.agentura{
	background-color: #bcbc7c;
	background-image: url("../images/thick_header-bg.gif");
}
#content #thick_header.orange{
	background-color: #c08c6c;
	background-image: url("../images/thick_header-bg-orange.gif");
}
#content #thick_header.orange #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-orange.gif");
}
#content #thick_header.blue{
	background-color: #718eac;
	background-image: url("../images/thick_header-bg-blue.gif");
}
#content #thick_header.blue #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-blue.gif");
}

#content #thick_header.blue-hudebni{
	background-color: #336698;
	background-image: url("../images/thick_header-bg-blue-hudebni.gif");
}
#content #thick_header.blue-hudebni #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-blue-hudebni.gif");
}
#content #thick_header.blue-literarni{
	background-color: #5c85ad;
	background-image: url("../images/thick_header-bg-blue-literarni.gif");
}
#content #thick_header.blue-literarni #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-blue-literarni.gif");
}
#content #thick_header.blue-medialni{
	background-color: #85a3c1;
	background-image: url("../images/thick_header-bg-blue-medialni.gif");
}
#content #thick_header.blue-medialni #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-blue-medialni.gif");
}
#content #thick_header.blue-divadelni{
	background-color: #adc2d6;
	background-image: url("../images/thick_header-bg-blue-divadelni.gif");
}
#content #thick_header.blue-divadelni #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-blue-divadelni.gif");
}

#content #thick_header.ocre_uzivatele{
	background-color: #bcbc7c;
	background-image: url("../images/thick_header-bg.gif");
}
#content #thick_header.ocre_uzivatele #side_menu ul li a{
	background-image: url("../images/medialni-side_menu.gif");
}
#content #thick_header.ocre_nakladatele{
	background-color: #989836;
	background-image: url("../images/thick_header-bg_nakladatele.gif");
}
#content #thick_header.ocre_nakladatele #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-nakladatele.gif");
}
#content #thick_header.ocre_autori{
	background-color: #cbcb9a;
	background-image: url("../images/thick_header-bg_autori.gif");
}
#content #thick_header.ocre_autori #side_menu ul li a{
	background-image: url("../images/medialni-side_menu-autori.gif");
}

/* CONTENT FILTER */
#content #filter #alphabet{
	width: 730px;
}
#content #filter #alphabet{
	margin: 0 auto;
	text-align: center;
}
#content #filter #alphabet ul{
	padding: 0;
	height: 20px;
}
#content #filter #alphabet ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#content #filter #alphabet ul li a{
	display: block;
	padding: 6px 7px 6px 8px;
	color: black;
	text-decoration: none;
}
#content #filter #alphabet ul li a:hover{
	background-color: #c6c6c6;
}

/* CONTENT SUBMENU */
#content #submenu{
	position: relative;
}
#content #submenu ul{
	margin: 0;
	padding: 0;
	height: 32px;
}
#content #submenu.catalogue ul{
	height: 38px;
}
#content #submenu.news ul{
	height: 36px;
}
#content #submenu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-right: 13px;
}
#content #submenu.catalogue ul li{
	margin-right: 16px;
}
#content #submenu.news ul li{
	margin-right: 58px;
}
#content #submenu ul li a{
	display: block;
	height: 26px;
	_height: 32px;
	padding: 0 10px;
	color: white;
	font-size: 12px;
	padding-top: 6px;
	text-decoration: none;
	min-width: 68px;
	_width: 88px;
}
#content #submenu.en ul li a{
	min-width: 60px;
	_width: 80px;
}
#content #submenu.catalogue ul li a{
	background-color: #336698;
	padding: 0 15px;
	padding-right: 54px;
	padding-top: 8px;
	height: 30px;
	_height: 36px;
}
#content #submenu.catalogue ul li#theater_active{
	margin-right: 14px;
}
#content #submenu.catalogue ul li#synopsis_active{
	float: right;
	margin-right: 0;
}
#content #submenu.catalogue #active_decorator{
	background-color: #BCBC7C;
}
#content #submenu.download ul li a{
	padding-right: 22px;
	padding-left: 15px;
}
#content #submenu.download.en ul li a{
	padding-right: 20px;
}
#content #submenu.news ul li a{
	padding: 0 15px;
	padding-right: 48px;
	padding-top: 8px;
	height: 28px;
	_height: 34px;
}
#content #submenu ul li.last,
#content #submenu ul li.fifth_last{
	margin-right: 0;
	float: right;
}
#content #submenu .dilia{
	background-color: black;
}
#content #submenu .first{
	background-color: #336698;
}
#content #submenu .second{
	background-color: #5c85ad;
}
#content #submenu .third{
	background-color: #85a3c1;
}
#content #submenu .fourth{
	background-color: #adc2d6;
}
#content #submenu .fifth,
#content #submenu .fifth_last{
	background-color: #989836;
}
#content #submenu .last_first,
#content #submenu .last{
	background-color: #aaaaaa;
}
#content #submenu .all_articles{
	background-color: #aaaaaa;
}
#content #submenu .sprava{
	background-color: #989836;
}
#content #submenu .dilia{
	background-color: #ca6828;
}
#content #submenu .agentura{
	background-color: #336698;
}
#content #submenu .agentura1{
	background-color: #336698;
}
#content #submenu .agentura2{
	background-color: #adc2d6;
}
#content #submenu .agentura3{
	background-color: #5c85ad;
}
#content #submenu .agentura4{
	background-color: #85a3c1;
}

/* NEWs */
#content #submenu.news ul li.all_articles{
	
}
#content #submenu.news ul li.agentura a{
	background: url("../images/arr_blue.gif") no-repeat 106px 14px;
}
#content #submenu.news ul li.sprava a{
	background: url("../images/arr_khaki.gif") no-repeat 146px 14px;
}
#content #submenu.news ul li.dilia{
	margin-right: 0;
}
#content #submenu.news ul li.dilia a{
	background: url("../images/arr_ocre.gif") no-repeat 106px 14px;
}

/* KATALOG ACTIVE */
#content #submenu .active_music #music_active a{
	background-color: #85a3c1;
}
#content #submenu .active_literal #literal_active a{
	background-color: #85a3c1;
}
#content #submenu .active_synopsis #synopsis_active a{
	background-color: #85a3c1;
}
#content #submenu .active_theater #theater_active a{
	background-color: #85a3c1;
}

/* DROP DOWN MENU */
#content #submenu ul.dropmenu{
	margin: 0;
	padding: 0;
	height: auto;
	position: absolute;
	top: 32px;
}
#content #submenu ul.dropmenu li{
	float: none;
}
#content #submenu #sub_agentura{
	left: 142px;
}
#content #submenu #sub_agentura li a{
	background-color: #336698;
}
#content #submenu #sub_agentura li a:hover{
	background-color: #285275;
}
#content #submenu #sub_sprava{
	left: 600px;
}
#content #submenu #sub_sprava li a{
	background-color: #989836;
	width: 117px;
}
#content #submenu #sub_sprava li a:hover{
	background-color: #7c7a2a;
}
#content #submenu #sub_others{
	left: 560px;
}
#content #submenu #sub_others li a{
	background-color: #aaaaaa;
	width: 157px;
}
#content #submenu #sub_others li a:hover{
	background-color: #999;
}
#content #submenu #sub_dilia{
	left: 567px;
}
#content #submenu #sub_dilia li a{
	background-color: #ca6828;
	width: 150px;
	padding-right: 5px;
}
#content #submenu #sub_dilia li a:hover{
	background-color: #ad5423;
}
#content #submenu #sub_autori{
	left: 0px;
	z-index: 99;
}
#content #submenu #sub_autori a{
	width: 159px;
}
#content #submenu #sub_autori li a:hover{
	background-color: #274e74;
}
#content #submenu #sub_autori li.ident{
	margin-left: 10px;
}
#content #submenu #sub_autori li.collective a{
	background-color: #989836;
}
#content #submenu #sub_autori li.collective a:hover{
	background-color: #7c7c25;
}

#content #active_decorator{
	/*height: 16px;*/
	display: none;
}
#content #breadcrumbs.all_articles,
#content #active_decorator.all_articles{
	background-color: #aaaaaa;
}
#content #breadcrumbs.all_articles,
#content #active_decorator.dilia{
	background-color: #ca6828;
}
#content #breadcrumbs.all_articles,
#content #active_decorator.sprava{
	background-color: #989836;
}
#content #breadcrumbs.all_articles,
#content #active_decorator.agentura{
	background-color: #336698;
}

#content #breadcrumbs.all_articles,
#content #active_decorator.all_articles{
	background-color: #aaaaaa;
}

#content #breadcrumbs{
	background-color: #85a3c1;
	padding: 8px 10px;
	margin-bottom: 10px;
	color: white;
}
#content #breadcrumbs a{
	/*font-weight: bold;*/
	text-decoration: none;
	color: white;
	text-transform: capitalize;
}
#content #breadcrumbs a:hover{
	text-decoration: underline;
}
#content #breadcrumbs #rss_feed{
	float: right;
}

#content #breadcrumbs.first{
	background-color: #336698;
}
#content #breadcrumbs.second{
	background-color: #5C85AD;
}
#content #breadcrumbs.third{
	background-color: #85A3C1;
}
#content #breadcrumbs.fourth{
	background-color: #ADC2D6;
}
#content #breadcrumbs.fifth{
	background-color: #989836;
}
#content #breadcrumbs.last{
	background-color: #AAAAAA;
}
#content #breadcrumbs.color5,
#content #breadcrumbs.color6,
#content #breadcrumbs.color7{
	background-color: #CA6828;
}
#content #breadcrumbs.color8,
#content #breadcrumbs.color9,
#content #breadcrumbs.color10{
	background-color: #989836;
}
#content #breadcrumbs.color1{
	background-color: #336698;
}
#content #breadcrumbs.color2{
	background-color: #ADC2D6;
}
#content #breadcrumbs.color3{
	background-color: #5C85AD;
}
#content #breadcrumbs.color4{
	background-color: #85A3C1;
}

/* article_preview */
#content .article_preview{
	min-height: 89px;
	_height: 89px;
	border-left: 18px solid #aaaaaa;
	margin-top: 18px;
}
#content .article_preview:hover{
	cursor: pointer;
	background-color:#EDEDED;
}
#content .article_preview.color1{
	border-color: #336698;
}
#content .article_preview.color2{
	border-color: #ADC2D6;
}
#content .article_preview.color3{
	border-color: #5C85AD;
}
#content .article_preview.color4{
	border-color: #85A3C1;
}
#content .article_preview.color5,
#content .article_preview.color6,
#content .article_preview.color7{
	border-color: #CA6828;
}
#content .article_preview.color8,
#content .article_preview.color9,
#content .article_preview.color10{
	border-color: #989836;
}
#content .article_preview img,
#content .article_detial img{
	float: left;
	margin-left: 20px;
	margin-right: 25px;
}
#content .article_detial img{
	margin-left: 0px;
}
#content .article_preview span.datum,
#content .article_detial span.datum{
	float: right;
	font-size:14px;
	font-weight:bold;
}
#content .article_preview .title a,
#content .article_detial .title{
	color: black;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
#content .article_preview .article_preview_content,
#content .article_detial .article_preview_content{
	margin-left: 167px;
}
#content .article_detial .article_preview_content{
	margin-left: 147px;
}
#content .article_preview .title a:hover{
	text-decoration: underline;
}
#content .article_detial .photogallery{
	margin-left: 167px;
	margin-bottom: 25px;
}
#content .article_detial .photogallery a img{
	border: 5px solid #ececec;
}
#content .article_detial .photogallery a:hover img{
	border: 5px solid #333333;
}

/* DOWNLOAD */
#content ul.download_tree{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.download_tree li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.download_tree li a{
	display: block;
	font-size: 14px;
	color: black;
	text-decoration: none;
	/*background-color: #c6c6c6;*/
	border-bottom: 1px dotted black;
	padding: 7px 10px;
}
#content ul.download_tree li a.specialOrange{
	background-color: #ddc2b1;
	color: #674a3c;
}
#content ul.download_tree li a:hover{
	background-color: #EDEDED;
}
#content ul.download_tree li a.active,
#content ul.download_tree li.active a{
	background-color: #c6c6c6;
}
#content ul.download_tree li a div.filetype{
	float: left;
	background: url("../images/filetype-circle.gif") no-repeat center center;
	width: 65px;
	height: 30px;
	_height: 40px;
	color: white;
	text-align: center;
	padding-top: 10px;
}
#content ul.download_tree li.file{
	margin: 5px 0;
}
#content ul.download_tree li.file a{
	font-size: 12px;
	border-left: 16px solid black;
}
#content ul.download_tree li.file a span.title{
	font-weight: bold;
	display: block;
	font-size: 14px;
}

/* CLEAR */
#clear{
	clear: both;
}

/* FOOTER */
#footer{
	height: 48px;
	background-image: url("../images/footer-bg.gif");
	text-align: center;
}
#footer p{
	color: #707070;
	margin: 0;
	padding-top: 15px;
}

/* PAGINATION */
.paginationControl {
	clear: right;
	text-align: center;
	padding-top: 15px;
	background-color: white;
}
.paginationControl a,
.paginationControl span{
	padding: 5px;
	/*
	background-color: #c6c6c6;
	color: white;
	*/
	text-decoration: none;
	text-align: center;
	margin: 0 5px;
}
.paginationControl span{
	background-color: #e2e2e2;
}
.paginationControl a:hover{
	background-color: #aaaaaa;
	color: black;
}

/* AUTHOR CARD */
#content .author_card b a{
	display: block;
	padding: 6px;
	padding-left: 20px;
	color: black;
	text-decoration: none;
	margin-bottom: 20px;
	background: white url("../images/b-stripe-bg.gif") no-repeat top left;
}
#content .author_card b a.comb{
	background: white url("../images/comb-stripe-bg.gif") no-repeat top left;
}
#content .author_card b a.ks{
	background: white url("../images/g-stripe-bg.gif") no-repeat top left;
}
#content .author_card b a:hover{
	background-color: #efefef;
}
#content .big_letter{
	font-weight: bold;
	font-size: 16px;
	padding: 6px 0;
}

#hudebni_filter{
	height: 40px;
}
#hudebni_filter label{
	display: none;
}
#hudebni_filter #composer,
#hudebni_filter #item_name{
	width: 235px;
}
#hudebni_filter #composer,
#hudebni_filter #item_name,
#hudebni_filter #genre{
	border: 1px solid black;
	padding: 3px;
	float: left;
	margin-right: 10px;
}
#hudebni_filter #genre{
	padding: 2px;
}
#hudebni_filter #filter{
	color: white;
	background-color: #707070;
	border: 0;
	float: right;
	padding: 3px 20px;
	position: relative;
	top: -18px;
}

#literarni_filter{
	height: 40px;
}
#literarni_filter label{
	display: none;
}
#literarni_filter #last_name{
	width: 500px;
}
#literarni_filter #last_name,
#literarni_filter #status{
	border: 1px solid black;
	padding: 3px;
	float: left;
	margin-right: 10px;
}
#literarni_filter #status{
	padding: 2px;
}
#literarni_filter #filter{
	color: white;
	background-color: #707070;
	border: 0;
	float: right;
	padding: 3px 20px;
	position: relative;
	top: -18px;
}

#authors_filter{
	height: 40px;
}
#authors_filter label{
	display: none;
}
#authors_filter #autor{
	
}
#authors_filter #title,
#authors_filter #orig_title,
#authors_filter #genre,
#authors_filter #sort,
#authors_filter #autor{
	border: 1px solid black;
	padding: 3px;
	float: left;
	margin-right: 10px;
	width: 110px;
}
#authors_filter #filter{
	color: white;
	background-color: #707070;
	border: 0;
	float: right;
	padding: 3px 20px;
	position: relative;
	top: -16px;
}

#synopsis_filter{
	height: 40px;
	position: relative;
}
#synopsis_filter label{
	display: none;
}
#synopsis_filter #translated-element{
	margin-top: 8px;
}
#synopsis_filter #translated-label label{
	display: block;
	position: absolute;
	left: 24px;
	top: 26px;
}
#synopsis_filter #title_name,
#synopsis_filter #orig,
#synopsis_filter #casting,
#synopsis_filter #autor{
	width: 85px;
}
#synopsis_filter #title_name,
#synopsis_filter #orig,
#synopsis_filter #casting,
#synopsis_filter #order_by,
#synopsis_filter #rubric,
#synopsis_filter #autor{
	border: 1px solid black;
	padding: 3px;
	float: left;
	margin-right: 10px;
}
#synopsis_filter #order_by,
#synopsis_filter #rubric{
	padding: 2px;
}
#synopsis_filter #filter{
	color: white;
	background-color: #707070;
	border: 0;
	float: right;
	padding: 3px 20px;
	position: relative;
	top: -18px;
}

#newsletter #main__category,
#newsletter #main__first_name,
#newsletter #main__surname,
#newsletter #main__mail{
	border: 1px solid black;
	padding: 6px;
	width: 350px;
	margin-bottom: 14px;
}
#newsletter #submit{
	background-color: #707070;
	border: 0;
	color: white;
	padding: 8px 60px;
}

#employee_detail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#synopsis_detail h1 span{
	font-weight: normal;
	font-size: 12px;
}

#staticCrumbs{
	padding-left: 20px;
	padding-bottom: 5px;
	position: relative;
	top: -10px;
}

#order_synopsis{
	background-color: #336698;
	padding: 8px 30px 8px 4px;
	color: white;
	text-decoration: none;
	margin-top: 16px;
}

.orangeButton{
	display: block;
	background-color: #ca6828;
	color: white;
	padding: 5px;
	text-decoration: none;
	margin-top: 20px;
}

#content .contactBookholder{
	height: 2300px;
}
#content .contactBook{
	position: absolute;
	width: 736px;
}
#content .contactBook a{
	display: block;
	text-decoration: none;
	clear: left;
}
#content .contactBook a:hover{
	background-color: #ededed;
}
#content .contactBook a span{
	display: block;
	float: left;
	padding: 8px;
	color: black;
}
#content .contactBook a span.name{
	width: 180px;
	background: url("../images/left_menu-border.gif") repeat-y top right;
}
#content .contactBook a span.position{
	width: 177px;
	text-align: right;
	/*overflow: hidden;*/
	/*height: 14px;*/
	padding-left: 18px;
	background: url("../images/left_menu-border.gif") repeat-y top right;
}
#content .contactBook a span.phone{
	width: 170px;
	text-align: right;
	background: url("../images/left_menu-border.gif") repeat-y top right;
}
#content .contactBook a span.mail{
	text-align: right;
	float: none;
}

