@charset "utf-8";
/* CSS Document */


#plugMe {
	text-align: center;
	display: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #171717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	/background-attachment: scroll;
	background-image: url(../_img/body_tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
	color: #FF9900;
}
#overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=70);	/* Transparency */
	opacity:0.7;	/* Transparency */
	z-index: 100;
	display: none;
}
#modbox {
	display: none;
	font-size: 12px;
	font-weight: normal;
	position: fixed;
	z-index: 1000;
	padding: 10px;
	width: 460px;
	height: 270px;
	left: -230px;
	top: 200px;
	margin-left: 50%;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	width: 760px;
	height: 160px;
}
#wrapper #headerswf {
	background-image: url(../_img/header.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 760px;
	display: block;
	text-decoration: none;
}
#wrapper #headerswf #sitetitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 635px;
	position: absolute;
}
#wrapper #headerswf #slogan {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 370px;
	position: absolute;
}
#wrapper #header h1 {
	display: block;
	margin: 0px;
}
#wrapper #nav {

}
#wrapper #nav #menuside1 {
	background-image: url(../_img/menu_side1.png);
	display: block;
	height: 51px;
	width: 20px;
	background-repeat: no-repeat;
	margin-left: 10px;
	/margin-left: -20px;
	position: absolute;
}
#wrapper #nav #menuside2 {
	background-image: url(../_img/menu_side2.png);
	display: block;
	height: 51px;
	width: 20px;
	background-repeat: no-repeat;
	margin-top: -51px;
	margin-left: auto;
	margin-right: 10px;
}
#wrapper #nav #menubox {
	display: block;
	height: 51px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	background-image: url(../_img/menu_tile.png);
	background-repeat: repeat-x;
}
#wrapper #nav #menubox ul {
	display: block;
	list-style-type: none;
	margin-top: 0px;
	/margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	/margin-left: -2px;
	position: absolute;
}
#wrapper #nav #menubox ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #313131;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-right: 3px;
	/padding-right: 0px;
	padding-left: 0px;
	/padding-left: 3px;
}
#wrapper #nav #menubox ul li a {
	display: inline-block;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#wrapper #nav #menubox ul li a:hover, #wrapper #nav #menubox ul li a:active, #wrapper #nav #menubox ul li a:focus {
	color: #FFCC00;
	text-decoration: none;
	background-image: url(../_img/menu_highlight.png);
	background-repeat: repeat-x;
}
#wrapper #nav #menubox ul li.form {
	display: inline-block;
	position: absolute;
	margin-top: -15px;
	/margin-top: 14px;
}
#wrapper #nav #menubox #login {
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #nav #menubox #login #username {
	display: inline-block;
	width: 80px;
	border: 1px solid #999999;
	background-color: #666666;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
#wrapper #nav #menubox #login #password {
	display: inline-block;
	width: 80px;
	border: 1px solid #999999;
	background-color: #666666;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
#wrapper #content {
	display: table-row;
	margin-left: 10px;
}
#wrapper #content #contenttop {
	background-image: url(../_img/content_top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 740px;
	float: left;
	margin-left: 10px;
	/margin-left: 0px;
}
#wrapper #content #contentbox {
	background-image: url(../_img/content_tile.png);
	background-repeat: repeat-y;
	width: 740px;
	float: left;
	margin-left: 10px;
	/margin-left: 0px;
}
#wrapper #plugins #contentbottom {
	background-image: url(../_img/content_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 740px;
	margin-left: -20px;
	margin-top: -20px;
	/margin-top: -30px;
	margin-bottom: 20px;
	float: left;
}
#wrapper #content #contentbox #sidebar {
	width: 190px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: table-column;
	float: left;
}
#wrapper #content #contentbox #sidebar h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
#wrapper #content #contentbox #sidebar h4#selectgame {
}

/* ---- GAMES LIST ----- */
ul.list li.gameList {
	display: block;
}

/* ---- USER PANEL ----- */
#wrapper #content #contentbox #sidebar ul.userpanel {
	text-indent: 0px;
	display: block;
}
#wrapper #content #contentbox #sidebar ul.userpanel li {
	text-indent: 0px;
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	/margin-left: 18px;
}
#wrapper #content #contentbox #sidebar ul.userpanel li.label {
	text-indent: 0px;
	display: inline-block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	
	/margin-left: 3px;
}
#wrapper #content #contentbox #sidebar ul.userpanel li.logout {
	text-indent: 0px;
	display: inline-block;
	color: #FF9900;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	/margin-left: 0px;
	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	list-style-type: none;
}
#wrapper #content #contentbox #sidebar ul.userpanel li.logout a {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}
#wrapper #content #contentbox #sidebar ul.userpanel li.logout a:hover {
	color: #FFFFFF;
}

