@import "base.css";

/*
html {background: #EEE;}
body {margin: 0;}
table td, table th {border: 0;}

h2 {margin: 0 0 1em 0;}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

div#wrap
{
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}
*/

div#header
{
	padding: 15px 30px 20px 30px;
	text-align: center;
}

/*div#header img, div#header span {vertical-align: middle;}
img#logo {margin: 0 30px 0 0;}*/

div#body
{
	padding: 0 30px 30px 30px;
	text-align: left;
}

div.list_row
{
	margin: 0 0 15px 0;
}

div.list_preview
{
	float: left;
	width: 224px;
	height: 126px;
	background: #000;
	margin: 0 15px 0 0;
	text-align: center;
	overflow: hidden;
}

div.list_preview img {vertical-align: middle; height: 126px;}

div.list_info
{
	float: left;
	width: 355px;
}

div.list_info h2 {font-size: 120%; margin: 0 0 0.5em 0;}

p#pagination {text-align: center;}

div#player_wrap
{
	margin: 0 0 15px 0;
	float: left;
}

div#side_panel
{
	padding: 10px;
	border: 1px solid #CCC;
	background: #333;
	clear: both;
}

div#bottom_panel
{
	width: 618px;
	margin: 0 15px 15px 0;
	padding: 10px;
	float: left;
	border: 1px solid #CCC;
	background: #333;
}

h3 {margin: 0 0 12px 0;}

table#share_table {width: 98%;}
table#share_table td {padding: 0 3px 7px 0;}
table#share_table {font-size: 0.9em;}
table#share_table input {width: 100%;}
