body {
	margin-left:auto;
	margin-right:auto;
	margin:0px;
}

div {
       	position:relative;
	margin-left:auto;
	margin-right:auto;
}

div#main {
	background-image: url(../grafika/top_back.png);
	background-repeat: repeat-x;
}

#top {
	width: 960px;
	height: 102px;
}

#middle {
	width: 960px;
	min-height: 398px;
	height:auto !important;
	height:398px;
	z-index: 0;
}

#bottom {
	color: #666666;	
	padding-top: 3px;
	font-size: 10pt;
	height: 50px;
	border-top: 2px solid #cc0000;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#bottom .foot {
	width: 1000px;
}

#bottom .foot div {
	float: left;

}

#bottom .foot div.text {
	margin-left: 30px;
	margin-right: 10px;
}

#qsearch {
	position: absolute;
		top: 60px;
		right: 10px;
	width: 180px;
	padding: 5px;
}

#topmenu {
	position: absolute;
		top: 10px;
		left: 225px;
	height: 20px;
	padding: 10px;
}
#topmenu h2 {
	font-size: 16px;
}

#logged {
	padding: 10px;
	padding-top: 20px;
	font-size: 120%;
	font-weight: bolder;
	text-align: center;
}

#mainmenu {
	position: absolute;
		top: 60px;
		left: 195px;
	height: 20px;
	padding: 10px;
}

#browse_by {
	position: absolute;
		top: 35px;
		right: 20px;
}

#left {
	min-height: 341px;
	height:auto !important;
	height:341px;
	width: 220px !important;
	float: left;
	background: url(../grafika/left_bg.png) no-repeat;
	margin-top: -102px; 
	padding: 40px 7px 10px 7px;
}

#right {
	width: 680px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	float: right;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 1px;
}

.col2 {
	width: 280px;
	float: left;
	margin: 5px;
}

.quarter {
	width: 130px;
	float: left;
	margin-left: 5px;
	text-align: center;
	font-size: 8pt;
}

#catalogue { /* ie6 do zrobienia */
	float: left;
	margin-left: 240px !important;
	margin-left: 100px;
	margin-top: 20px !important;
	margin-top: 25px;
}

.value {
	float: left;
}

div#login_form {
	width: 90%;
}

#path {
	padding: 10px 0;
	float: left;
	display: inline;
	text-transform: capitalize;
	font-size: 110%;
	clear: right;
}

#products {
	width: 700px;
	
}

.product {	
	display: inline;
	float: left;
	width: 140px;
	height: 150px;
	margin: 10px 10px;
}

.product img {
	text-align:center;
	display: block;
}


.product a {
	text-decoration: none;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}

.product a:hover {
	color: #999;
}


div.srodek {
	clear: left;
	margin-left: 0px;
	width: 650px;
}

.left {
	float: left;
	margin: 10px;
}

