* {
	padding:0;
	margin:0;
}
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	background:#2a303c;
	font-size:75%; /* resets 1em to 12px */
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#2a303c;
	text-align:center;
}
div {
	text-align:left;
}
h1, h2, h3, h4, h5, h6, pre, p, blockquote, form, label, fieldset, address { 
	margin:0;
}
fieldset { 
	padding:2px;
}
.clr {
	clear:both;
}
hr {
	height:0px;
	border:#f3f3f3 0px solid;
	clear:both;
	background:none;
	visibility:hidden;
	margin:0;
}
p {
	margin-bottom:10px;
}
.red, a.red, .red a, .error {
	color:#b30000 !important;
}
.bgBlue, .bgBlue a {
	background:#2a303c;
	padding:2px;
	color:#f3f3f3 !important;
}
	
table {
	font-size:12px;
}
/* headers */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	font-weight:normal !important;
	text-transform:uppercase;
	text-decoration:none;
}

h2 {
	font-size:20px;
	color:#f3f3f3;
	background:#2a303c;
	display:block;
	padding:10px;
	margin-bottom:30px;
}

h3 {
	font-size:20px;
	margin:20px 0 10px 0;
}
h3.redTitle, h2.redTitle {
	color:#f3f3f3;
	background:#b30000;
	display:block;
	clear:both;
}
h3.redTitle {
	padding:7px 10px;
	font-size:1em;
}
	
h4 {
	font-size:13px;
	font-weight:bold;
}
h5 {
	font-size:15px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul, ol {
	margin:0 0 15px 30px;
}
ul {
	list-style:url(../images/arrow.gif);
}
a:link, a:visited, a:active {
	color:#2a303c;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#b30000;
	text-decoration:none;
}
.buttonBlue, .buttonRed {
	width:auto;
	height:28px;
	padding:7px 10px;
	border:none;
	text-transform:uppercase;
	text-align:center;
	font-size:0.9em;
	cursor:pointer;
	margin:0;
}
.buttonBlue, .buttonRed, a.buttonBlue, a.buttonRed {
	color:#f3f3f3;
}
.buttonBlue {
	background:#2a303c;
}
.buttonRed {
	background:#b30000;
}
.noBorder {
	border:none !important;
}

/* containers */
#page {
	margin:0 auto;
	padding:0;
	background:#fff url(../images/page-bg.gif) repeat-x;
	text-align:center;
}
#contentContainer {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
#logotyp {
	width:265px;
	margin:40px 0 11px 0;
	float:left;
}
	#logotyp img {
		border:none;
	}
#basket, #topMenu {
	width:700px;
	float:right;
	text-align:right;
}
#basket {
	margin:37px 0 20px 0;
}

#leftCol, #content {
	float:left;
	margin-top:20px;
}
#leftCol {
	width:240px;
}
#content {
	width:720px;
	margin-left:20px;
}
#footerContainer {
	width:980px;
	margin:0 auto;
	color:#f3f3f3;
	overflow:hidden;
	font-size:0.9em;
}
#footerLeft {
	width:240px;
	margin:20px 20px 0 0;
	float:left;
}
#footerRight {
	width:720px;
	margin:20px 0 0 0;
	float:left;
	text-align:right;
}

/* nav */
ul.mainMenu {
	background:#b5b893;
	margin:2px 0 0 0;
	padding:0;
}
ul.mainMenu li {
	border-top:#888c77 1px solid;
	padding:5px 10px;
	margin:0;
}
ul.mainMenu li:hover {
	background:#efefe9;
}
ul.mainMenu li a {
	text-transform:uppercase;
	font-weight:bold !important;
	display:block;
}
ul.mainMenu li ul {
	list-style:url(../images/arrow.gif);
	margin:0 0 0 15px;
}
ul.mainMenu li ul li {
	border:none;
	padding:0;
}
ul.mainMenu li ul li a {
	text-transform:none;
	font-weight:normal !important;
}

#topMenu li {
	display:inline;
}
	#topMenu li a {
		font-size:1em;
		text-transform:uppercase;
		text-decoration:none;
		color:#f3f3f3;
		display:block;
		padding:0 10px;
		float:right;
		border-right:#f3f3f3 1px solid;
	}
	#topMenu li a.last, #footerRight li a.last {
		border:none;
		padding:0 0 0 10px;
	}
#footerRight ul {
	margin:20px 0 10px 0;
}
#footerRight li {
	display:inline;
	margin:0 0 10px 0;
}
	#footerRight li a {
		text-decoration:none;
		color:#f3f3f3;
		display:block;
		padding:0 10px;
		float:right;
		border-right:#f3f3f3 1px solid;
	}
#footerContainer a {
	color:#f3f3f3;
}


/* modules */
#searchBox, #loginBox {
	background:#b5b893;
	overflow:hidden;
	width:240px;
}
#searchBox {
	height:30px;
	padding:10px 0;
}	
	#searchBox input#seekPhrase {
		width:150px;
		height:28px;
		font-size:0.9em;
		margin:0 0 0 10px;
		padding:7px 3px 0 3px;
		border:none;
		display:block;
		float:left;
	}
	#searchBox input#submit {
		display:block;
		float:left;
		margin:0;	
	}
