/* CSS Document */

body {
	background-color: #2c2c2c;
	color: #fff;
	font: 0.75em/1em Verdana, Arial, sans-serif;
}

a:link, a:visited {
	color: #fff;
}

a:hover, a:active, td {
	color: #ccc;
}

dl {
	margin: 10px 9px;
}

dt {
	margin: 2px 0;
}

dd {
	margin: 2px 0 5px 0;
	padding-bottom: 5px;
	font-size: 0.9em;
	border-bottom: 1px dotted #4D4D4D;
}

#Content h3 {
	margin-left: 9px;
	font-size: 1.1em;
}

#useronline {
	position: absolute;
	font-size:0.85em;
	top: 17px; left: 8px;
}

#Content h4 {
	margin-left: 9px;
	font-size: 1em;
}

#Content h5 {
	margin-left: 9px;
	font-size: 0.9em;
}

#bgR {
	background: #2c2c2c url(../gfx/bgR.png) repeat-x;
	width: 50%; height: 201px;

	position: absolute;
	top:0; right:0;
}

#bgL {
	background: #2c2c2c url(../gfx/bgL.png) repeat-x;
	width: 50%; height: 239px;

	position: absolute;
	top:0; left:0;
}

#top_wrapper {
	position: relative;
	background: #2c2c2c url(../gfx/top.jpg) no-repeat;
	width: 990px; height: 198px;
	margin: 0 auto;
}

/* TOP SLOGAN - LOGO */
#top_wrapper h1 {
	position: absolute;
	top: 70px; left: 294px;
	text-indent: -999999px;
	height: 34px; width: 275px;
}

#top_wrapper h1 a {
	display: block;
	height: 34px; width: 275px;
}

/* TOP 3 ZAKLADKI */
ul#top_tabs {
	height:19px; width: 273px;
	position: absolute;
	top: 0; right: 50px;
	font-size: 0.75em;
}

ul#top_tabs li {
	display: block; float: left;
	width: 88px; height: 19px; line-height: 19px;
	text-align: center;
	margin-right: 3px;
}

ul#top_tabs a {
	display: block;
	width: 88px; height: 19px;
	text-decoration: none;
	color: #5D5D5D;
	background: transparent url(../gfx/bgHeadTabs.png) no-repeat 0 0;
}

ul#top_tabs a:hover {
	background-position: 0 -19px;
}

/* TOP ICON */
ul#top_ico {
	position: absolute;
	top: 54px; right: 75px;
	width: 248px; height: 87px;
}

ul#top_ico li {
	float: left;
	height: 87px;
	text-indent: -999999px;
}

ul#top_ico li.pob {
	width: 90px;
	margin-right: 56px;
}

ul#top_ico li.pig {
	width: 102px;
}

ul#top_ico a {
	display: block;
	height: 87px;
	background: transparent url(../gfx/topIcon.gif) no-repeat 0 0;
}

ul#top_ico li.pob a {
	width: 90px;
}

ul#top_ico li.pob a:hover {
	background-position: 0 -87px;
}

ul#top_ico li.pig a {
	width: 102px;
	background-position: -146px 0;
}

ul#top_ico li.pig a:hover {
	background-position: -146px -87px;
}

/* TOP MENU */
ul#top_menu {
	height:32px; width: 686px;
	position: absolute;
	bottom: 6px; left: 290px;
	font-size: 0.8em;
}

ul#top_menu li {
	display: block; float: left;
	width: 98px; height: 32px; line-height: 32px;
	text-align: center;
	margin-right: 0px;
}

ul#top_menu a {
	display: block;
	width: 98px; height: 32px;
	text-decoration: none;
	color: #fff;

}

ul#top_menu a:hover {
	background-position: 0 -19px;
	color: #000;
	background: transparent url(../gfx/bgMenuHover.png) no-repeat 0 0;
}

/* WRAPPER TRESCI */
#wrapper {
	position: relative;
	background: #222222 url(../gfx/top2.jpg) no-repeat;
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}

/* LEFT SIDE BAR */

#leftSideBar {
	margin-left: 8px;
	padding-top: 60px;
	width: 156px;
	float: left;
}

#rightSideBar p {
	padding: 6px;
	font-size: 0.8em;
	text-align: justify;
}

h3.mBar {
	width: 145px; height: 21px; line-height: 21px;
	font-size: 0.8em; padding-left: 11px;
	background: #1F1F1F url(../gfx/bgTitle.png) no-repeat;
}

ul.mBarBox, div.mBarBox {
	margin: 4px 0;
	padding: 9px 5px; font-size: 0.8em;
	background-color: #1e1e1e;
	overflow: hidden;
}

ul.mBarBox li {
	height: 18px; line-height: 18px;
}

ul.mBarBox a:link, ul.mBarBox a:visited {
	display: block;
	text-decoration: none;
	padding: 0 4px;
	height: 18px; line-height: 18px;
	color: #AAAAAA;
}

