/* CSS Document */

#title {
	position: absolute;
	top: 65px;
	left: 60px;
	width: 420px;
	height: 20px;
	background-image: url(images/icons/icon-sm-mobile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-style: italic;
	color: white;
}

#title p {
	position:absolute;
	margin: 4px 0 0 32px;
}

#main-content {
	position: relative;
	width: 788px;
	height: auto;
	padding: 10px 0 5px;
	margin: 0 auto;
	background: url(images/bg2-body.gif) center top repeat-y;
	text-align: left;
}

#sidemenu-top-tab {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 24px;
	background: url(images/tabs/mobile-sidemenu-tab-top.gif) no-repeat center top;
	z-index: 2;
}

#body {
	position: relative;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 550px;
}

#top-tab {
	position: relative;
	top: 0px;
	left: 9px;
	padding: 0;
	margin: 0;
	width: 541px;
	height: 32px;
	background: url(images/tabs/mobile-tab-top.gif) no-repeat left top;
}

#top-tab img {
	position: absolute;
	top: 0px;
	left: 104px;
}

.content {
	position: relative;
	left: 9px;
	padding: 5px 0;
	margin: 0;
	width: 541px;
	height: auto;
	background: url(images/bg-news-content.gif) repeat-y left top;
}

.text {
	position: relative;
	top: 0px;
	left: 10px;
	width: 520px;
	height: auto;
	padding: 0;
	background: url(images/bg-games-text.gif) no-repeat left top;
	z-index: 2;
	font-size: 12px;
}

.text img {
	position: relative; 
	float: right;
	margin: 10px 5px 10px 10px;
	border: solid 0px #00D2FF;
}

.text h1 {
	margin: 5px 10px 10px;
	padding-top: 5px;
	font-size: 14px;
/*	color: #00D2FF; */
	color: #FFFFFF;
	border-bottom: solid 1px #00D2FF;
}

.text p {
	padding: 0 10px 5px;
}

.text table {
	width: 510px;
	margin: 0 5px 5px;
	padding: 0px;
	font-size: 12px;
}

.text tr {
	margin: 0;
	padding: 0;
}

.text td {
	height: 20px;
	margin: 0;
	padding: 5px 0 0 2px;
	font-size: 12px;
}

.header td {
	font-weight: bold;
	color: #00D2FF;
	border-bottom: solid 1px #00D2FF;
	font-size: 14px;
}

.clear {
	position: absolute;
	bottom: 5px;
	right: 15px;
	width: 203px;
	height: 225px;
	float: none;
	clear: both;
	background: url(images/icons/icon-big-mobile.gif) no-repeat right top;
	z-index: 1;
}

#bottom-tab {
	position: relative;
	left: 9px;
	clear: both;
	padding: 0;
	margin: 0;
	width: 541px;
	height: 27px;
	background: url(images/tabs/games-tab-bottom.gif) no-repeat left top;
}

#bottom-tab p {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 135px;
	font-size: 12px;
	text-align: center;
}

