﻿html
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #2B519D;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.playbutton
{
	background: url(images/lautspr.gif);
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.ftbig
{
	font-size: 10pt;
}
.songlist
{
	width: 100%;
}
.songlist th, .customerOrder th
{
	text-align: left;
	background: #2B519D;
	color: #FFFFFF;
	height: 22px;
}
.rowAlt
{
	background: #EEE;
}
.songlist A, .customerOrder A
{
	text-decoration: none;
}
.songlist A:hover, .customerOrder A:hover
{
	text-decoration: underline;
}
.songlist th a
{
	color: #FFF;
}
.rowAddAlbum
{
	background: #2B519D;
	color: #FFF;
}
.filterbox
{
	border-style: solid;
	width: 600px;
}
.invisible
{
	width: 0px;
	display: none;
}
ul
{
	list-style-type: square;
	margin-top: 2px;
}
.menuheader
{
	background: #2B519D;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	padding-left: 5px;
}
.menuheader a
{
	color: #FFF;
}

#navbar
{
	background: #2B519D;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
}
#navbar A
{
	color: #FFFFFF;
}

#content
{
	margin: 6px;
	width: auto;
}
#top
{
	background: url(images/top-logo-repeat.jpg);
	width: 100%;
	height: 91px;
}
#logo
{
	background: url(images/top_logo.jpg);
	width: 980px;
	height: 91px;
}
#left
{
	background-color: #C6DEFA;
}
#right
{
	background-color: #C6DEFA;
}

img
{
	border: 0;
}

A
{
	text-decoration: none;
	color: #2B519D;
}


#song a
{
	text-decoration: underline;
}
#song a:hover
{
	text-decoration: none;
}
#song h1
{
	margin-top: 0;
}

/* artist */
#artist h1
{
	margin-top: 0;
}
#artist a
{
	text-decoration: none;
}
#artist a:hover
{
	text-decoration: hover;
}

/* album */
#album h1
{
	margin-top: 0;
	margin-bottom: 5px;
}
#album a
{
	text-decoration: none;
}
#album a:hover
{
	text-decoration: underline;
}
/* newreleases */
.albums
{
	float: left;
	height: 150px;
	margin-bottom: 40px;
	margin-right: 40px;
	width: 180px;
}
.listprice
{
	white-space: nowrap;
}