#loginBox {
	margin-top:2px;
}	
	
.nowosci {
	margin:2px 0 20px 0;
}
.nowosci h3 {
	margin:0 0 2px 0;
}
	.nowosciBox {
		border:#b5b893 1px solid;
		padding:9px;
		margin-bottom:2px;
		height:auto;
		overflow:hidden;
		
	}
	table.thumbBox {
		border-collapse:separate;
		width:720px;
		margin-left:0;
		font-size:12px;		
	}
	table.thumbBox td {
		border:#b5b893 1px solid;
		padding:9px;
		/*width:205px !important;*/
		vertical-align:top;		
	}
	table.thumbBox td.empty {
		border:none;
		background:none;
		padding:0;
	}
	table.thumbBox td.empty:hover {
		background:none;
	}
	table.thumbBox tr {
		padding-bottom:10px;		
	}
	table.thumbBox td span.productTitle, table.thumbBox td span.price, table.thumbBox td span.currency, table.thumbBox td span.more {
		font-size:12px;
	}
	
	table.thumbBox td span.sale {
		font-size:20px;
		text-transform:uppercase;
		display:block;
		clear:both;
		padding:20px 0 0 0;
		color:#b30000;
	}
	.nowosciBox img, .thumbBox img {
		width:205px;
		height:auto;
		border:none;
	}
	div.nowosciBox:hover, table.thumbBox td:hover {
		background:#efefe9;
	}
	.productTitle, .price, .value, .currency, .more, .image {
		display:block;
	}
	.productTitle, .productTitle a, .price, .currency, .more {
		
		text-decoration:none;
	}
	.price, .value, .currency {
		float:left;
		padding-right:5px;
	}
	.more {
		float:right;
		padding-top:7px;
	}
	.value, .currency {
		color:#b30000;
	}
	.value {
		font-size:20px;
	}
	.price, .currency {
		padding-top:7px;
	}
	.image {
		margin-bottom:5px;
	}
	

.post {
	margin:20px 0;
	border-bottom:#2a303c 1px solid;
}	

.productDetail {
	width:700px;
	border:#b5b893 1px solid;
	padding:9px;
	margin-top:10px;
	overflow:hidden;
}
.productDetail h2 {
	background:none;
	color:#2a303c;
	padding:0;
}
.productRightCol {
	width:280px;
	float:right;
	text-align:center;
	margin:0 0 20px 20px;
}
.productImages {
	text-align:center;
	margin-bottom:30px;
}	
	.productImages img {
		border:none;
	}

.productPrice, .productAddToBasket {
	font-size:20px;
	color:#f3f3f3;
	background:#2a303c;
	display:block;
	padding:5px 10px;
	margin-bottom:20px;
	text-transform:uppercase;
	text-align:center;
}
.productAddToBasket {
	background:#b30000;
	border:none;
	width:280px;
	cursor:pointer;
}
.productPrice {
	background:#2a303c;
}
.productSale {
	border:#b30000 1px solid;
	padding:5px 10px;
	overflow:hidden;
}
	.productSale h3 {
		color:#b30000;
		font-size:12px;
		font-weight:700 !important;
		margin:0;
	} 

table.productInfo {
	border-collapse:collapse;
	margin:20px 0;
	font-size:12px;
}
table.productInfo td {
	padding:3px 5px;
	vertical-align:top;
}
table.productInfo tr.bgTr {
	background:#ededed;
}


/* basket */
#basket {
	color:#f3f3f3;	
	font-size:11px;
}
#kosz_ilosc, #kosz_sumka {	
	background:#f3f3f3;
	color:#a70632;
	float:left;
	padding:3px 10px;
	font-size:16px;
	margin:0 15px;
}
	
#basketPopup {
	width:200px;
	background:#b5b893;
	padding:10px;
	border:#2a303c 1px solid;
}	
	
.profileMenu {
	float:right;
	margin:-60px 15px 0 0;
	text-transform:uppercase;
}	
	.profileMenu a, .profileMenu a:visited {
		color:#fff;
	}	
	
	
	
	
/* login */
#loginForm {
	padding:10px;
}
	#loginForm span {
		width:40px;
		display:block;
		float:left;
		margin-top:7px;
	}	
	#loginForm input {
		width:100px;
		float:left;
		height:28px;
		font-size:0.9em;
		padding:7px 3px 0 3px;
		border:none;
		margin:2px;
	}
	#forgot_login {
		width:150px;
		float:left;
		height:28px;
		font-size:0.9em;
		padding:7px 3px 0 3px;
		border:#2a303c 1px solid;
		margin:0 10px;
	}
.logOut {
	text-transform:none;
	padding:10px;
}	
	
#zainterPopup {
	width:200px;
	background:#b5b893;
	padding:10px;
	border:#2a303c 1px solid;
}
	
	
	
	
	
	
	
	
	
	
	
	
	

