body {
	color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #1B1D1D;
}

table,td,tr {
	color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.productNote {
	font-style: italic;
	font-size: 10px;
}

#check16 {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	display: inline;
}

.bodyText {
	padding: 6px;
	color: #ffffff;
}

.bodyTextSmall {
	font-size: 10px;
}

.bodyTextBold {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.copyright {
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	text-transform: uppercase;
}

p {
	margin: 0px;
	padding: 3px 10px 10px 15px;
	line-height: 1.6em;
}

ul {
	line-height: 1.6em;
	margin: 0px;
	padding: 0 10px 0 30px;
}

a, a:link, a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.playBuy {
	font-weight: bold;
	font-size: 16px;
	color: #D1A81F;
}

a.playBuy:link {
	
}

a.playBuy:hover {
	color: #D1A81F;
}

img, #logo {
	padding: 0;
	margin: 0;
	behavior: url(iepngfix.htc);
}

#content {
	margin: auto;
	height: 403px;
	padding: 0;
}

#container {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 110px 0 0;
	background-color: #1B1D1D;
}

#main {
	text-align: left;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #1B1D1D;
}

.gameCategories {
	background: url(images/catBack.jpg) repeat-x;
}

.gameCategoryBar {
	height: 31px;
}

.gameCategory {
	padding-right: 6px;
	padding-left: 6px;
}

.gameCategory:hover {
}

a.gameCat:active {
	height: 20px;
	background: url(images/catBack_over.jpg) repeat-x;
}

#gameCat a:link, #gameCat a:visited, #gameCat li a:active {
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	border-bottom: 3px none #dadada;
	text-align: center;
	padding-bottom: 2px;
}

#gameCat a:hover {
	text-decoration: none;
	border-bottom: 3px solid #bebebe;
	padding-top: 3px;
}

#gameCat a.active:link, #gameCat a.active:visited, #gameCat a.active:active, #gameCat a.active:hover {
	text-decoration: none;
	border-bottom: 3px solid #626262;
	padding-top: 3px;
}

/* @group Accordian */

blockquote.faq {
	padding-left: 28px;
}

.basic {
	width: 100%;
}

.basic a.accord {
	cursor: pointer;
	display: block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
}

.basic a.accord:hover {
	background-color: #757575;
}

.basic a.selected {
	color: #FFFFFF;
	background-color: #666666;
}

#faq {
	display: none;
}

#faq div {
	padding: 10px;
}

.accordian {
	
}

/* @end */

/* @group bubbles */

.bubbleInfo {
	position: relative;
	bottom: 5px;
	color: #FFFFFF;
}

.popup {
	position: absolute;
	display: none;


/* keeps the popup hidden if no JS available */
	z-index: 50;
	border-collapse: collapse;
	color: #FFFFFF;
}

#bubble_tooltip {
	width: 188px;
	color: #FFFFFF;
}

.bubbleTop {
	height: 15px;
	background: url('images/bubbleTop.png') no-repeat 0 bottom;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bubbleTop.png');
}

.bubbleMid {
	padding-left: 15px;
	padding-right: 7px;
	width: 188px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bubbleMid.png) repeat-y;
	text-transform: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bubbleMid.png');
	color: #ffffff;
}

.bubbleBottom {
	height: 44px;
	background: url(images/bubbleBottom.png) no-repeat 0 top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bubbleBottom.png');
}

.trigger {
	position: absolute;
}

/* @end */

.logo {
	padding: 0;
	margin-left: 10px;
}

#logo {
	behavior: url(iepngfix.htc);
	width: 150px;
	height: 20px;
	background-color: red;
	display: block;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}

#button a {
	display: block;
	margin: 4px;
	padding: 4px;
	background: #2B2E30;
	font-weight: bold;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
}

#button a:active {
	display: block;
	background-color: #E7E9C0;
	color: #000000;
	background-image: url(../images/nav_button-back-over.png);
}

#button a:hover {
	display: block;
	background-color: #E7E9C0;
	background-image: url(images/nav_button-back-over.png);
}

#button {
	float: left;
	margin: 0;
	padding: 10px;
	width: 125px;
}

.special {
	width: 5px;
	visibility: hidden;
}

.dtrPadding {
	position: relative;
	display: block;
	right: 9px;
	margin: 0;
	padding: 0;
	top: 8px;
}

