
/***
 *
 * Main Tag Styles
 *
 ***/

body 
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	font-family: georgia, times new roman, times, serif;
	font-size: 0.8em;
}

img 
{
	border: 0px;
}

h1,
.h1
{
	font-size: 18pt;
	margin-bottom: 0px;
}

h2,
.h2
{
	font-size: 1.8em;
}

h3,
.h3
{
	font-size: 1.6em;
}

h4,
.h4
{
	font-size: 1.4em;
}

h5,
.h5 
{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}

h6,
.h6
{
	font-size: 12pt;
}

/***
 *
 * Tag class styles
 *
 **/

span.required {
	font-weight: bold;
	color: #a00000;
	width: 0.8em;	
	font-size: 12pt;
}

label span.required {
	position: absolute;
}

a.skip
{
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -1000;
}

div.more
{
	position: relative;
	text-align: right;
	margin-top: -1em;
	margin-bottom: 1em;
}

/***
 *
 * Generic form styles
 *
 ***/

form {
	padding: 0px;
	margin: 0px;
}

form p.required {
	text-align: right;
	margin: 0px;
	padding: 0px;
	clear: none;
}

form label 
{
	display: block;
	width: 75px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

form p.indent
{
	margin-left: 110px;
}

form p.indent label
{
	display: inline;
	float: none;
	width: auto;
}

form label.text {
	display: block;
	width: 100px; 
	clear: none;
	float: left;
	text-align: right;
	margin-right: 10px;	
}

form .form_message 
{
	position: relative;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	color: #707070;
	margin-left: 115px;
	margin-top: -8px;
}

form input,
form select,
form textarea
{
	margin: 0px 0px 4px 0px;
	font-size: 9pt;
	font-family: verdana;
	font-weight: normal;
	border: 1px solid #000000;
}

input.checkbox 
{
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid #000000;
	padding: 0px;
	
}

input.radio
{
	border: 0px;
}

form input.text,
form textarea
{
	width: 255px;
	padding-left: 5px;
	padding-right: 0px;
}

form input.quantity
{
	padding-left: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

form.wide_label label 
{
	width: 150px;
}

form.wide_label input.text 
{
	width: 190px;
}

form textarea
{
	height: 250px;
}

form .buttons 
{
	text-align: right;
}

form .buttons input
{
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana;
}

form .buttons input:hover
{
	background-color: #f5ec61;
	text-decoration: underline;
}

form select.medium
{
	width: 200px;
	margin-bottom: 5px;
}

form select.auto
{
	position: relative;
	width: auto;
}

form .indent {
	margin-left: 67pt;
}

form.search input.text
{
	width: 100%;
}

form span.buttons input
{
	margin-bottom: 5px;
}

/***
 *
 * Generic Classes
 *
 ***/

.contents
{
	position: relative;
	min-height: 400px;
}

.noborder 
{
	border: 0px;
}


.error {
	color: #900000;
	font-size: 1.2em;
	font-weight: bold;
}

.message 
{
	color: #009000;
	font-size: 1.2em;
	font-weight: bold;
}

.warning,
.alert
{
	color: #cc6600;
	font-size: 1.2em;
	font-weight: bold;
}

p.error,
p.message,
p.warning
{
	margin-bottom: 1em;
}

.break 
{
	position: relative;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

.rule
{
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 1em;
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 1em;
}

.clear
{
	position: relative;
	clear: both;
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

/***
 *
 * Tag Classes
 *
 ***/

a.external_link
{
	white-space: nowrap;
	position: relative;
	padding-right: 16px;
	background-image: url('/img/icons_external_link_15px.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.download_link
{
	white-space: nowrap;
	position: relative;
	padding-right: 16px;
	background-image: url('/img/icons_download_15px.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.video_link
{
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	background-image: url('/img/icons_video_camera_15px.gif');
	background-position: -1px -1px;
	background-repeat: no-repeat;
}

a.audio_link
{
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	background-image: url('/img/icons_speaker_15px.gif');
	background-position: -1px 0px;
	background-repeat: no-repeat;
}

a.add_to_basket_link
{
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	background-image: url('/img/icons_add_to_basket_15px.gif');
	background-position: -1px 0px;
	background-repeat: no-repeat;
}


a.rss_feed
{
	white-space: nowrap;
	position: relative;
	clear: none;
	width: auto;
	height: 16px;
	line-height: 16px;
	padding-left: 18px;
	padding-right: 2px;
	background-image: url('/img/rss-feed-icon16x16.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

a.help_link
{
	white-space: nowrap;
	color: #000099 !important;
	text-decoration: underline;
	font-style: italic !important;
}

p.indent 
{
	margin-left: 20px;
}

p.indent20
{
	margin-left: 20px;	
}

/***
 *
 * account classes
 *
 ***/

/* login */

.account.password h2,
.account.login h2 
{
	margin: 0px;	
}

.account.password form
{
	margin-left: 20px;
}

.account.password
{
	padding-top: 25px;
}

.account ul.items
{
	margin:0px;
	padding: 0px;
	margin-left: 20px;
	padding-bottom: 10px;
	list-style: none;
}

.account ul.items li
{
	font-size: 10pt;
	line-height: 1.7em;
}

.navi 
{
	width: 800px;
	margin-top:2px;
	margin-bottom:0.8em;
}

.navi .navilogin
{
	text-align:right; 
	color: #707070; 
	padding:0px; 
	margin: 6px 0px 6px 0px;
	line-height: 0.8em;
}

.navi .current 
{
	text-decoration: underline;
}

.navi ul 
{
	width: 800px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 14pt;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
}

.navi ul li 
{
	display: inline;
	margin:0px;
	margin-right: 0em;
	padding:0px;
}


.navi ul li em 
{
	font-style: italic;
	font-weight: normal;
}

.navi form 
{
	clear: none;
	display: inline;
}

.navi form input
{
	font-size: 8pt;
}

.navi form input.search 
{
	margin-bottom: 0px;
	width: 100px;
}

.navi form input.submit
{
	border: 0px;
	background: #ffffff;
	display: inline;
	line-height: 14pt;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.navi form input.submit:hover
{
	background-color: #f5ec61;
	text-decoration: underline;
}


a:link {
	text-decoration: none;
	color: #0000c0;
	font-style: italic;
}

a:visited {
	text-decoration: none;
	color: #777777; 
	font-style: italic;
}


a:hover {
	background-color: #f5ec61;
	text-decoration: underline;
}

h1 a:hover 
{
	background-color: #ffffff;
}

.navi a:link 
{
	color: #000000;
	font-style: normal;
}

.navi a:visited
{
	color: #000000;
	font-style: normal;	
}

p 
{
	line-height: 1.6em;
}

em {
	font-style: normal;
	font-weight: bold;
}

div.title {
	margin-top:60pt;
	position: relative;
}

h4.title,
h3.title, 
h2.title 
{
	position: relative;
	margin: 0px;
	padding: 0px;
}

h3.title {
	margin-top:1em;
	margin-bottom: 0.5em;
}

h2.title 
{
	line-height: 18pt;
}

h2.artist_title,
h2.album_title 
{
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

h2.artist_title 
{
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-left: 3pt;
	font-style: italic;
}

h4.label_name {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12pt;
	font-weight: normal;
}

a.label {
	font-style: normal;
	font-size: 12pt;
	color: #000000;	
}

h4.label_name a {
	font-style: normal;
}

h2.title a 
{
	color: #000000;
}

a.secondary {
	color: #000000;
}

.current a {
	text-decoration: underline;
}


/* blog */

.blog 
{
	width:  800px;
}

.blog .entries {
	width: 480px;
	margin-right: 20px;
	float: left;
}

.blog .archive {
	float: left;
	font-size: 9pt;
}

.archive a {
	color: #000000;
}

.archive .module
{
	width: 280px;
	margin-right: 0px;
	padding-right: 0px;
}


.archive h6
{
	width: 300px;
}

.archive ul 
{
	width: 280px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e1e1e1;
	padding-left: 20px;
	padding-right: 0px;
}

.archive ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	font-size: 9pt;
}

.blog h6 {
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8pt;
}

.blog .entry {
	margin-bottom: 25px;
	border-bottom: 2px solid #e1e1e1;
}

.blog .entry p {
	margin-left: 20px;
}


.blog input.text
{
	width: 356px;
}

.blog textarea
{
	width: 356px;
}

.blog .entry .posted {
	clear: both;
	font-size: 9pt;
	color: #707070;
}

.blog .entry .image {
	float: right;
	margin-left:  10pt;
	margin-top: 1em;
	clear: right;
	font-size: 8pt;
}

.blog .entry .image img {
	border: 1px solid #000000;
}

.blog .entry .image h3 {
	display: inline;
}

.blog .comment {
	border-bottom: 2px solid #e1e1e1;
}


/* images */

.images {
	width: 800px;
	padding-left: 150px;
	text-align: center;
}

.images .image {
	width: 500px;
	text-align: left;
}

.images .image h2 {
	margin: 0px;
	font-size: 12pt;
}

.images .image {
	font-size: 8pt;
}

.images .image img {
		border: 1px solid #000000;
}

.entry .image h3 {
	font-size: 9pt;
	margin: 0px;
}

/* view */

.view
{
	position: relative;
	width: 800px;
	font-family: verdana;
	font-size: 9pt;
}

.account .view
{
	margin-bottom: 1em;
}

.view ul 
{
	width: 800px;
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

.view ul li 
{
	display: inline;
	margin-right: 1px;
	margin-bottom: 0.25em;
	color: #707070;
}

.view ul li.last 
{
	margin-right: 25px;
}

.view a:link 
{
	font-style: normal;
	color: #000000;
}

.view a:visited
{
	font-style: normal;
	color: #000000;	
}

.view ul .current 
{
	font-weight: bold;
	text-decoration: underline;
}

.view ul a.current
{
	text-decoration: underline;
}

.view ul a.current:visited
{
	text-decoration: underline;
}



/***
 *
 * Special Offers
 *
 ***/

.register
{
	font-weight: bold;
	color: #990099;
	padding: 0px;
	margin: 0px;
}

/****************************************************************
 *
 * Special Offers
 *
 ****************************************************************/

.offer
{
	font-size: 12pt;
	margin-bottom: 25px;
}

.offer h5
{
	font-size: 16pt;
	color: #009900;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.offer h6
{
	font-size: 16pt;
	color: #990000;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.home .offer h5
{
	display: inline;
	float: left;
	padding-right: 0.2em;
}

.home .offer h6
{
	display: inline;
	clear: right;
}

/* Releases */

.releases 
{
	width: 800px;
}

.releases img
{
	border: 1px solid #000000;
}

.released 
{
	color: #707070;
}

/* full list */

.releases .full_list {
	border-bottom: 2px solid #e0e0e0;
}

.releases h4, 
.releases .image_list h4,
.releases .track_list h4,
.releases .full_list h4 {
	font-size: 18pt;
	margin-top: 15px;
	margin-bottom: 10px;
}

.releases .full_list .detail {
	position: relative;
	width: 775px;
	margin-left: 20px;
}

.releases .full_list .detail .image {
	width: 150px;
	float:left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.releases .full_list .detail .text 
{
	float :left;
	width: 600px;
	padding-bottom: 10px;
}

.releases .full_list .detail .text p 
{
	margin-top:0px;
}



/* image list */

.releases .image_list 
{
	border-bottom: 2px solid #e0e0e0;	
}

.releases .image_list .detail 
{
	margin-top: 20px;
}

.releases .image_list .detail .image 
{
	float:left;
	margin-right: 1em;
	margin-bottom: 10px;
}

.releases .image_list .detail .imagelarge 
{
	float:left;
	margin-right: 1em;
	margin-bottom: 10px;
	width: 500px;
}

.releases .image_list .detail .imagemedium 
{
	float:left;
	margin-right: 1em;
	margin-bottom: 10px;
	width: 328px;
}

.releases .image_list .detail .textlarge 
{
	float: left;
	width: 280px;
	padding-bottom: 10px;
}

.releases .image_list .detail .textmedium 
{
	float: left;
	width: 455px;
	padding-bottom: 10px;
}

.releases .image_list .detail h4 {
	margin-top:0px;
}

/* title list */

.releases .title_list h4 {
	font-size: 14pt;
	margin-bottom: 0px;
}

.releases .title_list p {
	margin-top: 0px;
}

/* release */

.release 
{
	padding: 0px;
	width: 800px;
	margin-bottom: 25px;
}

.release h2 {
	margin-top:  0px;
}

.release .product {
	margin-left: 20px;
}



.release .product h4 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.release .product img.cover {
	float: left;
	clear: left;
	border: 1px solid #000000;
	margin-right: 1em;
	margin-bottom: 1em;
}

.release .product .detail 
{
	position: relative;
	width: 430px;
	font-size: 10pt;
	margin:0px;
	float: left;
	clear: right;
	margin-bottom: 25px;
}

.release .product .detail p {
	font-size: 10pt;
	line-height: 11pt;
	margin-top:0px;
	margin-bottom: 6pt;
}

.release .product .detail .dispatch {
	font-size: 9pt;
	color: #707070;
}

.release .text 
{
	clear: left;
	position: relative;
	float: left;
	width: 490px;
}

.release .text p {
	margin-top: 0px;

}

.related 
{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.release .related 
{
	width: 260px;
}

.related h4 
{
	margin-top: 11pt;
	font-size: 14pt;
	margin-bottom: 0.5em;
}

.related h6
{
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	margin-bottom: 0.5em;
}

.related .item 
{
	position: relative;
	width: 245px;
	min-height: 80px;
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
	float: left;
	font-size: 9pt;
	color: #707070;
}

.related .item a:link 
{
	color: #707070;	
}

.related .item img 
{
	float: left;
	margin-right: 8px;
	border: 1px solid #000000;
}

.related .item.right
{
	text-align: left;
}

.blog .related 
{

	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 25px;
	width: 300px;
}

/* tracklisting */

table.tracklisting,
ol.tracklisting 
{
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 9pt;
	line-height: 1.4em;
}

.tracklisting .by {
	color: #707070;	
	font-style: italic;
}


a.buy {
	white-space: nowrap;
}

table.tracklisting 
{
	position: relative;
	width: 440px;
	margin-top: -4px;

}


table.tracklisting th 
{
	font-weight: normal;
	text-align: left;
	font-size: 10pt;
}

table.tracklisting th.buy 
{
	text-align: right;
	vertical-align: top;
}

table.tracklisting td
{
	text-align: left;
}

table.tracklisting td.buy,
table.tracklisting td.play_all
{
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

table.tracklisting td.title 
{
	width: auto;
}

table.tracklisting td.position 
{
 	width: 2.0em;
	vertical-align: top;
}

table.tracklisting td.ndash
{
	vertical-align: top;
	width: 0.5em;
}


/* track_list */

.track_list h4 
{
	font-size: 18pt;
	margin-bottom: 0.5em;	
}

.heading 
{
	width: 800px;
}

/***
 *
 * artist 
 *
 ***/

.artist
{
	margin-bottom: 10px;
}

.artist img 
{
	margin-left: 20px;
	border: 1px solid #000000;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.artist .releases .detail 
{
	margin-left: 0px;
}

.artist .heading a
{
	font-size: 1.1em;
}

.artist .entry h3.title
{
	margin: 0px;
	padding: 0px;
}

.artist .entry p.posted
{
	padding: 0px;
	margin: 0px;
}

.artist p 
{
	margin-top: 0px;
	margin-left: 20px;
}

.artist h4 
{
	clear: both;
	padding-top: 1em;
}

.artist h4 
{
	clear: both;
	padding-top: 1em;
}

.blog h5,
.releases h5,
.artist h5 {
	font-size: 18pt;
	margin-top: 1em;
}

.blog h6 a,
.blog h5 a,
.releases h5 a,
.artist h5 a 
{
	color: #000000;
}

.artist h6 {
	clear: both;
	font-size: 14pt;
	margin-bottom: 0px;
}

.artist .archive h6 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.archive.artists {
	padding-top: 18pt;
}

.artist .archive h6 a {
	font-style: normal;
}

.artist .biog {
	width: 800px;
	border-bottom: 2px solid #e0e0e0;
	padding-top: 1em;
}

.artist .biog h6 {
	font-style: normal;
}

.artist .links {
	float: left;
	width: 200px;
}

/* basket */

.basket {
	width: 800px;
}

.basket ul 
{
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 498px;
	padding-right: 20px;
	float:  left;
}

.basket div.block 
{
	clear:  both;
	padding-bottom:  20px;
	border-bottom: 2px solid #e0e0e0;
}

.basket ul.full  
{
	width: 780px;
	border: 0px;
	padding-left: 20px;
	margin-top: 1em;
}

.basket ul.full li
{
	width: 780px;
}

.basket li 
{
	clear: both;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 1em;
	margin-left: 20px;
}

.basket li.last 
{
	border:  0px;
	clear:  both;
}

.basket li p 
{
	margin-top: 0px;
	font-size: 10pt;
}


.basket li p.info 
{
	float: left;
	margin-left: 20px;
}

.basket li img {
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}

.basket li p.remove
{
	float: left;
	margin-left:  20px;
	text-align:  right;
	width: 352px;
}

.basket .format
{
	width: 100px; 
	float: left; 
	font-size: 22pt; 
	line-height: 24pt;
}

.basket li p.quantity
{
	width: 210px; 
	float: left;
	text-align: right;
}


.basket li.full p.remove
{
	width: 660px;
}

.basket li.full p.quantity
{
	width: 517px;
}

.basket li p.quantity .button
{
	font-size: 9pt;
}

.basket .totals 
{
	position: relative;
	width: 280px;
	float:  left;
	text-align: right;
	font-size: 10pt;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 25px;
}

.basket .totals p
{
	font-size:  10pt;
}

.basket .totals p.calculation
{
	margin-left:  20px;
	border-bottom: 2px solid #e0e0e0;
}

.basket .totals p.total
{
	margin-left:  20px;
	border-bottom: 2px solid #e0e0e0;
}


.basket .totals .prices 
{
	width: 100px;
}

.basket .totals label {
	float: left;
	width: 180px;
}


/* checkout */

#shop_navi 
{
	width: 800px;
	position: relative;
	height: 20px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#shop_navi li 
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

#shop_navi a
{
	font-style: normal;
	font-weight: normal;
}

#shop_navi a.current
{
	font-weight: bold;
	text-decoration: underline;
}

#shop_navi .number
{
	position: relative;
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
}

.ok 
{
	position: relative;
	color: #00bb00;
	font-size: 12pt;
	font-weight: bold;
}

.grey {
	color: #aaaaaa;
}

.account.payment, 
.checkout {
	width: 820px;
	margin-bottom: 25px;
}

/* checkout styles */

.checkout
{
	width: 800px;
	margin-bottom: 25px;
}

.checkout pre
{
	position: relative;
	font-family: courier, monospace;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 46em;
	padding: 15pt;
	border: 1px solid #000000;
}

.checkout h4 
{
	margin: 0px;
}

.half h5
{
	font-size: 12pt;
}

.payment .detail,
.checkout .detail {
	width: 400px;
	float: left;
	border-bottom: 2px solid #e0e0e0;	
}

.payment .detail p
{
	font-size: 10pt;
}
.payment .detail label,
.checkout .detail label {
	width: 100px;
	font-size: 10pt;
}

.payment .detail label.checkbox {
	width: 200px;
}

.payment .detail ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.payment .detail ul li.radio
{
	clear: both;
	padding-left: 20px;
}


.payment .detail ul li.radio input
{
	margin-top: 5px;
	float: left;
}

.payment .detail label.radio
{
	position: relative;
	float: left; 
	line-height: 23px; 
	text-align: left;
	width: 350px;
	margin: 0px;
	font-size: 10pt;
	margin-bottom: 1em;
	padding-left: 5px;
}

.protx_payment_details {
	margin-left: 20px;
	border-bottom: 2px solid #e0e0e0;	
}



.checkout#progress
{
	position: relative;
	display: none;
	height: 200px;
}

.half .inputcomment,
.checkout .details .inputcomment {
	padding-left: 20px;
	font-size: 8pt;
	text-align:  center;
	font-style: italic;
	display:  block;
}

.payment label.narrow,
.checkout label.narrow {
	width: 70px;
}

.payment p.required {
	position: absolute;
}



.payment .list,
.checkout .list 
{
	width: 380px;
	float: left;
	margin-right: 20px;
}

.payment .list.wide
{
	width: 800px;
}

.payment .list .list_detail,
.checkout .list .list_detail {
	width: 370px;
	margin-right: 10px;
	border-bottom: 2px solid #e0e0e0;	
	margin-bottom:  1em;
}

.payment .list .list_detail p,
.checkout .list .list_detail p 
{
	margin-left: 20px;
}

.checkout.payment img
{
	border: 0px;
}

.checkout .payment_type {
	border-bottom: 2px solid #e0e0e0;	
	margin-bottom: 25px;
	padding-left: 20px;
}

.quarter
{
	width: 250px;
	float: left;
}

.half 
{
	width: 380px;
	margin-right: 20px;
	float:  left;
}

.half p
{
	padding-left: 20px;
}

.half form p,
form .half p
{
	padding-left: 0px;
}

.half form p.indented
{
	margin-left: 20px;
}

.half select
{
	width: 255px;
}

.half input.text
{
	width: 255px;
}

.half label
{
	width: 100px;
}

.threequarters 
{
	width: 530px;
	margin-right: 20px;
	float: left;
}

.threequarters input.text
{
	width: 430px;
}

.threequarters textarea
{
	width: 430px;
}

.full 
{
	clear: both;
	width: 800px;
}

.full .half
{
	margin-bottom: 10px;
}




.review div.full
{
	border-bottom: 2px solid #e0e0e0;	
	margin-bottom: 20px;
}

.review li.full
{
	width: 780px;
}

.review .totals
{
	padding-left: 520px;
}
/* search */

div.search {
	width: 800px;
	margin-bottom: 25px;
}

.search ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}

.search ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 2px solid #e0e0e0;	
}

.search ul li p {
	margin-left: 20px;
	margin-top: 0px;
}

.search ul li h4 {
	padding: 0px;
	margin: 0px;
}

/***
 *
 * audio player 
 *
 ***/

body.audio_player
{
	margin-left:20px; 
	margin-top:20px; 
	padding:0px; 
	overflow: hidden;
}

.audio_player .track_details
{
	border: 0px; 
	margin: 0px;
	margin-top: 0px; 
	position: absolute; 
	width: 360px; 
	height: 204px;
}

.audio_player .player_div
{
	position:relative; 
	width:340px; 
	height:52px;
}

body.audio_info
{
	padding: 0px;
	margin: 0px; 
	margin-left: 4px; 
	margin-bottom: 4px; 
	width: 332px;
	font-size: 11px;
}

.audio_info div.info
{
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 332px;
}

.audio_info .artist
{
	font-style: italic;
}

.audio_info .title
{
	font-weight: bold;
}

.audio_info .release
{
	font-weight: bold;
}

.audio_info div.image
{
	width: 120px; 
	float: left;
}

.audio_info div.image img
{
	border: 1px solid #000000; 
}

.audio_info div.text
{
	width: 210px;
	float: left;
}

.audio_info div.text p
{
	width: 210px;
}

.audio_info .register
{
	clear: both;
	text-align: center;
	font-size: 10pt;
	margin-bottom: 2pt;
}

.audio_info p 
{
	margin-top: 0px;
	padding-top: 0px;
}

.audio_info #loading
{
	display: none;
}

/****************************************************************
 *
 * help
 *
 ****************************************************************/

.help 
{
	width: 810px;
}

.help_topic 
{	
	width: 260px;
	margin-right: 10px;
	/* border-bottom: 2px solid #e0e0e0; */
	padding-bottom: 10px;
	margin-bottom: 25px;	
	float: left;
}

.help_topic ul 
{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 1em;
	list-style: none;
}

.help_topic h3 
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}

.help_topic h5 
{
	font-size: 9pt;
	line-height: 14pt;
}

.help p 
{
	margin-left: 20px;
}

.help table 
{
	margin-left: 35pt;
}

.help table th 
{
	text-align:left;
	padding-right: 10px;
	margin-right: 10px;
}

.help table td 
{
	padding: 2px;
	padding-right: 10px;
	margin-right: 10px;
}

.help_item 
{
	width: 800px;
	border-bottom: 2px solid #e0e0e0;	
	margin-bottom: 1em;	
	padding-bottom: 1em;
}

.help p 
{
	width: 500px;
}

.help ul 
{
	margin: 0px;
	list-style: none;
	margin-left: 20px;
	padding: 0px;
}

.help_item li 
{
	margin: 0px;
	list-style: none;
	margin-left: 20px;	
	padding: 0px;
	padding-bottom: 1em;
	font-size: 9pt;
	width:400px;
}

.help_item li br
{
	line-height: 0px;
}

/****************************************************************
 *
 * Generic Styles
 *
 ****************************************************************/

.noborder {
	border: 0px !important;
}

.nomargin {
	margin: 0px;
}

.nopadding {
	padding: 0px;
}

.right 
{
	text-align: right;
}

.center
{
	text-align: center;
}

/* footer */

.footer 
{
	width: 800px;
	margin-top: 1em;
	padding-bottom: 25px;
	clear: both;
	text-align: right;
	border-top: 2px solid #e0e0e0;	
}

.footer .contents{
}

.footer .copyright {
	color: #999999;
}

.footer a:link
{
	color: #333333;
}

.footer a.secondary
{
	color: #999999;	
}



/* Radio */

div.radio {
	width: 800px;
}

.radio h4 {
	margin-top: 0.5em;
}

.radio .launcher {
	width: 800px;
	padding-bottom: 1em;
	border-bottom: 2px solid #e0e0e0;	
}

.radio .launcher .register
{
	font-size: 16pt;
}


.radio .playlist 
{
	width: 500px;
	float: left;
}

.radio .playlist .release 
{
	padding-bottom: 0.5em;
	border-bottom: 2px solid #e0e0e0;	
	width: 450px;
	clear: both;
	margin-top: 0.5em;
	padding-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

.radio .chart 
{
	width: 300px;
	float: left;
	border-bottom: 2px solid #e0e0e0;	
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.radio .chart .release 
{
	width: 280px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 2px;
}

.radio .chart ol
{
	margin-left: 2em;
	padding-left: 0px;

}

.radio .chart ol li
{
	font-size: 16pt;
	color:#777777;
	margin-left: 1em;
	padding-left: 0px;
	padding-bottom: 15px;
}
.radio .chart ol li div
{
	color: #000000;
	font-size: 9pt;
}

.radio img
{
	border: 1px solid #000000; 
	float: left; 
	margin-right: 1em;
}

/* account */

.account 
{
	width: 800px;
}

.account .order 
{
	border-bottom: 2px solid #e0e0e0;		
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

.account .list
{
	margin-right: 20px;
}

/* home */

.home 
{
	width: 820px;
}

.home h4 a
{
	color: #000000;
}

.home .offer
{
	font-size: 9pt;
	margin-bottom: 10px;
}

.home a.rss_feed
{
	white-space: nowrap;
	position: relative;
	display: block;
	clear: none;
	width: auto;
	float: left;
	height: 16px;
	line-height: 16px;
	padding-left: 18px;
	padding-right: 2px;
	background-image: url('/img/rss-feed-icon16x16.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}


.home .offer h5,
.home .offer h6
{
	display: block;
	font-size: 12pt;
}

.column, 
.column_200,
.column_350
{
	position: relative;
	width: 250px;
	margin:0px;
	padding:0px;
	margin-right: 20px;
	float: left;
	font-size: 9pt;
}

.column_200
{
	margin: 0px;
	width: 200px;
}

.column_350
{
	width: 350px;
	margin: 0px 25px 0px 25px;
}

.column_350 h2
{
	margin: 0px;
	padding: 0px;
}


.module img 
{
	border: 1px solid #000000;
}

.module h2
{
	font-size: 12pt;
}

.home form
{
	margin: 0px;
	padding: 0px;
	width: 190px;
}

.home form label
{
	margin: 0px;
	position: relative;
	width: 180px;
	clear: both;
	text-align: left;
}

.home form input.text
{
	margin: 0px;
	width: 179px; 
	margin-bottom: 5px;
}

.archive .module
{
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 20px;
}

.archive .module p,
.archive .module form
{
	margin-right: 0px;
	padding-right: 0px;
}

.archive .module form input.text
{
	width: 268px;
}

.archive .module form label
{
	position: relative;
	display: inline;
	width: 100px;
	padding: 0px;
	clear: none;
	text-align: left;
}


.module,
.block
{
	clear: both;
	border-bottom: 2px solid #e0e0e0;	
	padding-left: 9px;	
	margin-bottom: 9px;
}

.block
{
	padding-left: 0px;
}

.module img 
{
	float: left;
	margin-right: 4px;
	margin-bottom: 9px;
}

h4,
.column h4,
.column_200 h4,
.column_350 h4,
.module h4 {
	margin-top: 0px;
	margin-bottom: 4px;
}

.module p {
	margin-top: 0px;
}

.module ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.module ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	color: #707070;
}

.module ul li a {
	color: #000000;
}

.module ol {
	margin: 0px;
	padding: 0px;
	margin-left: 1.4em;
}

.module ol li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

/* contact */

.contact
{
	width: 800px;
}

.contact .body
{
	border-bottom: 2px solid #e0e0e0;
}

.contact ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.contact ul li
{
	margin-left: 20px;
}

.contact ul li a 
{
	color: #000000;
}

.contact h2
{
	margin: 0px;
}

.contact p strong
{
	font-size: 1.5em;
}

.contact h2 em
{
	font-style: italic;
}

.contact p em
{
	font-weight: normal;
	font-style: italic;
}

.contact p.byline
{
	color: #999999;
	position: relative;
	text-align: right;
	padding-top: 1.7em;
}

.contact h3 
{
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.underline
{
	text-decoration: underline !important;
}

.state_preview
{
	background:; #ffff99;
}
