﻿body 
{
	color: #333333;
	font-size: 1em;
}

.tab 
{
	background-image: url(images/titbg2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	font-size: 14px;/*.8em;*/
	padding: 5px 12px 0;
	text-align: center;
	width: 60px;
}

.tabCurrent 
{
	background-image: url(images/titbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: white; 
	float: left;
	font-size: 14px;/*.8em;*/
	padding: 5px 12px 0;
	text-align: center;
	width: 60px;
}

#tabMore a
{
	color: #317D27;
	font-size: 12px;
	font-weight: bold;
	left: 190px;
	position: relative; 
	text-decoration: none;
}

.clear 
{
	clear: both;
}

#mediaZone 
{
	border: 1px solid  #E9DFD8; 
	padding: 15px 30px 15px 30px;
	height: 260px;
}

#mediaPlayer 
{
	float: left;
	width: 360px;
}

#mediaContent
{
	vertical-align: top;
	white-space: pre-wrap;
font-size: 14px;
}

#mediaContent .title 
{
	color: #0099CC;
	font-weight: bold;
}

#mediaContent a 
{
	text-decoration: none;
}
