body
{
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;
}

p
{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

input
{
	width: 110px;
	height: 19px;
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #133f5c;
}

input.image
{
	width: 47px;
	height: 19px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	border: 0px;
}

select	
{
	font-size: 10px;
	width: 100px;
	height: 17px;
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #133f5c;
	color: #666666;
	background: #ffffff;
}

td
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #666666;
	font-size: 10px;
}

td.topbar
{
	background: #2c5c81;
}

td.footer
{
	background: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
}

td.title
{
	font-weight: bold;
	background: #d7d4c8;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

td.clipDark
{
	background: #e3e1da;
	padding-left: 10px;
}

td.clipLight
{
	background: #edebe4;
	padding-left: 10px;
}

td.article
{
	background: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

td.whitePad
{
	padding-top: 6px;
	padding-bottom: 6px;
	background: #ffffff;
}

td.dark
{
	background: #d7d4c8;
}

td.centerImage
{
	padding-top: 2px;
	padding-bottom: 2px;
}

td.centerText
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

td.paddingRight
{
	padding-right: 10px;
}

td.paddingLeft
{
	padding-left: 10px;
}

td.tracksImage
{
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 6px;
}

/* Styles for the modules */

div.module
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}

div.module h1
{
	margin: 0px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

div.module h2
{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
}

/* The gray left module */

div.moduleContext
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

div.moduleContext h1
{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #f5f5f5;
}

div.moduleContext h2
{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: normal;
}

div.moduleContext td.article
{
	padding: 0px;
	background: #e3e1da;
}

div.moduleHeader
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

div.moduleHeadSearch
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}

div.moduleHeadSearch h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-weight: normal;	
}

div.moduleMainGrid
{
	padding: 0px;
	margin: 0px;
}

/* Styles for the news module */

div.moduleNews
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}

div.moduleNews h1
{
	color: #000000;
	margin: 0px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

div.moduleNews h2
{
	margin: 0px;
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
}

/* Styles for the article module of type album */

div.moduleAlbum
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}

div.moduleAlbum h2
{
	margin: 0px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

div.moduleAlbum h1
{
	margin: 0px;
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
}

/* Styles for the footer module */

div.moduleFooter
{
	padding-bottom: 16px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div.moduleFooter td
{
	background: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}

span.footerText
{
	margin: 40px;
}

a.footerText
{
	margin: 40px;
}

/* Styles for the left menu module */

div.moduleMenu
{
	border-bottom: 3px solid #8cae4e;
	margin-bottom: 10px;
}

div.moduleMenu a
{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.moduleMenu a:hover
{
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 3px solid #8cae4e;
}

div.menuItem
{
	background: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
}

div.menuItemSelected
{
	background: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-bottom: 1px;
	border-left: 3px solid #8cae4e;
}

div.subMenu
{
	background: #ffffff;
	margin-bottom: 1px;
	padding-left: 20px;
}

div.subMenu a
{
	padding-left: 0px;
}

div.subMenu a:hover
{
	padding-left: 0px;
	border-left: 0px;
}

div.subMenuItem
{
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Styles for the A to Z module */

div.moduleAtoZ
{
	background: #d7d4c8;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
}

div.moduleAtoZ td
{
	padding-top: 3px;
	padding-bottom: 3px;
}

div.moduleEmptyList
{
	background: #d7d4c8;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
}

/* Styles for the list elements */

td.listItemWhite
{
	background: #f7f5ee;
	color: #b0b9c9;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

td.listItemGray
{
	background: #e3e1da;
	color: #b0b9c9;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

div.listItem1
{
	background: #d7d4c8;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
}

div.listItem1pad
{
	background: #d7d4c8;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 1px;
}

div.listItem1H1
{
	background: #d7d4c8;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 5px;
}

div.listItem2
{
	background: #e3e1da;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.listItem2pad
{
	background: #e3e1da;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 10px;
}

div.listItem3
{
	background: #edebe4;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
}

div.listItem3pad
{
	background: #edebe4;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 1px;
}

div.listItem3H1
{
	background: #edebe4;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 5px;
}

div.listItem4
{
	background: #f7f5ee;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.listItem4pad
{
	background: #f7f5ee;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 10px;
}

/* Styles for floating images */

div.floatRight
{
	float: right;
	margin-left: 8px;
}

div.floatLeft
{
	float: left;
	margin-right: 8px;
}

/* Styles for green background elements */

td.bgThickRibbon
{
	background: url(../img/ribbon_top.gif) repeat-x top left #8cae4e;
	color: #ffffff;
}

td.bgThinRibbon
{
	height: 18px;
	color: #ffffff;
	background: url(../img/ribbon_default.gif) repeat-x #8cae4e;
	padding-left: 10px;
}

td.bgTopSellers
{
	background: url(../img/bg_topsellers.jpg) #8cae4e;
}

/* Styles for the dotted line elements */

td.greenUnderscore
{
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #729131;
	border-bottom: 1px dotted #8cae4e;
	background: #ffffff;
}

td.greenOverscore
{
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #729131;
	border-top: 1px dotted #8cae4e;
	background: #ffffff;
}