.Newsitem
{
	display: block;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #abaaaa;
}
* html .Newsitem
{
	height: 20px;
}

.Newsitem .Intro
{
	font-size: 14px;
	line-height: 22px;
}

.Newsitem a { color: #08668A; }
.Newsitem a:hover { color: #2D89C8; }

.Newsitem p { margin: 0 0 4px 0; }

.NewsContainer
{
	display: block;
	width: 659px;
}

.NewsHeader
{
	display: block;
	width: 659px;
	height: 86px;
	position: relative;
	background: url(../upload/images-master/empty_header.jpg);
}
.NewsHeader p
{
	position: absolute;
	right: 206px;
	top: 40px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-family: georgia, serif;
}

.NewsHeader h1
{
	font-family: georgia, serif;
	font-size: 31px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 25px;
	left: 30px;
}

.NewsHeader select
{
	position: absolute;
	top: 37px;
	right: 24px;
	width: 159px;
	height: 20px;
	border-top: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	background: #fff;
}

.NewsContent
{
	display: block;
	border-left: 1px solid #abaaaa;
	border-right: 1px solid #abaaaa;
	padding: 19px 30px;
}

.NewsFooter
{
	margin: 0;
	display: block;
	width: 659px;
	height: 55px;
	background: url(../upload/images-master/footer_section.jpg);
}

.NewsFooter .Box
{
	display: block;
	width: 528px;
	margin: auto;
	top: 9px;
	position: relative;
}

.NewsFooter ul, .NewsFooter li
{
	margin: 0;
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}
.NewsFooter li
{
	width: 39px;
	height: 46px;
	background: transparent url(../upload/images-master/footer_page_bg.jpg) top right no-repeat;
	position: relative;
}
.NewsFooter li.More
{
	width: 60px;
}
.NewsFooter li.End { background: none; }
.NewsFooter li a, .NewsFooter li strong
{
	font-size: 15px;
	font-size: bold;
	position: absolute;
	width: 30px;
	text-align: center;
	top: 16px;
	left: 3px;
}
.NewsFooter li a.current { color: #00789b; text-decoration: underline; }
.NewsFooter li a { font-weight: bold; }
.NewsFooter li strong
{
	width: 50px;
}

/** News items ****************************************************************/

.Newsitem .Rating
{
	display: block;
	margin: -10px 0 10px 0;
}
.Newsitem .Rating p { margin: 0; }
.Newsitem .Rating img { position: relative; top: 9px; }

.Newsitem h3
{
	color: #000;
	font-family: georgia, serif;
	font-size: 12px;
	margin: 0;
}

.Newsitem h3 .Cat
{
	margin-right: 10px;
}
.Newsitem h3 span.date
{
	color: #7d7d7d;
}

.Newsitem h2, .Newsitem h2 a
{
	font-family: georgia, serif;
	font-size: 25px;
	color: #00789b;
	margin: 14px 0 12px 0;
}
.Newsitem h2 a:hover { color: #000; }

.Newsitem p.ReadMore
{
	margin: 15px 0 0 0;
}

.Newsitem p.ReadMore a
{
	font-size: 12px;
	text-decoration: underline;
	color: #00879b;
}
.Newsitem p.ReadMore a:hover
{ color: #000; }

.Newsitem .Content
{
	display: block;
	float: right;
	width: 375px;
}

.Newsitem .Image
{
	width: 202px;
	display: block;
	float: left;
}

.Image .Box
{
	border: 1px solid #ababab;
	min-height: 50px;
	position: relative;
}
* html .Image .Box
{
	height: 50px;
}
html .Image .Box img
{
	position: relative;
	margin: 4px 4px 0 4px;
}

.Image .Box .tl { position: absolute; top: -1px; left: -1px; background: #e0e0e0; width: 1px; height: 1px; overflow: hidden; }
.Image .Box .tr { position: absolute; top: -1px; right: -1px; background: #e0e0e0; width: 1px; height: 1px; overflow: hidden; }
.Image .Box .br { position: absolute; bottom: -1px; right: -1px; background: #e0e0e0; width: 1px; height: 1px; overflow: hidden; }
.Image .Box .bl { position: absolute; bottom: -1px; left: -1px; background: #e0e0e0; width: 1px; height: 1px; overflow: hidden; }

/** News detail ***************************************************************/

.NewsDetailBody .Rating
{
	display: block;
	background: url(../upload/images-master/header_review_rating.jpg);
	width: 595px;
	height: 75px;
	position: relative;
	margin: 0 0 20px 0;
}

.NewsDetailBody .Rating .Text
{
	position: absolute; top: 30px; left: 25px;
	font-size: 27px;
	font-weight: normal;
}
.NewsDetailBody .Rating .Text * 
{
	margin: 0;
}
.NewsDetailBody .Rating .Text span
{
	color: #858585;
}

.NewsDetailBody .Rating .Stars
{
	width: 380px;
	position: absolute;
	left: 200px;
	top: 19px;
}

.NewsDetailBody .Rating .Stars img { display: block; float: left; }

.NewsDetailHeader
{
	display: block;
	width: 659px;
	min-height: 85px;
	background: #007B9D url(../upload/images-master/news_header.jpg) 0 0 no-repeat;
	position: relative;
}
.NewsDetailHeader h1
{
	display: block;
	padding: 25px 30px 20px 30px;
	color: #fff;
	font-family: georgia, serif;
	font-size: 31px;
	margin: 0;
}

.NewsDetailBody
{
	display: block;
	border-left: 1px solid #abaaaa;
	border-right: 1px solid #abaaaa;
	background: #fff;
	width: 657px;
}

.NewsDetailBody .Box
{
	display: block;
	padding: 15px 30px;
}

.NewsDetailBody p.BackLink
{
	margin: 15px 0 0 0;
}

.NewsDetailBody p.BackLink a
{
	font-size: 12px;
	text-decoration: underline;
	color: #00879b;
}

.NewsDetailBody p.BackLink a:hover
{ color: #000; }

.NewsDetailBody a
{ color: #00879B; }

.NewsDetailBody a:hover
{ color: #000; }

.NewsDetailBody
{
	font-size: 14px;
	line-height: 22px;
}

.NewsDetailFooter
{
	display: block;
	width: 659px;
	height: 11px;
	background: url(../upload/images-master/footer_news.jpg);
	margin: 0 0 30px 0;
}

.NewsDetailBody .ImageBox
{
	display: block;
	background: #e0dfdf;
	border-top: 1px solid #fff;
	padding: 22px 0 22px 0;
}
.NewsDetailBody .ImageBox .Image
{
	position: relative;
	display: block;
	width: 599px;
	height: 215px;
	margin: auto;
	background: url(../upload/images-master/news_imageborder.jpg);
}
.NewsDetailBody .ImageBox .Image img
{
	position: relative;
	top: 5px;
	left: 5px;
}

.NewsDetailBody .PostedBy
{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e0dfdf;
	display: block;
	font-size: 12px;
	padding: 0 0 5px 0;
}

.NewsDetailBody table
{
	border-spacing: 1px;
	border-collapse: separate;
	background: #e0dfdf;
}
.NewsDetailBody table td
{
	background: #ffffff;
	text-align: left;
	color: #000;
	padding: 2px 4px;
}
.NewsDetailBody table th
{
	background: #00879b;
	color: #fff;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
}
.NewsDetailBody .ProsCons
{
	margin: 25px 0 0 0;
	display: block;
	width: 590px;
	height: 217px;
	background: url(../upload/images-master/review_proscons.jpg);
}
.NewsDetailBody .ProsCons h2
{
	display: none;
}
.NewsDetailBody .ProsCons .Pros, .NewsDetailBody .ProsCons .Cons
{
	display: block;
	width: 280px;
	float: left;
}
.NewsDetailBody .ProsCons .Pros
{
	margin-right: 29px;
}
.NewsDetailBody .ProsCons .Cons
{
	margin-right: -29px;
}
.NewsDetailBody .ProsCons .Pros .Text, .NewsDetailBody .ProsCons .Cons .Text
{
	display: block;
	padding: 69px 15px 0 30px;
}


.author
{
	color: #000;
	margin-left: 8px;
}

#web20
{
	height: 16px;
	border-top: solid 1px #bbb;
	margin: 0 8px 8px 0;
	padding-top: 4px;
}

#web20 img
{
	display: block;
	float: right;
	margin-right: 6px;
}

#web20 span
{
	display: block;
	float: right;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
