@import url("thickbox.css");
/* ---------------------------------------------------------------
Default Style Sheet
author: Martin Vach
email: info@vades.cz
website: www.vades.cz
--------------------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}
/* ... Body ... */
body
{
	font-family: "verdana", "arial ce", "helvetica ce", verdana, arial, helvetica, sans-serif;
  font-size: 75%;
	color: #333333;
	background: #0F7BE7 url(../images/bcg-body.jpg) repeat-x;
	text-align: center;
	line-height: 1.5em;
}
table
{
	width: 100%;
}
table, th, td
{
	font-size: 100%;
}
td
{
	vertical-align: top;
}
h1,#IndexCategory_H4
{
	font-size: 180%;
	margin: 15px 0 20px 0;
	padding-left: 25px;
	font-weight: normal;
	color: #0A58A4;
	background: url(../images/bcg-h1.png) no-repeat 0 50%;
}
#IndexMain h1
{
	background: 0 none;
	padding-left: 0;
}
h2
{
	font-size: 130%;
	margin: 20px 0 5px 0;
	color: #0E7AE7;
}
h3
{
	font-size: 110%;
	margin-top: 10px;
	padding: 0;
}
/* ... Links ... */
a{color: #084886;}
a:hover{color: #0D76DF;}
.MoreLink
{
	padding-right: 15px;
	margin-left:  10px;
	font-weight:  bold;
	text-decoration:  none;
	background: url(../images/bcg-h4.png) no-repeat 100% 50%;
}
a.MoreLink:hover
{
	text-decoration:  underline;
	
}
/* ... Text ... */
#Content p
{
	margin-bottom: 10px;
}
.Perex, #CategoryPerex
{
	font-weight: bold;
}
.BoldText
{
	font-weight: bold;
}
.CenterText
{
	text-align: center;
}
/* ... List ... */
#Content ul li
{
	margin-left: 15px;
}
/* ... Help ... */
.NoScreen
{
  display: none;
}
hr.Cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
#Counter
{
	display: none;
	text-align: center;
}
/* ... Messages ... */
.ErrorMessage
{
	color: red;
  margin: 20px 0;
  font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px red;
	background: #FFF url(../images/message-error.png) no-repeat 10px 50%;
}
.WarMessage
{
	color: #FF9900;
  margin: 20px 0;
  font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px #FF9900;
	background: #FFF url(../images/message-war.png) no-repeat 10px 50%;
}
.OkMessage
{
	color: #009966;
  margin: 20px 0;
	font-size: 110%;
	font-weight: bold;
	border: solid 2px #009966;
	padding: 17px 10px 17px 60px;
	background: #FFF url(../images/message-ok.png) no-repeat 10px 50%;
}
.DeveloperMess
{
	margin: 20px 0;
	font-size: 150%;
	padding: 10px;
	border: 1px solid #CCC;
}
/* ... Images ... */
a img
{
	border: 0 none;
}
.img-left
{
	float: left;
	margin-right: 15px;
}
.img-right
{
	float: right;
	margin-left: 15px;
}
.ListBlock img
{
	float: right;
	margin-left: 15px;
}
#DetailBlock img
{
	float: left;
	margin-right: 15px;
}
/* //////////////////////////////// LAYOUT //////////////////////// */
#Page, #Header, #Navigation, #FooterIn,#FooterText, #BottomBar
{
	width: 960px;
	margin: 0 auto;
}
/* ... Page ... */
#Page
{
	padding-bottom: 30px;
	background: #EAEEEF url(../images/bcg-page.jpg) repeat-y;
}
#PageIn
{
	text-align: left;
	padding: 20px 0;
	/*background: #FFF url(../images/bcg-page-in.jpg) repeat-x;*/
	
}
#PageIndex #PageIn 
{
	padding: 0 !important;
	/*background: #FFF url(../images/bcg-page-in.jpg) repeat-x;*/
	
}
/* ... Top Bar ... */
#TopBar
{
	height: 30px;
}
/* ... Header ... */
#Header
{
	height: 190px;
	text-align:  left;
	line-height: 33px;
}
#HeaderBlock
{
	position: relative;
	width: 300px;
	left:  650px;
	font-size: 9px;
	color: #0081FF;
	top: 20px;
	text-align:  right;
}
.Icons a
{
	color: #0081FF;
	text-decoration: none;
	padding-left: 15px;
}
.Icons a:hover
{
	color: #FFF;
}
.IconPrint{ background: url(../images/icon-print.gif) no-repeat;}
.IconContact{ background: url(../images/icon-contact.gif) no-repeat;}
.IconHome{ background: url(../images/icon-home.gif) no-repeat;}

#HeaderLogo
{
	padding-left: 50px;
}
#NoLogo
{
	height: 50px;
}
#HeaderName
{
	font-size:  30px;
	padding-left: 50px;
	width: 80%;
}
#HeaderSlogan
{
	font-size:  18px;
	padding-left: 50px;
	font-style:  italic;
	width: 80%;
}
/* ... Navigation... */
#Navigation
{
	width: 960px;
	height: 50px;
	line-height: 50px;
	background: #FFF url(../images/bcg-navi.jpg) repeat-x;
}
#Navigation li
{
  list-style: none;
  float: left;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  border-right: solid 1px #C2C2C2;
}
#Navigation li a
{
  display: block;
  float: left;
	text-decoration: none;
  color:#4F4F4F;
  padding: 0 15px;
}
#Navigation li:hover
{
	background: #021FB9;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#Navigation a:hover
{
	color: #FFF;
}
#Navigation .CurPage a{color: #FAF333;}
#Navigation li.CurPage{background: #083A6C url(../images/bcg-gradient-color.jpg) repeat-x;}
#Navigation li.CurPage:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
/* ... Content layout ... */
#ContentBox
{
	float: right;
	width: 760px;
}
.Layout_web2 #ContentBox
{
	float: left;
	width: 760px;
}
#Content
{
	float: left;
	width: 560px;
}
.Layout_lc #Content
{
  width: 700px;
	float: right;
}
.Layout_cr #Content
{
  width: 700px;
	float: left;
}
.Layout_c #Content
{
	width: 960px;
	float: left;
}
#ContentIn
{
	margin: 0 20px;
}

/* ... Bar ... */
#Bar
{
	float: left;
	width: 200px;
}
.Layout_web2 #Bar
{
  float: right;
}

.Layout_lc #Bar
{
	width: 260px;
}

#BarIn
{
	padding: 0 10px;
}

/* ... Secondary ... */
#Secondary
{
	float: right;
	width: 200px;
	padding-bottom: 132px;
	background: url(../images/bcg-right.png) no-repeat 50% 100%;

}
.Layout_cr #Secondary
{
	width: 260px;
}

#SecondaryIn
{
	padding: 0 10px;
}
/* ... Content items ... */
#BreadCrumb
{
	font-size: 80%;
	text-transform:lowercase;
	line-height: 15px;
	font-weight: bold;
	color: #8F8F8F;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #C5C5C5;
	
}
#BreadCrumb a
{
	font-weight: normal;
	color: #8F8F8F;
}
#BreadCrumb a:hover{color: #021FB9;}
.SearchTerm
{
	padding: 5px;
	margin: 10px 0;
	background: #E0E0E0;
}
/* ... Articles ... */
.ArticlePanel
{
  margin: 10px 0;
  border-bottom: solid 1px #ECF4F6;
  padding: 5px;
}
.ArticlePanel span
{
  padding-left: 15px;
  margin-right: 15px;
  font-style: italic;
  color: #666;
}
.ArticlePanel a
{
  	color: #EC921A;
}
.ArticlePanel a:hover
{
  	color: #7DC011;
}
.ArticlePanelDate
{
  background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
}
.ArticlePanelAuthor
{
  background: url(../images/bcg-panel-author.png) no-repeat 0 50%;
}
.ArticlePanelCategory
{
  background: url(../images/bcg-panel-category.png) no-repeat 0 50%;
}
.ArticlePanelVisit
{
  background: url(../images/bcg-panel-visit.png) no-repeat 0 50%;
}

.ListBlock, #IndexCategory
{
	padding: 10px 0;
	background: url(../images/bcg-page-shadow.jpg) no-repeat ;
	
}

.ListBlock h2 a
{
	text-decoration:  none;
	color: #0C58A6;
	
}


.ListBlock img, .DetailBlock img
{
	border:  solid 2px #D8D8D8;
	padding:  5px;
}

/* ... Catalog and Gallery ... */
.CatalogGallery img,.ListGallery img
{
	margin: 6px;
	border:  solid 2px #D8D8D8;
	padding:  5px;
}
.CatalogGallery img:hover, .ListGallery img:hover{border: solid 2px #0D76DF;}

/* ... Tables ... */
#DownloadTable .EvenRow
{
	background: #F0F0F0;
}
#DownloadTable td
{
	padding:  10px;
	border:  solid 1px #E2E2E2;
}
#DownloadTable tr:hover
{
	background: #ABD3F7;
}
#DownloadTable td h3
{
	margin-top: 0 !important;
	margin-bottom:  5px;
	background: url(../images/bcg-download.png) no-repeat;
	line-height: 32px;
}
#DownloadTable td h3 a,#DownloadTable td .DownloadDes
{
	padding-left: 40px;
}
.ContactMap
{
	width: 300px;
	float:  right;
	padding: 10px;
	border:  solid 2px #DDE1E2;
}
/* ... Pagination ... */
.Pagination
{
	margin-top: 20px;
  text-align: center;
}
.Pagination a
{
	text-decoration: none;
}
.Pagination a:hover
{
	text-decoration: underline;
}
.Pagination .pagenumlink
{
	padding: 3px;
border: solid 1px #021FB9;
}
.Pagination span
{
	padding: 3px;
	color: #FFF;
	background: #021FB9;
	border: solid 1px #021FB9;
}
.Pagination p
{
	margin-bottom: 10px;
}

/* ... Bar and Secondary blocks and categories ... */
#Bar .BlockDiv, #Secondary .BlockDiv
{
	margin-bottom: 15px;
}

#Secondary h4,#Bar h4
{
	font-size: 110%;
	margin-bottom: 5px;
	background: url(../images/bcg-h4.png) no-repeat 0 50%;
	line-height: 20px;
	padding-left: 20px;
	color:  #585959; 
}
#SideNews_H4
{
	background: url(../images/bcg-sidenews.png) no-repeat 0 50% !important;
}

#Secondary li, #Bar li
{
  list-style: none;
  line-height: 2em;
  border-bottom: solid 1px #DDE1E2;
  padding-left: 15px;
  background: url(../images/bcg-menu.png) no-repeat 0 50%;
}
#Bar a, #Secondary a
{
    text-decoration: none;
}
#Bar a:hover, #Secondary a:hover
{
    text-decoration: underline;
}
#Bar li.CurPage, #Secondary li.CurPage
{
    background:#084886;
}

#Bar li.CurPage a, #Secondary li.CurPage a
{
    font-weight: bold;
    color: #FAF333;
}

#Secondary .BlockType_produkty, #Secondary .BlockType_box
{
	padding-top:  15px;
	background: url(../images/right-bcg.jpg) no-repeat;
}

/*#Secondary .BlockType_box
{
	padding: 15px 7px 7px 7px;
	border: solid 1px #DADEDF;
}
*/

#Bar #BlockSearch, #Secondary #BlockSearch
{
	padding:  0 !important;
	border: 0 none;
}
.NewsDate
{
	font-weight:  bold;
	padding-left: 20px;
	background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
}
.NewsTitle
{
	font-weight: bold;
	margin-top: 7px;
}

.NewsSummary
{
	margin-bottom: 15px;
	padding-bottom:  10px;
	border-bottom:  solid 2px #DDE1E2;
}


/* ... Footer ... */
#Footer
{
	font-size: 11px;
	clear: both;
	
  height: 130px;
  background: #0A58A3 url(../images/bcg-footer.jpg) repeat-x;
  color: #61A6E7;
}
#FooterIn
{
	background: #EAEEEF url(../images/bcg-page.jpg) repeat-y;
  height: 30px;
}
#FooterIcons
{
	padding-top:  40px;
	width: 40%;
	float:right;
	text-align: right;
	
}
#FooterText
{
	padding-top:  40px;
	width: 40%;
	float:left;
	text-align: left;
}
#Footer a, #FooterText a, #Created a
{
 color: #61A6E7;
 text-decoration:  none;
}

#Footer a:hover, #FooterText a:hover, #Created a:hover
{
	color: #FFF;
}
#Created
{
	font-size:  11px;
	clear: both;
}
/* ... Form ... */
.ContentForm
{
  border: solid 2px #ABD3F7;
  background: #0F7BE7 url(../images/bcg-silver-gradient.jpg) repeat-x;
  padding: 10px;
}
fieldset
{
  border: 0 none;
  padding:  10px;
}
.ContentForm label
{
  display: block;
  color: #FFF;
  /*float: left;*/
  width: 98%;
  /*margin-bottom: 10px;*/
}
.ContentForm fieldset input,.ContentForm fieldset textarea
{
  display: block;
  /*float: left;*/
  width: 98%;
  border: solid 2px #0F7BE7;
  padding: 5px;
  margin-bottom: 10px;
  background: #F6F6F6 url(../images/bcg-input.jpg) repeat-x;
}

.ContentForm fieldset input:hover,.ContentForm fieldset textarea:hover,.SearchInput:hover {border: solid 2px #FBF434;}
.SearchInput
{
  border: solid 2px #32BCE3 !important; 
	color: #084886 !important;
  padding: 3px;
  width: 170px;
  background: #F6F6F6 url(../images/bcg-input.jpg) repeat-x;
}
.SearchInput:hover {border: solid 2px #FFF736 !important;}
.BtnSubmit,.BtnSearch
{
	background: url(../images/bcg-btn.jpg) repeat-x;
	height:  30px;
	padding: 0 5px;
	color:  #FFF438;
	font-weight:  bold;
	cursor:  pointer;
	border:solid 2px #FFF438;
	margin-top: 10px;
}
#Header .BtnSearch
{
	width: 27px;
	height:27px;
	background: url(../images/btn-search.gif) no-repeat 50% 50%;
	border:  0 none !important;
	margin-left: 10px;
}
.BtnSubmit:hover,.BtnSearch:hover
{
	color: #FFF438;
	border: 2px solid red;
}
#Header .BtnSearch:hover
{
	background: url(../images/btn-search-off.gif) no-repeat 50% 50% !important;
}

.IsRequired
{
  font-weight: bold;
}
label.error {
  /*margin-left: 10px;*/
  width: 100% !important;
  /*width: auto !important;*/
  display: block !important;
  color: red !important;
}

.Element .Hightlight {
	border:2px solid red;
	background: url(../images/iconCaution.gif) no-repeat 100% 2px ;
}
.Loading 
{
	/*float:right; */
	margin: 0 auto;
	background: #D5FFBF url(../images/ajax-loader.gif) no-repeat 50% 50%; 
	width: 200px;
	height: 100px;
	display:none;
	text-align: center;
	line-height: 50%;
	padding: 20px;
}
.Done
{
	display:none;
}

/* ... Homepage ... */
#IndexMain
{
  font-size: 110%;
  padding: 20px 20px 20px 420px;
	background: #0A59A6 url(../images/bcg-index-main.jpg) no-repeat;
  color: #E5F9FF !important;
  margin-bottom: 20px;
 font-size: 140%;
 height:  280px;
 line-height: 1.6em;
  
}
#IndexMain img{padding: 5px;}
#IndexMain h1, #IndexMain h2, #IndexMain h3, #IndexMain h4, #IndexMain a{color: #FFF633;}
#IndexMain a:hover{color: #FFF;}
#IndexMain img{padding: 5px; border: solid 1px #B7C0EB;}

.IndexCatImg
{
	float:  left;
	margin: 7px;
	border:  solid 2px #ABD3F7;
	background: #0A59A6;
	line-height: 1.4em;
}
.IndexCatImg:hover{border: solid 2px #0A59A6;}

.IndexCatImg p
{
	padding:  5px;
	background: url(../images/bcg-h1.png) no-repeat 95% 50%;
	background: url(../images/bcg-h4.png) no-repeat 95% 50%;
}
.IndexCatImg p a
{
	text-decoration:  none;
	
	color: #E5F9FF;
	font-weight: bold;
}
.IndexCatImg p a:hover
{
	color: #FFF633;
}

/* ... Bcg Images ... */
.IndexCatBlock
{
	float:  left;
	padding-bottom: 50px;
	background: url(../images/mravenec-katalog.png) no-repeat 90% 100%;
}
#DownloadBlock
{
	padding-right: 200px;
	background: url(../images/download-kobylka.png) no-repeat 100% 100%;
}


