/****************************************************************************/
/* 2007 - TECHFRONT - http://www.techfront.com.br/							*/
/*																			*/
/* Created: 13/11/2007 by Herus Armstrong - herus.armstrong@techfront.com.br*/
/* Description: Home page: list games, featured games and online games		*/
/****************************************************************************/


/************************************/
/* CATEGORIES						*/
/************************************/

/* Banner */
#banner {
	background-image: url(../images/bg/content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 560px;
	height: 310px;
	margin-bottom: 15px;
	float: left;
}
#banner #myGallery div.slideElement {
	background-color: #002ca4;
}
#toolbar {
	background-color: #7F6C00;
	width: 560px;
	height: 165px;
	margin-bottom: 15px;
	float: left;
}
#banner .spotlight {
	background-image: url(../images/bg/content_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 540px;
	padding-left: 20px;
	text-align: left;
	height: 31px;
	margin-top: -31px;
}

/* Game Group category */
#categories {
	float: left;
	width: 558px;
	margin-bottom: 13px;
	padding-bottom: 13px;
	background-position: bottom;
	background-image: url("../images/bg/content_bottom.png");
	background-repeat: no-repeat;
}
#categories_content {
	float: left;
	background-color: #172055;
}
.categorygroup {
	float: left;
	display: block;
	background-image: url("../images/bg/content_middle.gif");
	background-position: top;
	background-repeat: repeat-x;
	width: 186px;
	margin-bottom: 10px;
}
.categorygroup h3 {
	width: 100%;
	height: 28px;
	display: block;
}
.categorygroup .categorytitle {
	/*background-image: url(../images/bg/content_righttop.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
}

.categorygroup .categoryfirsttitle {
	/*background-image: url(../images/bg/content_lefttop.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
}
.categorygroup h3 img {
	float: left;
	border: 0;
	margin: 0;
	margin-right: 10px;
}
.categorygroup h3 a {
	margin: 0;
	width: 184px;
}
.categorygroup h3 span {
	display: block;
	margin: auto;
	float: left;
	height: 13px;
	text-align: center;
	padding-top: 7px;
}
.categorygroup h4, #featured h4 {
	/*width: 186px;*/
	width: 100%;
	display: block;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.categorygroup img, #featured img {
	margin: auto;
	margin-top: 8px;
	border: 1px solid #FFFFFF;
	margin-bottom: 0;
}
.categorygroup a, #featured #game {
	clear: both;
	display: block;
	margin: auto;
	width: 154px;
}
#featured #game img {
	border: 1px solid #FFFFFF;
}
.categorygroup h4 span, #featured h4 span {
	width: 154px;
	height: 45px;
	line-height: 16px;
	clear: both;
	display: block;
	margin: auto;
	text-transform: uppercase;
}
.categorygroup ul {
	background-color: #172055;
	float: left;
	list-style: none;
	height: 110px;
}
.categorygroup li, .categorygroup li a {
	width: 164px;
	margin: auto;
	text-transform: uppercase;
	line-height: 15px;
	list-style: disc;
	margin-left: 18px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
.categorygroup li a {
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}


/* Special Offer */
#specialOffer {
	float: left;
	display: table;
	background: url(../images/bg/content_top.png) top no-repeat;
	width: 560px;
	margin-bottom: 15px;
}

#specialOffer h3 {
	float: left;
	margin-left: 25px;
	font-size: 12px;
	font-weight: bold;
}
#specialOfferGallery {
	height: 237px;
	margin-top: 31px;
	background: url("../images/bg/offer_middle.gif") top repeat-x;
	text-align: left;
	width: 560px;
}
#specialOfferBack, #specialOfferNext {
	margin-top: 105px;
	width: 33px;
	text-align: center;
}
#specialOfferBack {
	float: left;
}
#specialOfferNext {
	float: right;
}
#specialOfferContent {
	float: left;
	overflow:hidden;
	width: 492px;
	height: 233px;
	text-align: center;
}

#specialOfferContent ul {
	width:2460px;
}

#specialOfferContent li {
	float:left;
	display: table;
	width: 164px;
	list-style: none;
}

#specialOfferContent li img {
	margin-top: 5px;
	border: 1px solid #FFFFFF;
}

#specialOfferContent li div {
	float: left;
	display: block;
	text-align: left;
	margin-left: 5px;
	font-weight: bold;
}

.freeoffer {
	clear: both;
	float: left;
	background-image: url(../images/bt/freeoffer.jpg);
	width: 56px;
	height: 30px;
	margin-left: 20px;
	margin-top: 18px;
}

.buyoffer {
	float: left;
	background-image: url(../images/bt/buyoffer.jpg);
	width: 58px;
	height: 49px;
	margin-left: 4px;
	*margin-top: 15px;
	*margin-left: 0px !important;
}

.freeoffer span, .buyoffer span {
	display: none;
}

#specialoffer #termsofuse {
	background-image: url(../images/bg/catbottom_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #002CA4;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	height: 20px;
	float: left;
	padding-top: 8px;
}

#specialoffer #termsofuse span {
	height: 22px;
	padding-top: 6px;
	text-align: center;
	display: block;
	margin-top: -8px;
	background-image: url(../images/bg/catbottom_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
