﻿* { margin: 0; padding: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
p { margin: 1em 0; }
#wrap {
	width: 620px;
	font-size: 1.2em;
	 }
.tabbed-box {
	width: 620px; 
	/*background: #fff url(tabbed-body-bg.jpg) repeat-x bottom;
	border: 1px solid #ddd;*/ }
.tabbed-box .tabs li { 
	list-style: none;
	float: left; }
.tabbed-box .tabs li a {
	display: block;
	width: 154px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff; 
	background-image:url(../images/HomePlayer/bg-light-black.png);
	border-left: 1px solid #9ca0a8;
	/*border-bottom: 1px solid #9ca0a8;*/ }
.tabbed-box .tabs li:first-child a {
	border-left: none;  }
.tabbed-box .tabs li a:hover {
	color: #fff; }
.tabbed-box .tabs li a:focus {
	outline: none; }
.tabbed-box .tabs li a.active, .tabbed-box .tabs li a.active:hover {
	/*background: #fff;*/
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
	background-image:url(../images/HomePlayer/bg-black.png); }
.tabbed-content 
	{
	height:315px; 
	display: none;
	cursor:default; /* Added as per Marketings request */
	}



/* Tab Content Info (put in by Albert M.) */

.TabContentText { font-family:Arial; font-size:12px; color:#FFFFFF; padding:15px; }

