body, html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

body
{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#Page
{
	position: relative;
	width: 1024px;
	height: auto;
	padding: 25px 25px 25px 25px;
	margin: auto;
	text-align: left;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-x;
}

#Header
{
	position: relative;
	width: 1024px;
	height: 270px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
}

#Navigation
{
	position: relative;
	width: 1024px;
	height: 35px;
	background-image: url(../images/bg-navigation.jpg);
	background-repeat: no-repeat;
}

#ContentHolder
{
	position: relative;
	width: 1024px;
	height: auto;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
}

#LeftColumn
{
	position: relative;
	float: left;
	width: 148px;
	height: auto;
	padding: 66px 14px 0px 48px;
	background-image: url(../images/bg-leftcolheader.gif);
	background-repeat: no-repeat;
}

#Content
{
	position: relative;
	float: left;
	width: 532px;
	padding: 66px 20px 0px 40px;
	height: auto;
	background-image: url(../images/bg-contentheader.gif);
	background-repeat: no-repeat;
}

#Top10
{
	position: relative;
	float: left;
	width: 150px;
	padding: 66px 40px 0px 32px;
	background-image: url(../images/bg-top10header.gif);
	background-repeat: no-repeat;
}

#Footer
{
	position: relative;
	width: 1024px;
	height: 203px;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
}

.clear
{
	position: relative;
	clear: both;
}

#Navigation ul
{
	position: relative;
	float: left;
	clear: both;
	left: 134px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
	list-style: none outside;
}

#Navigation ul li
{
	position: relative;
	float: left;
	width: 80px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 8px;
	text-align: center;
}

#Navigation ul li a,
#Navigation ul li a:link,
#Navigation ul li a:hover,
#Navigation ul li a:active,
#Navigation ul li a:visited
{
	position: relative;
	display: block;
	padding: 20px 0px 0px 0px;
}


#Navigation ul li.over
{
	background-image: url(../images/bg-nav-item-active.png);
	background-repeat: no-repeat;
}

#Navigation ul li.selected
{
	height: 15px;
	padding: 20px 0px 0px 0px;
	background-image: url(../images/bg-nav-item-active.png);
	background-repeat: no-repeat;
}

div#Partner
{
	position: absolute;
	left: 757px;
	top: 140px;
	width: 267px;
	height: 60px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

div#Partner ul
{
	position: absolute;
	left: 0px;
	width: auto;
	height: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

div#Partner ul li
{
	position: relative;
	float: left;
	width: 85px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 4px;
	text-align: center;
}

#Newsletter
{
	position: absolute;
	left: 62px;
	top: 58px;
	width: 130px;
	height: 100px;
}

#Newsletter legend
{
	cursor: pointer;
}

#MySpace
{
	position: absolute;
	right: 60px;
	top: 58px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#MySpace a,
#MySpace a:link,
#MySpace a:hover,
#MySpace a:active,
#MySpace a:visited
{
	position: relative;
	float: left;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#Player
{
	position: absolute;
	left: 258px;
	top: 0px;
	width: 511px;
	height: 203px;
}

img.title
{
	position: relative;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset
{
	position: relative;
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

fieldset legend
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -7px;
	
	font-size: 9px;
	text-transform: uppercase;
}

fieldset p
{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset p input, fieldset p textarea
{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 10px;
}

fieldset p input.text, fieldset p textarea
{
	display: block;
	padding: 1px 1px 1px 1px;
	border: 1px solid #606060;
	background-color: #303030;
	color: #606060;
}

fieldset p input.button
{
	float: right;
	border-style: none;
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	text-align: right;
	font-weight: 500;
}

fieldset p span.radio input
{
	margin: 0px 4px 4px 0px;
}

fieldset#Newsletter p input.text
{
	width: 126px;
}

fieldset#ContactDetail
{
	margin-top: 20px;
}

fieldset#ContactDetail p input.text, fieldset#ContactDetail p textarea
{
	width: 144px;
}

fieldset#ContactDetail p textarea
{
	height: 116px;
}

#Booking
{
	margin: 46px 0px 0px 0px;
}

#Booking .left, #Booking .right
{
	position: relative;
	float: left;
}

#Booking .left
{
	width: 170px;
}

#Booking .right
{
	width: 328px;
	padding: 0px 0px 0px 25px;
}

#Booking fieldset p input.text
{
	width: 166px;
}

#Booking fieldset p textarea
{
	width: 324px;
	height: 176px;
}

fieldset#BookingContact
{
	margin: 12px 0px 0px 0px;
}

#NewsFlash p
{
	position: relative;
	display: block;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #606060;
}

#NewsFlash h2
{
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fcd60e;
	font-size: 11px;
	font-weight: 800;
}

#NewsFlash span
{
	position: relative;
	display: block;
	font-size: 9px;
	color: #606060;
}

#Top10 ul
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none outside;
}

#Top10 ul li
{
	position: relative;
	display: block;
	padding: 0px 0px 6px 26px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#Top10 ul li img
{
	position: absolute;
	top: 28px;
	left: 6px;
}

#Top10 ul li h2
{
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #4abcec;
	font-size: 11px;
	font-weight: 800;
}

#Top10 ul li a,
#Top10 ul li a:link,
#Top10 ul li a:hover,
#Top10 ul li a:active,
#Top10 ul li a:visited
{
	position: relative;
	display: block;
	height:40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #606060;
	color: #606060;
}

#Top10 ul li.pos1 { background-image: url(../images/ico-top10-01.gif); }
#Top10 ul li.pos2 { background-image: url(../images/ico-top10-02.gif); }
#Top10 ul li.pos3 { background-image: url(../images/ico-top10-03.gif); }
#Top10 ul li.pos4 { background-image: url(../images/ico-top10-04.gif); }
#Top10 ul li.pos5 { background-image: url(../images/ico-top10-05.gif); }
#Top10 ul li.pos6 { background-image: url(../images/ico-top10-06.gif); }
#Top10 ul li.pos7 { background-image: url(../images/ico-top10-07.gif); }
#Top10 ul li.pos8 { background-image: url(../images/ico-top10-08.gif); }
#Top10 ul li.pos9 { background-image: url(../images/ico-top10-09.gif); }
#Top10 ul li.pos10 { background-image: url(../images/ico-top10-10.gif); }

#Top10Paging
{
	position: relative;
	display: none;
	padding: 0px 0px 0px 25px;
}

#Top10Paging .first
{
	position: relative;
	float: left;
	cursor: pointer;
	color: #606060;
}

#Top10Paging .second
{
	position: relative;
	float: right;
	cursor: pointer;
	color: #606060;
}

#LanguageSwitch
{
	position: absolute;
	top: 66px;
	right: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none outside;
}

#LanguageSwitch li
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}



#LeftColumn ul.linklist
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	list-style: none outside;
}

#LeftColumn ul.linklist li
{
	position: relative;
	clear: both;
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #606060;
}

#LeftColumn ul.thumblist
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	list-style: none outside;
}

LeftColumn ul#VideoList li.selected
{
	clear: both;
}

#LeftColumn ul#VideoList li.selected
{
	border-style: none;
}

#LeftColumn ul#VideoList li div.category
{
	cursor: pointer;
	color: #606060;
}

#LeftColumn ul#VideoList li.selected div.category
{
	cursor: default;
	color: #ffffff;
}

#LeftColumn ul#VideoList li div.thumbnails
{
	position: relative;
	margin: 4px -2px 10px -1px;
	display: none;
}

#LeftColumn ul#VideoList li.selected div.thumbnails
{
	position: relative;
	display: block;
}

#LeftColumn ul#VideoList li div.thumbnails img
{
	position: relative;
	float: left;
	padding: 1px 1px 1px 0px;
	margin: 0px 0px 0px 0px;
}



div#Products
{
	position: relative;
	float: left;
	clear: both;
	width: 340px;
}

div#Products .item
{
	clear: both;
}

div#Products .item .thumb
{
	float: left;
	height: 65px;
	width: 80px;
	border-bottom: 1px solid #606060;
}

div#Products .item .label
{
	float: left;
	height: 65px;
	width: 260px;
	border-bottom: 1px solid #606060;
	
	font-weight: 800;
}


div#Products .item .desc
{
	float: left;
	clear: left;
	width: 230px;
	padding: 5px 10px 30px 0px;
}

div#Products .item .buy
{
	float: left;
	width: 100px;
	padding: 5px 0px 30px 0px;
}

div#Products .item .buy a.mp3
{
	position: absolute;
	right: 0px;
	top: 6px;
}

table#Basket
{
	position: relative;
	float: left;
	width: 160px;
	margin: 0px 0px 0px 32px;
}

table#Basket td
{
	text-align: right;
}

table#Basket td.label
{
	text-align: left;
}

table#Basket td.price
{
	text-align: right;
}

table#Basket tr.total
{	
	background-color: #606060;
}

div#OrderDetail
{
	position: relative;
	float: left;
	clear: both;
	width: 340px;
}

div#OrderDetail div#OrderInfo
{
	position: relative;
	float: left;
	width: 156px;
	padding: 2px 2px 2px 2px;
	background-color: #303030;
}

div#OrderDetail fieldset#PersonalInfo
{
	position: relative;
	float: left;
	width: 160px;
	margin: 0px 0px 0px 20px;
}

div#OrderDetail fieldset#PersonalInfo p input.text,
div#OrderDetail fieldset#PersonalInfo p textarea
{
	width: 156px;
}

div#OrderDetail fieldset#PersonalInfo p textarea
{
	height: 60px;
}

div#OrderDetail fieldset#PersonalInfo p input.button
{
	width: 120px;
	padding: 2px 2px 2px 2px;	
	background-color: #303030;
	border: 1px outset #606060;

}

div#OrderDetail fieldset#PersonalInfo legend
{
	display: none;
}

table.download
{
	margin: 0px 0px 0px 0px;
}

table.download th
{
	border-bottom: 1px solid #606060;
	height: auto;
	padding: 40px 0px 4px 40px;
	vertical-align: middle;
	background-image: url(../images/ico-disc.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
}

table.download td.label
{
}

table.download td.label span
{
	font-size: 9px;
	color: #606060;
}

table.download td.play
{
	width: 30px;
}

table.download td.dwl
{
	width: 60px;
	text-align: right;
}

div#Discography
{
	position: relative;
	float: left;
	clear: both;
	width: 532px;
}

div#Discography .item
{
	clear: both;
}

div#Discography .item .thumb
{
	float: left;
	height: 65px;
	width: 80px;
}

div#Discography .item div.label
{
	float: left;
	height: 65px;
	width: 260px;
	
	font-weight: 800;
}

div#Discography .item table
{
	float: left;
	clear: none;
	width: 192px;
}

div#Discography .item table td
{
	padding: 0px 0px 0px 0px;
}

div#Discography .item table td.label
{
	width: 100px;
	color: #606060;
	padding: 1px 4px 1px 1px;
}

div#Discography .item table td.value
{
	padding: 1px 1px 1px 4px;
}

div#Discography .item .desc
{
	float: left;
	clear: left;
	width: 532px;
	padding: 5px 10px 30px 0px;
	border-top: 1px solid #606060;
}

#ctl00_MainProgress
{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:100%;
}

div.valSummary
{
	position: relative;
}

div.valSummary ul
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none outside;
}

div.valSummary u
{
	color: #ec008c;
}

div.valSummary ul li
{
	position: relative;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	
	color: #ec008c;
}

#Newsletter div.valSummary
{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 240px;
	clear: both;
	padding: 2px 6px 2px 6px;
	border: 1px solid #606060;
	background-color: #303030;
}

#PageUrlTracker, #EventTracker
{
    display: none;
}