/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	font-size:12px;
	line-height:16px;
	color:#2A2A2A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

p{
	text-align:justify;
	padding:5px 0;
}

a{
	color:#3F718C;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
}

#header{
	background:url(headerbg.jpg) repeat-x;
	height:96px;
	margin:0 0 10px 0;
}

#content{
}

.top-box{
	background:url(top-box-bg.jpg) no-repeat;
	height:256px;
}

.newsletterbox{
	width:170px;
}

.newsletter{
	background:url(top-box-gradient-left.jpg) no-repeat top right;
	padding:20px 10px 0 10px;
	height:210px;
}

.bonusbox{
	width:352px;
	padding:13px 19px 0 19px;
}

.top-bonus{
	background:url(top-bonus-bg.jpg) no-repeat;
	height:210px;
	padding:10px 5px 0 10px;
}

.reviewbox{
	background:url(top-box-gradient-right.jpg) no-repeat top left;
	width:371px;
	padding:13px 0 0 19px;
}

.top-review{
	background:url(top-review-bg.jpg) no-repeat;
	height:210px;
	padding:10px 5px 0 10px;
}

.toptitle{
	background:url(heading-top.jpg) no-repeat;
	line-height:18px;
	text-align:center;
	width:80px;
	margin-left:10px;
	
}

.newstitle{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

.bonustitle{
	font-size:14px;
	line-height:20px;
}

.bonusinfo{
	width:165px;
	line-height:20px;
	font-weight:bold;
}

.top-review a, .top-bonus a{
	color:#E31B22;
	font-size:18px;
	font-weight:bold;
}

.left-col{
	width:170px;
	padding:10px 20px 0 0;
}

.mid-col{
	width:350px;
	padding:10px 0 0 0;
}

.right-col{
	width:380px;
	background:url(right-bg.jpg) repeat-y;
	padding:10px 0 0px 20px;
}

h1{
	color:#E31B22;
	line-height:22px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.midtitle{
	color:#E31B22;
	line-height:22px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.midshadow{
	background:url(mid-shadow.jpg) no-repeat;
	padding:8px 5px;
	margin:0 0 10px 0;
}

.linkbox{
	margin:0 0 10px 0;
}

.linkbox ul{
	list-style:none;
}

.linkbox ul li.linktitle{
	background:url(link-title.jpg) no-repeat;
	line-height:26px;
	color:#ffffff;
	padding:0 3px;
	border:none;
}

.linkbox ul li{
	margin-bottom:4px;
	background:#e4e4e4;
	border:1px solid #e5e4e4;
	color:#868686;
}

.linkbox ul li a{
	color:#868686;
	display:block;
	padding:3px;
}

.linkbox ul li a:hover{
	background:#a6a5a5;
	color:#ffffff;
	text-decoration:none;
}

.article-title{
	color:#2B2B2B;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}

.article-title a{
	color:#2B2B2B;
}

.pic{
	float:left;
	margin-right:10px;
}

.date{	
	font-size:11px;
	clear:both;
}

a.more{
	background:#e31b22;
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff;
}

a.more:hover{
	background:#e31b22;
	color:#ffffff;
}

.greytitle{
	font-size:16px;
	font-weight:bold;
	color:#2a2a2a;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
}

.sidebonus{
	width:179px;
	border-top:1px solid #bfbfbf;
	padding:10px 0;
}

.sidebonus .redtitle{
	color:#E31B22;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}

.sidebonus .redtitle a{
	color:#E31B22;
}

.sidebonus .sidebanner{
	width:175px;
	height:60px;
	padding:1px;
	border:1px solid #bfbfbf;
	background:#ffffff;
}

.sideinfo{
	font-weight:bold;
}

.rss{
	margin-bottom:10px;
}

.rightshadow{
	background:url(shadow.jpg) no-repeat;
	padding:10px 0;
}

.btn{
	padding:6px 0 0 0;
}

.reviews{
	padding:7px 0;
}

.reviews strong a{
	color:#2B2B2B;
}

.revbanner{
	background:#ffffff;
	padding:1px;
	border:1px solid #bfbfbf;
	margin-right:10px;
	float:left;
}

#footer{
	background:url(footer-bg.jpg) repeat-x;
	padding:15px 0;
	text-align:center;
	color:#ffffff;
	font-size:11px;
}

#footer a{
	color:#AAAAAA;
}

#footer a:hover{
	color:#ffffff;
}

.newstxt{
	padding:15px 0 10px 0;
}

input.txt{
	border:1px solid #b3b3b3;
	background:#ffffff;
}











