
/*GENERAL
-----------------------------------------------------*/

* {margin: 0; padding: 0;}

body {
	background: #8f001d url(../img/bkd.gif) top left no-repeat;
	color: #000;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #fff;
	background: #E03322;
}

a:hover {
	color: #E03322;
	background: #fff;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

a img {
	border: none;
}


/*STRUCTURAL
-----------------------------------------------------*/

#wrapper {
	text-align: left;
	padding: 12px 10px;
}

#header h1 {
	width: 246px;
	height: 84px;
	text-indent: -10000em;
	background: transparent url(../img/logo.gif) top left no-repeat;
	float: left;
}

#header a#close {
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 119px;
	height: 20px;
	background: transparent url(../img/closewindow.gif) top left no-repeat;
	float: right;
	margin-top: 30px;
}

#body {
	width: 663px;
	height: 404px;
	padding: 20px 10px;
	background: transparent url(../img/player_bkd.gif) top left no-repeat;
}

#body h2 {
	width: 159px;
	height: 17px;
	text-indent: -10000em;
	margin-bottom: 10px;
	background: transparent url(../img/title.gif) top left no-repeat;
}

#player {
	width: 320px;
	height: 364px;
	float: left;
}

#browser {
	width: 316px;
	height: 364px;
	padding: 8px;
	background: #e8e8e8;
	float: right;
}


/*BROWSER
-----------------------------------------------------*/

h3#media_hdr {
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
	text-indent: -10000em;
	background: transparent url(../img/audiovideo_library.gif) top left no-repeat;
}

#browser #library {
	height: 320px;
	overflow: scroll;
}

#library .item {
	margin: 5px 0;
}

#library .current {
	padding: 6px 0;
	background: #E7D09A;
}

#library .item.current a.btn_play {
	display: none;
}

#library .item .thumb {
	width: 100px;
	height: 75px;
	overflow: hidden;
	float: left;
	border: 1px solid #b1b1b1;
	margin-right: 6px;
}

#library .item .description {
	float: left;
	width: 180px;
}

#library .item h4 {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#library .item p {
	margin-bottom: 0px;
}

#library .item a.btn_play {
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 36px;
	height: 20px;
	background: transparent url(../img/btn_play.gif) top left no-repeat;
}


/*PLAYER
-----------------------------------------------------*/
#player #playing {
	height: 90px;
	margin-top: 8px;
}

#playing h3 {
	width: 316px;
	height: 17px;
	margin-bottom: 6px;
	text-indent: -10000em;
	background: transparent url(../img/nowplaying.gif) top left no-repeat;
}

#playing h4 {
	color: #000;
	font-size: 11px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#playing p {
	margin: 0;
}

