@charset "utf-8";
/* CSS Document */

/* player container */
div.player {
	height:304px;
	width:544px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-bottom: 15px;
}

/* play button */
div.player img {
	margin-top:80px;
}

/* info area */
div.player div.info {
	height:50px;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:14px;
	border-top:1px solid #ccc;
	margin-top:75px;
	background-color: #000;
	background-image: url(../h80.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* duration data inside info area */
div.player div.info span {
	color:#BBF7BF;
	display:block;
	font-weight:bold;
}
