*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	width:1060px; /*Screen Size*/
}

#content{
	margin:auto;
	text-align:left;
	padding-top:10px;
}

#left{
	float:left;
	margin:0px 0px 0px 10px;
	width:730px;
	display:inline;
}

#right{
	float:right;
	width:300px;
	margin:0px 10px 0px 0px;
	display:inline;
}


ul{
	list-style:none;
}

li {
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left 6.5px;
	text-indent:15px;
	padding:1px;
}

/* reset from daniel's styling */
ol.reset li, ul.reset li {
    list-style-image: none;
    list-style-position: outside;
	background-image:none;
	background-position:0px;
	text-indent:0px;
	margin-left:20px;
}

ol.reset li {
    list-style-type: decimal;
}

ul.reset li {
    list-style-type: disc;
}



h1{
	text-transform:uppercase;
	line-height:27px;
	font-size:120%;
	padding-left:10px;
}

h2{
	text-transform:uppercase;
	line-height:27px;
	font-size:120%;
	padding-left:10px;
}

/*
h2{
	font-size:100%;
	line-height:27px;
	float:left;
	display:inline;
	padding-left:10px;
}
*/
h3{
	text-transform:uppercase;
	background:url(/images/search_gradient.png) repeat-x;
	padding:10px 10px 0 10px;
	margin:10px -10px;
	font-size:120%;
	font-weight:bold;
}

h4{
	font-size:120%;
}

h5{
 	font-size:120%;
 	line-height:27px;
 	float:left;
 	display:inline;
 	color:#666;
 	padding-left:10px;
}

h6{
	background:url(/images/search_gradient.png) repeat-x;
	padding:10px 10px 0 10px;
	margin:10px -10px;
	font-size:120%;
	font-weight:bold;
}

td a{
	font-weight:lighter;
}

a{
	font-size:100%;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	color:#dd6900;
	display:inline;
}

.cat-news{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px 0px;
	background-color:#848484;
	width:100%;
	height:28px;
}
.cat-mynews{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -203px;
	background-color:#d25651;
	width:100%;
	height:28px;
}
.cat-guide{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -29px;
	background-color:#f96138;
	width:100%;
	height:28px;
}
.cat-hardware{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -58px;
	background-color:#557abe;
	width:100%;
	height:28px;
}
.cat-download{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -87px;
	background-color:#8fa84a;
	width:100%;
	height:28px;
}
.cat-glossario{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -116px;
	background-color:#9c8454;
	width:100%;
	height:28px;
}
.cat-forum{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -145px;
	background-color:#3b89af;
	width:100%;
	height:28px;
}
.cat-other{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -174px;
	background-color:#e7a739;
	width:100%;
	height:28px;
}
.cat-other2{
	background:url(/images/sprites_background-121118.png) left repeat-x;
	background-position: 0px -232px;
	background-color:#848484;
	width:100%;
	height:28px;
}


