﻿.adv_tab
{
	float: left;
	width: 350px;
	height: 290px;
	position: fixed;
	left: -300px;
	top: 200px;
	background-color: #FFFFFF;
	border: 1px dotted #808080;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 10000;
}

#mp3Player
{
	float: left;
	width: 300px;
	height: 290px;
	font-family: tahoma;
	font-size: 12px;
	color: #808080;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#mp3Player #mp3PlayerFlash
{
	float: left;
	display: block;
	width: 300px;
	height: 290px;
	margin: 0;
	padding: 0;
}

#winIco
{
	float: left;
	width: 50px;
	height: 290px;
	background: transparent url(../gfx/detailsBg.png) repeat-y;
	margin: 0;
	padding: 0;
}

#winIco ul
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#winIco ul li
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: transparent url(../gfx/detailsBg.png) repeat-y;
}

#winIco ul li.active
{
	background: #FFFFFF;
	height: 80px;
	padding: 5px 0;
}

#winIco ul li:hover.active
{
	background: #FFFFFF;
}

#winIco ul li:hover
{
	background: #808080;
}

#winIco ul li:last-child
{
	border: none;
}

#winIco ul li a,
#winIco ul li a:hover
{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 5px;
	border: none;
	text-decoration: none;
}

#winIco ul li a.facebook { background: transparent url(../gfx/logotype_facebook.png) center center no-repeat; }
#winIco ul li a.tweeter { background: transparent url(../gfx/logotype_tweeter.png) center center no-repeat; }
#winIco ul li a.last { background: transparent url(../gfx/logotype_last.png) center center no-repeat; }
#winIco ul li a.myspace { background: transparent url(../gfx/logotype_myspace.png) center center no-repeat; }

input[type=text]
{
	width: 60px;
	float: left;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #808080;
}

input[type=submit]
{
	float: left;
	width: 20px;
	margin-left: 2px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	font-size: 14px;
}

#mp3Player #mp3PlayerText.box
{
	float: left;
	display: block;
	width: 258px;
	height: 248px;
	margin: 20px;
	padding: 0;
	border: 1px dotted #808080;
	background-color: #EEEEEE;
}

#mp3Player #mp3PlayerText.box .text
{
	width: 200px;
	margin: 20px auto;
	padding: 0;
}

#mp3Player #mp3PlayerText.box span.txtInfo
{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FF4040;
}

#mp3Player #mp3PlayerText.box span.txtInfo.bold
{
	font-size: 12px;
	font-weight: bold;
}

#mp3Player #mp3PlayerText.box span.txtMsg
{
	float: left;
	width: 100%;
	font-size: 11px;
	margin: 10px 0;
	padding: 10px 0 10px 0;
	border-top:	1px dotted #808080;
	border-bottom: 1px dotted #808080;
	text-align: justify;
}

#mp3Player #mp3PlayerText.box span.txtLink
{
	float: left;
	width: 100%;
	font-size: 9px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#mp3Player #mp3PlayerText.box span.txtLink ul
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mp3Player #mp3PlayerText.box span.txtLink ul li
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mp3Player #mp3PlayerText.box span.txtLink ul li a
{
	float: right;
}

#mp3Player #mp3PlayerText.box span.txtLink ul li a.flash
{
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	width: 158px;
	height: 39px;
	background: transparent url(../gfx/get_adobe_flash_player.png) no-repeat;
	text-decoration: none;
}

#mp3Player #mp3PlayerText.box span.txtLink ul li a:hover.flash
{
	text-decoration: none;
}

