#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}

.prettyPopin {
	display: none;
	overflow: hidden;
	position: absolute; z-index: 11000;
	top: 50%; left: 50%;
	/* background: #EE0000 url(../images/prettyPopin/popinLeft.gif) bottom left no-repeat; */ /* robert */
	background: #ffffff; /* robert */
	font: normal 11px/14px Verdana; /* robert */
}

.prettyPopin a#b_close {
	display: none;
	position: absolute; z-index: 2;
	top: 10px; right: 13px;
	width: 41px; height: 9px;
	text-indent: -10000px;
	/* background: url('http://www.perfora.sk/typo3conf/ext/rtginfoper/res/b_close.gif') bottom left no-repeat; */
}

.prettyPopin .prettyContent {
	position: relative;
	width: 100%; height: 100%;
	font-size: 1.2em;
	text-align: left;
	/* background: #EE0000 url(../images/prettyPopin/popinRight.gif) bottom right no-repeat; */ /* robert */
}

.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	/* padding: 20px 15px 15px 15px; */
	padding: 0;
	border: solid 2px #27416E;
}

.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%; left: 50%;
	margin: -14px 0 0 -14px;
}

/* Robert, 2010 */

a.btnPopin {
	display: block;
	float: right;
	width: 184px;
	height: 23px;
	text-decoration: none;
	background: url('iconSamplesGallery.gif') no-repeat 0 0;
}

.sampleHeader {
	padding: 12px 17px 10px 17px;
	background: #27416E;	
}

.sampleHeader h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

a#sampleClose {
	display: block;
	position: absolute;
	z-index: 3;
	top: 16px;
	right: 17px;
	width: 200px;
	height: 16px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	padding-right: 25px;
	background: url('iconSampleClose.gif') no-repeat right top;
}

.sampleItemContent {
	float: left;
	width: 290px; /* 300 */
}

.sampleItemContentInner {
	padding: 20px 15px 10px 17px;
}

.sampleItemContent h2, .sampleItemContent h3 {
	color: #222222;
}

.sampleItemImage {
	float: right;
	width: 600px;
}

.sampleItemImage img.top_right_image {
	margin-bottom: 0; 
}

.sampleFooter {
	float: none;
	clear: both;
	color: #FFFFFF;
	padding: 8px 17px 9px 17px; /* 14px 17px 12px 17px */
	background: #EE9F00;
}

.sampleFooter div, .sampleFooter a {
	color: #FFFFFF;
	text-decoration: none;
}

.sampleFooterLeft {
	float: left;
	width: 290px;
}

.sampleFooterCenter {
	float: left;
	width: 270px;
}

.sampleFooterRight {
	float: right;
	width: 280px;
}

.sampleFooterLeft { text-align: left; padding-top: 6px; }
.sampleFooterCenter { text-align: center; }
.sampleFooterRight { text-align: right; padding-top: 6px; }

.sampleFooterLeft a {
	padding-left: 21px;
	background: url('iconSamplePrev.gif') no-repeat left top;
}

.sampleFooterCenter a {
	display: block;
	padding-left: 32px;
	padding-top: 6px;
	padding-bottom: 4px;
	background: url('iconSamplePreview.gif') no-repeat left top;
}

.sampleFooterRight a {
	padding-right: 21px;
	background: url('iconSampleNext.gif') no-repeat right top;
}

.sampleClearer {
	float: none;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.sampleLine {
	float: none;
	clear: both;
	height: 2px;
	line-height: 0;
	font-size: 0;
	background-color: #27416E;
	border-bottom: solid 2px #27416E;
}