/* ---- SHOPPING CART ---- */
#wrapper #content #contentbox #sidebar h4#shoppingcart {
}
#wrapper #content #contentbox #sidebar ul.list li.cart {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#wrapper #content #contentbox #sidebar ul.list li.cart:hover {
	background-color: #232323;
}
#wrapper #content #contentbox #sidebar ul.list li.cart p.item {
	margin: 0px;
	font-weight: bold;
}
#wrapper #content #contentbox #sidebar ul.list li.cart p.price {
	margin: 0px;
	font-weight: bold;
	color: #FF9900;
}
#wrapper #content #contentbox #sidebar ul.list li.cart p.server {
	margin: 0px;
	font-size: 10px;
	color: #999999;
}
#wrapper #content #contentbox #sidebar ul.list li.cart p.game {
	margin: 0px;
	font-size: 10px;
	color: #999999;
}
#wrapper #content #contentbox #sidebar ul.list li.cart p.remove {
	font-weight: bold;
	color: #FF3300;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
#wrapper #content #contentbox #sidebar ul.list li.cart p.remove a.removelink {
	font-size: 10px;
	color: #FF3300;
	background-image: url(../_img/remove.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#wrapper #content #contentbox #sidebar ul.list li.cart p.remove a.removelink:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #333333;
}
#wrapper #content #contentbox #sidebar ul.list li.total {
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	margin-left: -40px;
	/margin-left: 0px;
	background-image: url(../_img/spacer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	font-size: 14px;
}
#wrapper #content #contentbox #sidebar ul.list li.links {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-left: -40px;
	/margin-left: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #2D2D2D;
}
#wrapper #content #contentbox #sidebar ul.list li.links a.view {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url(../_img/icon_cart.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#wrapper #content #contentbox #sidebar ul.list li.links a.checkout {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url(../_img/icon_cart_checkout.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#wrapper #content #contentbox #sidebar ul {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 11px;
	color: #FFFFFF;
}
#wrapper #content #contentbox #sidebar ul.list li {
	display: block;
	margin-left: -40px;
	/margin-left: 0px;
	color: #FFFFFF;
	background-image: url(../_img/bullet_dot_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	list-style-type: none;
}

#wrapper #content #contentbox #sidebar ul.block li {
	display: block;
	list-style-type: none;
	margin-left: -33px;
	/margin-left: 8px;
	color: #FFFFFF;
}
#wrapper #content #contentbox #sidebar ul.block li.type {
	margin-bottom: 10px;
}
#wrapper #content #contentbox #sidebar ul.block li.link {
	display: list-item;
	list-style-type: disc;
	margin-left: -23px;
	/margin-left: 23px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
#wrapper #content #contentbox #sidebar ul.block li.link a {
	color: #FF9900;
	text-decoration: none;
}
#wrapper #content #contentbox #sidebar ul.block li.link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper #content #contentbox #sidebar ul a  {
	font-size: 11px;
	color: #FFFFFF;
	border: none;
	text-decoration: none;
}
#wrapper #content #contentbox #sidebar ul a:hover  {
	color: #FF6600;
}

#wrapper #content #contentbox #main {
	width: 490px;
	display: table-column;
	float: right;
	margin-right: 10px;
	margin-top: -10px;
}

