/*// --------------------------------------------------------------------------------------------------------------- // 
// Skrypt: SEOKatalog
// wersja: 1.0
// demo skryptu: http://www.demo.seokatalogi.pl
// copryright: Mariusz Wysokinski
// strona domowa skryptu: http://www.seokatalogi.pl
// forum: http://www.seokatalogi.pl/forum/
// --------------------------------------------------------------------------------------------------------------- //*/

html, body
{	
   font: 11px Tahoma, Tahoma, arial, sans-serif;
   text-align:center;
   background-color:#fff;
   color:#000000;
   margin:0;
   padding:0;
}

img {
	border:0px;
}

a img {
	text-decoration:none;
}

a {
	color: #1d771d;
	font-weight: normal;
	font: 11px Tahoma;
	text-decoration: none;
	text-align: left;
}

a:hover {	
	text-align: left;
	color: #1d771d;
	text-decoration:underline;
}

form {
	font:11px Tahoma, Sans-serif;
	margin:0 0 20px 10px;
	color:#000000;
	text-align:justify;
	line-height:17px;
}	

.loading {
	height:30px;
	background:url('../images/working.gif') 50% 50% no-repeat;
	width:100%;
	text-align:center;
	margin:0 auto;
}

#wrap {
   width:960px;
   margin:0 auto;
   text-align:center;
   overflow:hidden; clear: both;
}

#header {
   width:1000px; margin: 0 auto;
   height:150px;
   background:url('../images/top_gameover.gif') no-repeat;
   padding:0;
   color:#FFFFFF;
}

#header_left h1 a, #header_left h1 a:hover {
	margin:10px 0 0 20px; padding:0; text-indent: -10000px;
    float:left; display: block;
	width:110px; height: 55px;
}

.button {
    height:20px;
    width:auto;
    border:1px solid #558E31;
    cursor:pointer;
    color:#FFFFFF;
    background:url('../images/button.jpg') repeat-x;
}

#lava #searchbox { float: right; }
	#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		text-align:center; margin: 0 auto;
		width:960px; 
		height:50px; background: #2a83e6; clear: both;
	}
	
	#lava ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:10px; 
		top:25px; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
		
		/* give some spaces between the list items */
		margin:0 18px; 
		
		/* display the list item in single row */
		float:left;
	}
	
	#lava #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:10px; 
		
		/* should be lower than the list menu */
		z-index:50; 

		/* image of the right rounded corner */
		background:url(../images/tail.png) no-repeat right center; 
		height:50px;
		
		/* add padding 8px so that the tail would appear */
		padding-right:18px;
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:-15px;
	}
	
	#lava #box .head {
		/* image of the left rounded corner */
		background:url(../images/head.png) no-repeat 0 0; 
		height:50px;

		/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:10px;
	}
	

#lava ul li a { color: #fff; font: bold 11px Tahoma; text-decoration: none;}
#lava input.phrase {
	width:125px; height:25px;
	background:#FDFDFD;
	border-left:2px solid #4080a6; border-top:2px solid #4080A6;
	border-bottom: 0; border-right: 0; 
	color: #898989; text-indent: 5px;
}
#lava input.send {
	width: 25px; height: 25px;
	background: url(../images/send.jpg) no-repeat 50% 50% #fdfdfd;
	text-indent: -10000px;
	border: 0; position: relative; left: -30px;
	
}



#error {
	width:728px;
	margin:8px auto;
	padding:5px;
	font:bold 11px Tahoma;
	color:#cc0000;
	border:2px solid #cc0000;
	text-align:center;
	background-color:#ffffff;
}

#info {
	width:728px;
	margin:8px auto;
	padding:5px;
	font:bold 11px Tahoma;
	color:#1d771d;
	border:2px solid #1d771d;
	text-align:center;
	background-color:#ffffff;
}

#content-wrap {
	width: 960px;
	padding: 0 0 0 0;
	margin: 0 auto;
	clear:both;	
}

#sidebar {
	float:left;
	padding:0; 
	margin:0;
	width:230px;	
}

#sidebar h3 {	
	width: 220px; height: 40px; background: #d54b00;
	text-align: right; font: normal 22px Tahoma;
	color: #fff; line-height: 40px;
	margin: 0 0 10px 0; padding-right: 10px;
}

#sidebar ul {
    padding:0;
    margin:8px 10px 10px 5px;
}

#sidebar ul li {
	margin: 5px 0 0 0;
	list-style:none;
	font: bold 11px Tahoma;
	color:#000000;	
}