.debug {
	border: 1px dashed #000000;
	padding: 8px;
	background-color: #fcffc5;
	color: #000000;
	text-align: left;
	float: left;
	display: block;
	width: auto;
	height: inherit;
	opacity: 0.6;
	z-index: 2;
	position: fixed;
}

.debugHeader {
	font-weight: bold;
	font-size: 18px;
}

.form_error {
	background-color: #FFD3D3;
	color: #000000;
}

.error {
	color: #e70000;
}

/* @group rules/dividers */

.tableBorders {
	border: 1px solid #000000;
}

.contentBorders {
	border-left: 1px solid #9B9C9C;
	border-right: 1px solid #9B9C9C;
}

.ruleRight {
	border-right: 1px solid #666666;
}

.ruleLeft {
	border-left: 1px solid #666666;
}

.ruleBottom {
	border-bottom: 1px solid #666666;
}

.ruleTop {
	border-top: 1px solid #666666;
}

.ruleBottomRight {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ruleBottomLeft {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.ruleTopRight {
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}

.ruleTopLeft {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* @end */

/* @group header/footer */

#header {
	height: 99px;
	background: url(images/header.jpg) no-repeat;
	border-bottom: 1px solid #D3D4D4;
}

#footer {
	height: 44px;
	background: url(images/m_bottomBar.png) no-repeat;
	border-top: 1px solid #D3D4D4;
}

.active {
	text-decoration: none;
	border-bottom: 2px dotted #ffffff;
}

a.active {
	vertical-align: bottom;
	margin-bottom: 2px;
	text-decoration: none;
}

#headLinks {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	background-position: right bottom;
}

.headLinks {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	vertical-align: bottom;
	padding: 10px;
}

a.headLinks:visited {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

a.headLinks:active {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

a.headLinks:link {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

/*
a.headLinks:link, a.headLinks:active, a.headLinks:visited {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}*/

a.headLinks:hover {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/* @end */

.infoBox1 {
	color: #ffffff;
	padding: 18px 15px 10px;
	font-size: 12px;
}

.infoBox2 {
	color: #fff;
	padding: 18px 15px 10px;
}


.gameCost1 {
	font-size: 13px;
	font-weight: bold;
}

.gameCost2 {
	font-size: 13px;
	font-weight: bold;
}

.gradient_full {
	background: #4B5157 url(images/gradient_full.png) repeat-x 0 top;
	border-left: 1px solid #9B9C9C;
	border-right: 1px solid #9B9C9C;
}

.gradient_half {
	background: url(images/gradient_half.png) repeat-x 0 top;
}

.barFeaturedGames {
	background: url(images/barFeaturedGames.png) no-repeat;
	height: 31px;
	width: 788px;
}

.bar1 {
	background: url(images/barSplitter.png) repeat-x;
	height: 11px;
	border-left: 1px solid #9B9C9C;
	border-right: 1px solid #9B9C9C;
}

.bar2 {
	background: url(images/barSplitter.png) repeat-x;
	height: 11px;
}

input, textarea {
	background-color: #2B2E30;
	border: 1px solid #fff;
	color: #fff;
}

.submit input {
	color: #fff;
	background: #2B2E30;
}

.infoText {
	width: 257px;
}

#reflect {
	background: url(images/featuredShadow.png) no-repeat 0 bottom;
	width: 178px;
}

#reflectBig {
	background: url(images/games/shadow.png) no-repeat 0 bottom;
	width: 400px;
}

#reflectSmall {
	background: url(images/featuredShadow.png) no-repeat 0 bottom;
	width: 178px;
}

.autoscroll {
	overflow: auto;
	padding-right: 10px;
	width: 760px;
	height: 350px;
}

#featured {
	width: 133px;
	height: 133px;
	behavior: url(iepngfix.htc);
	background: url(images/featured_tag.png) no-repeat right top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/featured_tag.png');
	position: absolute;
}

.toggler {
	color: #ffffff;
	margin: 0;
	font-weight: bold;
	padding: 3px 5px;
}

.accordian {
	
}

h3.toggler {
	font-size: 14px;
	font-weight: bold;
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding: 5px 10px;
	float: right;
}

blockquote {
	text-style: italic;
	padding: 5px 0 5px 15px;
	margin: 0;
}

.robots {
	background: url(images/robots.png) no-repeat center bottom;
	bottom: 60px;
}

#robots {
	position: absolute;
	behavior: url(iepngfix.htc);
	left: 44px;
	bottom: 55px;
}

#robots {
	display: block;
	height: 167px;
	width: 700px;
	background: url(images/robots.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/robots.png');
}