body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
td{
	text-align: center;
	line-height: 16px;
	padding: 8px;
	margin-top: 10px;
	height: 60px;
	}
a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #C30;
}
.wrapper {
	width: 100%;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menus/mini-tabbed-pages.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#tabs {
	width:890px;
	text-align:center;
	background: url(../images/top.gif);
	margin:0 auto;
	z-index:200;
	font:bold 11px Tahoma, Geneva, sans-serif;
	/* [disabled]height: 400px; */
	position: relative;
}
#tabs ul {
	padding:0;
	margin:0;
	width:891px;
	list-style:none;
	position:relative;
	height: 300px;
}
#tabs ul li.outer {
	float:left;
	display:inline;
	margin:0 4px 3px;
	width:90px;
	height:53px;
	border-bottom:1px solid #9c9c9c;
	line-height:45px;
	color:#664;
	padding:0 0 0 50px;
	cursor:pointer;
}
#tabs ul li.favourites {
	background:#fff url(../images/tab_icon_favourites.jpg) no-repeat top left;
}
#tabs ul li.finances {
	background:#fff url(../images/tab_icon_finances.jpg) no-repeat top left;
}
#tabs ul li.gaming {
	background:#fff url(../images/tab_icon_gaming.jpg) no-repeat top left;
}
#tabs ul li.business {
	background:#fff url(../images/tab_icon_business.jpg) no-repeat top left;
}
#tabs ul li.music {
	background:#fff url(../images/tab_icon_music.jpg) no-repeat top left;
}


#tabs ul li div {
	display:none;
}

#tabs ul li.click {padding-bottom:132px; border-bottom:1px solid #fff; color:#000; margin-bottom:0;}

#tabs ul li.click {color:#000; background-position:0 -55px; height:55px; cursor:default;}


#tabs ul li.click div {
	display:block;
	padding:5px;
	position:absolute;
	left:4px;
	top:55px;
	width:871px;
	height:240px;
	border-bottom:3px solid #fff;
}

#tabs ul li.click div.tab_body
{
	background:#fff url(../images/tab_body.gif);
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}

#tabs span.base {display:block; height:20px;font-size:10px; color:#c60; background:url(../images/bottom.gif) bottom;}

#tabs div h5 {
	font-size:1.4em;
	margin:0;
}
#tabs div p {font-weight:normal; text-align:left; color:#000; margin-top:3px; line-height:15px;}
#tabs div a img {border:0;}
#tabs div img.image {float:left; border:0; margin-right:5px; margin-top:-15px;}
#tabs div a.unlock {
	background:url(../images/unlock.gif);
	display:block;
	width:30px;
	height:30px;
	margin:0 auto;
}
#tabs div a.unlock:hover {border:0;}
#tabs div a:hover.unlock img {visibility:hidden;}
#tabs p.bold {
	color:#069;
	padding-top:8px;
	font-size: 1.2em;
}
#tabs form {margin-top:-10px; padding:0;}
#tabs form fieldset {padding:0;}
#tabs p.buttons {text-align:center;}
