﻿/* 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	 
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html, #wrapper {
			height: 100%;
		}


/* end reset */

body
{
    font-size: 62.5%; /* 1em = 10px; ex: .8em = 8px, 1.6em = 16px */
   background-color: #fff;    
}
html
{
    font-size: 100.01%;
}
ul.playlist {
	width: 255px;
	border: solid 1px #999;
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1.2em;
	color: #666;
	float: left;
	clear: left;
	margin: 10px 15px 10px 10px;
}
ul.playlist li {
	padding: 3px 0 3px 5px;
	width: 250px;
	height: 24px;
	line-height:30px;
	border-bottom: dahed sold 1px
}
li#playlistTitle {
	font-weight: bold;
	background-color: #555;
	border-bottom: solid 1px #666;
	color: #fff;
	text-align:center;
		padding: 3px 0 3px 0;
	width: 255px;
	height: 24px;
	line-height:30px;
	font-size:1.4em;

}
button {
	height: 22px;
	width: 50px;
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1.0em;
	color: #666;
	line-height: 22px;
	float: right;
	margin-right: 3px;

	
}
span.title {
	float: left;
}