body {
	margin: 0px;
	font-size: 13px;
	background: #f4f5f7;
}
* {
	font-family: Arial, Helvetica;
}

h1 {
	font-size: 17px;
	color: #9c9a24;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #e5e5e5;
}
h2 {
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}

A {
	color: #973131;
	text-decoration: none;
}
A:hover {
	color: black;
}

TABLE {
	border-collapse: collapse;
}
table.wide {
	width: 100%;
}
TR {
	vertical-align: top;
}
TD {
	padding: 0px;
}

.cb {
	clear: both;
}

.form TR {
	vertical-align: middle;
}
.form TH {
	text-align: right;
}

.content {
	width: 80%;
	min-width: 990px;
	margin: 0 auto;
	background: white;
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
}
.contentMargin {
	padding: 20px;
}

.head {
	height: 112px;
	width: 80%;
	min-width: 990px;
	margin: 0 auto;
	background: white;
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
	position: relative;
}
.head A {
/* 	color: #FF0; */
}
.head .kosi {
	font-size: 1px; text-decoration: none; overflow: hidden; text-indent: -999px;
	display: block;
	width: 300px;
	height: 112px;
	background: url('/r/img/burak-logo.png') no-repeat;
}
.head ul, .head li {
	display: inline;
}
.head ul {
	position: absolute;
	top: 10px;
	left: 350px;
	margin: 0px;
	padding: 0px;
}
.head ul li {
	margin-right: 15px;
}
.head .countery {
	position: absolute;
/* 	background-color: yellow; */
	top: 35px;
	left: 350px;
	font-size: 10px;
}
.head .ecommerceHeaderAd {
	position: absolute;
	top: 10px;
	left: 720px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 7px;
	cursor: pointer;
}

#search {
	display: block;
	background-color: red;
	width: 100%;
	height: 28px;
	padding-top: 4px;
	background: #983232 url('/r/img/search-bar-bg.png') no-repeat center;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
#search .input {
	width: 305px;
	height: 18px;
	border: 2px solid #c0c0c0;
	margin: 0 10px;
}
#search .szukajBtn {
	width: 69px;
	height: 24px;
	background: url('/r/img/szukam-btn.png');
	border: 0px;
	text-decoration: none; overflow: hidden; text-indent: -999px;
	cursor: pointer;
}

.foot {
	width: 80%;
	min-width: 990px;
	margin: 0 auto 20px auto;
	background: white;
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
	text-align: center;
	padding: 30px 0;
}
.footLinks {
	text-align: center;
	color: gray;
	margin-bottom: 40px;
}
.footLinks A {
	margin: 0 10px;
	color: gray;
}
.footLinks A:hover{
	text-decoration: underline;
}


.time {
	text-align: right;
	z-index:1000;
	color: black;
	font-size: 10px;
	margin-bottom: 40px;
}

.pager {
	text-align: center;
}
.pager .selected {
	text-decoration: underline;
}
.sort {
	text-align: right;
}
.sort .selected {
	text-decoration: underline;
}

.marker {
	background-color: yellow;
}

.goShop {
	font-size: 1px; text-decoration: none; overflow: hidden; text-indent: -999px;
	display: block;
	width: 102px;
	height: 22px;
	background: url('/r/img/go-shop-btn-hover.png');
	margin: auto;
}
.goShop:hover {
	background: url('/r/img/go-shop-btn.png');
}

.productImg {
	max-height: 150px; max-width: 150px;
}

a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}

.platformy img {
	margin-right: 20px;
}
.platformy tr {
	vertical-align: middle;
}
.platformy td {
	padding: 15px 0;
}

.productParams { margin-left: 30px; margin-top: -10px; }
.productParams TD { padding-right: 10px; }
.productParams .productParamsName {}
.productParams .productParamsValue { font-weight: bold;}



/* COOKIES BAR */
#cookiesInfo {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0px;
	background: #6F6F6F;
	padding: 10px;
	text-align: center;
	color: #FFF;
	z-index: 9999;
}
#cookiesInfo a {
	color: orange;
	cursor: pointer;
}
#cookiesInfo a:hover {
	text-decoration: underline;
}
