 html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 {
  margin-top: 5px;
	font-size: 12px;
}
img {
	border: 0px;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #0D0D0D;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 780px;
	background: #181818;
}
#body {
	margin-left: 5px;
}
#head {
	width: 780px;
	height: 150px;
	background: url(images/header.gif) no-repeat;
}
#tray {
	border: 1px solid #181818;
}
#tray .redbox {
	float: left;
	width: 110px;
	_height: 110px;
	min-height: 110px;
	background: #F7AD55 url(images/orange_bg.gif) repeat-x;
	margin-left: 11px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}

#tray .redbox img {
	border: 4px solid #000000;
}

#tray h3 {
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;
}

#tray p {
  font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}

#tray div.hraj {
  text-align: center;
  margin: auto;
}

#tray div.nextincateghory {
  text-align: right;
  margin-right: 10px;
}

ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #101010;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}

.reklama760
{
  margin-bottom: 5px;
  text-align: center;
}

.tooltip-content {
	display: none;        /* required */
	position: absolute;   /* required */
	width: 250px;
	/*padding: 10px 5px 10px 5px;*/
	border: 3px solid #AF8A31;
	background-color: #FFC848;
	text-align: center;   
  padding-bottom: 5px; 
}

.tooltip-content h3 {
  background-color: #FFFFCC;
	padding: 5px;
	text-align: center;     
}