#sidebar ul li.in {
	margin: 5px 0 0 0;
	list-style:none; 
	background: url('../images/sidebar_li.gif') no-repeat 0 2px;	
	border-bottom: 1px dotted #c1c1c1;
	font: bold 11px Tahoma;
	color:#646464;		
}

#sidebar ul li.out {
	margin: 5px 0 0 0;
	list-style:none; 
	background: url('../images/sidebar_li.gif') no-repeat 0 2px;	
	border-bottom: 1px dotted #c1c1c1;
	font: bold 11px Tahoma;
	color:#646464;			
}

#sidebar ul li a {
	color: #646464;
	font-weight: normal;
	margin:0 0 5px 20px;
	display: block;
	font: bold 11px Tahoma;
	text-decoration: none;
	text-align: left;
}

#sidebar ul li a.select {
	text-decoration: underline;
}

#sidebar ul li a:hover{
	text-decoration:underline;
}
	   
#sidebar ul li .text {
	margin:0 0 5px 20px;
}

#sidebar ul li.rss {
	margin:8px 0 0 0;
}

#sidebar ul li h2 {
	background: url('../images/content_h2.gif') no-repeat left top;	
	padding:0 0 5px 20px;
	margin:0;
	text-align:left;
}

#sidebar ul li h2 a, #sidebar ul li h2 a:hover {
	color:#a60808;
	font:bold 11px Tahoma;
	text-decoration:underline;
	margin:0;
	padding:0;
}

#sidebar ul li p {
	font:11px Tahoma, Sans-serif;
	margin:0 0 5px 0;
	color:#000000;
	text-align:left;
	line-height:17px;
}

#sidebar ul li small {	
	color:#666666;
	font:normal 10px Tahoma;
	text-align:left;	
}

#sidebar ul li small a { 
	color:#666666;
	font:normal 10px Tahoma;
	margin:0;
	padding:0;
	display:inline;
	text-decoration:none;
}

#sidebar ul li small a:hover {
	color:#666666;
	font:normal 10px Tahoma;	
	text-decoration:underline;
	margin:0;
	padding:0;
	display:inline;	
}

#content {
	float:left;
	width:715px;
	padding:0 0 0 10px; 
    margin:0 0 5px 0px;
}

#content h1 {	
	width: 705px; height: 40px; background: #a4bd02;
	text-align: right; font: normal 22px Tahoma;
	color: #fff; line-height: 40px;
	margin: 10px 0; padding-right: 10px;
	float: left; clear: both;	
}

#content h1 a {
	text-decoration:none;
	width: 705px; height: 40px; background: #a4bd02;
	text-align: right; font: normal 22px Tahoma;
	color: #fff; line-height: 40px;
	margin: 10px 0; padding-right: 10px;	
	
}		

#content h1 a:hover {
	text-decoration:underline;
}

#content p {
	font:11px Tahoma, Sans-serif;
	margin:0 0 20px 10px;
	color:#000000;
	text-align:justify;
	line-height:17px;
}

#content div.site {
	height:100%; 
	overflow:hidden;
	padding:0 0 10px 10px; 
	font:11px Tahoma, Sans-serif;
	color:#000000;
	text-align:justify;
	line-height:17px;	
}

#content div.site img {
	border:1px solid #BABABA;
	padding:0;
	margin:0 8px 4px 0px;
    width:190px;
    height:145px;
    float:left;
}	

#content a.sub {
	color:#646464;
	font:bold 11px Tahoma;
	text-decoration:none;
	text-align:left;	
	padding: 0 0 0 20px;
}
a.moreCats {
	color: #6888f7 !important; margin: 0 0 0 85px !important;
	text-decoration: underline !important;
	font: normal 11px Tahoma !important;
}

#content a.sub:hover {
	text-decoration:underline;
}

#content table {
	margin:0 0 20px 0;
	clear:both;	
}

#content table tr td {
	padding-bottom:10px;
	text-align: left;
}

#content table tr td h2 {
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	text-align:center;
	height: 30px; line-height: 30px;
	background: #444444; color: #fff;
}

#content table tr td h2 a {
	color:#fff;
	font:bold 14px Tahoma;
	text-decoration:none;
	line-height: 30px;
}

#content table tr td small {	
	color:#666666;
	font:normal 10px Tahoma;
	text-align:left;	
}

#content table tr td small a {
	color:#666666;
	font:normal 10px Tahoma;
	text-decoration:none;
}

#content table tr td small a:hover { 	
	color:#666666;
	font:normal 10px Tahoma;
	text-decoration:underline;
}

#content table tr td img {
    padding:3px 3px 0 0;
}

