/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none;
	list-style-position: inside;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}
img { border: none; }
/* Body
-------------------------------------------------------------------*/
body {
	font: 12px/18px Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	background: #fff url(http://i41.tinypic.com/smyir8.jpg) repeat-x;
	background-position: top center;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif;
	font-weight: normal;
	color: #bcff59;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 7px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
h6 {
	font-family: "Tahoma", Helvetica, Arial, Geneva, Sans-Serif;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
h1 span { color: #999; }
a {
	color: #bcff59;
	text-decoration: none;
}
a:hover { color: #fff; }
a:visited { color: #bcff59; }
a.more-link {
	font-size:80%;
	text-transform:uppercase;
	font-weight:bold;
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
}
p { margin-bottom: 10px; }
input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }
blockquote {
	margin: 5px 5px 5px 10px;
	font: italic 12px/22px "Trebuchet MS", Trebuchet, Arial Serif;
	line-height: 12px;
	padding: 5px 10px;
}
hr {
	color: #222;
	background-color: #222;
	height: 1px;
	margin-top:10px;
	margin-bottom:10px;
}
.clear { clear:both; }
.sbfire {
	margin:5px;
	float:left;
	max-width:250px;
	max-height:120px;
	border:1px solid #999;
	padding:3px;
	background:#FFF;
}
/* Container
-------------------------------------------------------------------*/
#glossy {
	margin-top: 2px;
	width: 100%;
	height: 20px;
	background: url(images/glossy.png) repeat-x;
	margin-bottom: 2px;
}
#superframe { margin: 0 auto 0 auto; }
#superframka {
	margin: 0 auto 0 auto;
	border:2px solid #888;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#000 url(images/framewrapper.png) repeat-y;
	width: 998px;
}
#wrapper {
	margin: 2px auto 0 auto;
	width: 994px;
	overflow: hidden;
}
/* Header
-------------------------------------------------------------------*/
#absolute {
	float:right;
	margin-right: 380px;
	padding-top: 17px;
}
#header {
	margin: -20px auto 0 auto;
	width: 1000px;
	height: 92px;
}
#logo {
	height: 92px;
	width: 1000px;
	float: left;
	clear: both;
}
#logoproper {
	background: url(images/logo.png) no-repeat;
	margin-top: 18px;
	height: 70px;
	width: 459px;
	float: left;
}
#ad {
	margin-top: 15px;
	margin-right: 15px;
	border: 1px solid #2c2c2c;
	background: url(images/ad.png) repeat-x;
	height: 60px;
	width: 468px;
	float: right;
}
#superbanner {
	margin: 2px auto 0 auto;
	height: 24px;
	width: 994px;
	background: url(images/superbanner.png) repeat-x;
}
/* MAINMENU MAINMENU MAINMENU MAINMENU  */
#mainmenu {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:transparent url(images/menu.gif) repeat-x;
	height:31px;
	margin:3px;
}
#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:transparent url(images/menu.gif) no-repeat;
	display:block;
	color:#000;
	height:31px;
	line-height:31px;
	padding:0 10px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	z-index:1;
	text-shadow:1px 1px 1px #fff;
}
#menus li a:hover, #menus li a.current {
	background-position:0 -31px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
