/* CSS Document */

/********************************************************
				GLOBAL STYLES
*********************************************************/

*
{
margin:0;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 250px;
	background-color: #dadada;
}
/********************************************************
				MAIN ELEMENTS
*********************************************************/

#pageHolder {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 1000px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
#leftDiv {
	width: 20%;
	float: left;
	min-height: 300px;
	height: auto !important;

	
}
#middleDiv {
	position: relative;
	float: left;
	width: 55%;
	left: 8px;
}
#rightDiv {
	float: right;
}


/********************************************************
				COMMON PANEL STYLES
*********************************************************/
.panel
{
	background:#FFFFFF;
}
/********************************************************
				RIGHT PANELS
*********************************************************/
.rightPanel
{
	width: 230px;
	display:block;
	margin-top: 5px;
	background-color: #DCDACB;
	background-image: url(../images/right_panel_strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #A0755A;
}
#loginDiv
{
	min-height: 100px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#pollDiv {
	overflow: hidden;
	background-color: #FFFFFF;
	min-height: 100px;
	height: auto !important;
}
#wordDiv
{
	
}
#humourDiv {
	height: 170px;
}
#animeDiv {
	height: 150px;
}
#virusWatchDiv 
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

.panelTitle
{
	display:block;
	color:#FFFFFF;
	width: 100%;
	height: 1.5em;
	text-transform:uppercase;
	font-size:10px;
	padding-top: 4px;
}
.rightPanelContent
{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}
.fakeBorderY
{
	width: 1px;
	background-image:url(../images/fakeBorder01.gif);
	background-repeat: repeat-y;
	position:relative; 
}
/********************************************************
				CENTER PANELS
*********************************************************/

.centerpanel
{
	margin-bottom: 10px;
}
#hotNews {
	height: 350px;
	background-color: #ebe9e0;
	overflow: hidden;
	border: solid 1px #999999;
}

#featArticle {
	width: 59%;
	float: right;
}
#cmp1 {
	height: 150px;
	width: 39%;
	margin-bottom: 10px;
	background-image: url(../images/pshop_exp.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#cmp2 {
	height: 150px;
	width: 39%;
	margin-bottom: 10px;
	background-image: url(../images/gz01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#cmp3 {
	float: right;
	height: 150px;
	width: 39%;
	background-image: url(../images/sec_cent01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: right;
}
#cmp4 {
	float: right;
	height: 150px;
	width: 39%;
	background-image: url(../images/pc_doc04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: right;
}
#reviews {
	height: 310px;
	width: 59%;
}
#puzzle {
	height: 160px;
	clear: both;
	background-image: url(../images/puzzle01.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	overflow: hidden;
	width: 100%;
}

.newsHeadline
{
	width: 99%;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 5px;
	padding-left: 1%;
	clear: right;
	top: 5px;
	font-size: 11px;
}
.newsHeadlineOver
{
	/*background-color: #1166cc;*/
	background-color: #ebe9e0;
	color: #663300;
	border-top: solid 1px #D3C9A9;
	border-bottom: solid 1px #D3C9A9;
	border-right: solid 1px #D3C9A9;
	
}
.newsHeadlineOut
{
	font-weight: inherit;
	background-color: inherit;
	color: inherit;
}

/*.newsHeadline:hover
{
	border-left: solid 20px #E2E8F1;
	background-color:#E2E8F1;
	color:#000000;

	border-left: solid 8px #dddddd;
	background-color: #dddddd;
	color:#000000;
}*/
.newsDetail {
	width: 50%;
	display: none;
	padding-bottom: 0;
	height: 345px;
	color: #333333;;
	padding-top: 5px;
	padding-right: 5px;
	position: relative;
	right: 0px;
	margin-left: 5px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
}
#headlineBg
{
	float: right;
	position:relative;
	width: 47%;
	height:346px;
	margin-right: 0;
	/*background-color: #DEE2FE;
	border: 1px solid #0066cc;*/
	border-left: solid 1px #D3C9A9;
	background-color: #f9f9f9;
	overflow: hidden;
}

.reviewTab
{
	padding: 4px;
	text-align: center;
	border-top: 1px solid #996600;
	border-left: 1px solid #996600;
	border-right: 1px solid #996600;
	
	font-size: 10px;
	color: #F5E6DE;
	text-transform: uppercase;
	display: inline;
	position: relative;
	top: 4px;
	margin-right: 5px;
	cursor: pointer;
	width: 50px;
	background-image: url(../images/reviewTab.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.reviewTabHover
{
	color: #660000;
	background-image: url(../images/reviewTabOver.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

/*.reviewTabHover
{
	//border-bottom: 4px solid #ffffff;
	padding-bottom: 4px;
	position: relative;
	top: 6px;
	cursor: default;
}*/

.reviewContent
{
	margin-top: 4px;
	height:90%;
	width:98%;
	padding: 1%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B79A80;
	border-right-color: #B79A80;
	border-bottom-color: #B79A80;
	border-left-color: #B79A80;
	background-color: #F9f9f9;
	background-image: url(../images/reviewBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#leftMenu
{
	background-color:#DCDACB;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
}
.menuLevel1
{
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 10px;
	/*background-image: url(../images/menu_lvl1_bg.jpg);*/
	background-image: url(../images/strip.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	height: 15px;
	cursor: pointer;
}

.menuLevel1:hover
{
	color:#FEFCB8
}
.bulletLevel1 {
	display: inline;
	margin-right: 5px;
	font-size: 8px;
}
.submenuItem
{
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	border-bottom:solid 1px #CCC4B3;
	border-right: solid 1px #CCC4B3;
}

.submenuItem:hover
{
	border-bottom: 0;
	border-right: 0;
	border-top: solid 1px #BDB99D;
	border-left: solid 1px #BDB99D;
	background-color:#CCC9B3;
	/*background-color: #827764;
	color: #FFFFFF;*/
}

.submenuItem a
{
	text-decoration: none;
	color:#660000;
}
