body {
	/* body properties */
	margin-top: 0px;
	background-image: url(/images/bk.gif);
}

body, table, td, th, iframe {
	/* text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
	/* scrollbars 
	scrollbar-face-color:#222222;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#99AABB;
	scrollbar-shadow-color:#222222;
	scrollbar-highlight-color:#555555;
	scrollbar-3dlight-color:#555555;
	scrollbar-darkshadow-Color:#555555;
	*/
}

iframe {
	overflow-x: hidden;
}

hr {
	height: 1px;
}

a {
	color: #E0E6CA;
	outline:none;
}

a:hover, .jukebox a:hover {
	color: #FFF6C2;
}

h1 {
	font-size:1.6em;
	color: #FFF6C2;
}

h2 {
	font-size:1.4em;
	color: #FFF6C2;
}

legend {
	font-weight:bold;
}

img {
	border:none;
	outline:none;
}

.large {
	font-size: 12px;
	font-weight: bold;
	color: #FFF6C2;
	line-height:22px;
}

.larger {
	font-size: 22px;
	font-weight: bold;
}

.small {
	font-size: 9px;
}

.widefield {
	width: 500px;
}

.iframefield {
	width: 300px;
}

.list {
	border: 1px solid #EAEAEA;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}

.list td {
	border: 1px solid #EAEAEA;
	padding: 4px;	
}

.list th {
	background-color: #EAEAEA;
	padding: 4px;
	font-weight: bold;
	color: #666;
	text-align:left;
}

.list a {
	color: #9EB600;
}

.list th a:hover {
	color: #666;
}

.box {
	border: 1px solid #EAEAEA;
	border-collapse: collapse;
	width: 100%;
}

.box th {
	background-color: #EAEAEA;
	padding: 6px;
	font-weight:bold;
}

.box td {
	padding: 3px;
}

.menu {
	border:none;
}

.footer {
	color: #000000;
}

.footer a {
	color: #000000;
}

#box {
	border: 0px solid #111111;
	width: 435px; 
	height: 490px;
	padding:0px;
}

#box2 {
	border: 1px solid #666666;
	background-color:#000000;
	width: 100%;
	color:#FFFFFF;
	padding:3px;
}

/*
forms
*/
input.text, input.password, input.file, select.select {
	padding:3px;
	width:13em;
}
input.button {
	padding:3px;
}
input.submit {
	padding:3px 2em;
}
textarea {
	height:70px;
	padding:3px;
	width:100%;
}
fieldset {
	border:1px solid #aa8;
	margin:1em 0;
	padding:0 1em;
}
fieldset legend {
	background:#4B4B44;
	border:1px solid #AAAA88;
	border-top:3px solid #AAAA88;
	color:#ddd;
	font-weight:bold;
	font-size:1.1em;
	padding:7px 10px;
	text-align:left;
}
form .tip {
	color:#999;
	font-style:italic;
}
form p {
	line-height:2em;
}
label {
	cursor:pointer;
	float:left;
	margin-right:1.4em;
	text-align:right;
	width:10em;
}
label em {  
	color: #FFC;  
	font-size: 1.5em;
	position:absolute;
	text-transform: uppercase;
}

/*
ajax indicator
*/
#indicator {
	color:#dd9;
	clear:both;
	font: 1em Tahoma, Arial, Helvetica, sans-serif;
	left:0;
	margin-bottom:10px;
	padding:5px 0;
	/* compensate for margin-top on body style */
	position:fixed;
	_position:absolute;
	top:0;
	text-align:center;
	width:100%;
	z-index:1000;
}

/*
tabs
*/

ul.tabMenu {
	margin:-24px 0 -3px 0;
	_margin:-10px 0 -2px 0;
	padding-bottom:3px;
	padding-left: 0;
	z-index:2;
	position:relative;
}

ul.tabMenu li {
	background-color:#181811;
	border: 1px solid #FFF6C2;
	border-bottom:1px solid #FFF6C2;
	color:#666;
	cursor:pointer;
	float:left;
	font-weight:bold;
	font-size:1.1em;
	list-style: none;
	margin: 0 0 -1px 10px;
	_margin-top:-20px;
	padding: 4px 15px;
	text-align:center;
	width:94px;
	z-index:1;
	position:relative;
}
	
ul.tabMenu li.selected {
	background-color:#282822;
	border-bottom:1px solid #282822;
}

/*
store
*/
div.storeContainer {
	background-color:#282822;
	border:1px solid #FFF6C2;
	margin:40px .5em;
}
table.storeAlbum, table.storeMedia {
	background-color:#181811;
	border-top:0px dashed #666;
	clear:both;
	margin:1em 0;
	padding:1em 0;
	width:100%;
}
table.storeAlbum.alt, table.storeMedia.alt {
	background-color:#282822;
}
table.storeAlbum tr {
	vertical-align:top;
}
table.storeMedia tr {
	vertical-align:middle;
}
table.storeAlbum h1 {
	margin:0 0 .5em 0;
}
table.storeMedia h1 {
	margin:0;
}
table.storeMedia h1 img {
	margin-top:-4px;
}
td.storePic {
	text-align:center;
	width:160px;
}
td.storeBody {
	padding:0 1em;
}
td.storeMediaBuy {
	text-align:right;
	padding-right:1em;
}
span.storePrice {
	color:#ECE9D8;
	font-size:1.2em;
	font-weight:bold;
}
td.storeTrackList {
	width:250px;
	padding-top:6px;
}
ul.storeTrackList {
	list-style-type:decimal;
	padding-bottom:0.8em;
}
ul.storeTrackList li {
	margin-left:1.7em;
}
