/* Reset styli */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #6E6B62;	
	background-color: #CAC7BE;
	background-image: url(../img/bg.jpg);
}

p { margin: 10px 0; }
p#koszyk {margin-top: 60px; }
h1 { font-weight: lighter; font-size: 32px; margin: 5px 0 15px 0; }
h2 { font-weight: normal; font-size: 16px; margin: 16px 0; }
h3 { font-weight: normal; font-size: 14px; margin: 14px 0; }
ul, ol { margin-left: 10px; }
object { outline: none; }

a  { color: #555555; text-decoration: none; }
a:hover { color: #aaaaaa; text-decoration: underline; }
a:visited  { color: #555555; text-decoration: none; }

#main {
margin:auto;
width:960px;
}

#head {
width:875px;
height:124px;
padding:50px 50px 69px 35px;
background-image:url(../img/header.png);
_background-image:none; /* dla IE6 */
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/header.png', sizingMethod='scale');
}

#head p {
color:#ffffff;
text-transform:uppercase;
margin:0;
position:relative;
margin-top: 39px;
}

#head a {
padding:0 10px;
font-weight: bold;
color:#ffffff;
}

#login {
position:absolute;
right:10px;
}

#body {
width:960px;
background-image:url(../img/bg2.png);
_background-image:none; /* dla IE6 */
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg2.png', sizingMethod='scale');
background-repeat:repeat-y;
}

#left {
float:left;
width:150px;
_width:80px; /* dla IE6 */
padding:0 20px 0 70px;
text-align:center;
}

div#left p#nowosc {
	margin-top: -7px;
}

#middle {
float:left;
width:450px;
_width:450px; /* dla IE6 */
}

#right {
float:left;
width:155px;
_width:125px; /* dla IE6 */
padding:0 70px 0 36px;
text-align:center;
}

#footer {
width:960px;
height:40px;
margin-bottom:40px;
padding-top:60px;
text-align:right;
background-image:url(../img/bottom.png);
_background-image:none; /* dla IE6 */
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bottom.png', sizingMethod='scale');
}

#left ul, #right ul {
	list-style-type: none;
	margin: 36px 0;
	padding: 0;
}

#left ul ul, #right ul ul {
	margin: 0;
}

#left ul li, #right ul li {
	padding:3px 0;
	font-size:20px;
}

#left ul ul li, #right ul ul li {
	font-size:12px;
}


table.products {
	margin: 10px 4px;
	width: 100%;
}

table.products td {
	text-align: center;
	padding: 5px 0;
}

table.products td img {
	width: 120px;
	border: 1px solid #6E6B62;
}

table.products a {
	text-decoration: none;
	color: black;
}

table.products a:hover {
	color: #444;
}

p.price {
	font-weight: bold;
	margin: 2px 0;
}

.oldprice {
	color: red;
	text-decoration: line-through;
}

.onsite {
	color: #0a0;
}

.offsite {
	color: #a00;
}

table.koszyk {
	width: 98%;
	margin: 5px auto;
}

td.image {
	margin: 0;
	padding: 0;
	width:55px;
}

span#razem {
	font: bold 17px georgia;
}

table.tab1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #6E6B62;
	border-collapse: collapse;
}

td.produkt {
	font-weight: bold;
	background: #aad;
	width: 300px;
	padding: 2px 5px;
}


td.head {
	font-weight: bold;
	background: #aad;
}

table#realizacja {
	margin: 20px auto;
	padding: 0;
	width: 500px;
}

p.komunikat {
	font-weight: bold;
	font-size: 16px;
	color: #933;
	text-align: center;
	margin: 20px;
}

div.box {
}

div.box a {
	text-decoration: none;
	color: #444;
}

div.box a:hover {
	color: #000;
}

p.news {
	font-size: 10px;
	text-align: center;
}

img.product {
	border: 1px solid #6E6B62;
	width: 120px;
}

#produkt img {
	border: 1px solid #6E6B62;
}

#mainimage {
	_width: expression(this.clientWidth>450?"450px":"auto"); /* dla IE6 */
	max-width: 450px;
}

ul#ordered {
	margin: 5px 0;
	list-style-type: none;
	font-size: 10px;
	padding: 2px;
}

ul#ordered li {
	margin: 0;
	padding:0;
}

table#categories {
	width: 95%;
	margin: 5px auto;
}

table#categories td {
	text-align: center;
	width: 33%;
	vertical-align: middle;
}

table#categories a {
	text-decoration: none;
	color: #222;
}

table#categories a:hover {
	color: #000;
}

table#littleBasket {
	width: 100px;
}

table.address {
	border: 1px solid #6E6B62;
	width: 240px;
	margin: 0;
}

p.center {
	text-align: center;
}

td.reName {
	width: 380px;
}

span.reDate {
	font-size: 9px;
	text-align: right;
}

span.aktstrona {
	color: #f00;
}

p.autor {
	font-size: 10px;
	font-style: italic;
	margin: 2px;
}

table.normal {
	width: 99%;
	margin: 10px auto;
	font-size: 10px;
	border-collapse: collapse;
}

table.normal td {
	padding: 4px 2px;
	text-align: center;
}

table.normal td.head {
	background: #eee;
}

div#price {
	margin: 10px;
}

div#price p {
	margin: 2px 5px;
	text-align: right;
}

ul#search {
	list-style-type: none;
	width: 420px;
	margin: 10px auto;
	padding:0;
}

ul#search li {
	display: block;
	float: left;
	padding: 5px 0;
	width: 100%;
}

ul#search div {
	float: left;
	display: block;
}

ul#search div.name {
	font-weight: bold;
	width: 230px;
}

ul#search div.price {
	text-align: right;
	font-weight: 13px;
	width: 60px;
}

ul#search div.description {
	margin-top: 5px;
	font-size: 11px;
	width: 290px;
}

ul#search div.photo {
	width: 120px;
	text-align: center;
}

ul#search div.photo img {
	width: 100px;
}

p.more {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
}

#smallimage {
	margin-top: 3px;
}