ul.mBarBox a:hover, ul.mBarBox a:active {
	background-color: #262626;
	color: #fff;
}

/* RIGHT SIDE BAR */

#rightSideBar {
	margin: 0; margin-top: 10px; padding: 8px 4px 8px 5px;
	width: 269px;
	float: left;
	background-color: #1c1c1c;
}

h3.wBar {
	width: 258px; height: 21px; line-height: 21px;
	font-size: 0.8em; padding-left: 11px;
	background: #1F1F1F url(../gfx/bgTitleW.png) no-repeat;
}

/* CONTENT */
#Content {
	margin: 0 15px;
	margin-top: 10px;
	width: 510px;
	float: left;
}

h2 {
	width: 495px; height: 27px;
	font-size: 0.9em; padding-left: 15px; padding-top: 16px;
	background: #222 url(../gfx/bgH2.png) no-repeat;
}

#Content ul, ol {
	margin: 10px 15px;
	list-style-position: outside;
	font-size: 0.9em;
	color: #b4b4b4;
}

#Content ul {
	list-style-type: disc;
}

#Content ol {
	list-style-type: decimal;
}

#Content ul li, #Content ol li {
	margin-bottom: 2px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #4b4b4b;
}

#Content ul li {
	margin-left: 15px;
}

#Content ol li {
	margin-left: 20px;
}

#Content #sms ul li {
	margin-bottom: 9px;
}

#Content h2.titeBar, #Content h1.titeBar {
	width: 465px; height: 32px; line-height: 32px;
	font-size: 0.9em; padding-left: 45px; padding-top: 0;
	background: #222 url(../gfx/bgH1.png) no-repeat;
}

#Content h2.titeBar a:link, #Content h2.titeBar a:visited,
#Content h1.titeBar a:link, #Content h1.titeBar a:visited {
	text-decoration: none;
	color: #fff;
}

#Content h2.titeBar a:hover, #Content h2.titeBar a:active,
#Content h1.titeBar a:hover, #Content h1.titeBar a:active {
	text-decoration: none;
	color: #ccc;
}

#Content #announcementList h1.titeBar {
	margin-bottom: 10px;
}

#Content p {
	color: #b4b4b4;
	font-size: 0.9em;
	padding: 9px;
	text-align: justify;
	line-height: 1.2em;
	overflow: hidden;
}

#Content p.newsDesc {
	color: #919191;
	font-size: 0.8em;
	overflow: hidden;
	margin-bottom:15px
}

#Content p.newsDesc span {
	display: block;
}

#Content p.newsDesc span.left {
	float: left;
	width: 60%;
}

#Content p.newsDesc span.right {
	float: right;
	width: 40%;
	text-align: right;
}

#Content p.newsDesc span a {
	text-decoration: none;
	font-weight: bold;
	color: #919191;
}

#Content p.newsDesc span a:hover {
	color: #b4b4b4;
}

#Content .commentBox {
	background: #262626;
	margin: 10px 0;
}

#announcementList .commentBox {
	border-bottom: 1px dotted #4d4d4d;
}
#Content .commentBox p.desc {
	color: #fff;
}

#announcementList h2 {
	cursor:pointer;
}

#Content .commentBox p.cont {
	color: #b4b4b4;
}

#Content #telefonyList div.search {
	color: black;
	float:left;
	width:460px;
	text-align:center;
	padding:10px;
	margin:12px 12px;
	background: #fff;
	border: 3px solid #cbcbcb;
}

#Content #telefonyList div.tel {
	float:left;
	width:120px;
	height: 100px;
	text-align:center;
	padding:10px;
	margin:12px 12px;
}

#Content #telefonyList div.tel span {
	display:block;
	margin-top:3px;
}

#Content #telefonyList .tel {
	background: #fff;
	border: 3px solid #cbcbcb;
	position: relative;
}

#Content #telefonyList .tel a,
#telefonyCompare .tel a { color: #333; }

#Content #telefonyList .tel a:hover,
#telefonyCompare .tel a:hover { color: #666; }

#Content #telefonyList div.tel img {
	border: 5px solid #fff;
}

#Content #telefonyList .addToCompare {
	display: block;
	width: 15px; height: 15px;
	text-align: center;
	position: absolute;
	top: 0; right: 4px;
	cursor: pointer;
	color: #2C2C2C;
	background: #CBCBCB;
}

#Content #telefonyList .removeFromCompare {
	display: block;
	width: 15px; height: 15px;
	text-align: center;
	position: absolute;
	top: 0; right: 4px;
	cursor: pointer;
	color: #fff;
	background: #222222;
}

#Content #telefonyShow div.leftColumn {
	float:left;
	width:48%;
}

#Content #telefonyShow div.rightColumn {
	float:right;
	width:48%;
}

#Content #telefonyShow #topColumn {
	width:100%;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
}

#Content #telefonyShow #topColumn table {
	width:auto;
	float:left;
	margin: 0 15px;
}

