*
{
	font-size: 		12px;
	color: 			#fff;
}

html
{
	font-family: 	Arial;
	font-size: 		12px;
	color: 			#fff;
}


body
{
	background-image: 		url(../images/commons/commons_bg.png);
	background-repeat: 		repeat-y;
	background-position: 	center;
	background-color: 		#cccccc;
	margin: 				0px;
	height: 				100%;
}


#commons_main_container
{
	position: 				relative;
	width: 					930px;
	margin: 				0px auto;
}


#commons_top_separator
{
	height: 				7px;
	background-color:		#c40017;
	width: 					100%;
}


.commons_player_container
{
	margin-left: 			7px;
	width:					640px;
	height: 				360px;
	background-color:		#000;
}


#commons_player_bottom
{
	position: 				relative;
	background-image: 		url(../images/commons/commons_player_bottom.png);
	width: 					642px;
	height: 				60px;
	margin-left: 			6px;
}



#commons_player_bottom h1
{
	position: 				absolute;
	font-size: 				18px;
	font-weight: 			bold;
	width: 					640px;
	text-align: 			center;
	top: 					18px;
	
}

#commons_player_playlist_items
{
	margin-left: 			13px;
}


#commons_player_playlist_tabs li
{
	display: 				block;
	float: 					left;
}


.commons_player_tab_01
{
	background-image: 		url(../images/commons/commons_player_tab_01_on.png);
	width: 					132px;
	height: 				55px;
	cursor: 				pointer;
}


.commons_player_tab_02
{
	background-image: 		url(../images/commons/commons_player_tab_02_off.png);
	width: 					132px;
	height: 				55px;
	cursor: 				pointer;
}


.commons_media_list 
{
	width:					262px;
	height: 				355px;
	overflow-y: 			auto;
	overflow-x: 			hidden;
}


.commons_player_tab_01.selected
{
	background-image: 		url(../images/commons/commons_player_tab_01_off.png);
}


.commons_player_tab_02.selected
{
	background-image: 		url(../images/commons/commons_player_tab_02_off.png);
}


#commons_player_playlist hr
{
	width: 					310px;
	border: 				none;
	border-top: 			8px solid #800002;
}


.commons_playlist_item
{
	position: 				relative;
	background-image: 		url(../images/commons/commons_player_item_bg.png);
	width: 					264px;
	height: 				71px;
	cursor: 				pointer;
}


#commons_player_playlist_items tbody .chapter_selected td,
#commons_player_playlist_items tbody .chapter_selected,
#commons_player_playlist_items tbody .media_selected
{
	background-image: 		url(../images/commons/commons_player_item_selected_bg.png);
}


.commons_playlist_item h2
{
	position: 				absolute;
	top: 					28px;
	left: 					25px;
	font-family:			Arial, Sans Serif;
	font-size: 				15px;
	font-weight: 			bold;
	color: 					#fff;
}


#commons_player_playlist_bottom
{
	background-image: 		url(../images/commons/commons_player_list_bottom.png);
	width: 					264px;
	height: 				6px;
}


#commons_events_container
{
	width:					918px;
	height:					122px;
	background-image: 		url(../images/commons/commons_events_bg.png);
	margin-top: 			20px;
	margin-left: 			6px;
}


#commons_credits_text
{
	float: 					left;
	width: 					480px;
	color: 					#80000c;
	margin: 				18px;
	margin-left: 			225px;
	margin-top: 			40px;
	text-align: 			center;
}


#commons_credits_glevents
{
	width: 					175px;
	float: 					left;
	margin-top: 			9px;
}


#commons_credits_text a:link,
#commons_credits_text a:active,
#commons_credits_text a:visited
{
	color: 					#80000c;
	text-decoration: 		none;
}


#commons_credits_text a:hover
{
	color: 					#fff;
}


#commons_tags
{
	width: 					100%;
	height:					55px;
	background-color:		#540006;
}

#commons_tags a:link,
#commons_tags a:active,
#commons_tags a:visited
{
	color: 					#80000c;
	text-decoration: 		none;
}

#commons_tags a:hover
{
	color: 					#fff;
}


#commons_tags div
{
	color: 					#80000c;
	text-align: 			center;
	padding:				15px 10px 0px 10px;
	width: 					887px;
	margin-left: 			20px;
}


.section
{
	margin-left: 			25px;
}


.section img
{
	margin-top: 			7px;
}