body {
	background: #DBDBDB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F1F1F;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #575757;
}

img {
	border: 0 none;
}

img.left {
	float: left;
	padding: 0 10px 5px 0;
}

a {
	color: #FF001D;
	text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }

#main, #wider {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#wider {
	width: 1195px;
}

#wider #main {
	margin: 0;
	float: left;
}

#logo {
	margin: 0;
	padding: 18px 0 21px 38px;
	height: 53px;
	overflow: hidden;
}

.menu {
	margin: 0;
	list-style: none;
}

/* ================= menu ================== */

#menu-top ul#treemenu1 {
	padding: 36px 0 0 0;
	height: 56px;
	/*overflow: hidden;*/
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	list-style: none;
}

#menu-top ul#treemenu1 li {
	height: 56px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: -1px;
	background: #cfcfcf url(../img/menu-top-separator.gif) no-repeat left center;
}
#menu-top ul#treemenu1 li.first {
	background-image: none;
}

#menu-top ul#treemenu1 li a {
	padding: 30px 18px 0 18px;
	float: left;
	margin-top: -9px;
	position: relative;
	background: url(../img/menu-top-bg.png) no-repeat center -10000px;
	color: black;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

#menu-top ul#treemenu1 li a:hover, #menu-top ul#treemenu1 li.active a {
	background-position: center 0;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/*Top level menu link items style*/
	
/*1st sub level menu*/
#menu-top #treemenu1 li ul{
list-style:none; margin: 0;
left: 0;
position: absolute;
top: 7px; /* no need to change, as true value set by script */
right: 0;
display: block;
background-color: #cfcfcf;
list-style: none;
visibility: hidden;
height:auto;
padding: 0 0 0 10px
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu-top #treemenu1 li ul li	{
	height:auto; padding: 0; margin: 0;
	display: list-item;
	border-bottom: 1px solid #BEBEBE;
}
#menu-top #treemenu1 li ul li a {
	height:auto; background: none; word-wrap: normal; margin: 0;
	display: block; background-color: #cfcfcf; color:#000; padding: 5px 10px; width:150px; font-weight: normal;
}
#menu-top #treemenu1 li ul li a:hover{ text-decoration:none; color: #EA021A; background-position: center -10000px;}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menu-top #treemenu1 li ul li ul{ left: 179px; /* no need to change, as true value set by script */top: 0;}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu-top #treemenu1 li { float: left; height: 1%; }
* html #menu-top #treemenu1 li a { height: 1%; }
/* End */


/* ================= menu - end ================== */


#banner {
	margin: 0;
	padding: 0 0 10px 0;
}

#banner img {
	display: block;
}

#content {
	background:#fff;
	border: 1px solid #CFCFCF;
	padding: 12px 20px 20px 20px;
	float: right;
	margin-bottom: 5px;
}

#content h2, #content p {
	margin: 5px 0;
	padding: 0;
}

#content div { line-height: 1.5em; }

#content h2.title,
#content h1 {
	font-size: 20px;
	font-weight: normal;
	border-left: 5px solid #CFCFCF;
	padding: 2px 0 2px 15px;
	margin-left: -20px;
	margin-bottom: 10px;
	color: #000;
}

#content h2 {
	font-size: 14px;
}

.content-485 {
	width: 443px;
}

.content-700 {
	width: 658px;
}

.sidebar-485 {
	width: 485px;
}

.sidebar-270 {
	width: 270px;
}

#main .sidebar {
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#main .sidebar ul, #main .sidebar p {
	background:#CFCFCF;
	margin: 0;
	padding: 10px 20px;
	overflow: hidden;
}

#main .sidebar-485 ul {
	width: 445px;
}

#main .sidebar-270 ul {
	width: 230px;
}

#main .sidebar li {
	margin: 0 0 0 -7px;
	padding: 0;
	border-bottom:1px solid #BEBEBE;
	zoom:1;
}

#main .sidebar-485 li {
	width: 460px;
}

