.MultiBoxContainer {
        position: absolute;
        border: 10px solid #000;
        background-color: #FFF;
        display: none;
        z-index: 8;
        text-align: left;
        background-color: #000;
}
.MultiBoxLoading {
        /*background: url(images/mb_loader.gif) no-repeat center;*/
}
.MultiBoxContent {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
}
.MultiBoxClose {
        position: absolute;
        top: -20px;
        right: -20px;
        background: url(images/mb_close.png) no-repeat;
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 2500;
}
* html div.MultiBoxClose {
        background: none;
 filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/mb_close.png', sizingmethod='crop');
}
.MultiBoxControlsContainer {
        overflow: hidden;
        height: 0px;
        position: relative;
}
.MultiBoxControls {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #000000;
}
.MultiBoxPrevious {
        position: absolute;
        background: url(images/mb_left.png) no-repeat;
        width: 24px;
        height: 24px;
        left: 0px;
        margin-top: 5px;
        cursor: pointer;
}
* html div.MultiBoxPrevious {
        background: none;
 filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/mb_left.png', sizingmethod='crop');
}
.MultiBoxNext {
        position: absolute;
        background: url(images/mb_right.png) no-repeat;
        width: 24px;
        height: 24px;
        right: 0px;
        margin-top: 5px;
        cursor: pointer;
}
* html div.MultiBoxNext {
        background: none;
 filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/mb_right.png', sizingmethod='crop');
}
.MultiBoxNextDisabled {
        cursor: default;
        background: url(images/mb_rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
        cursor: default;
        background: url(images/mb_leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
        position: relative;
        margin: 10px 0 0 35px;
        float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #EAB919;
        font-weight: bold;
        text-align: left;
}
.MultiBoxNumber {
        position: relative;
        width: 50px;
        margin: 10px 35px 0 0;
        float: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFF;
        text-align: right;
}
.MultiBoxDescription {
        clear: left;
        position: relative;
        margin: 0 35px 0 35px;
        padding-top: 5px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFF;
        text-align: left;
}


/*		#outer { padding-top: 3px;
padding-bottom: 3px;overflow: hidden; position: 
relative; text-align: center; width: 100%; }
#outer div {
width: 100%;
text-align: center;
}
*/
/*.stock {
position: absolute;
top: 105px;
left: 80px;
}
*/
.stock img {
	width: 18px;
	height: 18px;
}
.product {
text-align: center;
}
.product div {
margin-left: auto;
margin-right: auto;
}
#outer div div {
width: 100%;
text-align: center;
}
		#outer[id] {display: table; position: static;}
		
		#middle {position: absolute; top: 50%;} /* for 
explorer only*/
		#middle[id] {display: table-cell; vertical-align: 
middle; position: static;}
		
		#inner {position: relative; top: -50%; text-align: 
