﻿*
{
	padding:0px;
	margin:0px;
	cursor:default;
}
img
{
	display:block;
	border:none;
}
html, body
{
	background:#000000 url(background.jpg) repeat-x;
}
body
{
	min-width:1000px;
	width:expression(document.documentElement.clientWidth<1000?"1000px":"auto");
}
p, a, h1, h2, h3, h4, input, textarea
{
	font-weight:normal;
	font-family:Tahoma,Verdana;
	font-size:11px;
	line-height:16px;
	color:#777777;
}
div, p
{
	text-align:justify;
}
a, a img, a span
{
	cursor:pointer;
}

a
{
	color:#3b3b3b;
	text-decoration:none;
}
	a.iwLink, div.thumbs a
	{
		font-weight:bold;
	}
	div#languages a, div#menuTop a, div#radar a, div#menuDown a
	{
		color:#777777;
	}
	div#radar a
	{
		text-transform:lowercase;
	}
	div#menuTop a
	{
		display:block;
		float:left;
		margin-top:4px;
		padding:13px 20px 24px 20px;
		border-top:2px solid #eaeaea;
		text-transform:lowercase;
	}
	div#menuDown a, ul#thumbsSections a
	{
		display:block;
		width:200px;
		padding:3px 20px 3px 0px;
		border-bottom:1px solid #eaeaea;
		border-left:8px solid #eaeaea;
	}
	ul#thumbsSections a
	{
		width:181px;
		padding:3px 0px 3px 10px;
	}
	div#footer a
	{
		color:#ffffff;
	}

a:hover, 
div#languages a:hover, 
div#menuDown a:hover, 
div#menuDown a.active, 
ul#thumbsSections a:hover, 
ul#thumbsSections a.active,
div.thumbs a
{
	color:#2877b0;
}
	div#menuTop a:hover, div#menuTop a.active
	{
		background-color:#ffffff;
		color:#2776af;
		border-top:2px solid #fafafa;
	}
	div#radar a:hover
	{
		color:#2777b2;
	}
	div#footer a:hover
	{
		color:#0284ff;
	}
	div.thumbs div.thumbImg a:hover img
	{
		border-color:#d5d5d5;
	}

img#mdr
{
	position:absolute;
	top:172px;
	left:600px;
}
div.thumbs div.thumbImg img
{
	padding:5px;
	border:1px solid #eaeaea;
	width:140px;
	height:100px;
}

h1, h2, h3, h4
{
	color:#2676b1;
	font-weight:bold;
	font-size:14px;
	padding:10px 0px 0px 0px;
}
div#menuDown h1, div#menuDown h2
{
	text-align:right;
}
	h2
	{
		font-size:12px;
	}

p
{
	padding:7px 0px;
}
	form p
	{
		padding:0px;
	}
	div#radar p
	{
		padding:10px 0px 8px 20px;
	}
	div#footer p
	{
		width:885px;
		text-align:right;
		color:#ffffff;
	}

p.formError
{
	padding:10px;
	font-weight:bold;
	margin:20px 20px -10px 0px;
	border-left:1px solid #f3f3f3;
}
p.newsDate
{
	padding-top:0px;
	margin-top:-5px;
	font-size:9px;
	color:#3b3b3b;
}

.resizer
{
	width:1000px;
}
.marginAuto
{
	margin:0px auto;
}

span.bold
{
	font-weight:bold;
}
span.blue
{
	color:#2877b0;
}
div#footer span.blue
{
	color:#0284ff;
}
span.lightgrey
{
	color:#c0c0c0;
}

span.error
{
	font:normal 9px Verdana;
	color:#ff0000;
}

input, textarea
{
	width:588px;
	background-color:#ffffff;
	border:1px solid #f3f3f3;
	padding:5px;
	margin:10px 0px;
	line-height:14px;
}
textarea
{
	height:150px;
}
input.submit
{
	background-color:transparent;
	border:none;
	color:#3b3b3b;
	cursor:pointer;
}

/*
	Pudełka. Ogólna struktura strony, pewne wymiary
	nie rozjeżdżajace się w nieporządany sposób
	przy różnej ilości treści.
*/
div#logo
{
	float:left;
	width:450px;
	height:61px;
	padding-left:50px;
}
div#languages
{
	float:left;
	width:450px;
	height:61px;
	text-align:right;
}
div#puzzle
{
	clear:left;
	float:left;
	width:500px;
	height:212px;
}
div#menuTop
{
	float:left;
	width:450px;
	height:212px;
	text-align:right;
}
div#radar
{
	clear:left;
	width:900px;
	height:38px;
	padding-left:50px;
}
div#center
{
	background:#ffffff url(backgroundContent.png) repeat-y;
	padding-left:50px;
}
div.iAmBadHack
{
	clear:left;
}
	div#content, div#menuDown
	{
		padding:0px 15px 15px 15px;
	}
	div#content
	{
		float:left;
		width:598px;
	}
	div#menuDown
	{
		float:left;
		width:242px;
	}

div#footer
{
	background-color:#1a1a1a;
	clear:left;
	padding:15px 0px 15px 50px;
	border-top:7px solid #2776b1;
	border-bottom:30px solid #000000;
	height:30px;
}

div.thumbs
{
	clear:left;
	padding:20px 0px;
}
	div.thumbImg
	{
		float:left;
		padding-right:10px;
		width:138px;
	}
	div.thumbDescription
	{
		float:right;
		width:438px;
	}

/*
	Listy. Głównie menu.
*/
div#languages ul
{
	margin-top:14px;
	list-style-type:none;
}
	div#languages ul li
	{
		display:inline;
		padding:0px 20px;
	}

div#menuTop ul
{
	list-style-type:none;
	float:right;
}
	div#menuTop ul li
	{
		display:block;
		float:left;
		padding-left:5px;
	}

div#menuDown ul
{
	list-style-type:none;
	text-align:right;
	float:right;
	display:inline;
	margin:10px -15px 10px 0px;
}
div#menuDown h1
{
	clear:right;
}
	div#menuDown ul li
	{
		display:inline;
	}

ul#thumbsSections
{
	list-style-type:none;
	padding:20px 0px 30px 0px;
}
	ul#thumbsSections li
	{
		display:block;
		float:left;
	}



div.offer
{
	clear:left;
	margin:40px 0px;
}
div.offer img
{
	float:left;
	margin:20px 0px;
}
div.offer p.price
{
	font-weight:bold;
	padding-top:0px;
}
div.offer p.ad, div.offer p.ad a
{
	font-size:9px;
}
