@charset "utf-8";
.TxtWhite {
	color: #FFFFFF;
}
.TagTable {
	background-color: #DBE4EA;
	border: 1px solid #7198AC;
	font-size: 10px;
	color: #7198AC;
	padding: 5px;
}
.PageTitle {
	font-size: 15px;
	font-weight: bold;
	color: #19456a;
}
.MainWindow {
	padding: 5px;
}
.RevijaLink {
	font-weight: bold;
	color: #666600;
	text-decoration: underline;
}

.RevijaTitle {
	font-size: 14px;
	font-weight: bold;
	color: #89892E;
}
.TxtSize10 {
	font-size: 10px;
}


.RightWindow {
	padding: 5px 2px 5px 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.BorderUp1 {
	background-color: #F8F8F8;
	border: 1px solid #F0F0F0;
}

.BannerBorder1 {
	border: 1px solid #E1E9ED;
}
.AdvertisingNotice {
	font-size: 10px;
	color: #CCCCCC;
}
.BoxNewsDesc {
	color: #666666;
	text-decoration: none;
}

.Date {
	font-size: 11px;
	color: #7198AC;
}
.BoxNewsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #354E5B;
	padding-top: 3px;
	padding-left: 0px;
}
.BoxNewsPadding {
	padding: 4px;
}
.BoxNewsTitle1 {
	font-size: 12px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
}
.BoxForm1PaddingBorder {
	padding: 7px;
	border: 1px dotted #CCCCCC;
}

.BoxNewsMoreinfo {
	color: #FF3300;
	text-decoration: none;
}
.BorderAllLightRed {
	padding: 5px;
	border: 1px solid #CC3300;
}
.BorderAllLightGreen {
	padding: 5px;
	border: 1px solid #009900;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a {
	text-decoration: underline;
	color: #14659C;
}

ul#seznam_prodaja{
	line-height: 1.5em;
}

ul#seznam_prodaja a{
    color: #808080;
	
}

.TxtRed {
	color: #FF0000;
}
.BoxArticleTitle {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.CellPadding5 {
	padding: 5px;
}

.BoxArticleDesc {
	color: #666666;
	text-decoration: none;
}
.BoxArticleMoreinfo {
	color: #9C8A41;
	text-decoration: none;
}
.ArticleTitle {
	font-size: 14px;
	font-weight: bold;
	color: #89892E;
}
.ArticlePagePicture {
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px none #CCCCCC;
}
.ArticleMainMagPicture {
	padding-bottom: 5px;
	border: 1px none #CCCCCC;
	padding-right: 5px;
}
.BorderPhpotogaleryList {
	border: 1px solid #E1E9ED;
}
.PicturePd5pxLeft {
	padding-right: 5px;
}
.AdvertTxt14blue {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.TitleBox1 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #cccc66;
	padding: 3px;
}
.TitleBox2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #66b011;
	padding: 3px;
}



/* COOKIE PANEL */
.aligncenter{
	text-align:center;
}
h2.subtitle{
	color: #14659C;
    font-size: 16px;
    margin: 15px 0;
}
.cookie_panel{
	border: 1px solid #282828;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 19px #000000;
	background:#FFFFFF;
	padding:20px 15px;
	width:300px;
	height:200px;
	color:#282828;
	line-height:1.45em;
	font-size:12px;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
}
	.cookie_panel a{
		color:#14659C;
		border-bottom:1px dotted #14659C;
		text-decoration:none;
	}
		.cookie_panel a:hover{
			border-bottom:0;
		}
.cookie_buttons{
	margin: 25px 0;
}
.cookie_panel input[type='button'],
form#cookies input[type='submit']{
	background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #282828;
    font: bold 12px "helvetica neue",helvetica,arial,sans-serif;
    margin-left: 10px;
    padding: 8px 0 9px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 120px;
	cursor:pointer;
}
	.cookie_panel input[type='button']:hover,
	form#cookies input[type='submit']:hover{
		background:#14659C;
		border:1px solid #555555;
		color:#ffffff;
		text-shadow:none;
	}
table.cookies{
	font-size:12px;
}
	table.cookies th{
		text-align:left;
		padding:5px;
		line-height:1.45em;
	}
	table.cookies td{
		padding:5px;
		line-height:1.45em;
	}