/* Copyright Pro TV SA */
/* Author: Mihai Ciobanu (none@protv.ro)*/

/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { padding:0; margin:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
button::-moz-focus-inner { border:0; padding:0; }
ol, ul { list-style-position:outside; list-style-type:none; list-style-image:none; }
/* end css reset */

body {
	font:12px/16px Arial, Helvetica, sans-serif;
	background:url(http://d1.a4w.ro/profm/design/images/dance-fm-bg.jpg) no-repeat 0 0 #000000;
}

.wrapper {
	width:670px;
	padding:10px 10px 10px 20px;
}

.left {
	width:330px;
	float:left;
}

.right {
	width:320px;
	float:right;
}

a.logo {
	width: 124px;
	height: 140px;
	float: left;
	display: block;
	margin: 0px 0px 20px 10px;
	background: url(http://web3.protv.ro/assets/infopro/dance-fm.png) no-repeat 0 0;
}

.player {
	width:330px;
	height:77px;
	float:left;
	margin:0 0 20px 0;
	background:url(http://d1.a4w.ro/profm/design/images/dancefm_playbar.jpg) no-repeat 19px bottom;
}

.play-button-placer {
	width:50px;
	height:50px;
	float:left;
	padding:26px 0 0 0;
}

a.play {
    width:50px;
    height:50px;
    display: block;
    background:url(http://d1.a4w.ro/profm/design/images/dance_play.jpg) no-repeat left top;
}

a.play:hover {
    background:url(http://d1.a4w.ro/profm/design/images/dance_play.jpg) no-repeat left bottom;
}

a.pause {
    width:50px;
    height:50px;
    display: block;
    background:url(http://d1.a4w.ro/profm/design/images/dance_play.jpg) no-repeat right top;
}

a.pause:hover {
    background:url(http://d1.a4w.ro/profm/design/images/dance_play.jpg) no-repeat right bottom;
}

.song-name {
	width:250px;
	height:40px;
	float:left;
	padding:10px 10px 0 5px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:left;
	overflow:hidden;
}

.player-bar {
	width:270px;
	float:left;
	position:relative;
}

.volume-bar {
	width:100px;
	height:7px;
	display:block;
	position:absolute;
	top:10px;
	left:24px;
	overflow:hidden;
}

.volume-progress {
	height:6px;
	display:block;
	background:#a7286f;
	background-image: url(http://d1.a4w.ro/profm/design/images/dancefm_microvolcontrol.jpg);
	background-repeat:repeat-x;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.volume-bar-guard{
	width:100px;
	height:16px;
	top:-5px;
	left:0px;
	position: absolute;
	z-index:2;
}

.volume-control {
	width:12px;
	height:12px;
	display:block;
	position:absolute;
	top:7px;
	left:68px;
	background:#e35121;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
}

.box {
	width:320px;
	float:left;
	padding:5px;
	margin:0 0 20px 0;
	background:#000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.ultimele-piese {
	width:320px;
	height:33px;
	float:left;
	background:url(http://d1.a4w.ro/profm/design/images/dance_ultimele-piese.jpg) no-repeat 0 0;
}

.ultimele-stiri {
	width:320px;
	height:33px;
	float:left;
	background:url(http://d1.a4w.ro/profm/design/images/dance_ultimele-stiri.jpg) no-repeat 0 0;
}

.box-rows {
	width:320px;
	float:left;
	background:#fff;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.row {
	display:block;
	padding:5px;
	font-size:12px;
	color:#000;
	text-align:left;
	border-bottom:solid 1px #dfdfdf;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.grey {
	background:#eee;
}

.row a, a:visited, a:active {
	color:#000;
	text-decoration:none;
}

.row a:hover {
	color:#b11616;
	text-decoration:underline;
}

.facebook-box {
	width:300px;
	float:left;
	padding:9px;
	margin: 15px 0 20px 0;
	background:#bb2b5a;
	border-top:solid 1px #f158a9;
	border-right:solid 1px #5c1214;
	border-bottom:solid 1px #612f46;
	border-left:solid 1px #612f46;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

a.btn-site {
	width:320px;
	height:41px;
	float:left;
	margin:0 0 20px 0;
	display:block;
	background:url(http://d1.a4w.ro/profm/design/images/dancefm_btn_intra.png) no-repeat top left;
}
a.btn-site:hover {
	background:url(http://d1.a4w.ro/profm/design/images/dancefm_btn_intra.png) no-repeat bottom left;
}

#fplayer{
	display:block;
	visibility: visible;
	opacity: 0;
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}