#main .sidebar-270 li, .sidebar-270 ul {
	width: 245px;
}

#main .sidebar li a {
	color: #1F1F1F;
	text-decoration: none;
	padding: 3px 8px;
	display: block;
	background: url(../img/menu-a-bg.png) no-repeat 0 -100px;
}

#main .sidebar-485 li a {
	width: 444px;
}

#main .sidebar-270 li a {
	width: 229px;
}

#main .sidebar li.this a, #main .sidebar li a:hover {
	background: #BEBEBE url(../img/menu-a-bg.png) no-repeat 0 center;
}

#main .sidebar li.this a {
	color: #FF001D;
	font-weight: bold;
}

#main .sidebar li a .date,#main .sidebar li.this a .date {
	color: #717171;
	font-size: 11px;
	font-weight: normal;
}

#footer {
	clear: both;
	padding: 0 0 20px 280px;
}

#footer ul {
	float: right;
	text-align: right;
	width: 200px;
}

#footer li {
	display: inline;
	padding: 0;
}

#footer li a {
	text-decoration: none;
	font-size: 11px;
	padding: 0 15px;
	color: #929191;
}

#footer li.back a {
	background: url(../img/arrow-back.gif) no-repeat left;
}

#footer li.up a {
	background: url(../img/arrow-up.gif) no-repeat right;
}

#copyright {
	background: #DBDBDB!important;
	color: #A8A8A8;
	font-size: 11px;
	position: relative;
	padding: 10px;
	margin: 0;
	width: 400px;
	float: left;
}
#copyright a {color: #A8A8A8;}

p.more {
	margin: 0;
	padding: 10px 0;
	text-align: right;
}

p.more a {
	position: relative;
	margin-right: -26px;
}

#sidebar {
	padding-top: 60px;
	width: 190px;
	float: right;
}

#sidebar h2 {
	padding: 4px 42px 0 0;
	height: 19px;
	background: url(../img/sidebar-h2-bg.png) no-repeat right center;
	text-align: right;
	margin: 0;
}

#sidebar p {
	background: #CFCFCF;
	text-align: center;
	border-top: 1px solid #BEBEBE;
	padding: 10px 0;
	margin: 9px 0;
	text-align: center;
}

#sidebar p object,
#sidebar p embed,
#sidebar p img { margin: 0 auto; margin: 5px 0; } 

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.even { background-color: #F7F7F7; }


/* toplayer */
.tlClose { text-align: right; }
.tlClose img { }

/* omeck: lista dystrybutorów z prawej kolumny */
#distributors {
	background: #CFCFCF;
	text-align: center;
	border-top: 1px solid #BEBEBE;
	padding: 10px 0;
	margin: 9px 0;
	text-align: center;
}

#distributors ul {
	background:#CFCFCF;
	margin: 0;
	padding: 0px 10px;
	overflow: hidden;
}

#distributors li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #BEBEBE;
	zoom:1;
	text-align: left;
}

#distributors li a {
	color: #1F1F1F;
	text-decoration: none;
	padding: 3px 8px;
	display: block;
	background: url(../img/menu-a-bg.png) no-repeat 0 -100px;
}

#distributors li.this a, #distributors li a:hover {
	background: #BEBEBE url(../img/menu-a-bg.png) no-repeat 0 center;
}

#distributors li.this a {
	color: #FF001D;
	font-weight: bold;
}

.categoriesList 	{ list-style-type: none; margin: 20px 0; padding: 0 0 0 5px; font-size: 1.2em; font-weight: bold; }
.categoriesList li	{ padding: 5px 0; margin: 0; }
.categoriesList li a{ color: #575757; }

.reward_photo {
	width: 230px;
}

.reward_details {
	padding-left: 16px;	
}
.reward_details h3 {
	margin: 0 !important;
}

.reward_thumb_separator {
	margin-top: 16px;
	border-top: #dcdcdc 1px solid;
	margin-bottom: 20px;
}