#content h3 {	
	font:bold 12px Tahoma;
	text-align:left;
	padding: 5px;
	margin-top:25px;
	color:#FFFFFF;
	float:left;
	width:100%;
	clear:both;
	width: 705px; height: 30px;
	background: #d54b00;
	line-height: 30px;
}

#content h3 a {	
	font:normal 12px Tahoma;
	text-align:left;	
	color:#FFFFFF;
	text-decoration:none;	
}

#content h3 a:hover {	
	font:normal 12px Tahoma;
	text-align:left;	
	color:#FFFFFF;
	text-decoration:underline;
}

#content #tags {
	margin:0 0 20px 10px;
	line-height:17px;	
}

#content #sites {
	margin:15px 0 20px 10px;
}

#content #sites ul {
    padding:0;
    margin:0;
    float:left;
    width:650px;
}

#content #sites ul li {
	padding:5px;
	margin: 5px 0 8px 0;	
	list-style:none; 		
}

#content #sites ul li.premium {
	background-color:#FFFFA0; 	
}

#content #sites h2 {
	color:#6888f7;
	font:bold 11px Tahoma;	
	
	padding:0 0 5px 0;
	margin:0;
	text-align:left;
}

#content #sites h2 a {
	color:#6888f7;
	font:bold 11px Tahoma;
	text-decoration:none;
}

#content #sites p {
	font:11px Tahoma, Sans-serif;
	margin:0 0 5px 0;
	color:#646464;
	text-align:justify;
	line-height:17px;
}

#content #sites small {	
	color:#646464;
	font:bold 10px Tahoma;
	text-align:right;
	width:100%; float: left;
}

#content #sites small.right {	
	color:#666666;
	font:normal 10px Tahoma;
	text-align:right;
	float:right;
	width:100%;
	padding:5px 0 5px 0;
}

#content #sites small a { 
	color:#6888f7;
	font:normal 11px Tahoma;
	text-decoration:none;
	float: right; margin: 0 0 0 5px;
}

#content #sites small a:hover { 
	text-decoration:underline;
}


#content ul.site {
    padding:0;
    margin:0 10px 10px 10px;
}

#content ul.site li {
	margin: 5px 0 0 0;
	list-style:none;
	font: 11px Tahoma;
	color:#000000; text-align: left!important;
}

#content ul.site li.in {
	margin: 5px 0 0 0;
	list-style:none; 
	background: url('../images/sidebar_li.gif') no-repeat left top;	
	border-bottom: 1px solid #BABABA;
	font: 11px Tahoma;
	color:#000000;
	padding:0 0 5px 20px;
}	

#content ul.site li.report {
	margin:0;
	list-style:none; 
	background: url('../images/report.gif') no-repeat 0px 3px;	
	border-bottom: 1px solid #BABABA;
	font: 11px Tahoma;
	color:#000000;
	padding:5px 0 5px 20px;
}	

#content ul.site li.edit {
	margin:0;
	list-style:none; 
	background: url('../images/edit.gif') no-repeat 2px 3px;	
	border-bottom: 1px solid #BABABA;
	font: 11px Tahoma;
	color:#000000;
	padding:5px 0 5px 20px;
}	

#content ul.site li.premium {
	margin:0;
	list-style:none; 
	background: url('../images/premium.gif') no-repeat 2px 3px;	
	border-bottom: 1px solid #BABABA;
	font: 11px Tahoma;
	color:#000000;
	padding:5px 0 5px 20px;
}	

#content ul.site li .site_cat {
	width:300px;
	display:block;
	margin:5px 0 0 100px;
}

#content ul.site li a {
	color: #646464;
	font-weight: normal;
	margin:0;
	font: 11px Tahoma;
	text-decoration: none;
	text-align: left;
}

#content ul.site li a:hover{
	text-decoration:underline;
}

#content ul.unit-rating {
	padding:0;
	margin:0;
	border:0px;
}

#content ul.unit-rating li {
	padding:0;
	margin:0;
	border:0px;
}

#content ul.unit-rating li a {
	display:block;
	border:0;
}

#content ul.unit-rating li a:hover {
	padding:0;
	margin:0;
	display:block;
	text-decoration:none;
	border:0;
}

#footer {
	color:#fff;
	background:#d54b00;
	width:960px;
	height:40px;
	text-align:center;	
	font:normal 11px Tahoma;
    margin:0; line-height: 40px;
    clear:both;
}

#footer a {
	font:normal 11px Tahoma;
}
ul.rules {
	font: normal 12px Tahoma; text-align: left;
}
ul.rules li{
	list-style-type: none; margin: 5px 0;
}