#wrapper #content #contentbox #main #maintop {
	background-image: url(../_img/main_top.png);
	background-repeat: no-repeat;
	height: 33px;
	padding-top: 17px;
	padding-right: 20px;
	padding-left: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#wrapper #content #contentbox #main #maintop p.mini {
	font-size: 9px;
	color: #999999;
	display: block;
	margin: 0px;
}
#wrapper #content #contentbox #main #maintop h4 {
	font-size: 15px;
	font-weight: bold;
	color: #FF3300;
	letter-spacing: -1px;
	margin: 0px;
}
#wrapper #content #contentbox #main #mainbox {
	background-image: url(../_img/main_tile.png);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1D1D1D;
}
#wrapper #content #contentbox #main #mainbox img.gamebanner {
	display: block;
	margin-top: -20px;
	margin-left: -20px;
	width: 470px;
}
#wrapper #content #contentbox #main #mainbox img.gameimage {
	display: inline;
	border: 5px solid #6B6B6B;
	margin: 0px;
	padding: 0px;
	max-width: 130px;
}
#wrapper #content #contentbox #main #mainbox img.gameimage:hover {
	display: inline;
	border: 5px solid #FFFFFF;
}
#wrapper #content #contentbox #main #mainbox p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #CCCCCC;
}
#wrapper #content #contentbox #main #mainbox p.heading {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper #content #contentbox #main #mainbox p.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #content #contentbox #main #mainbox p.sub {
	font-size: 10px;
	color: #666666;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #content #contentbox #main #mainbox p.sub a.changeserver {
	color: #FF9900;
	text-decoration: none;
	background-image: url(../_img/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 15px;
}
#wrapper #content #contentbox #main #mainbox p.sub a.changeserver:hover {
	color: #FFFFFF;
}
#wrapper #content #contentbox #main #mainbox ul.serverlist {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	/margin-left: 0px;
}
#wrapper #content #contentbox #main #mainbox ul.serverlist li {
	display: block;
	list-style-type: none;
}
#wrapper #content #contentbox #main #mainbox ul.serverlist li a {
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
	background-color: #171717;
	border: 1px solid #666666;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
	text-decoration: none;
}
#wrapper #content #contentbox #main #mainbox ul.serverlist li a:hover {
	background-color: #666666;
	color: #FFCC00;
}
#wrapper #content #contentbox #main #mainbox ul.newslist {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #content #contentbox #main #mainbox ul.newslist li {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -30px;
	/margin-left: 10px;
	list-style-type: none;
}
#wrapper #content #contentbox #main #mainbox ul.newslist li p.title {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	margin: 0px;
}
#wrapper #content #contentbox #main #mainbox ul.newslist li p.sub {
	font-size: 10px;
	color: #666666;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #content #contentbox #main #mainbox ul.newslist li p.content {
	font-size: 12px;
	color: #CCCCCC;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #content #contentbox #main #mainbottom {
	background-image: url(../_img/main_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 490px;
}
#wrapper #content #contentbox #main #extra #extratop {
	background-image: url(../_img/extra_top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 490px;
}
#wrapper #content #contentbox #main #extra #extrabox {
	background-image: url(../_img/extra_tile.png);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	width: 430px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #content #contentbox #main #extra #extrabox h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	display: block;
	margin: 0px;
	letter-spacing: -1px;
}
#wrapper #content #contentbox #main #extra #extrabox p.item {
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../_img/bullet_red.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#wrapper #content #contentbox #main #extra #extrabox p.sub {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #content #contentbox #main #extra #extrabox p.more {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
#wrapper #content #contentbox #main #extra #extrabox p.more a {
	background-image: url(../_img/icon_page.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 25px;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
#wrapper #content #contentbox #main #extra #extrabox p.more a:hover {
	background-position: left -20px;
	color: #FF9900;
	text-decoration: none;
}
#wrapper #content #contentbox #main #extra #extrabox p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #content #contentbox #main #extra #extrabox ul.extralist {
	display: block;
}
#wrapper #content #contentbox #main #extra #extrabox ul.extralist li {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: -40px;
	/margin-left: -40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	list-style-type: none;
}
#wrapper #content #contentbox #main #extra #extrabox ul.extralist li p.sub {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#wrapper #content #contentbox #main #extra #extrabottom {
	background-image: url(../_img/extra_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 490px;
}
#wrapper #plugins {
	text-align: center;
	padding-top: 10px;
	/padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 10px;
}
#wrapper #plugins p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #footer {
	margin-left: -9px;
}
#wrapper #footer #footertop {
	background-image: url(../_img/footer_top.png);
	height: 10px;
	width: 780px;
}
#wrapper #footer #footerbox {
	background-color: #666666;
	color: #CCCCCC;
	width: 720px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	font-size: 11px;
}
#wrapper #footer #footerbox p {
	display: block;
	margin: 0px;
}
#wrapper #footer #footerbox p.footergames {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #999999;
	background-image: url(../_img/tile_litegrey_grid.gif);
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
#wrapper #footer #footerbox p.footergames a.footerlink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
#wrapper #footer #footerbox p.footergames a.footerlink:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#wrapper #footer #footerbottom {
	background-image: url(../_img/footer_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 780px;
}


/* ----- MODAL BOX ----- */

#modbox #login {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	width: 230px;
	background-image: url(../_img/icon_login_big.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 120px;
}

