/**
 * MobileTracker Styles
 * @author gmurray <garrett@maniacalrage.net>
 */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/main_bg.gif) repeat left top;
	font: normal 11px "Lucida Grande", Verdana, Sans-serif;
	color: #000;
	text-align: center;
}
#top {
	height: 53px;
	background: #4a4d47 url('../images/top_bg.gif') repeat-x left top;
}

#logo, #nav {
	float: left;
	width: 50%;
}
#logo {
	padding-top: 10px;
	height: 35px;
}
#logo a {
	border: 0;
}
#nav {
	text-align: right;
	float: left;
}
#top #box, #box {
	width: 798px;
	margin: 0 auto;
}
#box {
	margin-top: 12px;
	clear: both;
	text-align: left;
}
#left, #right {
	float: left;
	width: 510px;
}
#right {
	margin-left: 8px;
	width: 270px;
}

/**
 * News and Breaking News
 */
#news, #bnews {
	width: 510px;
}
#newshead, #bnewshead , #customhead {
	height: 44px;
	width: 510px;
	background: url(../images/news_head.png) no-repeat center center;
}
#bnewshead {
	background: url(../images/bnews_head.png) no-repeat center center;
}

#eventheadces2006 {
	height: 44px;
	width: 510px;
	background: url(../live-reports/ces-2006/eventheader.png) no-repeat center center;
}

#customhead {
		background: url(../images/custom_head.png) no-repeat center center;
		
}

#bnewstitle {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 2px #000;
	padding: 12px 0 0 19px;
}

#bnewstitle a {
	color: #fff;
	font-size: 18px;
	margin-top: 0px;
	text-decoration: none;

}
#newsbody, #bnewsbody {
	width: 510px;
	background: url(../images/news_bg.png) repeat-y center center;
}
#newstext, #bnewstext {
	padding: 0px 15px 0px 15px;
}

#bnewstext p {
	margin-bottom: 0px;
}

#bnewstext p a {
	color: #000000;
}

#newsfoot, #bnewsfoot {
	clear: both;
	height: 17px;
	width: 510px;
	background: url(../images/news_foot.png) no-repeat center center;
}
.newsItem {
	clear: both;
	padding-top: 10px;

}

.newsItem h2 {
	font-size: 15px;
}

.note {
	background-color: #FFFDD6;
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #cccccc;
}



.commentbox {
	background-color: #EFEFEF;
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #cccccc;
}


.glossary_note {
	background-color: #F1F1F1;
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #cccccc;
}

.archives h2 {
	margin-top: 10px;
	font-size: 20px;
}

#newstext a {
	color: #000000;
	text-decoration: underline;
}

#bnewstext a {
	color: #000000;
	text-decoration: underline;
}

#newstext blockquote {
	border-left: 2px solid #ccc;
	padding-left: 5px;
}



/**
 * Sidebar
 */
#sidebar {
	width: 270px;
	text-align: left;
}
#sidehead {
	height: 17px;
	width: 270px;
	background: url(../images/sidebar_head.png) no-repeat center center;
}
#sidebody {
	width: 270px;
	background: url(../images/sidebar_bg.png) repeat-y center center;
}
#sidetext {
	color: #fff;
	padding: 0px 19px 4px 19px;
}
#sidefoot {
	height: 19px;
	width: 270px;
	background: url(../images/sidebar_foot.png) no-repeat center center;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#sidebar ul li {
	padding-bottom: 3px;
}

/**
 * Featured story
 */
#featurehead {
	width: 270px;
	height: 13px;
	background: url(../images/featured_top.png) no-repeat center center;
}
#feature {
	width: 270px;
	height: 110px;
	background: url(../images/featured_bg.png) repeat-y center top;
}
#featureImg {
	height: 110px;
	padding: 0px 14px 0px 12px;
}

#featureImg h2 {
	font-size: 18px;
	font-weight: bold;
}


#featureImg ul {
	margin-left: 0px;
}

#featureImg a {
	border: 0;
}
#featurefoot {
	width: 270px;
	height: 15px;
	background: url(../images/featured_foot.png) no-repeat top center;
	margin-bottom: 8px;
}

/**
 * Nav and menu
 */
 

#menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
   padding-top: 23px;
   padding-right: 19px;
}


#menu ul li, #menu ul li.tab {
   width: 95px;
   height: 26px;
   display: inline;
   float: left;
   text-align: center;
   border-bottom: 1px solid #9C9C9C;
   
}

#menu ul li.tab {
	background: #fff url(../images/reviews-tab.jpg) no-repeat center center;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 23px;
	padding-right: 19px;
}
#nav ul li, #nav ul li.current {
	width: 71px;
	height: 26px;
	display: inline;
	float: right;
	text-align: center;
}
#nav ul li.current {
	background: #fff url(../images/tab.jpg) no-repeat center center;
}
#nav ul li a:link, #nav ul li a:visited,
#nav ul li a:hover, #nav ul li a:active {
	display: block;
	padding-top: 6px;
	color: #fff;
	text-decoration: none;
	border: 0;
}
#nav ul li a:hover, #nav ul li a:active {
	font-weight: bold;
}
#nav ul li.current a:link, #nav ul li.current a:visited,
#nav ul li.current a:hover, #nav ul li.current a:active {
	color: #000;
	text-decoration: none;
	border: 0;
}

/**
 * Text
 */
h2, h3, h5 {
	font-size: 12px;
	margin: 0;
}
h3 {
	color: white;
	text-shadow: 2px 2px 2px #000;
	padding-top: 4px;
}
h5 {
	font-weight: normal;
	font-size: 10px;
	color: gray;
}

p {
 font-size: 12px;
}

/**
 * Links
 */
#sidetext a:link, a:visited, a:hover, a:active {
	color: #fff;
}

.copyright {
text-align: center;
}

.copyright a {
	color: #000000;
}


/**
 * Review center
 */
 
.review_big {
   font-size: 24px;
   color: #cccccc;
   font-weight: bold;
   text-align: center;

} 

.review_date {
   font-size: 14px;
   color: #cccccc;
} 

.review_title {
   font-size: 16px;
   font-weight: bold;
   
} 

.review_title a {
   text-decoration: none;
   color: #999999;
} 

.review_text {
   line-height: 150%;
} 


/**
 * Misc
 */
img {
	border: 0;
}
br {
	clear: both;
}