/* =reseting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{text-decoration: none;}


/* =basics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
acronym{cursor: help; border-bottom: 1px dotted #000000;}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.big{font-size: 150%;}
.centerText{text-align: center;}
.centerBlock{margin: auto;}
.small{font-size: 10px;}
.sub{vertical-align: -25%;}
.sup{vertical-align: super; }
.normal{text-transform: none;}
.capitalize{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.lower{text-transform: lowercase;}
.accesskey{text-decoration:underline;}

	
h1{font-size: 20px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6{font-size: 10px;}

.clear{
	clear: both;
	font-size: 1px; /* Fix for IE */
	height: 1px;
	margin-bottom: -1px;
}

/* =common
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body{
	font-family: "Tahoma", "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #8b897e;
}

.feedback{

}

	.success{
	
	}
	
	.failure{
	
	}


/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body{
	color: #fff;
	font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
	font-size: 14px;
	background: url( '/media/i/bg.png' ) repeat-x 0 0;
}

a{
	color: #5f7610;
}

#wrapper{
	margin: 0 auto;
	width: 767px;
}

h1#logo a{
	width: 767px;
	height: 217px;
	background: url( '/media/i/top.png' ) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

#menu{
	padding: 15px 20px 15px;
	font-size: 14px;
	background: #7b9522 url( '/media/i/hr.png' ) no-repeat 0 bottom;
}

	#menu li{
		padding: 0 10px 0 0;
		display: inline;
	}
	
		#menu li a{
			color: #fff;
			font-size: 14px;
			font-weight: bold;
		}
		
#breadcrumb{
	padding: 10px 70px; 
	background: #98b82d;
	font-weight: bold;
	color: #5F7610;
}

#categories{
	padding: 0px 70px 10px;
	background: #98b82d;
	font-weight: bold;
}

	#categories li{
		display: inline;
		color: #cedf92;
	}
	
		#categories li a{
			color: #fff;
			padding-left: 10px;
		}

	#content h1{
		padding: 0px 0px 15px 0px;
		color: #cedf92;
		font-size: 40px;
	}	

	#content p{
		padding: 0px 0px 20px 0px;
		line-height: 1.3;
	}

	#content img{
		margin: 0px 10px 5px 0px;
		float: left;
	}

	#content #content-top{
		padding: 20px 70px;
		padding: 20px;
		background: #98b82d;
	}

	#content #content-bottom{
		padding: 20px 70px;
		background: #89a725;
	}
	
		#content-bottom #gamesList{
		
		}
		
			#content-bottom #gamesList li{
				padding: 15px 0 15px;
				clear: left;
			}
			
				#content-bottom #gamesList li h2{
					padding-bottom: 10px;
					font-size: 20px;
				}
				
#bottom{
	border-top: 2px solid #546a09;
	margin: 0 auto;
	padding: 0 0 15px;
	width: 767px;
	font-size: 12px;
	background: #fff;
}

	#bottom ul{
		padding: 5px 20px;
	}
	
		#bottom ul li{
			padding-right: 5px;
			display: inline;
			color: #232323;
		}

		
		#bottom ul li.label{
			margin-right: 10px;
			padding-right: 5px;
			display: block;
			float: left;
			width: 80px;
			text-align: right;
			color: #fff;
		}
		
			#bottom ul li h3{
				font-weight: bold;
				font-size: 12px;
				display: inline;
			}
		
			#bottom ul li h3 a{
				color: #425012;
			}
			
		#bottom ul li ul{
			margin-left: 95px;
			padding: 0;
			float: left;
			display: block;
			clear: left;
		}
	
	#bottom #bottom-menu{
		padding: 10px 20px;
		background: #344300;
		font-size: 10px;
	}
	
		#bottom #bottom-menu a{
			color: #89a725;
		}
		
	
	#bottom #bottom-categories li {
		margin-bottom: 10px;
		float: left;
		display: block;
		clear: none;
		text-align: left;
	}
	
	#bottom #bottom-categories{
		padding-top: 15px;
		position: relative;
		background: #546a09;
		height: 80px;
		font-size: 10px;
	}
	
		#bottom #bottom-categories a{
			color: #d5e4a4;
		}
	
	#bottom #bottom-categories li.label{
		margin-right: 10px;
		padding-right: 5px;
		display: block;
		position: absolute;
		top: 15px;
		width: 80px;
		text-align: right;
		color: #cbdd8c;
	}
	
		#bottom #bottom-categories li ul li{
			float: none;
			width: auto;
			display: inline;
		}
		
	#bottom p{
		padding-top: 15px;
		color: #232323;
		text-align: center;
	}
	
#boxWrapper{
	background: url( '/media/i/boxes.png' ) repeat-y 0 0;
}
	
.box{
	padding: 15px;
	float: left;
	width: 320px;
}

	#content .box h1{
		padding-bottom: 20px;
		font-size: 30px;
	}

	.box ul{
	}
	
		.box ul li{
				padding-bottom: 20px;
		}

	.box h3{
		padding-bottom: 5px;
	}
	
		.box h3 a{
			font-weight: bold;
			color: #89a725;
		}
		
		#content .box p{
			padding-left: 110px;
		}
		
		.box p a{
			color: #666666;
		}
		
		#content .box p.more{
			padding: 3px 6px;
			float: right;
			background: #7b9522;
		}
		
		#content .box p{
			padding-bottom: 5px;
		}
		
			.box p.more a{
				color: #f2ffc6;
			}

	.box img{
		float: left;
	}

.light{
	background-color: #ddeab2;
}

	#content .light h1{
		color: #89a725;
	}

.dark{
	margin-left: 27px;
	background-color: #7b9522;
}

	#content .dark h1{
		color: #f2ffc6;
	}
	
	#content .dark h3{
		padding: 0px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	
	#content .dark h4{
		padding: 10px 0 5px;
	}
	
	
	#content .dark small{
		color: #fff;
		font-size: 11px;
	}
	
	#content .dark h4 a{
		font-weight: bold;
		color: #b6d15c;
		font-size: 18px;
	}
	
	#content .dark p{
		padding-left: 77px;
	}
	
	#content .dark p a{
		color: #fff;
	}
	
	#content .dark p.more{
		margin-left: 77px;
		padding-left: 0px;
		background: none;
		float: left;
	}
	
		#content .dark p.more a{
			color: #b6d15c;
		}
			

#about{
	margin-top: 20px;
	padding: 20px 40px;
	background: #fff url( '/media/i/about.png' ) no-repeat 30px bottom;
}

	#about h1{
		padding-left: 250px;
		color: #009ee0;
		font-size: 30px;
	}
	
	#about p{
		padding-left: 250px;
		color: #666666;
		font-size: 16px;
	}

#content .regulation h3{
	font-size: 20px;
	text-align: center;
}
	
#content .regulation p{
	padding: 10px 0;
}
	
#content .regulation ul{
	padding: 0px 40px 10px;
	list-style-type: square;
}

#content .privacy h3{
	padding-bottom: 5px; 
	font-size: 20px;
}

#recommended li{
	padding-bottom: 20px;
}

#contests li{
    margin: 7px 0;
}

    #contests li h2{
        margin-bottom: 5px;
        font-size: 24px;
    }
    
        #contests li h2 a{
            color: white;
        }

    #contests li img{
        float: left;
    }

#sitemap {
	padding: 20px 70px;
	padding: 20px;
	background: #98b82d;
}

#sitemap .section{
	padding-left:10px;
	line-height:0.4;
	font-size:14px;
	font-weight:bold;
}
#sitemap .category{
	padding-left:20px;
	line-height:0.5;
	font-weight:bold;
	font-size:12px;
}
#sitemap .game{
	padding-left:30px;
	line-height:0.5;
	font-size:11px;
}


#payment-form{
    width:404px;
    height:407px;
    background-image: url('../i/przelewy_ciufcia_bg.png');
    background-repeat: no-repeat;
    margin-left:160px;
    
}

#payment-form #name{
    position: relative;
    top:118px;
    left:150px;
    border:0px;
    width:200px;
}

#payment-form #surname{
    position: relative;
    top:129px;
    left:150px;
    border:0px;
    width:200px;
}

#payment-form #back-link{
    position: relative;
    left:27px;
    top:257px;
    display: block;
    text-indent: -9999px;
    width:67px;
    height:24px;
}

#payment-form #sub1_msc{
    background: none;
    text-indent: -9999px;
    background-image: url('../i/buttons.png');
    width:135px;
    height:65px;
    border:none;
    position: relative;
    top:220px;
    left:40px;
}

#payment-form #sub3_msc{
    background: none;
    text-indent: -9999px;
    background-image: url('../i/buttons.png');
    background-position: -135px 0px;
    width:149px;
    height:65px;
    border:none;
    position: relative;
    top:220px;
    left:80px;
}

