@import url(body_text.css);

/* Body */
BODY {
	margin: 0px 0px 0px 0px;
	background-color : #FFFFFF;
	color : #BDC0A5;
	font-family:Verdana;
	font-size:12px;
	}
/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
	color: #4E4E27;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
 	}

a.mainlevel:hover {
	color: #676734;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	color: #4E4E27;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
 	}

a.sublevel:hover {
	color: #676734;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	}
	
	
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 13px;
	font-weight: bold;
 	color: #999999;
	text-align:left;
	}

a.contentpagetitle:hover {
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	}

/* Content - Sections & Categories */
.contentpaneopen {
	border : 0px ridge #000000;
	text-align: left;
        padding: 0 10px 0 0
	}

.contentheading {
	font-size: 14px;
	font-weight: bold;
 	color: #999999;
	text-align:left;
	border-bottom: solid 1px #BABA9E;
	}

.contentpagetitle {
	font-size: 13px;
 	color: #000000;
	text-align:left;
	
	}

table.contenttoc {
	color: #999999;
    }

table.contenttoc td {
    font-size: 8px;
    font-weight: normal;
    text-align:left;
}

.contentdescription {
	font-size: 11px;
	color: #000000;
	text-align: left;
	}

/* Links */

table.moduletable {
	margin: 2px 0px 0px 0px;
	width: 100%;
	font-weight:normal;
	color: #000066;
	}

table.moduletable a:link, table.moduletable a:visited {
	color: #333;
}
table.moduletable a:hover {
	color: #009;
}
table.moduletable th {
	font-size: 12px;
	line-height:125%;
	text-align: left;
	width: 100%;
	padding-left: 3px;
	}

table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
	}

table.moduletable table td {

	padding-left: 25px;

	text-indent: -20px;
}
.componentheading {
	font-size: 13px;
 	color: #000000;
	text-align:left;
	border-bottom: 1px solid #000000;
	}

.button {
	color: #000000; 
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border: 1px outset #B3B395;
	background-color:#E2E2D6;
	}

.inputbox {
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	}

/** category text format and links **/
.category {
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	}

.poll {
	font-size: 10px;
	color: #666666;
	}

.sectiontableentry1, {
	background-color : #E2E2D6;
	border-bottom: #BABA9E solid 1px;
	}
	
.sectiontableentry2 {
	background-color : #EAEAE1;
	border-bottom: #BABA9E solid 1px;
	}

.sectiontableheader {
  font-size:13px;
	color : #000000;
	font-weight : bold;
	}

.small {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    }


.newsfeedheading {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    }

.newsfeeddate {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.createdate {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

ul {
	margin: 0px 0px 0px 0px;
	}

li {
	}

.fase4rdf {
	font-size: 11px; 
	color: #000000; 
	}

table.searchintro {
  	background-color: #FFFFFF;
	border: 1px solid #000000;
	}

table.contact {
	background-color: #FFFFFF;
	}

table.contact td.icons {
	background-color: #FFFFFF;
	}

table.contact td.details {
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	}

/* Content voting */
.content_rating {
	font-size: 8px;
	}

.content_vote {
	font-size: 8px;
	}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #FFFFFF;
	}

/* Text passed with mosmsg url parameter */
.message {
	font-weight: bold;
	font-size : 10px;
	color : #000000;
	text-align: center;
	}
	



a.hp_btn, a.hp_btn:visited {
	display:inline-block;
	display:-moz-inline-block;

	width:145px;
	background-color: #ddd;
	border: 2px solid;
	
	border-color: #D6E1FF #B1BAD3 #B1BAD3 #D6E1FF;
	background-color: #C9D4F0;
	color: #88b;
	
	padding:1px 5px 1px 5px;
	vertical-align:middle;
	text-decoration:none;
	margin:0;
	
	font-family:'gill sans',verdana,sans-serif;
	font-size:14px;
	
	text-align:center;
	
}

* html .hp_btn {
}
a.hp_btn:hover,a.hp_btn:active {
	background-color: #5878CB;
	border-color: #6387E5 #4C68B0 #4C68B0 #6387E5;
	color: #aaf;
	text-decoration:underline;
}


.hp_guypict {
	width:100%;
	background-image:url('/images/isi_hp_guy.jpg');
	background-position:top right;
	background-repeat:no-repeat;	

}

.hp_words {
	width:450px; height:80px;
	text-align:center;
	margin-top:20px;
	font-size: 14px; 
	font-weight: normal; 
	font-style: italic; 
	color: rgb(119, 119, 119); 
	font-family: 'Gill Sans',Georgia,Optima,Verdana,Arial,Helvetica,sans-serif;	
}

.hp_btns {
	margin-top:10px;
	margin-bottom:80px;
	margin-left:40px;
}




.moduletable {
	padding-bottom:2px;
}
.moduletable th {
	padding-bottom:0px;
}

.moduletable tbody td {
	padding-left:10px;
}

ul.latestnews {
	padding-left:10px;margin-left:0;
}
li.latestnews {
	padding-left: 20px;
	text-indent: -10px;
}

.readon {
	padding-left:20px;
	padding-bottom: 30px;
	
}

.readon a {
	color:#559;
}















/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu_items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:5px;
	}
.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.main_dropdown_menu{
    font-size:11px;
    text-decoration:none;
	font-weight:bold;
    margin: 0px;
	display:block;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	border-bottom: 1px solid #000;
	}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
background: #ffcc00;
}
.transMenu .item.hover td {color:#3366CC;}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
.transMenu .item#active {
	background:#ff0000;
	color:black;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}
.transMenu .item#active.hover {
	background:#3366CC;
	}
.transMenu .item td{
	color:#000;
	font-weight:bold;
}
/* For first level menu.*/
#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
}
a.mainlevel-trans:link, a.mainlevel-trans:visited {
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 11px;
   font-weight:bold;
   color:#000;
   white-space:nowrap;
   line-height: 26px;
   border-right: 1px solid #FFF;
   display: block;
   height: 26px;
   width:auto;
   margin: 0px;
   padding: 0px 15px 0px 29px;
}
a.mainlevel-trans:hover {
  color:#3366CC;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 11px;
   font-weight:bold;
   color:#ffcc00;
   white-space:nowrap;
   line-height: 26px;
   border-right: 1px solid #FFF;
   display: block;
   height: 26px;
   width:auto;
   margin: 0px;
   padding: 0px 15px 0px 29px;
   background: url(img/arrow.png) 12px 10px no-repeat;
}
a.mainlevel_active-trans:hover {
  color:#3366CC;
}


.menu_dropdown {
	border:1px solid #999;
	border-top:0px;
	line-height:20px;
	display:none;
	background-color:#FDFDFD;

}

.menu_dropdown a:link, .menu_dropdown a:visited {
	display: block;
	font-weight:bold;
	font-family:Verdana,Arial,sans-serif;

	padding: 3px;
	text-indent:5px;
	text-decoration: none;
	font-size:.9em;
	font-weight: bold;
	color:#006;
	background-color:#FDFDFD;
	white-space:nowrap;
}

.menu_dropdown a:hover{ 
	color: #00A;
	background-color: #CCC;
	background-image:none;
	text-decoration:none;
}
/* End added */







.product_link {
	font-family:'gill sans',georgia,verdana;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

.product_cell {
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	color:#555;
	border:0px solid #ccc;
}

.product_pricetext {
	color:#000;
	font-weight:bold;
}

.product_optionbox {
	padding-left:10px;
	text-indent:-10px;
}

.product_cartinput {
	border:1px solid #ccc;
	font-size:11px;
	color:#777;
}

.product_link_sm {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

