@charset "iso-8859-2";

/*
 *		plik:		rad-pol.css
 *		autor: 	Marek Kleszyk <mkleszyk@gmail.com>
 *		data:		20 grudzień 2007
 */
 
@import url("lightbox.css");

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
}

#container {
	margin: auto;
	padding: auto;
	width: 950px;
	min-height: 100%;
	height: auto !Important;
	height: 100%;
	text-align: center;
}

#top {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 217px;
}

#top #top-gora1 {
	width: 475px;
	height: 44px;
	background-image: url(img/top1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}

#top #top-gora1 a {
	position: relative;
	top: 12px;
	left: 45px;
}

#top #top-gora2 {
	width: 475px;
	height: 44px;
	background-image: url(img/top2.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #top-logo {
	width: 328px;
	height: 156px;
	background-image: url(img/top-logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #top-logo a {
	position: relative;
	top: 13px;
	left: 7px;
}

#top #top-srodek {
	width: 259px;
	height: 156px;
	background-image: url(img/top-srodek.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #top-menu {
	width: 363px;
	height: 156px;
	background-image: url(img/top-menu.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

#top #top-menu ul {
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 40px;
	list-style-type: none;
	position: relative;
	top: 118px;
	left: 20px;
}

#top #top-menu ul li {
	height: 40px;
	float: left;
	padding-right: 28px;
	padding-left: 28px;
	background-image: url(img/separator.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#top #top-menu ul li.last {
	background-image: none;
}

#top #top-menu ul li a {
	font-size: 9pt;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	top: 11px;
	color: #fff;
}

#top #top-linia {
	width: 950px;
	height: 17px;
	background-image: url(img/top-linia.jpg);
	background-repeat: no-repeat;
	float: left;
}

#base {
	margin: 0;
	padding: 0;
	width: 950px;
	height: auto;
	text-align: left;
	float: left;
}

#base #sidebar {
	margin: 0;
	padding: 0;
	width: 232px;
	height: auto;
	text-align: left;
	position: relative;
	float: left;
}

#base #sidebar #menu {
	position: relative;
	top: 0px;
	left: 19px;
	padding: 0;
	margin: 0;
	width: 200px;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #771818;
	float: left;
}

#base #sidebar #dol-menu {
	position: relative;
	top: 0px;
	left: 19px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 24px;
	background-image: url(img/dol-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#menu0 {
	position: relative;
	top: -17px;
	left: 2px;
	margin: 0 5px;
	width: 185px;
	height: auto;
	color: #281;
}

#menu0 dt {
	margin: 0;
	padding-left: 5px;
	border-bottom: 1px dotted #b37d7d;
	text-align: left;
}

#menu0 dt a, #menu0 dt span {
	margin: 5px auto;
	font-weight: normal;
	text-decoration: none;	
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 9pt;
}

#menu0 dd {
	margin: 0;
	padding-left: 20px;
	border-bottom: 1px dotted #b37d7d;
	text-align: left;
}

#menu0 dd a {
	margin: 5px auto;
	font-weight: normal;
	text-decoration: none;	
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 9pt;
}

#base #sidebar #promocje {
	position: relative;
	top: 0px;
	left: 19px;
	margin: 0;
	width: 200px;
	height: 314px;
	background-image: url(img/promocje.jpg);
	background-repeat: no-repeat;
	float: left;
}

#base #main {
	width: 718px;
	height: auto;
	float: left;
	text-align: left;
	line-height: 14px;
}

#footer {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 103px;
	background-image: url(img/bottom.jpg);
	background-repeat: repeat-x;
	float: left;
}

#footer ul {
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 40px;
	display: inline;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #fff;
}

#footer ul li.last-bot {
	border-right: none;
}

#footer ul li a {
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}



		/* --------- standardowe ---------- */

input, select, textarea { border-width: 1px; }
.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
img { border: none; }
a:focus { -moz-outline-style: none; }
a{ color: #fff; text-decoration: none; font-size: 8pt; }

td { font-size: 11px; text-align: center; }
hr { background: #065077; color: #065077; height: 1px; border: 0px; }
h1 { font-size: 13pt; }
h2 {
    font-family: Gerogia;
    font-size: 15pt;
}
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 9pt; }
		
#page-content {
	padding: 10px;
}

#page-title {
	padding: 5px;
	padding-left: 10px;
}

#page-title h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-size: 12pt;
	letter-spacing: 1px;
}

.submit {
	border: solid outset 1px #666666;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #333333;
}

.error { 
	color: #FF0000;
}

.search-result-1 {
	padding: 5px;
	background: #CCCCCC;
}

.search-result-2 {
	padding: 5px;
}

.form-szukaj {
	width: 157px;
	height: 17px;
	margin: 0;
	padding: 0;
	background-color: #bebaba;
	position: relative;
	top: 12px;
	right: 22px;
	float: right;
}

.text-szukaj {
	width: 128px;
	margin: 0;
	padding: 0 2px;
	border: none;
	text-align: left;
	color: #312b2b;
	background-color: transparent;
	float: left;
}

.submit-szukaj {
	margin: 0;
	padding: 0;
}

.rolki {
	margin: 10px 0;
	position: relative;
	left: 19px;
}

.waski {
	width: 199px;
	color: #7d534d;
	margin-top: 20px;
	float: left;
}

.waski a {
	color: #7d534d;
	text-decoration: none;
}

.waski a span {
	color: #fff;
}

.szeroki {
	width: 550px;
	margin-top: 20px;
	float: left;
}

.sep {
	margin-top: 10px;
	float: left;
}

.shop-categories {
	list-style-type: none;
}

/* sklep -- produkty na stronie glownej */
#shop-mainpage {
	width: 698px;
	height: auto;
	float: left;
	overflow: hidden;
}

.shop-box {
	width: 330px;
	min-height: 90px;
	margin: 5px;
	padding: 0;
	float: left;
}

.linia-krotka {
	border-right: 1px solid #565656;
}

.linia-dluga {
	width: 640px;
	margin: 15px 0;
	float: left;
}
	.photo{
		width: 104px;
		min-height: 90px;
		float: left; 
		padding: 2px;
		overflow: hidden;
	}
	.description{
		width: 215px;
		height: 75px;
		float: left; 
		padding: 2px;
		padding-left: 5px;
		overflow: hidden;
	}
	
.shop-left {
	width: 470px;
	float: left;
}

.shop-right {
	width: 200px;
	float: left;
}

.shop-foto {
	width: 400px;
	margin: 10px;
	padding: 20px;
	text-align: center;
}

.cena {
	margin: 50px 0 5px 0;
}

.shop-linki a {
	color: #A0A0A0;
}

.shop-product-description-back {
	text-align: right;
	margin: 0 30px 0 0;
	float: right;
	width: 100px;
}

.shop-product-description-back a {
	font-weight: bold;
	color: #fff;
}

.shop-product-description {
	margin: 10px 0;
	overflow: hidden;
	width: 90%;
	float: left;
}
