body, input, table, td, tr{
	/*font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;*/
	font-family: Georgia,serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

body.telo{
	padding: 0px; margin: 0px;
	background-color: #bd0008;
	background: url(../media/images/background.png) repeat;
}

#detail-image{
	padding: 0px;
	margin: 0px;
	width: 644px;
	text-align: left;
	position: absolute;
	top: 50px;
	left: 90px;
}

#detail-image a{
	font-size: 12px;
	background-color: #bd0008;
	color: #dddd1a;
	text-align: left;
	/* background: url(../media/images/original-download.png) no-repeat; */
	/*background-color: green;*/
}

#detail-image img{
	padding: 0px;
	margin: 0px;
	/*border: 2px solid #dddd1a;*/
	border: 1px solid #828028;
}


h1, h2 {
	display: none;
}

#thumbnail-images{
	width: 72;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 10px;
}

#thumbnail-images .thumbnail{
	width: 72px;
	height: 56px;
	text-align: right;
}

#thumbnail-images .thumbnail-selected{
	width: 72px;
	height: 56px;
	text-align: right;
}

#thumbnail-images .thumbnail img{
	border: 1px solid #828028;
}

#thumbnail-images .thumbnail img:hover{
	border: 1px solid #dddd1a;
}

#thumbnail-images .thumbnail-selected img{
	border: 1px solid #dddd1a;
}

/* predhozi stranka */

#prev-page{
	display: block;
	width: 189px;
	height: 36px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../media/images/prev-page-inactive.gif) repeat;
}
#prev-page a{
	display: block;
	width: 189px;
	height: 36px;
	background: url(../media/images/prev-page-active.gif) repeat;
}
#prev-page span.text{
	display: none;
}

/* predhozi fotka */

#prev-detail{
	display: block;
	width: 164px;
	height: 36px;
	position: absolute;
	top: 10px;
	left: 209px;
	background: url(../media/images/prev-detail-inactive.png) repeat;
}
#prev-detail a{
	display: block;
	width: 164px;
	height: 36px;
	background: url(../media/images/prev-detail-active.png) repeat;
}
#prev-detail span.text{
	display: none;
}

/* dalsi fotka */

#next-detail{
	display: block;
	width: 112px;
	height: 31px;
	position: absolute;
	top: 10px;
	left: 383px;
	background: url(../media/images/next-detail-inactive.png) repeat;
}
#next-detail a{
	display: block;
	width: 112px;
	height: 31px;
	background: url(../media/images/next-detail-active.png) repeat;
}
#next-detail span.text{
	display: none;
}

/* dalsi stranka */

#next-page{
	display: block;
	width: 137px;
	height: 31px;
	position: absolute;
	top: 10px;
	left: 505px;
	background: url(../media/images/next-page-inactive.png) repeat;
}
#next-page a{
	display: block;
	width: 137px;
	height: 31px;
	background: url(../media/images/next-page-active.png) repeat;
}
#next-page span.text{
	display: none;
}

/* paticka */
#page-foot{
	padding: 2px;
	text-align: center;
	color: #828028;
	width: 200px;
	height: 422px;
	vertical-align: top;
	/* background-color: #828028; */
	border: 1px solid #828028;
	position: absolute;
	left: 743px;
	top: 50px;
}

#page-foot a{
	display: block;
	padding-top: 20px;
	color: #828028;
}
