/* CSS Document */

#title {
	position: absolute;
	top: 65px;
	left: 60px;
	width: 420px;
	height: 20px;
	background-image: url(images/icons/icon-sm-extras.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;
}

#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/extras-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;
}

#text h1 {
	margin: 5px 10px 5px;
	padding: 5px 0 0;
	font-size: 14px;
	color: #00D2FF;
	border-bottom: solid 1px #00D2FF;
}

#text h2 {
	margin: 5px 0 0 25px;
}

#text p {
	padding: 0 10px 0px;
	margin-left: 5px;
}

#text td {
	width: 170px;
}

#text img {
	margin:  0 15px;
	border: solid 1px #00D2FF;
}

#text td p {
	margin: 0 0 0 25px;
}

#text td p a {
	padding: 0;
	display: block;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

#text td a:hover {
	text-decoration: underline;
}


#text ul {
	width: 480px;
	margin: 0 0 5px 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	list-style-type: disc;
}

#text li {
	margin: 0 0 0 10px;
	padding: 0;
}

.download {
	float: right;
	margin-right: 20px;
}

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

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

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


