/* CSS Document */
a{
color:#929292;}

a:hover{
color:#FFF;}

img{
border:0;}

body{
font-family:verdana;
color:#FFF;
background: #131313 url(img/bg2.png) repeat-x;
background-attachment:fixed;
padding:0;
margin:auto;
width:850px;
font-size:11px;}

#container{
width:850px;
background-image:url(img/bg2.gif);
border-left:2px #3F3F3F solid;
border-right:2px #3F3F3F solid;
margin-bottom:-24px;}

#top{
height:32px;
background:url(img/logo_bg.gif);
margin-bottom:-9px;}

#top2{
height:32px;
background:url(img/logo_bg.gif);
margin-bottom:-9px;}

#content{
margin-top:6px;}

#header{
height:100px;
text-align:center;
margin-top:9px;
background:url(img/bg2.gif);}

#header .padding{
padding:10px 0 10px 0;}

#left{
width:136px;
}

#left ul{
padding:33px 0 3px 0px;
list-style:none;
margin:6px 0 10px 0;
border:1px #3F3F3F solid;
background-color:#262435;
background-position:top center;
background-repeat:no-repeat;
}

#left ul li{
padding:1px 0 1px 10px;
background:url(img/arrow.gif) no-repeat 3px 6px;}

#right{
}

#right ul{
padding:33px 0 3px 0px;
list-style:none;
margin:6px 0 10px 0;
border:1px #3F3F3F solid;
background-color:#262435;
background-position:top center;
background-repeat:no-repeat;
}

#right ul li{
padding:1px 0 1px 10px;
background:url(img/arrow.gif) no-repeat 3px 6px;}

#main{
background:url(img/main.gif);
}
#mariodata{
background:url(img/mariodata.gif);}
#media{
background:url(img/media.gif);}
#interactive{
background:url(img/interactive.gif);}
#poll{
background:url(img/poll.gif);}
#affiliates

.bgimage{
background:url(img/bg.gif);
background-repeat:repeat;
}

#newcard

.bgimage{
background:url(img/bg.gif);
background-repeat:repeat;
}

#media

.bgimage{
background:url(img/bg.gif);
background-repeat:repeat;
}

#mariodata

.bgimage{
background:url(img/bg.gif);
background-repeat:repeat;
}

#poll

.bgimage{
background:url(img/bg.gif);
background-repeat:repeat;
}

#main

.bgimage{
background:url(img/bg.gif);
background-repeat:repeat;
}

#interactive

.bgimage{
background:url(img/bg.gif);
background-repeat:repeat;
}

#newcard{
background:url(img/bmtcg.gif);
border:1px #3F3F3F solid;
text-align:center;}

#affiliates{
background:url(img/affiliates.gif);
border:1px #3F3F3F solid;}

#content, #footer{
margin-left:5px;
margin-right:5px;
}

.section{
margin:3px 0 3px 0;
border:1px #3F3F3F solid;
background:#43464E url(img/bg.gif);}

.section .padding{
padding:7px;}

.section .padding2{
padding:3px;}

.section2{
width:500px;
margin:3px 0 3px 0;
border:1px #3F3F3F solid;
background:#43464E url(img/bg.gif);}

.section3{
width:500px;
margin:3px 0 3px 0;
border:1px #3F3F3F solid;
background:#43464E url(img/bg.gif);}

.section3 .padding{
padding:0px;}

.title{
margin-top:3px;
height:35px;
width:100%;
background:url(img/wall.gif) repeat-x;
font-weight:bold;
}

#news img{
vertical-align:top;
vertical-align:middle;}

.title .padding{
margin-top:-3px;
padding:8px;}

.wbmr{
margin:3px 0 10px 0;
border:1px #3F3F3F solid;
background:#43464E url(img/bg.gif);
background-repeat:repeat;}

.wbmr .padding{
padding:0px;}

/* footer */
.footer{
text-align:center;
margin-top:5px;
margin-bottom:5px;
background:url(img/logo_bg.gif);}

/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {  width:460px ; height:90px ; margin:7px auto 7px; background:#43464E url(img/wall.gif) ; padding:7px 0px 0px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:422px ; height:90px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:1px #333333 solid; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:0px; background:url(img/gallery_fwd.gif) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(img/gallery_back.gif) no-repeat;  }
/* thumbnail slider end */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.cheats{
border: solid #4F4F4F 1px;
}