#menus li.current_page_item a, #menus li.current-cat a { background-position:0 -62px; }
#menus li.current_page_item a.home { background-position:0 -155px; }
#menus li a.lastmenu:hover {
	background-position:0 0;
	cursor:default;
}
#searchbox {
	background: url(images/searchbox.gif) no-repeat;
	width:209px;
	height:21px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:3px 2px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip { color:#999; }
/* navigation END */

/* submenu START */
#menus li ul {
	display:none;
	background: #000;
	border:solid #444;
	border-width:1px 1px 0;
	line-height:0;
	margin-left:0;
	position:absolute;
	z-index:1;
}
#menus li li {
	float:none;
	margin:0;
	padding:0;
	list-style:none;
	text-shadow:none
}
#menus li li a {
	font-size:12px;
	float:none;
	padding:4px;
	text-decoration:none;
	border-bottom:1px solid #444;
	margin:0;
	background-image:none;
	height:auto;
	line-height:120%;
	color:#fff;
	display:block;
	width:150px;
	text-shadow:none
}
#menus li li a.last { border-color:#444; }
#menus li li a:hover, #menus li li a.current {
	background-color:#EDEFF0;
	color:#382E1F;
	text-shadow:none
}
#menus li li a.subtitle, #menus li li a.subtitle:hover {
	background-image:url(img/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/* submenu END */



/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 20px;
	right: 10px;
}
#search #s {
	width: 170px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
}
#newsshadow {
	background: url(images/newsshadow.png) repeat-x;
	background-position: bottom;
}
/* Content
-------------------------------------------------------------------*/
#clearator { clear:both; }
#news {
	display:block;
	width:994px;
	margin: 0 auto;
}
#slideshow {
	display: block;
	width: 397px;
	height: 169px;
	background:#000;
	float:left;
	overflow:hidden;
}
#propernews {
	margin-left: 2px;
	display: block;
	width: 340px;
	height: 165px;
	border: 1px solid #3e3e3e;
	background: #2f2f2f url(images/properbg.png) repeat-x;
	float:left;
	overflow:hidden;
}
#propernews p, #downloadnews p, #webnews p {
	color: #9cf635;
	border-bottom: 1px solid #9cf635;
	margin: 3px 5px -1px 5px;
	font-weight: bold;
}
#propernews ul, #downloadnews ul, #webnews ul {
	color: #9cf635;
	margin: 5px;
}
#propernews li, #downloadnews li, #webnews li {
	padding-left: 9px;
	background: url(images/arrow.png) no-repeat;
	margin-right: 5px;
	line-height: 7px;
	height: 13px;
	overflow:hidden;
}
#propernews ul li a, #downloadnews ul li a, #webnews ul li a {
	font: 11px "Tahoma";
	text-decoration: none;
	color: #fff;
}
#propernews ul li a:hover, #downloadnews ul li a:hover, #webnews ul li a:hover { color: #9cf635; }
#downloadnews {
	margin-left: 1px;
	display: block;
	width: 250px;
	height: 165px;
	border: 1px solid #3e3e3e;
	background: #2f2f2f url(images/properbg.png) repeat-x;
	float:right;
	overflow:hidden;
}
#downloadnews:hover, #propernews:hover, #webnews:hover { background: #000 url(images/ad.png) repeat-x; }
#wyr { padding: 6px; }


