body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #959595;
	text-align: center;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #92090d;
}
div#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
div#top_bar {
	width: 700px;
	height: 13px;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}
div#header {
	width: 700px;
	height: 97px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
div#header .image {
	float: right;
	width: 472px;
}
div#header .content {
	width: 228px;
	float: left;
	color: #fff;
	font-size: 11px;
}
div#header .content .inner {
	padding: 30px 0 0 20px;
}
div#header .content img {
	padding: 0 0 5px 0;
}
div#header .image img {
	display: block;
}
div#menu {
	width: 700px;
	height: 25px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	position: relative;
}
div#menu .inner {
	padding: 0 20px;
}
div#menu ul {
	list-style: none;
	width: 100%;
}
div#menu ul li {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 10px 0 0;
}
div#menu ul li a {
	color: #fff;
	text-decoration: none;
}
div#menu ul li a:hover {
	text-decoration: underline;
}

div#menu div#search {
	position: absolute;
	top: 0;
	left: 450px;
	width: 250px;
	height: 37px;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
}
div#menu div#search .inner {
	padding: 10px 20px 0 30px;
}
div#menu div#search input {
	height: 15px;
	font-size: 11px;
	color: #000;
	margin: 0 10px 0 0;
}
div#menu div#search input.submit {
	color: #fff;
	background-image: url(../images/submit_bg.gif);
	width: 55px;
	height: 15px;
	line-height: 15px;
	margin: 0;
}

/* main content */

div#main {
	background-color: #fff;
	min-height: 400px;
	color: #000;
}
div#main .inner {
	padding: 50px 20px 20px;
}
div#main h1 {
	color: #92090d;
	font-size: 18px;
	padding: 0 0 7px;
	margin: 0 0 10px;
	width: 100%;
	display: block;
	clear: both;
	border-bottom: 1px dotted #92090d;
}

div#right {
	float: right;
	width: 210px;
	margin: 15px 0 20px 0;
}

div#right .inner {
	padding: 0 10px;
}

div#right h1 {
	background-color: #6C6C6C;
	color: #fff;
	margin: 0 0 10px 0;
	border: 0;
	height: 25px;
	font-size: 10px;
	line-height: 25px;
	padding: 0;
	text-align: center;
}
div#right ul {
	list-style: none;
}
div#right ul li {
	margin: 0 0 3px 0;
}
div#right ul .label {
	display: block;
	float: left;
	color: #92090d;
	width: 140px;
	font-weight: bold;
}

div#content {
	width: 490px;
	float: left;
}
div#content .inner {
	padding: 10px 5px 20px 20px;
}

div#content div#ost_dodane table {
	float: left;
}
div#content div#ost_dodane table th {
	background-color: #6C6C6C;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	border: 0;
	height: 25px;
	font-size: 10px;
	line-height: 25px;
}
div#content div#ost_dodane table td {
	width: 150px;
	height: 108px;
	text-align: center;
	background-color: #C9C9C9;
}
	


div#kategorie {
	width: 100%;
}

div#kategorie ul {
	list-style: none;
}
div#kategorie ul li {
	display: block;
	float: left;
	width: 250px;
	line-height: 50px;
	color: #fff;
	background-color: Gray;
	text-align: center;
	margin: 0 5px 0 0;
}
div#kategorie ul li a {
	color: #fff;
	text-decoration: none;
}
div#kategorie ul li img {
	display: block;
}
div#oprawy_lista {
	width: 100%;
}
div#oprawy_lista .inner {
	padding: 25px 10px 20px 40px;
}
/* stara wersja prezentacji listy opraw
div#oprawy_lista div.oprawa {
	width: 100%;
	height: 108px;
	margin: 0 0 20px 0;
	border: 1px solid #595959;
	background-color: #CACACA;
}
div#oprawy_lista div.oprawa h1 {
	background-color: #6C6C6C;
	color: #fff;
	width: 460px;
	margin: 0;
	padding: 0;
	border: 0;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	float: right;
}
div#oprawy_lista div.oprawa h1 .inner  {
	padding: 0 10px 0 10px;
}
div#oprawy_lista div.oprawa div.image {
	float: left;
	background-color: #6C6C6C;
	width: 200px;
	text-align: center;
}
div#oprawy_lista div.oprawa div.content {
	width: 460px;
	float: right;
}
div#oprawy_lista div.oprawa div.content .inner {
	padding: 10px;
}
div#oprawy_lista div.oprawa div.image img {
	margin: 0 auto;
}
*/
div#oprawy_lista h1 {
	width: 620px;
}

div#oprawy_lista table {
	float: left;
	margin: 0;
}
div#oprawy_lista table th {
	background-color: #6C6C6C;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	border: 0;
	height: 25px;
	font-size: 10px;
	line-height: 25px;
}
div#oprawy_lista table td {
	width: 150px;
	height: 108px;
	text-align: center;
	background-color: #C9C9C9;
}

/* oprawa szczegoly */

div#details {
	
}
div#details .inner {
	padding: 40px 20px;
}
div#details div.image {
	width: 300px;
	height: 220px;
	float: left;
	text-align: center;
}
div#details div.image img {
	margin: 20px auto;
	border: 1px solid #666;
}
div#details div.detail {
	width: 360px;
	float: right;
}
div#details div.detail ul {
	margin: 0;
	list-style: none;
}

div#details div.detail ul li {
	clear: both;
}

div#details div.detail ul li .label {
	display: block;
	float: left;
	width: 120px; 
	color: #92090d;
	font-weight: bold;
}
div#details div.detail ul li .det {
	width: 220px;
	display: block;
	float: right;
}

div#details  table {
	float: left;
	margin: 0;
}
div#details  table th {
	background-color: #6C6C6C;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	border: 0;
	height: 25px;
	font-size: 10px;
	line-height: 25px;
}
div#details  table td {
	width: 150px;
	text-align: center;
	background-color: #C9C9C9;
}

div#details div.opis {
	margin: 0 0 20px 0;
}
/*####### formatowanie opisu ############*/

div#wrapper div#main div#details div.opis h1 {
	font-size: 12px;
	border: 0;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: normal;
}
div#wrapper div#main div#details div.opis h2 {
	font-size: 11px;
	border: 0;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: normal;
}
div#wrapper div#main div#details div.opis h3 {
	font-size: 11px;
	border: 0;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: normal;
}
div#wrapper div#main div#details div.opis h4 {
	font-size: 11px;
	border: 0;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: normal;
}

div#wrapper div #main div#details div.opis p {
	margin: 0 0 10px 0;
}
div#wrapper div#main div#details div.opis ul {
	margin: 10px 0 10px 20px;
}

div#linki ul {
	list-style: none;
}
div#linki ul ul {
	margin: 0 0 0 20px;
}
div#linki a {
	display: block;
	margin: 0 0 5px 0;
}
div#mapa {
	width: 100%;
}
div.sitemap {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
div.sitemap ul {
	margin: 0 0 0 20px;
}
div.sitemap ul ul {
	margin: 0 0 0 20px;
}
div.sitemap a {
	display: block;
	margin: 0 0 5px 0;
}

#lista_dat {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}
#lista_dat .data {
	display: block;
	width: 200px;
	float: left;
}
#lista_autorow {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}
#lista_autorow .autor {
	display: block;
	width: 100px;
	float: left;
}


div#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}
div#footer a {
	color: #fff;
}

div.pagination {
	font-size: 13px!important;
}
div.pagination a {
	color: #92090d!important;
}

/* other */

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.red {
	color: #92090d!important;
}