#modbox a#modclose {
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../_img/icon_close.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: 22px;
	background-color: #232323;
	width: 55px;
	border: 1px solid #232323;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 284px;
	margin-top: 8px;
	/margin-left: 286px;
	/margin-top: 8px;
	position: absolute;
}
#modbox a#modclose:hover {
	background-repeat: no-repeat;
	background-position: left -20px;
	color: #666666;
	text-decoration: underline;
}


/* ITEM BOX */
#tabGap {
	background-color: #171717;
	height: 5px;
}
#itemContainer {
	padding: 0px;
	background-color: #262626;
}
#itemContainer .itemBox {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #262626;
	border-right-color: #262626;
	border-left-color: #262626;
	height: 30px;
	cursor: default;
}
#itemContainer .itemBox:hover {
	background-color: #333333;
	border: 2px solid #888888;
}
#itemContainer .itemBox .itemName {
	width: 250px;
	font-size: 12px;
	font-weight: bold;
}
#itemContainer .itemBox .itemPrice {
	width: 70px;
	text-align: right;
}
#itemContainer .itemBox .itemPrice .price {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#itemContainer .itemBox .itemPrice .save {
	font-size: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
}
#itemContainer .itemBox .itemButton {
	background-image: url(../_img/icon_cart.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-size: 12px;
	font-weight: bold;
	background-color: #171717;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/padding-left: 15px;
}

/* -------- FAQ -------------- */
.faqlabel {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #292929;
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.faqquestion {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-image: url(../_img/bullet_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.faqanswer {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.faqsubq {
	display: block;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	background-color: #3F3F3F;
	color: #CCCCCC;
}
.faqsuba {
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 35px;
	background-color: #3F3F3F;
	color: #CCCCCC;
}
.indentleft {
	display: block;
	margin-left: 50px;
}

.notice {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../_img/bullet_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 5px;
}

/* ---- ANCHORS ----- */
a.linkSmall {
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
a.linkSmall:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* ---- TABLES ----- */

.GenericTableLabel {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.GenericTableLabel tr {
	background-color: #131313;
}
.GenericTableLabel td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.genericTable {
	margin: 0px;
}
.genericTable tr {
	background-color: #313131;
}
.genericTable tr:hover {
	background-color: #232323;
}
.genericTable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #434343;
}

.clickableTable {
	margin: 0px;
}
.clickableTable tr {
	background-color: #232323;
}
.clickableTable tr:hover {
	background-color: #131313;
}
.clickableTable td {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #131313;
}

.shoppingCartLabel {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #131313;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
}
.shoppingCartItem {
	margin: 0px;
}
.shoppingCartItem tr {
	background-color: #313131;
}
.shoppingCartItem tr:hover {
	background-color: #232323;
}
.shoppingCartItem td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #434343;
}
.shoppingCartFooter {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #131313;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	margin: 0px;
}
.shoppingCartNav {
	background-color: #666666;
}
.bigborder {
	border: 5px solid #131313;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.noteTable {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #131313;
}

/* ---- FORMS ---- */
form {
	margin: 0px;
}
.nextbtn {
	background-image: url(../_img/button_big.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 53px;
	width: 145px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
	padding-top: 13px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	text-indent: -15px;
}
.nextbtn:hover {
	background-position: 0px -70px;
}
.genericFields {
	display: block;
	border: 2px solid #666666;
	background-color: #CCCCCC;
	padding: 5px;
}
.genericFields2 {
	display: block;
	border: 2px solid #666666;
	background-color: #CCCCCC;
	padding: 5px;
}

.addCartButton {
	background-image: url(../_img/icon_cart.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	background-color: #171717;
	border: 2px solid #666666;
	color: #FFFFFF;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/padding-left: 15px;
}

/* ---- SPANS ---- */

.Text_10px_Bold {
	font-size: 10px;
	font-weight: bold;
}

.shoppingCartItemname {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.shoppingCartPrice {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.shoppingCartGame {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.shoppingCartServer {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.genericlabel {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
.genericSubtext {
	font-size: 10px;
	color: #999999;
}

/* ----- PROGRESS BAR ----- */
.progressBarTitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.progressBarBox {
	display:block;
	margin-top: 2px;
	margin-bottom: 2px;
	border: solid 1px #131313;
}
.progressBarBG {
	background-color: #131313;
	height: 5px;
	width: 100%;
}
.progressBar {
	background-color: #FF3300;
	height: 5px;
}
.progressBarFooter {
	font-size: 10px;
	text-align: center;
}


#PromptBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #131313;
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #343434;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

#SiteMessage_Error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	background-color: #131313;
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #343434;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