#content {
	background: #000 url(images/newsshov.png) repeat-x;
	border: 1px solid #656565;
	width: 625px;
	float: left;
	padding: 0px;
}
/* RANDOM NEWS */
#content_main {
	background: #000 url(images/newsshov.png) repeat-x;
	border: 1px solid #656565;
	width: 363px;
	float: right;
	padding: 0px;
}
#content_main .post {
	font: 11px Helvetica;
	color: #666;
	line-height: 12px;
	border-bottom: 1px solid #ccc;
}
#content_main .post a { color:#555; }
#content_main .post a:hover { color:#F00; }
#content_main .post h1 a {
	color:#fff;
	font-size:12px;
	line-height:13px!important;
	max-height:18px;
	padding-left:5px;
}
/* KONIEC RANDOM NEWS */
.post {
	font: 12px Arial;
	color: #444;
	line-height: 12px;
	background:#fff url(images/newsbgg.png) repeat-x;
	border-bottom: 1px solid #ccc;
}
.post a { color: #5a840e; }
.post a:hover {
	color: #000;
	text-decoration:none;
}
.post .wyr { padding: 6px; }
#archive {
	background: #000 url(images/newsshov.png) repeat-x;
	border: 1px solid #656565;
	width: 625px;
	float: left;
	padding: 0px;
	background: #fff;
}
.post h1.post-title {
	padding:2px 0px 2px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:21px;
	color: #000;
	padding-bottom: 4px;
	max-width:620px;
	max-height:22px;
	overflow:hidden;
}
.post h1.post-title span {
	font-size:80%;
	text-transform:uppercase;
	background:#8ac801;
	padding:2px 4px;
	border:1px solid #060;
	margin-right:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.post h1.post-title span a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.post h1.post-title a {
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #fff;
}
.post h1.post-title span:hover { }
.post h1.post-title a:hover { color: #9F0; }
.post .post-info {
	background: #000 url(images/ss.png) repeat-x;
	clear: both;
	font-size: 11px;
	color: #ccc;
	padding: 3px 5px 3px 5px;
	margin-bottom: 0px;
	border: 1px solid #3d3d3d;
}
.post .post-info a {
	color: #bcff59;
	text-decoration:none;
}
.post .post-info a:hover {
	color: #fff;
	text-decoration:none;
}
.post2 {
	font: 13px Helvetica;
	background: #000 url(images/newsshov.png) repeat-x;
	margin-bottom: 1px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.post2 img { border:1px solid #666; }
/*HOTNEWS*/
.post3 {
	font: 11px Helvetica;
	background: #000 url(images/farcry2.jpg) repeat-x;
	margin-bottom: -18px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.post3 a {
	font-weight:bold;
	color:#9cf635
}
.post3 a:hover { color:#fff }
.post3 .hotnews { padding: 6px; }
.post3 .hotnews ul li { list-style-type: none }
.post3 .hotnews ul li {
	padding-left: 9px;
	background: url(images/arrow.png) no-repeat;
	margin-right: 5px;
	font-size:11px;
	line-height: 7px;
}
.post3 .hotnews ul li a {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	line-height:15px;
	color:#9F0;
}
.post3 .hotnews ul li a:hover { color:#fff; }
.post2 h1.post-title, .post3 h1.post-title {
	font: 20px Helvetica;
	color: #bcff59;
}
.post2 h1.post-title span a {
	font-size:60%;
	text-transform:uppercase;
	background:#DBFF91;
	font-weight:bold;
	color:#000;
	padding:2px 4px;
	border:1px solid #B0FE10;
	margin:-2px 0 0 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:7px;
	font-family:Arial, Helvetica, sans-serif;
}
.post2 .featured { margin-top: 20px; }
.post2 h1.post-title a, .post3 h1.post-title a {
	text-decoration: none;
	color: #bcff59;
}
.post2 h1.post-title a:hover, .post3 h1.post-title a:hover { color: #ff0000; }
.post2 .post-info {
	background: #000 url(images/ss.png) repeat-x;
	clear: both;
	font-size: 11px;
	color: #ccc;
	padding: 3px 5px 3px 5px;
	margin-bottom: 0px;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
.post2 .post-info a {
	color: #bcff59;
	text-decoration:none;
}
.post2 .post-info a:hover {
	color: #fff;
	text-decoration:none;
}
#content #pages { text-align: center; }
#content #pages a {
	font: bold 20px "Tahoma";
	color: #414d4c;
	text-decoration: none;
}
#content #pages a:hover { color: #1e2726; }
#content ul, ol, dl { margin-bottom: 20px; }
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt { font-weight: bold; }
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
/* DEFAULT */
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}
/* Comment Form
-------------------------------------------------------------------*/
#commentform { }
#commentform p { margin-bottom: 7px; }
#commentform textarea {
	background: #fff;
	color: #000;
	width: 600px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #aaa;
	height: 100px;
}
#commentform input.texts {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: 1px solid #808080;
	height:20px;
}
#commentform input#submit { padding: 3px 10px; }
/* Comments
-------------------------------------------------------------------*/
#commentsbg { background: #fff url(images/newss.png) repeat-x; }
#comments .comment {
	background: #2f2f2f url(images/properbg.png) repeat-x;
	width: 600px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #808080;
}
#comments .comment .comment-avatar {
	width: 50px;
	float: left;
	padding: 5px 7px;
}
#comments .comment .comment-content {
	width: 490px;
	float: left;
	padding: 10px 15px;
	margin: 5px 5px 0 0;
	background: #E7FF9D;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #808080;
}
#comments .comment .comment-content a { color: #fff; }
#comments .comment .comment-info {
	font-size: 11px;
	color: #777;
	margin-bottom: 5px;
}
#comments .comment .comment-info span {
	font: bold 20px "Tahoma", Helvetica, Arial, Geneva;
	padding-right: 10px;
	margin-bottom: 5px;
}
#comments .comment .comment-info a {
	color: #444;
	text-decoration: none;
}
/* Sidebar
-------------------------------------------------------------------*/
#google { margin: 3px; }
#googlemain {
	width:100%;
	height:90px;
	padding-top:1px;
	background:#101010;
	border-top:2px solid #666;
	text-align:center
}
.add1, .add2 { display:block; }
.add1 {
	float:right;
	padding-right:20px;
	padding-top:12px;
}
.add2 {
	float:left;
	padding-left:40px;
}
#googlesin {
	width:100%;
	height:90px;
	padding-top:1px;
	background:#101010;
	text-align:center
}
#sidebar {
	border-left: 1px #000 solid;
	;
	width: 364px;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
	background: url(images/sidebarright.png) repeat-x;
}
#sidebar h3 {
	font: bold 13px Verdana;
	color: #333;
}
#sidebarleft .block img, #sidebarright .block img { padding-left:34px; }
#sidebarleft {
	width: 182px;
	float: left;
}
#sidebarright {
	width: 182px;
	float: right;
}
#sidebarright .block ul, #sidebarleft .block ul {
	color: #9cf635;
	margin: 5px;
}
#sidebarright .block li li, #sidebarleft .block li li {
	padding-left: 9px;
	background: url(images/arrow.png) no-repeat;
	margin-right: 3px;
	line-height: 12px;
}
#sidebarright .block ul li a, #sidebarleft .block ul li a {
	font: 12px Helvetica, "Tahoma";
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}
#sidebarright .block ul li li a, #sidebarleft .block ul li li a {
	font: 11px "Tahoma";
	text-decoration: none;
	color: #fff;
}
#sidebarright .block ul li a:hover, #sidebarleft .block ul li a:hover {
	color: #9cf635;
	text-decoration:underline;
}
#sidebar a {
	color: #bcff59;
	text-decoration: none;
}
#sidebar a:hover { color: #fff; }
#sidebar .block {
	padding: 5px;
	overflow: hidden;
}
#sidebar .block3 {
	padding: 3px;
	overflow: hidden;
}
#sidebar .block2 {
	padding: 0px;
	overflow: hidden;
	background: #000;
}
#sidebarbot {
	border-left: 1px #000 solid;
	border-bottom: 2px solid #F00;
	width: 364px;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
	background: url(images/sidebarright.png) repeat-x;
}
/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 998px;
	height: 40px;
	float: left;
	clear: both;
	background: #000 url(images/footer.png) repeat-x;
}
#footer p {
	line-height: 12px;
	color: #fff;
	padding-top: 12px;
	padding-left: 16px;
	font-size: 12px;
	margin: 0;
}
#wow_wwrap9e71 { font: 10px "Trebuchet MS"; }
#specs {
	margin-top:6px;
	padding:5px;
	border-top:1px solid #333;
}
.specsl {
	display:block;
	float:left;
	width:200px;
}
.specsl p, .specsr p {
	font-family:Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:13px;
}
.specsl p span, .specsr p span {
	color:#06F;
	font-weight:bold;
	margin-right:5px;
}
.specsr {
	display:block;
	float:right;
	width:200px;
}
.specsl h2.spec, .specsr h2.details {
	display:none;
	border-top:1px solid #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color:#999;
}
.mark { display:none; }
.ghost { }
.manf { }
.series { }
.gpu { }
.date { }
.interface { }
.coreclock { }
.memclock { }
.memband { }
.shader { display:none; }
.fill { }
.text { display:none; }
.vert { display:none; }
.noise { display:none; }
.buffer { }
.memory { }
.membus { }
.dirx { }
.opengl { }
.pixver { display:none; }
.process { }
.pipelines { }
.vertexpipelines { }
.textunits { }
.raster { }
.flops { }
.shaderclock { }
.shaderprocessors { }
.pipelinelay { }
.power { }
/* DOWNLOAD */
ul.download {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	float: left;
	clear: left;
}
ul.download li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}
ul.download li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
	color: #576d07;
	background: url(images/green.png) no-repeat top right;
}
ul.download li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	background: url(images/green.png) no-repeat top left;
}
ul.download li a:hover {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
	background: url(images/red.png) no-repeat top right;
	color: #fff;
}
ul.download li a:hover span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	background: url(images/red.png) no-repeat top left;
}
