/*
  The original digitalGold Theme for phpBB version 2+
  Created by digitalPixel design
  http://www.phpbb.it

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #E5E5E5;
	scrollbar-face-color: #BBBBBB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-arrow-color:  #DA8E12;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #98AAB1;
      background-position : center;
      background-attachment : fixed;
	
}
body
             {
               margin: 0;
			   background-image: url(http://www.consolescenter.com/skins/bobbyzhuo/images/bg.jpg);
                           background-position : center;
                           background-attachment : fixed;
               background-color: #4C4A47;
			   
             }


			 td
			{
  			font: 11px verdana, arial, sans-serif;
  			color: #000000;
			}
			hr
			{
 			 height: 1px;
  			 border: 0px;

 			 color: #CECFCE;
  			 background-color: #CECFCE;
			}
			input, textarea, select
			{
			  background-color: #FFFFFF;
			
			  border-style: solid;
			  border-width: 1px;
			  border-color: #FF6600;
			
			  font-family: tahoma, verdana, arial, sans-serif;
			  font-size: 11px;
			  color: #000000;
			
			  padding: 1px;
			}
			a:link    { color: #003366; FONT-SIZE: 11px; text-decoration: none; border: 0px;}
			a:active  { color: #003366; FONT-SIZE: 11px; text-decoration: none; }
			a:visited { color: #003366; FONT-SIZE: 11px; text-decoration: none; }
			a:hover   { color: #FF6600; FONT-SIZE: 11px; text-decoration: none; }
             a.sdcategories:link    { font: 11px verdana; color:#FFFFFF; text-decoration:none; }
             a.sdcategories:active  { font: 11px verdana; color:#FFFFFF; text-decoration:none; }
             a.sdcategories:visited { font: 11px verdana; color:#FFFFFF; text-decoration:none; }
             a.sdcategories:hover   { font: 11px verdana; color:#FF6600; text-decoration:none; }

             a.sdcopyright:link     { font: 11px verdana; color:#EEEEEE; text-decoration:none; }
             a.sdcopyright:active   { font: 11px verdana; color:#EEEEEE; text-decoration:none; }
             a.sdcopyright:visited  { font: 11px verdana; color:#000000; text-decoration:none; }
             a.sdcopyright:hover    { font: 11px verdana; color:#EEEEEE; text-decoration:none; }
			 
			 
/* General font families for common tags */
font,th,td,p { font-family: Verdana }
a:link,a:active,a:visited { color : #DA8E12; }
a:hover		{ text-decoration: underline; color : #FF6B00; }
hr	{ height: 0px; border: solid #DDDDDD 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #416173 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EEEEEE; }
td.row2	{ background-color: #BBBBBB; }
td.row3	{ background-color: #DDDDDD; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(http://www.consolescenter.com/forum/templates/digitalGold/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

a img{ border: none; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold; 
	background-color: #DA8E12; height: 25px;
	background-image: url(http://www.consolescenter.com/forum/templates/digitalGold/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(http://www.consolescenter.com/forum/templates/digitalGold/images/cellpic1.gif);
			background-color:#DDDDDD; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #DDDDDD; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana;
	text-decoration: none; line-height : 120%; color : #000000;
}
.maintitle:link{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana;
	text-decoration: none; line-height : 120%; color : #DA8E12;
}
.maintitle:visited{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana;
	text-decoration: none; line-height : 120%; color : #DA8E12;
}
.maintitle:hover	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana;
	text-decoration: none; line-height : 120%; color : #FF6B00;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
.gensmallsvgta { color : #EEEEEE; }
a.gen:link,a.genmed:link,a.gensmall:link,a.gensmallsvgta:link { color: #DA8E12; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited,a.gensmallsvgta:visited { color: #DA8E12; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover,a.gensmallsvgta:hover{ color: #FF6B00; text-decoration: underline; }
.svgta {font-size : 11px; color : #000000 }
.svgta:link {font-size : 11px; color : #333333 }
.svgta:visited {font-size : 11px; color : #333333 }
.svgta:hover {font-size : 11px; color : #333333 }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu:link		{ text-decoration: none; color : #DA8E12;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF6B00; }
a.svgta1:link { text-decoration: none; color : #666666;  }
a.svgta1:visited{ text-decoration: none; color :  #666666;  }
a.svgta1:hover{ text-decoration: underline; color : #FF6B00; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #363636}
.cattitlesvgta		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #EEEEEE}
a.cattitle:link		{ text-decoration: none; color : #363636; }
a.cattitle:visited		{ text-decoration: none; color : #363636; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #DA8E12; }
a.forumlink:link 	{ text-decoration: none; color : #DA8E12; }
a.forumlink:visited 	{ text-decoration: none; color : #DA8E12; }
a.forumlink:hover{ text-decoration: underline; color : #FF6B00; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
.navsvgta			{ font-weight: bold; font-size: 11px; color : #EEEEEE}
a.nav:link			{ text-decoration: none; color : #FF6B00; }
a.navsvgta:link			{ text-decoration: none; color : #FF6B00; }
a.nav:visited			{ text-decoration: none; color : #FF6B00; }
a.navsvgta:visited			{ text-decoration: none; color : #FF6B00; }
a.nav:hover		{ text-decoration: underline; }
a.navsvgta:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #DA8E12; }
a.topictitle:visited { text-decoration: none; color : #DA8E12; }
a.topictitle:hover	{ text-decoration: underline; color : #FF6B00; }

a.category:link    { color: #000000; FONT-SIZE: 11px; text-decoration: none; }
a.category:active  { color: #000000; FONT-SIZE: 11px; text-decoration: none; }
a.category:visited { color: #000000; FONT-SIZE: 11px; text-decoration: none; }
a.category:hover   { color: #FF0000; FONT-SIZE: 11px; text-decoration: none; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #DA8E12 }
a.postlink:visited { text-decoration: none; color : #DA8E12; }
a.postlink:hover { text-decoration: underline; color : #FF6B00}

/* Quote & Code blocks */
.code { 
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #DDDDDD; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #DDDDDD; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EEEEEE;
	color : #000000;
	font-size: 11px; font-family: Verdana;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/***
	Menu
***/


#menu {

    list-style: none;
	padding : 0;
	margin : 0;
	height : 15px;
	padding-left : 8px;
}
#menu li {

	margin : 0px;
	vertical-align : middle;
    position: relative;

}
#menu li#li_news {


}
#menu li#li_news div {
	left : -42px;
	width : 40.5em;

}
#menu li#li_fichejeux {
    width: 6.9em;
}
#menu li#li_articles {

}
#menu li#li_articles div {
	left : -50px;
	width : 49.5em;

}
#menu li#li_enreg {

}
#menu li#li_enreg div {
	left : -50px;
	width : 4.5em;

}
#menu li#li_shopping {

}
#menu li#li_shopping div {
	left : -40px;
	width : 20.5em;

}
#menu li#li_archives {
    width: 20.5em;
}
#menu li#li_archives div {
	width : 7em;
}
#menu li#li_forums {

}
#menu li#li_forums div {
	left : -97px;
	width : 14.5em;
}
#menu li#li_forums dl {
	margin : 0;
	padding : 0;
}
#menu li#li_forums dt {
	font-weight : bold;
	margin : 0;
	padding : 0;
}
#menu li#li_forums dd {
	margin : 0 0 0 1em;
	padding : 0;
}

#menu li#li_apropos {
    width: 5.5em;
}
#menu li#li_apropos div {
	left : -20px;
	width : 9em;
}
#menu li.point {
    width: 0.5em;
	height : 18px;
}
#menu li a.titre {
	color : #ff0000;
	text-transform : uppercase;
	font-family : Verdana, sans-serif;
	font-weight : bold;
	font-size : 0.9em;
	text-decoration : none;
}
#menu li a.gensmall:hover {
	color : #363636;
	text-decoration: underline ;
/*	border-bottom : 2px solid #820005; */
}
#menu li div {
    display : none;
    position : absolute;
    top : 100%;
    left : 0;
    margin : 0;
    padding : 0;
}
#menu li table {
    margin : 0;
    padding : 0;
	width : 100%;
	border : 0;
	font-size : 11px;
	color : black;
}
#menu li table a {
	color : #000000;
	text-transform : none;
	font-weight : inherit !important;
}
#menu li table a:hover {
	border : 0;
}
#menu li div td, #menu li div tr {
	padding : 0;
	margin : 0;
	border : 0;
	line-height : 150%;
}
#menu li:hover div, #menu li.over div {
    display: inline;
	border : 0;
}
.menu_g {
	
	background : transparent repeat;
	background-image : url(http://www.consolescenter.com//includes/javascript/highslide/graphics/outlines/rounded-white/7.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.consolescenter.com//includes/javascript/highslide/graphics/outlines/rounded-white/7.png');
	
	width : 20px;
	font-size : 4px;
	margin : 0;
	padding : 3px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.menu_c {
	background : #FF6B00;
	margin : 5px;
	padding : 0;
	font-size : 10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;


}
.menu_c a {
	font-size : 10px;

}
.menu_d {
	background : #FFFFFF repeat;
	background : url(http://www.consolescenter.com/includes/javascript/highslide/graphics/outlines/rounded-white/3.png) ;
	width : 20px;
	font-size : 4px;
	margin : 0;
	padding : 3px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.menu_gb {
	background : #FFFFFF;
	background : url(http://www.consolescenter.com/includes/javascript/highslide/graphics/outlines/rounded-white/6.png);
	width : 20px;
	height : 20px;
	font-size : 4px;
	margin : 0;
	padding : 3px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.menu_b {
	background : #FFFFFF repeat;
	background : url(http://www.consolescenter.com/includes/javascript/highslide/graphics/outlines/rounded-white/5.png);
	height : 20px;
	font-size : 4px;
	margin : 0;
	padding : 3px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.menu_db {
	/*background : #FFFFFF;*/
	background : url(http://www.consolescenter.com/includes/javascript/highslide/graphics/outlines/rounded-white/4.png);
	width : 20px;
	height : 20px;
	font-size : 4px;
	margin : 0;
	padding : 3px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.menu_h {
	background : #363636 repeat;
	width : 12px;
	height : 10px;
	font-size : 4px;
	margin : 0;
	padding : 0;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity: 0.0;


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #BBBBBB; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