center;} /* for explorer 
only */
/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { }
.orderEdit { font-size : 10px; color: #FFFFFF; text-decoration: underline; }

BODY {
  background: #ffffff;
  margin: 0px;
}

A {
  color: #eabc1e;
  text-decoration: none;
  outline: none;
}

A:hover {
  text-decoration: underline;
  outline: none;
}

FORM {
	display: inline;
}

.header {
	background: url(images/hbg.jpg) left top no-repeat;
	height: 54px;
	width: 100%;
}
.header td {
	color: #ffffff;
	font-weight : bold;
	vertical-align: middle;
}
.header form {
	margin: 0;
	padding: 0 0 0 22px;
}
.header form input {
	font-weight: normal;
	vertical-align: middle;
}

.headerNavigation {
	padding: 0 14px 0 0;
	text-align: right;
	text-transform: uppercase;
}
.headerNavigation a {
	color: #FFFFFF;
	margin: 0 26px;
	text-decoration: none;
}
.headerNavigation a:hover {
	text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.footer {
	background: url(images/fbg.jpg) left top no-repeat;
	height: 55px;
	width: 100%;
}
.footer td {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.footer a {
	color: #FFFFFF;
	margin: 0 36px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/*.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 10px;
}*/

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

.infoBoxHeading {
	background: url(images/infobox/tcbg2.gif) left top repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}
.infoBoxHeading2 {
	background: url(images/infobox/tcbg3.gif) left top repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}

.contentBoxHeading {
	background: url(images/infobox/tcbg.gif) left top repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 12px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}
.contentBoxHeading td {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 12px;
	text-transform: uppercase;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

/*TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}*/

.productListing-heading {
  color: #d5ae2a;
	font-size: 10px;
  font-weight: bold;
	height: 51px;
	text-transform: uppercase;
}

.productListing-data {
	background: url(images/gl.gif) left bottom repeat-x;
	padding: 10px 0;
}
.productListing-data a {
	font-size: 13px;
	text-decoration: underline;
}
.productListing-data a:hover {
	text-decoration: none;
}

A.pageResults {
  color: #d5ae2a;
}


TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #eabc1e;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #FFFFFF;
}

.moduleRow { }
.moduleRowOver { background-color: #7D8283/*#D7E9F7*/; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #7D8283/*#E9F4FC*/; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #eabc1e; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #FFFFFF; }
.inputRequirement td { color: #FFFFFF; }





body { background: url(images/mbg.jpg) left top repeat; }

body, td, th { color: #ffffff;/*#787878;*/ font-family: Tahoma; font-size: 11px; }
input, select, textarea{ color: #787878; font-family: Tahoma; font-size: 11px; }
b { color: #eabc1e; }


#header { height: 287px; width: 1246px; }

#header .indent { padding: 144px 0 0 396px; }

#header .banner { position: relative; z-index: 5; }


			.hp1, .hp2, .hp3, .hp4, .hp-banner { position: absolute; z-index: 2; }
	.hp1 { margin: 0 0 0 34px; }

	.hp2 { margin: 135px 0 0 440px; }

	.hp3 { margin: 65px 0 0 1135px; }
	.hp-banner { margin: 20px 0 0 625px; background: url(images/banner468.png) no-repeat; width: 506px; height: 94px;}
	.hp-ad { margin: 17px 0 0 19px; width: 468px; height: 60px; /*background-color: #000;*/ position: absolute; z-index: 20;}
	/*.hp-overlay { margin: 7px 0 0 9px; background: url(images/banner468.png) no-repeat; width: 480px; height: 17px; }*/



#menu { height: 40px; }


		#content { margin: -46px 0px 0px 50px; width: 1147px;}

		#content { background: url(images/cbg.gif) left top repeat; border: 1px solid #7d8283; border-bottom: 0 none; }

/*#foot {
	min-width: 1246px;
	width: 100%;
	height: 48px;
	margin-top: -27px;
}*/
/*#footer {
	color: #FFFFFF;
	font-size: 9px;
	padding: 10px 0 40px 0;
	margin: 0 auto;
	text-align: center;
	min-width: 1246px;
	width: 100%;
}*/
		#footer { color: #FFFFFF; font-size: 9px; padding: 10px 0 40px 0; text-align: center; width: 100%; }
		#footer p { font-size: 11px; font-weight: bold; margin: 0 0 6px 0; }

		#footer p a { color: #FFFFFF; text-decoration: none; }

		#footer p a:hover { text-decoration: underline; }

		#footer .banner { margin: 0 auto 8px auto; }



.banner { background: url(images/ban_bg.gif) left top no-repeat; height: 96px; padding: 6px 0 6px 0; text-align: center; width: 740px; }
.bannertop { background: url(images/ban_bg.gif) left top no-repeat; height: 90px; margin: -2px 0px 0px -5px; padding: 2px 0 2px 0; text-align: center; width: 732px; }


.main_table { background: url(images/cbg2.jpg) left top repeat-y; width: 1110px; }


	
	.left { vertical-align: top; width: 296px; }
 
	
	.center { padding: 0 10px 0 8px; vertical-align: top; }



.categories { margin: 0; padding: 14px 22px 19px 22px; }


.categories li { background: url(images/gl.gif) left bottom repeat-x; list-style: none; padding: 5px 0 6px 0; }
.categories li a { background: url(images/ar.gif) left 5px no-repeat; color: #FFFFFF; padding: 0 0 0 18px; text-decoration: none; }

.categories li a:hover { text-decoration: underline; }

.categories li b { color: #eabc1e; }

.categories .sub { padding: 5px 0 6px 18px; }


.note { background: url(images/nbg.gif) left top no-repeat; color: #FFFFFF; height: 51px; padding: 0 0 0 22px; vertical-align: middle; }

.prod_thumb {
/* background-image: url('images/prod-background.png');*/
width: 240px;
height: 145px;
}
.prod_buy {
margin-left: 110px !important;
margin-right: 20px !important;
margin-top: 15px !important;
}
.prod_buy a {
/*position: relative;*/
top: 0;
}
.prod_descr {
/*position: relative;*/
padding-top: 9px;
width: 240px;
padding-left: 2px;
margin-top: 5px;
background-position: top center;
background-repeat: no-repeat;
background-image: url('images/FTfragrags.png');
margin-bottom: 10px;
height: 137px;
}
.prod_descr2 {
padding-top: 9px;
/*position: relative;*/
width: 240px;
margin-top: 5px;
background-position: top center;
background-repeat: no-repeat;
background-image: url('images/FTgames-hardware.png');
margin-bottom: 10px;
height: 137px;
}
.prod_name {
padding-left: 10px;
margin-left: 35px;
text-align: left;
margin-top: 7px;
_margin-top: 12px;
}
.prod_size {
	text-align: left;
	height: 14px;
	padding-left: 55px;
	margin-top: 12px;
}
.prod_price {
text-align: left;
padding-left: 90px;
margin-top: 8px;
}
.product {
width: 240px;
height: 280px;
 color: #d5ae2a; font-size: 12px; font-weight: bold; text-align: center; text-transform: uppercase; vertical-align: top; }
.product a { color: #d5ae2a; text-decoration: none; }

.product a:hover { text-decoration: underline; }


.popup { background: url(images/cbg.gif) left top repeat!important; color: #FFFFFF!important; }


.shoppingCart { color: #FFFFFF; padding: 14px 22px; }

.shoppingCart a { color: #eabc1e; text-decoration: underline; }

.shoppingCart a:hover { text-decoration: none; }

.shoppingCart table table table { margin: 16px 0; }

.shoppingCart td { color: #eabc1e; }

.shoppingCart td td td { background: url(images/gl.gif) left bottom repeat-x; padding: 5px 0 6px 0; }

.shoppingCart td td td a { background: url(images/ar.gif) left 5px no-repeat; padding: 0 0 0 18px; text-decoration: none; }

.shoppingCart td a:hover { text-decoration: underline; }


	
	.newItemInCart { color: #FFFFFF!important; }



.f13 { font-size: 13px; }



/* bgs */


.bbg { background: url(images/bbg.gif) left bottom repeat-x; width: 100%; padding: 0 0 25px 0; }
html>body .bbg { background: url(images/bbg.gif) left bottom repeat-x; width: 1150px; padding: 0 0 25px 0; margin: 0px 0px 0px -1px; }
*:first-child+html .bbg { background: url(images/bbg.gif) left bottom repeat-x; width: 1154px; padding: 0 0 25px 0; }



/*.vl { background: url(images/vl.gif) center top repeat-y; }
*/

.png { behavior: url(iepngfix.htc) }

/*pinoidev*/
div.blog-box {
background:transparent url(/images/mainsub_bg.jpg) no-repeat scroll 0;
float:left;
height:350px;
margin:10px 0 0px 4px;
padding:0;
width:749px;
}
div.blog-text-box {
float:left;
margin:45px 0 0 65px;
overflow:hidden;
width:610px;
}
div.blog-text-box .blog-text-content {
background:transparent url(/images/review-content-bg.jpg) no-repeat scroll 0;
height:237px;
overflow:hidden;
padding:10px 0 5px 5px;
width:610px;
}
div.blog-text-box .blog-user-text {
overflow:hidden;
padding:0 0 0 0;
width:595px;
}
div.blog-text-box .blog-user-text .text-content {
overflow:hidden;
padding-left:5px;
padding-top:0;
width:610px;
}
div.blog-text-box .blog-user-text .text-content iframe {
background:transparent none repeat scroll 0;
border:0 none;
height:220px;
margin-left:0;
overflow-x:hidden;
width:590px;
}
div.pan-top-line {
height:50px;
overflow:hidden;
padding-left:360px;
}
div.pan-top-line button {
background-color:transparent;
border:0 none;
cursor:pointer;
float:right;
height:35px;
margin-left:5px;
width:37px;
}
button.btn-bold {
background:transparent url(/images/btn_form-bold.png) no-repeat scroll 0;
padding:0;
width:37px;
}
button.btn-italic {
background:transparent url(/images/btn_form-italics.png) no-repeat scroll 0;
padding:0;
width:37px;
}
button.btn-underline {
background:transparent url(/images/btn_form-underline.png) no-repeat scroll 0;
padding:0;
width:37px;
}
button.selector {
background:transparent url(/images/btn_form-color.png) no-repeat scroll 0;
padding:0;
width:37px;
}
.editor-colors {
display:none;
float:left;
height:30px;
margin:4px;
padding:0;
width:60px;
border-collapse:collapse;
}
.editor-colors td {
border:2px solid black;
height:15px;
margin:0;
padding:0;
width:20px;
}
.editor-colors td button {
border:medium none;
cursor:pointer;
float:none;
height:15px;
margin:0;
padding:0;
width:100%;
}


.ft-input-bg {
background:transparent url(/images/inp-bg.gif) no-repeat scroll 0;
border:0 none;
height:32px;
margin-left:0px;
margin-top:0;
text-decoration:none;
width:100%;
}
.ft-input-bg input {
background:transparent none repeat scroll 0;
border:0 none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:25px;
line-height:normal;
margin-left:8px;
padding-top:9px;
width:195px;
margin-right:10px;
}
.ft-select select {
background-color:#555555;
border:1px solid #999999;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:17px !important;
line-height:normal;
margin-left:4px;
width:140px;
}
div.blog-box textarea {
background:transparent;
border:0 none;
height:233px;
width:590px;
color:#FFFFFF;
}
/*sliding tabs*/
#backnextnews {
cursor:pointer;
height:18px;
margin:5px 0 4px;
text-align:center;
width:800px;
}
#backnews, #backnews4, #backnews5, #backnews6, #backnews7, #backnews8, #backnews9 {
cursor:pointer;
float:left;
height:18px;
margin:0 0 0 5px;
width:71px;
}
#buttons {
display:none;
height:0;
width:0;
}
ul {
margin:0;
padding:0 0 0 16px;
}
#forwardnews, #forwardnews4, #forwardnews5, #forwardnews6, #forwardnews7, #forwardnews8, #forwardnews9 {
cursor:pointer;
float:right;
height:18px;
margin:0 5px 0 0;
width:71px;
}
#panes-products {
border-style:none;
height:308px;
margin:10px 0 0;
overflow:hidden;
width:800px;
}
.prod_price {
text-align: left;
padding-left: 90px;
margin-top: 8px;
}
.stock {
float: left;
margin-top:25px;
padding-left:75px;
text-align:left;
}
.logo {
display:block;
margin:0 0 0 11px;
position:absolute;
z-index:3;
}
.scrollUp{ position:absolute;margin:-2px 0 0 -24px; cursor:pointer}
.scrollDown{ position:absolute;margin:-28px 0 0 -23px; cursor:pointer; *margin:-28px 0 0 -23px !important}
#shoppingCartContainer{ height:60px; overflow:hidden}
.ftBigLogoBg{background-image: url('images/prodbckgrd.jpg'); background-repeat: no-repeat; background-position:bottom left}
/*pinoidev*/


div#navigation {
    margin: -4px 0px 0px -6px;
	position: relative;
	height: 45px;
	z-index: 2;
	}
/* Main Navigation */

#navigation ul .nav_pc,
#navigation ul .nav_nintendo,
#navigation ul .nav_playstation,
#navigation ul .nav_xbox,
#navigation ul .nav_ifrag,
#navigation ul .nav_fragtag,
#navigation ul .nav_forums,
#navigation ul .nav_community,
#navigation ul .nav_cooler,
#navigation ul .nav_shop {
	cursor: pointer;
	float: left;
	list-style: none;
	}

#navigation ul a.main {
	background: url(images/menu.png) no-repeat top left;
	display: block;
	outline: none;
	position: relative;
	height: 45px;
	text-decoration: none;
	width: auto;
	}

#navigation ul a.main span { display:none; }

/* Menu Standard */

#navigation ul .nav_pc a.main {
	background-position: 0 0;
	width: 114px;
	z-index: 1;
	}
#navigation ul .nav_nintendo a.main {
	background-position: -114px 0;
	width: 110px;
	z-index: 2;
	}
#navigation ul .nav_playstation a.main {
	background-position: -224px 0;
	width: 110px;
	z-index: 3;
	}
#navigation ul .nav_xbox a.main {
	background-position: -334px 0;
	width: 110px;
	z-index: 4;
	}
#navigation ul .nav_ifrag a.main {
	background-position: -444px 0;
	width: 110px;
	z-index: 5;
	}
#navigation ul .nav_fragtag a.main {
	background-position: -554px 0;
	width: 110px;
	z-index: 6;
	}
#navigation ul .nav_forums a.main {
	background-position: -664px 0;
	width: 110px;
	z-index: 7;
	}
#navigation ul .nav_community a.main {
	background-position: -774px 0;
	width: 110px;
	z-index: 8;
	}
#navigation ul .nav_cooler a.main {
	background-position: -884px 0;
	width: 120px;
	z-index: 9;
	}
#navigation ul .nav_shop a.main {
	background-position: -1004px 0;
	width: 122px;
	z-index: 10;
	}

/* Menu Hovers */

#navigation a.main span.hover {
	background: url(images/menu.png) no-repeat top left;
	cursor: pointer !important;
	display: block !important; /* Overriding previous span hide */
	padding: 0 0px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 100%;
	z-index: 100;
	}

