/* CSS Document */
a {
	color: #FF6600;
}
a:hover {
	color: #333399;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat;
	font-size: 10pt;
}
h1 {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 130px;
	height: 130px;
}
h1 em {
	visibility: hidden;
} 
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
h2 {
	position: absolute;
	top: 170px;
	left: 110px;
	color: #586C98;
	width: 345px;
	text-align: center;
	font-size: 160%;
	margin: 0;
	padding: 0;
	font-style: italic;
	line-height: 140%;
}
h3 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #003366;
	color: #003366;
}
td,th {
	font-size: 9pt;
	text-align: left;
}

#top,#document-body,#footer {
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#top {
	position: relative;
	height: 244px;
	background-image:  url(img/top.jpg);
	background-repeat: no-repeat;
}

#document-body {
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-y;
}
#footer {
	height: 104px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 80%;
}
#footer p {
	padding: 10px 50px 0 0;
	color: #666666;
}
#footer a {
	color: #333333;
}
.document-content {
	margin: 0 55px 0 260px;
	padding: 0;
	text-align: left;
}
.document-content p {
	margin: 0; 
	padding: 0 0 2ex 0;
}

/* TOP MENU */
.menu {
	position: absolute;
	text-align: left;
	top: 90px;
	left: 500px;
	list-style-type: none;
	font-style: italic;
	font-size: 9pt;
}
.menu1 {
	position: relative;
	left: -10px;
}
.menu a {
	display: block;
	text-decoration: none;
	color: #706C70;
	font-weight: bold;
	background-image: url(img/gray_arrow_right.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	width: 100%;
	margin-bottom: 0.5ex;
}
.menu a:hover {
	color: #FF6600;
	background-position: 4px 0;
}

/* NAVIGATION COLUMN */
.navigation {
	float: left;
	width: 170px;
	_width: 209px;
	text-align: left;
	padding: 0 0 0 40px;
	font-size: 11pt;
}
.navigation h3 {
	font-size: 90%;
	color: white;
	padding: 2px 10px 2px 10px;
	margin: 0;
	background-image: url(img/button.gif);
	border: none;
}
.navigation p {
	font-size: 10pt;
	padding: 10px 0 20px 10px;
	margin: 0;
	color: #666666;
}
.navigation-categories {
	padding: 0 0 3ex 3px;
	list-style-type: none;
	margin: 2ex 0 0 0;
	font-size: 15px;
}
.navigation-categories a {
	display: block;
	width: 100%;
	padding-bottom: 1.8ex;
	background-image: url(img/cat_arrow_right.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #FF6600;
}
.navigation-categories a:hover {
	background-position: 3px 0;
	color: #6080B8;
}


/* REALITY ITEM */
.item {
	position: relative;
	height: 190px;
}
.item img {
	border: 5px solid #D8D4D8;
}
.item-photo {
	float: left;
	margin-right: 15px;
}
.item-photo-2 {
	float: right;
	margin-left: 15px;
}

.item-data {
	font-size: 90%;
	color: #666666;
}
.item-data strong {
	color: black;
}
.item-title {
	border-bottom: 2px solid #FF6600;
	border-right: 4px solid #FF6600;
	color: #607CB8;
	padding: 10px;
}
.item-title a {
	color: #607CB8;
	text-decoration: none;
}
.item-title a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-style: italic;
}
	
/* DETAIL */
.photos {
	padding: 0 35px 0 30px;
	margin-left: 535px;
}
.description {
	float: left;
	width: 290px;
	margin-left: 40px;
	margin-right: 35px;
	text-align: left;
}
.description h3,p {
	margin-top: 0;
	padding-top: 0;
}
.photos p,h3 {
	margin-top: 0;
}
.photos h3 {
	color: #9D9D9D;
	font-size: 110%;
}
.photos img {
	border: 3px solid #D8D4D8;
}
.main-photo {
	margin: 20px 0 20px 0;
	border: 1px solid #A0A0A0;
}
.detail-datas {
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
	text-align: left;
}
.detail-datas td,th {
	background: #90A0C8;
	padding: 2px 4px 2px 4px;
	color: white;			
}
.detail-datas td {
	font-size: 9pt;
	width: 80px;
}
.detail-datas td {
	font-size: 9pt;
}
.send-info-note {
	font-size: 80%;
	font-style: italic;
	color: #666666;
}
.send-info-form {
	padding: 15px;
	background: #FFDFBF;
	border: 1px solid #FFC080;	
}
.send-info-form th {
	background: #FFDFBF;
	color: #996600;
	width: 90px;
}

.cleaner {
	clear: both;
	visibility: hidden;
	margin: 0; padding: 0;
}
.admin {
	list-style-type: none;
	color: green;
}
.admin a {
	background-image: none;
	color: green;
	font-weight: bold;
	font-size: 9pt;
}
.logout {
	position: absolute;
	text-align: left;
	top: 50px;
	left: 650px;
	list-style-type: none;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
}
.podpis {
	float: right;
}
.new-items h3 {
	color: red;
	border-bottom: 2px solid red;
}
.new-items a {
	display: block;
	text-align: center;
	width: 190px;
	float: left;
	height: 200px;
	background: #FFDFBF;
	margin: 0px 10px 20px 10px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #FFC080;
	color: red;	
}
.new-items a:hover {
	background: #FFC47F;
	border: 1px solid #F07C18;
}
.new-items img {
	margin-bottom: 8px;
	border: 4px solid #CCCCCC;
}

/* KATALOG */
.katalog {
	padding-left: 10px;
}
.katalog h4 {
	margin: 30px 0 0 0;
	padding-bottom: 0;
}
.katalog a {
	color: #003366;
}
.katalog ul {
	list-style-type: circle;
	color: #586C98;
}