#Content #telefonyShow #topColumn img {
	float:left;
	border: solid #fff;
	border-width: 7px 15px;
}

#Content #telefonyShow table,
#telefonyCompare div.column table {
	font-size: 11px;
	margin: 5px 0;
	width: 100%;
}

#Content #telefonyShow th,
#telefonyCompare div.column th {
	background-color: #fff;
	color: #000;
	padding:3px;
	text-transform: uppercase;
	text-align: left;
}

#Content #telefonyShow td,
#telefonyCompare div.column td {
	padding:2px;
}

/* Porownanie telefonow */

#telefonyCompare div.column
{
	width: 33%;
	float: left;
}

#telefonyCompare div.tel img {
	border: 5px solid #fff;
	float: none;
}

#telefonyCompare div.column .tel {
	background: #fff;
	border: 3px solid #cbcbcb;
	text-align:center;
	padding:10px;
	margin:12px 0;
}

#telefonyCompare div.tel span {
	display:block;
	margin-top:3px;
}

#phoneToCompare {
	display:none;
}

#phoneToCompare li {
	display: none;
}

#phoneToCompare li span {
	font-size: 16px;
}

#clearComparePhone,
#comparePhone {
	text-align: center;
	cursor: pointer;
	margin-left: 111px;
	margin-bottom: 5px;
}

/* STOPKA */
#footer {
	clear: both;
	height: 20px;
	background: #222 url(../gfx/footer.png) no-repeat;
	color: #fff; font-size: 0.8em;
	padding-left: 90px; padding-top: 19px;
}

/* REKLAMY */

ul#top_750x100 {
	float: left;
	margin: 13px 0 0 39px;
	width: 750px; height: 100px;
	overflow: hidden;
}

ul#linki_googla_728x15 {
	float: left;
	margin: 5px 0 15px 39px;
	width: 750px; height: 15px;
	overflow: hidden;
}

ul#top_750x100 li,
ul#linki_googla_728x15 li {
	margin:0; padding:0;
}

#Content ul.reklama,
#Content ul.reklama_stopka {
	list-style-type: none;
	border: none;
}

#Content ul.reklama_stopka {
	width: 486px;
	overflow: hidden;
	height: auto;
}

#Content ul.reklama li,
#Content ul.reklama_stopka li {
	border: none;
}

#Content ul.reklama_stopka li {
	margin:0; padding:0;
	text-align: center;
	width: 486px;
	height: auto;
}

ul.mBarBox.reklama li {
	height: auto; line-height: normal;
	text-align: center;
}

ul.mBarBox.reklama a:link, ul.mBarBox.reklama a:visited {
	height: auto; line-height: normal;
	padding: 2px 0;
}

/* FORMULARZE */

form {
	border-top: 1px dotted #4d4d4d;
	color: #bababa;
	font-size: 0.9em;
	margin: 5px 0 10px 0;
	padding-top: 10px;
}

label {
	cursor: pointer;
}

input.text, textarea {
	background-color: #343434;
	color: #bababa;
	border: 1px solid #4d4d4d;
	display: block;
	margin: 5px 0;
	padding: 4px;
	width: 99%;
	width: 497px
}

textarea {
	text-align: justify;
	height: 70px;
}

input.submit {
	display: block;
	text-indent: -999999px;
	border: none;
	cursor: pointer;
	width: 126px; height: 19px;
}

form#comments input.submit {
	background: transparent url(../gfx/inputAddCom.png) no-repeat;
}

form#announcement input.submit {
	background: transparent url(../gfx/inputAddOgl.png) no-repeat;
}

/* INNE */

#Content form p.error {
	color: #EB1717;
	background: #FF9;
	padding: 2px;
	display: inline;
	float: right;
	margin-right: 4px;
}

#Content p.pagination {
	text-align: center;
}

#Content #news h3, #Content #announcementList h3 {
	margin-left: 0px;
	margin-top: 5px;
}

#articlesCategory p, #testsCategory p, #downCategory p {
	width: auto;
	overflow: hidden;
}

#articlesCategory img, #testsCategory img, #downCategory img {
	float: right;
	margin: 0 0 4px 6px;
}

#popUpMsg {
	position: fixed;
	display:none;
	top:40%; left: 30%; right:30%;
	background-color: #222222;
	color: #fff;
	border: 3px solid #CBCBCB;
	width: 40%;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	z-index: 999;
	font-size: 16px;
	font-weight: bold;
}

.center { text-align: center; }

.pg {
list-style: none none;
}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
position: relative;
float: left;
display: block;
width: 42px;
height: 65px;
}

.pg li a:hover {
font-size: 100%;
z-index: 2;
}

.pg li a img {
border: 0 none;
position: absolute;
width: 42px;
height: 58px;
}

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
padding: 50px 50px 50px 50px;
background-color: white;
width: 200px;
height: 450px;
left: -170px;
top: -225px;
z-index: 1;
}