/****************************************************************************/
/* 2007 - TECHFRONT - http://www.techfront.com.br/							*/
/*																			*/
/* Created: 13/11/2007 by Herus Armstrong - herus.armstrong@techfront.com.br*/
/* Description: Page of onlinecart for buy									*/
/****************************************************************************/


/************************************/
/* CART CONTENT						*/
/************************************/

/* Newest additions */
#newestandfeatured {
	float: left;
}
/* Online games list */
#onlinegames {
	width: 755px;
	float: left;
}
#lastreleased {
	width: 218px;
	float: right;
}
#onlinegames h2 {
	background-image: url(../images/bg/cattop_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 755px;
	clear: both;
	float: left;
}
#onlinegames #featuredonline {
	background-color: #172055;
	float: left;
	width: 400px;
	height: 285px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#onlinegames h2 span {
	height: 21px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
	display: block;
	background-image: url(../images/bg/cattop_right.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 7px;
}
#onlinegames h2 span div {
	background-image: url("../images/bg/cattop_middle.gif");
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #003FB1;
	float: left;
	height: 22px;
	margin-left: 8px;
	margin-top: -7px;
	padding-top: 6px;
	width: 96%;
}
#onlinegames #featuredonline h3 {
	text-align: left;
	margin-bottom: 30px;
	margin-left: 10px;
}
#onlinegames p {
	float: left;
	height: 148px;
	line-height: 15px;
	display: block;
	margin-bottom: 0px;
}
#onlinegames p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#featuredonline a {
	background-image: url(../images/bt/downloadgame.gif);
	width: 184px;
	height: 43px;
	display: block;
	clear: both;
	float: left;
	margin-left: 100px;
	margin-top: 30px;
}
/* Game Group category */
#categories {
	float: left;
	width: 100%;
	background-color: #172055;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: top;
}
.categorygroup {
	float: left;
	width:	100%;	
	margin-bottom: 10px;
}
.categorygroup h3 {
	height: 28px;
	background-color: #002CA4;
	display: block;
	padding-left: 15px;
}
.categorygroup h3 img {
	border: 0;
	margin-top: 0px;
	margin-left: -15px;
	float: left;
}
.categorygroup strong {
	height: 70px;
	padding-top: 5px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	display: block;
}
.onlineplayers {
	height: 35;
	padding-top: 5px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	display: block;
	font-size: 8px;
}
.categorygroup img {
	margin: auto;
	margin-top: 8px;
	border: 1px solid #FFFFFF;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.categorygroup a {
	clear: both;
	display: block;
	margin: auto;
	width: 154px;
}
.categorygroup h4 span {
	width: 154px;
	height: 32px;
	line-height: 16px;
	clear: both;
	display: block;
	margin: auto;
	text-transform: uppercase;
}
.categorygroup ul {
	float: left;
	list-style: none;
	width:	100%;
}
.categorygroup li, .categorygroup li a {
	background-color: #172055;	
	margin: auto;
	margin-left:	10px;
	text-transform: uppercase;
	line-height: 20px;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	width:	48%;
	float: 	left;
	border-right: 1px solid #172055;
}
.categorygroup li a {
	font-size: 11px;
	margin: 0;
	width: 100%;
	font-weight: normal;
}

.categorygroup li a:hover {
	background-color: #172055;
}

/* Advertisement stuff */
#advertisement {
	background-color: #172055;
	width: 310px;
	height: 285px;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
#ad_txt {
	background-image: url(../images/bg/advertisement.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 100%;
}
#onlinegames a span, #ad_txt span {
	display: none;
}
/* Terms of Use */
/*#termsofuse {
	width: 755px;
	margin-bottom: 15px;
}*/
#termsofuse span {
	width: 755px;
}
#termsofuse span div {
	width: 695px;
}