/* reklamni pop-up */
div#reklama {
	background-color: #1b2769;
	position: absolute;
	top: 200px;
	left: 250px;
	width: 400px !important;
	width: 420px;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	border: 5px solid #fff;
	filter: alpha(opacity=98);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
	div#reklama a {
		color: #fcb423;
		font-size: 9pt;
		font-weight: bold;
	}
	div#reklama a:hover, div#reklama a:focus {
		color: #fcb423;
		font-size: 9pt;
		font-weight: bold;
	}
	div#reklama a.close {
		display: block;
		padding: 2px;
		text-align: right;
		font-weight: bold;
		font-size: 9pt;
		color: #fcb423;
	}
	div#reklama a.close:hover, div#reklama a.close:focus {
		color: #fcb423;
		font-size: 9pt;
		font-weight: bold;
	}
	div#reklama h4 {
		font-size: 13pt;
		margin: 0 0 10px 0;
		padding: 2px 0 15px 0;
		border-bottom: 1px solid #fff;
		text-align: center;
		background-color: #1b2769;
		color: #fff;
	}
	div#reklama h5 {
		font-size: 10pt;
		margin: 0 0 10px 0;
		padding: 0;
		color: #02C805;
		text-align: center;
	}
	div#reklama p {
		padding: 0 0 10px 0;
		color: #fff;
		text-align: center;
	}
	div#reklama ul {
		margin-bottom: 10px;
	}
		div#reklama ul li {
			margin-left: 30px;
			list-style-type: square;
		}
/* reklamni pop-up */
