body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	background:url(images/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:10px solid #77a13d;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
	cursor: pointer;
}

#content {
	width:500px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#DFEBF8;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	background:#DFEBF8;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
	border:1px solid #ccc;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}
.widget {
	height:30px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

.widget2 {
	height:45px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
}

/*-----------------------------------------------------------*/
#sidebar .submenu {
	display:none;
	width:170px;
	padding-left:20px;
	float:left;
	margin:0;
}

#sidebar .submenuOpen {
	display:block;
	width:170px;
	padding-left:20px;
	float:left;
	margin:0;
}

#sidebar .submenu_ul {
	margin:0;
	padding:0;
}
	 

#sidebar .submenu_li {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:none;
}

#sidebar .submenu_a {
	display:block;
	padding:3px;
	width:172px;
	background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
	border:1px solid #ccc;
}

#sidebar .submenu_a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}


.zdjecie1 {
	padding:2px;
	padding-right:10px;
}


#disableAll {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/images/site/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

.cart_dialog {
	position: absolute;
	z-index: 201;
	border: 2px solid #000000;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 250px;
	display:none;
}

/* gorny pasek okienka do dodawania produktow do koszyka */
.cart_add_header {
	background:black;
	border-bottom: 1px solid #ccc;
	color:white;
	font-weight:bold;
}

.popup {
	background:#DFEBF8;
}

