table {
	margin: 2px;
}

table.sortable {
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	margin: 2px 15px;
}

table.sortable th, table.sortable td {
	text-align: left;
	padding: 4px;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-right: none;
}

table.sortable tr.roweven, table.sortable tr.roweven td {
	background-color: #eeeeee;
}

table.sortable tr.rowodd, table.sortable tr.rowodd td {
	background-color: #ffffff;
}

table.sortable tr.roweven, table.sortable tr.rowodd {
	color: black;
}

table.sortable tr.current-track, table.sortable tr.current-track td {
	background-color: #FFFFC9;
}

table.sortable th.sortcol {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

table.sortable th.sortdesc {
	background-image: url("../images/down.gif");
	background-color: #FFC9CF;
	color: black;
}

table.sortable th.sortasc {
	background-image: url("../images/up.gif");
	background-color: #FFC9CF;
	color: black;
}

table.sortable a, table.sortable a:hover {
	color: black;
}

table.resizable th.resize-handle-active {
	cursor: e-resize;
}
div.actions {
	margin: 10px 0px;
}

div.actions.p {
	margin: 10px 15px;
}

div.actions a, div.actions input[type=submit] {
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 25px;
	border: 1px solid white;
	background-color: transparent;
	margin: 2px;
	color: white;
}
div.actions input[type=submit] {
	padding-top: 3px;
}
div.actions a:hover, div.actions a:focus, div.actions input[type=submit]:hover, div.actions input[type=submit]:focus {
	background-color: white;
	color: black;
	border-color: #FFFC00;
	cursor: pointer;
}

div.actions a.create {
	background-image: url("../images/list-add.png");
}
div.actions input.save {
	background-image: url("../images/button_accept.png");
}
div.actions a.edit {
	background-image: url("../images/color_line.png");
}
div.actions a.list {
	background-image: url("../images/folder.png");
}
div.actions a.cancel {
	background-image: url("../images/button_cancel.png");
}
div.actions a.delete {
	background-image: url("../images/edittrash.png");
}

table th, table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

input:focus {
	 border: 1px solid #FFFC00;
}

#sidebar ul.sidemenu li a#username-box:hover {
	background-color: transparent;
	color: inherit;
}

div#content a {
	color: white;
}* {
	font-family: Verdana, sans-serif;
}

body {
	background-color: #222222;
}

div#wrap {
	background-color: black;
	color: white;
	width: 670px;
	margin: 5px auto;
	padding-top: 5px;
	padding-bottom: 15px;
}

div#wrap h1#logo {
	margin-left: 25px;
}

div#content {
	margin: 10px 10px 10px 10px;
	background-color: #222222;
	padding: 5px;
}

form#tracks {
	overflow: hidden;
	height: 420px;
	overflow-y: auto;
        overflow-x: hidden;
}

html>/**/body table>tbody#playlist-tbody {
	overflow: hidden;
        height: 392px;
        overflow-y: auto;
        overflow-x: hidden;
}

div#player-block {
	width: 645px;
	background-color: black;
	color: white;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#player-container {
	margin-left: 10px;
	margin-right: 10px;
}

div#player-track-info {
	background-color: #404040;
	margin: 10px;
	margin-bottom: 0px;
	padding: 5px;
}

div#player-track-title {
	font-size: 150%;
}

div#player-panel {
	width: 618px;
	margin:0px 15px;
}

div#player-panel table {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 625px;
	overflow: auto;
	border: none;
}

div#player-panel table th {
	border: none;
}

div#player-panel table td {
	border: none;
	font-size: 70%;
	height: 25px;
}

div#player-track-length-container {
	float: right;
	font-size: 70%;
	padding-top: 5px;
}

div.add-to-cart-button {
	background: transparent url("../images/cart.png") left no-repeat;
	padding-left: 20px;
	height: 20px;
}

div#cart-block h2 {
	float:left;
}

table.player-block th {
	color: white;
	background: #404040;
	font-size: 70%;
}

table.player-block tr.roweven, table.player-block tr.roweven td, table.player-block tr.roweven td *.cart-radio {
	background-color: #555555;
	color: white;
}

table.player-block tr.rowodd, table.player-block tr.rowodd td, table.player-block tr.rowodd td *.cart-radio {
	background-color: #333333;
	color: white;
}

table.player-block tr.current-track, table.player-block tr.current-track td, table.player-block tr.current-track td *.cart-radio {
	background-color: white;
	color: black;
}

table.player-block td input.cart-radio {
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0px;
}

.clickable {
	cursor: pointer;
}

table.player-block td label.cart-radio {
	background: url("../images/ledlightgreen.png") 5px no-repeat;
	padding-left: 25px;
	padding-bottom: 3px;
	padding-top: 1px;
	line-height: 1.3em;
	cursor: pointer;
}

table.player-block td label.cart-radio.checked {
	background: url("../images/ledgreen.png") 5px no-repeat;
	padding-left: 25px;
}

h1#logo {
	margin-left: 20px;
	background: black;
	width: 625px;
	margin-bottom: 0px;
	margin-top: 10px;
}

div#cart-block {
	position: absolute;
	top: 17px;
	color: white;
	width: 290px;
	height: 60px;
	background-color: #404040;
	padding: 10px;
	padding-top: 5px;
	margin: 2px;
	margin-left: 325px;
	text-align: right;
}
div#cart-block div#notice {
	font-size: 60%;
}

div#cart-block a#checkout {
	display: block;
	float: right;
	margin-top: 3px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80%;
	font-weight: bold;
	background: #888888 url("../images/cart_go.png") 5px center no-repeat;
	color: white;
	text-decoration: none;
}

div#cart-block a#checkout:hover {
	background-color: white;
	color: black;
}

div#cart-block a#empty {
	display: block;
	float: left;
	margin-top: 3px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80%;
	font-weight: bold;
	background: #888888 url("../images/edittrash.png") 5px center no-repeat;
	color: white;
	text-decoration: none;
}

div#cart-block a#empty:hover {
	background-color: white;
	color: black;
}

table.sortable th.control, td.control {
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.control.play {
	background-image: url("../images/media-playback-start.png");
}
.control.pause {
	background-image: url("../images/media-playback-pause.png");
}
.control.buffering {
	background-image: url("../images/media-optical.png");
}

select#select-currency {
	background-color: #404040;
	color: white;
	border: 1px solid white;
}