.gradient{
	background-image:url(/images/content_bg.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin-bottom:10px;
	width:100%; /*ie bugfix*/
}


.comment-border{
	background-image:url(/images/content_bg_blu.png);
	background-repeat:repeat-x;
	width:100%; /*ie bugfix*/
}

.post-date {
	margin-left:10px;
	margin-right:5px;
	width:45px;
	height:49px;
	float:left;
	background:url(/images/date-bg.png) no-repeat;
}

.post-month {
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
	display:block;
	line-height:11px;
	padding-top:2px;
	margin-left:-3px;
}

.post-day {
	font-size:18px;
	text-transform:uppercase;
	color:#999999;
	text-align:center;
	display:block;
	line-height:18px;
	padding-top:7px;
	margin-left:-3px;
}


/* form elements formatting */
.login_caption{
	float:left;
	clear:left;
	font-weight:bold;
	width:70px;
	padding:6px 0px 2px 0px;
}

.login_element{
	margin-left:80px;
	padding:2px 0px 2px 0px;
}

.register_caption{
	float:left;
	clear:left;
	width:140px;
	padding:6px 0px 2px 10px;
}

.register_element{
	margin-left:150px;
	padding:2px 0px 2px 0px;
}

.input-select{
	height:25px;
	border:1px solid #aaa;
	padding:2px;
	vertical-align:middle;
}

textarea{
	/*background:url(/images/content_bg.png) repeat-x;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:3px 0;
	border:1px solid #aaa;
	padding:2px;
	vertical-align:middle;
}

input:focus, textarea:focus{
	border:1px solid #888888;
}

.left-margin{
	padding-left:10px;
}

.left-margin-correct{
	margin-left:-10px;
	margin-bottom:-5px;
}

.grey{
	color:#666;
}

.subx{
	text-transform:uppercase;
	background:url(/images/search_gradient.png) repeat-x;
	font-size:120%;
	font-weight:bold;
	padding:10px 0 0 10px;
	line-height:24px;
}

.rbl{
	padding:0 10px 10px 10px;
}

.maintxt{
	padding:10px;
}

.nwspic{
	text-indent:0px;
	float:right;
	margin:0 0 0 0;
	padding:0 10px 5px 0;
	display:inline;
}

.catpic{
	text-indent:0px;
	float:right;
	margin:0 0 0 0;
	padding:0 10px 5px 5px;
	display:inline;
}

.hardtxt{
	padding:0 0px 0px 10px;
	text-indent:0px;
	float:left;
	width:80%;
	display:inline;
}

.download-text{
	padding:0 10px 0px 10px;
	text-indent:0px;
	float:left;
	width:70%;
	display:inline;
}

.download-chars{
	padding-right:10px;
	float:right;
}

.from{
	text-align:left;
	color:#666;
	font-size:80%;
	margin:0;
	padding:0 10px 10px 10px;
}

.froma{
	text-align:left;
	color:#666;
	font-size:80%;
	margin:0;
	padding:10px;
}

.froma a{
	font-weight:lighter;
}

.navtext{
	padding:10px 10px;
	text-indent:0px;
}

.rss{
	float:right;
	margin:6px 8px 0 0;
	display:inline;
}

.rss-caption{
	padding:0 0 5px 10px;
}

.debug{
	width:300px;
}

.sqrs{
	font-size:80%;
	color:#666;
}

.tpx{
	padding:5px 10px 0px 10px;
}

.marge{
	padding:5px 0;
}

/* the old ones at the end:) */
.testo{
	font-size:10pt;
}

.small{
	font-size:8pt;
}

.glossario-list{
	font-weight:lighter;
}
.glossario_image{
	border:1px solid #cccccc;
	padding:3px;
}

a.glossario{
	text-decoration:none;
	border-bottom:1px dotted;
	font-weight:normal;
}

.no_underline{
	text-decoration:none;
}

.error{
	background:#FBD4D4;
	border:1px solid #FF0000;
	padding:3px;
	overflow:hidden;
	margin-right:10px;
}

.success{
	background-color:#99FF99;
	border:1px solid #33FF33;
	padding:3px;
	margin-right:10px;
}

.check-success{
	color:#33FF33;
}

.check-error{
	color:#ff0000;
}

.hidden{
	display:none;
}


/* content icons */
.content-icons{
	background:url(/images/sprites-130205.png) left no-repeat;
	height:16px;
	width:16px;
	margin-right:5px;
	text-decoration:underline;
}

.content-arrow-left-icon{
	background-position: -36px 0px;
}

.content-arrow-right-icon{
	background-position: -36px -16px;
	margin-left:5px;
}

.content-email-icon{
	background-position: -36px -32px;
	margin-top:2px;
}

.content-print-icon{
	background-position: -36px -48px;
}

.content-newsletter-icon{
	background-position: -36px -64px;
}

.content-category-icon{
	background-position: -53px -81px;
}

/* download icons */
.download-icons{
	background:url(/images/sprites-090607.png) left no-repeat;
	width:16px;
	height:16px;
	margin-top:2px;
	float:left;
}

.icon-producer{
	background-position: -20px -160px;
}

.icon-screenshot{
	background-position: -20px -176px;
}

.icon-email-page{
	background-position: -20px -192px;
}

.icon-bug{
	background-position: -20px -208px;
}

.icon-other-links{
	background-position: -20px -224px;
}

.icon-settings{
	background-position: -20px -240px;
}

.icon-guide{
	background-position: -20px -256px;
}

.icon-newsletter{
	background-position: -20px -272px;
}

.icon-discuss{
	background-position: -20px -288px;
}

.os-icons{
	background:url(/images/sprites-090607.png) left no-repeat;
	width:16px;
	height:16px;
}

.icon-linux{
	background-position: -36px -80px;
}

.icon-mac{
	background-position: -36px -96px;
}

.icon-symbian{
	background-position: -36px -112px;
}

.icon-windows{
	background-position: -36px -128px;
}


.download-buttons{
	background:url(/images/sprites_download.png) left no-repeat;
	width:176px;
	height:26px;
}

.icon-download-linux{
	background-position: 0px 0px;
}

.icon-download-mac{
	background-position: 0px -26px;
}

.icon-download-symbian{
	background-position: 0px -52px;
}

.icon-download-windows{
	background-position: 0px -78px;
}



.rss-tooltip{
	text-align:left;
	position:absolute;
	background-color:#fff;
	display:none;
	border:1px solid #e8e8e8;
	margin-top:4px;
	padding:4px;
}

.rss-color-pick{
	border:1px solid #0000ff;
	display:inline;
}

.color-table{
	padding:2px;
}

.form_caption{
	float:left;
	clear:left;
	width:170px;
	text-align:right;
	padding:4px 0px 0px 0px;
	height:25px;
}

.form_element{
	margin-left:180px;
	padding:2px 0px 2px 0px;
}


.img_caption{
	background-color:black;
	font-family: 'tahoma';
	font-size:13px;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
	margin:4px;
	margin-top:-31px;
	padding:3px;
}

.img_caption_div{
	width: 1%;
	display: table;
	margin-bottom:-15px;
}

a:hover > .comment-img{
	border:1px solid #808080;
}

.info{
	background-color:#FFFF99;
	border:1px solid #FFCC66;
	padding:5px;
	overflow:hidden;
	line-height:120%;
	margin-right:10px;
}


.search-select{
	width:150px;
	padding:1px;
	float:left;
}


/* add */
.add_tooltip{
	text-align:left;
	position:absolute;
	background-color:#fff;
	display:none;
	border:1px solid #e8e8e8;
	margin-top:4px;
	padding:4px;
	width:250px;
	z-index:100;
}

.add_img{
	padding-right:5px;
}

.add_head{
	background-color:#bcbcbc;
	color:#fff;
	padding:2px;
	display:block;
}


.add_close{
	background:url(/images/sprites-090607.png) left no-repeat;
	cursor:pointer; /*ie*/
	background-position: -24px -144px;
	height:8px;
	width:8px;
	float:right;
	margin:6px 2px 0 0;
}

.add_div{
	background:url(/images/sprites-090607.png) left no-repeat;
	height:16px;
	width:16px;
}

.add-main-rss-icon{
	background:url(/images/sprites-090607.png) left no-repeat;
	background-position: -20px -96px;
	height:16px;
	width:16px;
}


.add-bloglines-icon{
	background-position: -20px 0px;
}

.add-google-icon{
	background-position: -20px -16px;
}

.add-live-icon{
	background-position: -20px -32px;
}

.add-msn-icon{
	background-position: -20px -48px;
}

.add-netvibes-icon{
	background-position: -20px -64px;
}

.add-newsgator-icon{
	background-position: -20px -80px;
}

.add-rss-icon{
	background-position: -20px -96px;
}

.add-technorati-icon{
	background-position: -20px -112px;
}

.add-yahoo-icon{
	background-position: -20px -128px;
}



/* newsletter stuff */
.tiny
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


.icon-cursor {
	cursor:pointer; /*ie*/
}

.vote-box {
	float:left;
	margin: 8px 5px 0px 10px;
	background-color:#cbcbcb;
	width:56px;
}

.votes {
	font-size:16px;
	width:100%;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}

.vote-icons{
	background:url(/images/sprites-130214.png) left no-repeat;
	height:16px;
	width:16px;
}

.vote-icon{
	background-position: 0px -336px;
	margin:5px;
}

.vote-grey-icon{
	background-position: 0px -352px;
	margin:5px;
}

.vote-comment-icon{
	background-position: -36px -208px;
}

.vote-email-icon{
	background-position: -36px -32px;
}

.vote-stats-icon{
	background-position: -36px -224px;
}

/*
.vote-up-icon{
	background-position: -36px -144px;
	float:left;
	margin:6px;
}

.vote-up-grey-icon{
	background-position: -36px -160px;
	float:left;
	margin:6px;
}

.vote-down-icon{
	background-position: -36px -176px;
	margin:6px;
}

.vote-down-grey-icon{
	background-position: -36px -192px;
	margin:6px;
}
*/


.mynews-margin {
	margin-left:61px;
}


.sprites-main{
	background:url(/images/sprites-130214.png) left no-repeat;
	width:16px;
	height:16px;
}

.icon-tick{
	background-position: -36px -240px;
}

.icon-close{
	background-position: -36px -256px;
}

.icon-star{
	background-position: -36px -272px;
}

.icon-new{
	background-position: -53px -208px;
}

.icon-hw-mini-search{
	background-position: 0px -304px;
	width:14px;
	height:14px;
}

.icon-arrow-up{
	background-position: -30px -304px;
}

.icon-arrow-left{
	background-position: -14px -304px;
}

.icon-attachment{
	background-position: -0px -320px;
}


.pagination{
	margin-bottom:10px;
	line-height:20px;
}

.pages{
    clear:left;
    padding:3px;
}

.pages a, .pages span{
    padding:0.2em 0.5em;
    border:1px solid #fff;
    background:#fff;
    font-size:90%;
	font-size:11px;
}

.pages span.current{
    /*border:1px solid #2E6AB1;*/
    border:1px solid #777;
    font-weight:bold;
    /*background:#2E6AB1;*/
    background:#999;
    color:#fff;
    font-size:90%;
	font-size:11px;
}

.pages span.separator{
    background:#efefef;
    font-weight:normal;
    border:0px;
    color:#000;
    padding:0px;
}

.pages a{
    /*border:1px solid #9AAFE5;*/
    border:1px solid #999;
    text-decoration:none;
    font-size:90%;
	font-size:11px;
}

.pages a:hover{
    /*border:1px solid #2E6AB1;*/
    border:1px solid #666;
    font-size:90%;
    color:#DD6900;
	font-size:11px;
}

.button-blue {
	color: #fff;
	width:100%
	height:58px;
	background: #70AED3;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #CCCFD3;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    text-align: center;
	text-decoration: none;
}

.button-blue:hover {
	text-decoration: none;
	background-color: #DCEBFE;
	cursor:pointer;
	color:#dd6900;
}

a.button-blue-link {
	color: #fff;
	text-decoration: none;
}

a.button-blue-link:hover{
	color:#dd6900;
	text-decoration: none;
}

.ads728x90{
	width:728px;
	background-color:#FFF;
	margin:5px 0px 5px 1px;
}

#cb-help-title{
	cursor:pointer;
	text-decoration:underline;
}

#cb-help-title:hover{
	text-decoration:none;
	color:#dd6900;
}

