/* CSS Document */

#container {
	text-align: center;
	width: 780px;
	position: relative;
	margin: 0 auto;
}

#header {
	text-align: right;
	padding: 15px 15px 15px 0;
	margin: 0;
	font-size: 10px;
}

#baner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 202px;
}

#menu {
	padding: 17px 0 0 15px;
	height: 38px;
	width: 765px;
	margin: 0;
	text-align: left;
	background: url(img/menu_bg.jpg) repeat-x 100% 100%;
}
*html #menu {
	height: 52px;
	width: 780px;
}
#menu a {
	font-size: 11px;
	color: #FF6000;
	font-weight: bold;
	display: inline;
	width: auto;
	padding: 8px;
	margin: 0 4px 0 0;
	/*background-color: #F2F2F2;*/
}
#menu a:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6000;
	text-decoration: none;
}

#content {
	padding: 0;
	margin: 0;
	text-align: left;
	display: table;
	
}
#content_left {
	margin: 10px 10px 0 0;
	width: 172px;
	background-color: #F2F2F2;
	padding: 3px 10px 10px 10px;
}
*html #content_left {
	width: 192px;
}
#content_right {
	margin: 0px;
	padding: 5px 0 10px 0;
	width: 576px;
	border-left: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
}


#cartShort{
	margin: 10px 10px 0 0;
	width: 170px;
	border: solid 1px #EAEAEA;
	padding: 10px;
}
*html #cartShort {
	width: 192px;
}
#cartShort table, #cartShort a {
	font-size: 10px;
	color: #585858;
}
#cartShort a:hover {
	font-size: 10px;
	color: #FF6600;
}
p.cartShortTitle {
	text-align: left;
	font-weight: normal;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #EAEAEA;
}
p.cartShortSummary {
	text-align: right;
	font-weight: bold;
	color: #FF6600;
	margin-top: 10px;
}

#partnerzy{
	margin: 10px 10px 0 0;
	display: block;
	border: solid 1px #EAEAEA;
	padding: 10px;
	width: 170px;
}
*html #partnerzy {
	width: 192px;
}
#partnerzy a {
	font-size: 11px;
	color: #585858;
}
#partnerzy a:hover {
	font-size: 11px;
	color: #FF6600;
}

#search {
	margin: 17px 0 0 0;
}

#listaTagow {
	
}
	#listaTagow ul {
		list-style: none;
	}
	#listaTagow li {
		display: block;
		float: left;
		padding: 0 7px 0 0;
	}

#footer {
	background: url(img/footer.jpg) no-repeat 0% 0%;
	width: 780px;
	height: 75px;
	margin: 10px 0 10px 0;
	padding: 22px 0 0 20px;
	text-align: left;
	color: #DBDBDB;
	font-weight: normal;

}
#footer a {
	color: #DBDBDB;
	display: inline;
	padding: 5px;
	font-weight: normal;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*print*/

#printBox {
	display: block;
	text-align: right;
	padding: 0 0 8px 0;
	font-size: 10px;
}
	#printBox a {
		font-size: 10px;
	}
	#printBox a:hover, #printBox a:active {
		text-decoration: none;
	}
	#printBox a img, #printBox img{
		border: 0;
	}
	#printBox span.pbSpacer {
		width: 10px;
		background: url(img/spacer_pb.gif) no-repeat 50% 50%;
		float: left;
	}