#navigation .nav_pc a.main .hover {
	background-position: 0 -45px;
	padding: 0;
	}
#navigation .nav_nintendo a.main .hover {
	background-position: -114px -45px;
	}
#navigation .nav_playstation a.main .hover {
	background-position: -224px -45px;
	}
#navigation .nav_xbox a.main .hover {
	background-position: -334px -45px;
	}
#navigation .nav_ifrag a.main .hover {
	background-position: -444px -45px;
	}
#navigation .nav_fragtag a.main .hover {
	background-position: -554px -45px;
	}
#navigation .nav_forums a.main .hover {
	background-position: -664px -45px;
	}
#navigation .nav_community a.main .hover {
	background-position: -774px -45px;
	}
#navigation .nav_cooler a.main .hover {
	background-position: -884px -45px;
	}
#navigation .nav_shop a.main .hover {
	background-position: -1004px -45px;
	}

/* Active State Hovers */

.nav_pc #navigation .nav_pc a.main {
	background-position: 0 -90px;
	z-index: 6;
	}
.nav_nintendo #navigation .nav_nintendo a.main {
	background-position: -114px -90px;
	z-index: 6;
	}
.nav_playstation #navigation .nav_playstation a.main {
	background-position: -224px -90px;
	z-index: 6;
	}
.nav_xbox #navigation .nav_xbox a.main {
	background-position: -334px -90px;
	z-index: 6;
	}
.nav_ifrag #navigation .nav_ifrag a.main {
	background-position: -444px -90px;
	z-index: 6;
	}
.nav_fragtag #navigation .nav_fragtag a.main {
	background-position: -554px -90px;
	z-index: 6;
	}
.nav_forums #navigation .nav_forums a.main {
	background-position: -664px -90px;
	z-index: 6;
	}
.nav_community #navigation .nav_community a.main {
	background-position: -774px -90px;
	z-index: 6;
	}
.nav_cooler #navigation .nav_cooler a.main {
	background-position: -884px -90px;
	z-index: 6;
	}
.nav_shop #navigation .nav_shop a.main {
	background-position: -1004px -90px;
	z-index: 6;
	}
	
ul#rotator-img { margin: -1px 0px 0px -16px; }
ul#rotator-img , ul#rotator-img li { list-style-type: none; }