.cb-code{
	font-family:courier;
	font-size: 14;
}

.slides{
	cursor:pointer;
	width:140px;
	height:70px;
	margin-bottom:6px;
	border-radius:3px;
}

#news-slider{
	padding:5px;
	display:block;
	height:298px;
	position:relative;
}

#slider-previews{
	width:140px;
	float:right;
}

#slider-main{
	position:relative;
	width:570px;
	height:298;
}

#slider-img-main{
	width:570px;
	height:298px;
	border-radius:5px;
}

#slide-text-div{
	position:absolute;
	bottom:4px;
	left:0px;
	width:570px;
	background-color:black;
	opacity:0.6;
	filter:alpha(opacity=60);
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

#slide-text{
	padding:5px;
	margin:0px;
	font-family: 'tahoma';
	font-size:20px;
	color:white;
}

#slide-arrow{
	position:absolute;
	top:30px;
	float:right;
	right:145px;
	z-index:10;
}

.news-icons{
	background:url(/images/sprites-130214.png) right no-repeat;
	position:relative;
	top:2px;
	width:12px;
	margin-left:6px;
	margin-right:-1px;
}

.news-icon-stats{
	background-position: -55px -132px;
	height:12px;
}

.news-icon-author{
	background-position: -54px -196px;
	height:12px;
}

.news-icon-edit{
	background-position: -54px -150px;
	height:10px;
}

.news-icon-delete{
	background-position: -55px -117px;
	height:10px;
}

.news-icon-visits{
	background-position: -55px -100px;
	height:12px;
}

.news-icon-comments{
	background-position: -54px -181px;
	height:12px;
}

.news-icon-clock{
	background-position: -54px -164px;
	height:12px;
}

.games-icons{
	background:url(/images/sprites-130214.png) right no-repeat;
	background-position: -55px -64px;
	width:16px;
	height:16px;
	margin-bottom:-4px;
}