* {
	margin: 0px;
	padding: 0px;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #252525;
	background-image: url(/assets/images/molgan_body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;	
}

img {
	border: 0px;
}

ol li {
	list-style-type: decimal;
}

a {
	text-decoration: none;
}

a:link {
	color: #ff2b49;
}

a:visited {
	color: #ff2b49;
}

a:hover {
	color: #ff2b49;
}

a:active {
	color: #ff2b49;
}

option {
	padding-left: 2px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

.price {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

a.playButton  {
	display: block;	
	width: 56px;
	height: 13px;
	color: #ff2b49;	
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(/assets/images/button_play_0.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

a:hover.playButton  {
	color: #ff2b49;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-image: url(/assets/images/button_play_1.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;	
}

a.buyButton  {
	display: block;
	width: 56px;
	height: 13px;
	color: #ff2b49;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(/assets/images/button_buy_0.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

a:hover.buyButton  {
	color: #ff2b49;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-image: url(/assets/images/button_buy_1.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;	
}

a.giftButton  {
	display: block;
	width: 65px;
	height: 13px;
	color: #333;
	font-size: 8px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-image: url(/assets/images/button_gift_65px_0.png);
	background-repeat: no-repeat;
	background-position: 70% 50%;
}

a:hover.giftButton  {
	color: #333;
	font-size: 8px;
	text-decoration: none;
	text-align: left;
	background-image: url(/assets/images/button_gift_65px_1.png);
	background-repeat: no-repeat;
	background-position: 70% 50%;
}

a.giftButton span {
	display: block;
	margin-left: 5px;
}

img.releaseImage {
	border: 4px solid #ccc;
}

img.releaseThumb {
	border: 4px solid #ccc;
}

p.error {
	color: #f9431a;
}

input.buy {
	font-size: 10px;
	margin-left: 5px;
}

input.play {
	font-size: 10px;
	margin-right: 5px;
}

input.more {
	font-size: 10px;
}

#container {
	width: 100%;
	margin: 0px auto;

}

#header,#mainList,#content,#main,#subList,#footer {
	overflow: hidden;
	display: block;
}

#content {
	width: 800px;
}

#mainList,#main {
	float: left;
}

#subList {
	float: right;
}

#header {
	width: 800px;	
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 17px;
}

#localeChooser {
	position: relative;
	top: 30px;
	left: 726px;
	width: 60px;
	margin-top: -14px;
}

#menu {
	float: right;
	position: relative;
	padding-left: 0%;
	padding-right: 200px;
	margin-top: 22px;
}

#menuList ul {
	white-space: nowrap;
}

#menuList li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
}

#menuList a {	
	font-size: 20px;
	letter-spacing: -1px;
	color: #222222;	
	text-decoration: none;
	font-weight: bold;
}

#menuList a:hover {
	color: #ffd400;
}

#menuList2 a {
	display: block;
	width: 52px;
	height: 14px;
	color: #aaa;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#menuList2 a:hover {
	color: #ff2b49;
	font-weight: bold;
	background-image: url(/assets/images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#logotype {
	position: relative;
	left: 18px;
	width: 260px;
	height: 160px;
	background-image: url(/assets/images/molgan_header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#logotype a,#footerLogo {
	display: block;
	width: 100%;
	height: 100%;
}

#shopHeader {
	display: none;
	clear: both;
}

#shopHeader img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#orderHeader {
	height: 25px;
	margin-top: 17px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 20px;
	background-color: #252525
}

#orderHeader select {
	width: 300px;
	margin-right: 5px;
}

#orderHeaderButtons {
	float: right;
	margin-top: 4px;
}

#orderHeaderButtons ul {
	white-space: nowrap;
}

#orderHeaderButtons li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 20px;
}

#orderHeaderButtons a {
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
}

#orderHeaderButtons a:hover {
	color: #ff2b49;
}

#browseSearch {
	height: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 20px;
	background-color: #9F9F9F;
}

#browse {
	float: left;
}

#browse select {
	width: 300px;
	margin-right: 5px;
}

#browse option.divider {
	font-size: 12px;
	font-weight: bold;
	background-color: #ddd;
}

#search {
	float: right;
}

#search input.search {
	width: 200px;
	margin-right: 10px;
	padding: 1px 1px 2px 2px;
}

#search a,#browse a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#search a:hover,#browse a:hover {
	color: #ff2b49;
}

#mainListEmpty,#subListEmpty {
	width: 170px;
	height: 350px;
	background-repeat: repeat-x;
	background-position: top;
}

#mainListA,#mainListB,#subListA,#subListB {
	background-repeat: repeat-x;
	background-position: top;
}

#mainList,#subList {
	width: 170px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #252525
}

#mainList h4,#subList h4 {
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 5px 5px;
	margin-bottom: 5px;
	background-color: #252525
}

#mainList ul,#subList ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}

#mainList li,#subList li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#mainList img,#subList img {
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
}

#mainList hr,#subList hr {
	clear: both;
	width: 150px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
	background-color: #666;
	border: none;
}

#mainList hr.last,#subList hr.last {
	background-color: transparent;
	color: transparent;
	width: 0px;
	border: 0px;
}

#mainList a,#subList a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #ff2b49;
	line-height: 1em;
}

#mainList a:hover,#subList a:hover {
	color: #ff2b49;
}

#mainList br,#subList br {
	
}

#mainList span.release,#subList span.release {
	
}

#mainList span.artist,#subList span.artist {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#main {
	width: 450px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #252525
}

#mainInclude {
	margin-top: 2px;
	padding: 10px;
}

#alphaNav {
	margin-top: 2px;
	padding: 4px;
	background-color: #252525;
}

#pageNavTop {
	
}

#pageNavBottom {
	
}

.pageNav {
	margin-top: 2px;
	padding: 4px;
	background-color: #252525;
}

.sortOrder {
	float: right;
}

.pageNav a.active,.sortOrder a.active {
	color: #f9431a;
}

#breadCrumbs {
	padding: 4px;
	background-color: #252525 font-size :     12px;
	font-weight: bold;
	color: #fff
}

#breadCrumbs a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#breadCrumbs a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#breadCrumbs span {
	font-weight: bold;
	font-size: 12px;
}

#alphaNav a,.pageNav a {
	color: #333;
}

#alphaNav span,.pageNav span {
	font-weight: bold;
}

#alphaNav a:hover,.pageNav a:hover {
	color: #ff2b49;
}

#alphaNav span,.pageNav span {
	font-weight: bold;
}

#release {
	display: block;
	margin-top: 2px;
	padding: 10px;
}

#release hr {
	display: block;
	width: 420px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	height: 1px;
	color: #666;
	background-color: #666;
	border: none;
}

#release img.releaseImage {
	float: left;
	margin: 5px 10px 5px 5px;
}

#release div.releaseInfo {
	display: block;
	margin-top: 50px;
}

#release div.releaseInfo {
	display: block;
	margin-top: 50px;
	color: #fff;
}

#release a.release {
	font-size: 18px;
	font-weight: bold;
}

#release a.catNo {
	font-size: 12px;
	font-weight: bold;
}

#release a.artist {
	font-size: 14px;
	font-weight: bold;
}

#release a.label {
	font-size: 14px;
	font-weight: bold;
}

#release td.externalLink {
	font-size: 11px;
	font-weight: bold;
	color: #777;
	margin-top: 5px;
} 
 
#release td.contentType {
	padding-left: 14px;
	font-size: 11px;
	text-align: right;	
}

#release td.released {

	font-size: 12px;
	font-weight: bold;	
}

#release td.price {
	width: 40%;

}

#release td.buyButton {
	width: 30%;

}

#release td.giftButton {
	width: 30%;

}

#release span.price {

}

#release a.buyButton {

}

#release p.editorial {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 8px;
}

#release p.editorial:first-line {

}

#release p.description {
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #252525;
	color: #ffffff
}

#release p.error {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -20px;
	padding: 8px;
	color: #f9431a;
}

#player {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#contentFileTable {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
	color: #fff;
	background-color: transparent;
}

#contentFileTable td.name {
	width: 100%;
	text-align: left;
}

#contentFileTable td.play {
	text-align: right;
	white-space: nowrap;
}

#contentFileTable td.buy {
	text-align: right;
	white-space: nowrap;
}

#contentFileTable td.price {
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
}

#releaseList {
	display: block;
	margin-top: 2px;
	padding: 10px;
	color: #ffffff
}

#releaseList ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#releaseList hr {
	display: block;
	width: 420px;
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 1px;
	color: #666;
	background-color: #666;
	border: none;
}

#releaseList img.releaseImage {
	float: left;
	margin: 5px 10px 5px 5px;
}

#releaseList div.releaseInfo {
	padding: 5px;
}

#releaseList a.release {
	font-size: 18px;
	font-weight: bold;
}

#releaseList a.catNo {
	font-size: 12px;
	font-weight: bold;
}

#releaseList a.artist {
	font-size: 14px;
	font-weight: bold;
}

#releaseList a.label {
	font-size: 14px;
	font-weight: bold;
}

#releaseList p.editorial {
	padding: 8px;
}

#releaseList p.editorial:first-line {

}

#releaseList p.description {
	padding: 8px;
}

#releaseList p.moreButton {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

#searchList {
	display: block;
	margin-top: 2px;
	padding: 10px;
}

#searchList hr {
	display: block;
	width: 420px;
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 1px;
	color: #666;
	background-color: #ffffff;
	border: none;
}

#searchList ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#searchList img.releaseThumb {
	float: left;
	margin: 5px 10px 5px 5px;
}

#searchList a.release {
	font-size: 14px;
	font-weight: bold;
}

#searchList a.artist {
	font-size: 12px;
	font-weight: bold;
}

#searchList p.description {
	
}

#searchList p.moreButton {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

#alphaList {
	display: block;
	margin-top: 2px;
	padding: 10px;
}

#alphaList hr {
	clear: both;
	margin-bottom: 10px;
	height: 1px;
	color: #666;
	background-color: #666;
	border: none;
}

#alphaList hr.last {
	clear: left;
	background-color: transparent;
	width: 0px;
	border: 0px;
}

#alphaList h2 {
	font-size: 22px;
	font-weight: bold;
}

#alphaList li {
	list-style-type: none;
}

.alphaLetterList li {
	display: block;
	float: left;
	width: 215px;
}

#orderBody {
	padding: 15px;
	color: #fff;
	background-color: #252525;
}

#orderBody a {
	color: #ff2b49;
	text-decoration: underline;
}

#orderBody h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#orderBody h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#orderBody hr {
	display: block;
	margin-bottom: 10px;
	height: 1px;
	color: #fff;
	background-color: #fff;
	border: none;
}

#orderBody p {
	margin-bottom: 5px;
}

#orderBody p.error {
	color: #ff8521;
}

#siteSeal {
	text-align: right;
}

#orderTable {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: transparent;
}

#orderTable td.name {
	width: 80%;
	text-align: left;
}

#orderTable td.total {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}

#orderTable td.price {
	color: #fff;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

#orderTable td.remove {
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
}

#orderTable td.time {
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
}

#downloadTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: transparent;
}

#downloadTable p {
	margin-bottom: 5px;
	font-weight: bold;
}

#downloadTable td.name {
	width: 100%;
	text-align: left;
}

#downloadTable td.filesize {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}

#downloadTable td.download {
	color: #FF8521;
	text-align: right;
	white-space: nowrap;
}

#mainBody {
	padding: 15px;
	color: #fff
}

#mainBody a {
	text-decoration: underline;
}

#mainBody h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#mainBody hr {
	display: block;
	margin-bottom: 10px;
	height: 1px;
	color: #666;
	background-color: #252525 border :     none;
}

#mainBody p {
	margin-bottom: 5px;
}

#mainBody input, #orderBody input {
	margin-bottom: 0px;
	margin-right: 0px;
	vertical-align: middle;
}

#mainBody input.text, #orderBody input.text {
	width: 200px;
}

#mainBody input.textLong, #orderBody input.textLong {
	width: 300px;
}

#mainBody textarea.textLong, #orderBody textarea.textLong {
	width: 300px;
}

#mainBody input.cvc, #orderBody input.cvc {
	width: 30px;
}

#mainBody select {
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

#mainBody ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

#mainBody ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

#footer {
	display: block;
	clear: both;
	width: 100%;
	height: 45px;
	color: #000;
	font-weight: bold;
	background-color: #1a1a1a;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#footerLinks {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}

#footerLinks a {
	display: block;
	color: #fff;
	margin-right: 10px;
}

#footerLinks a:hover {
	color: #ff2b49;
}

#footerLogo {
	display: block;
	position: relative;
	top: 15px;
	left: 700px;
	width: 90px;
	height: 14px;
	background-image: url(/assets/images/klicktrack_logo_small_molga.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#footerLogo a {
	display: block;
	width: 100%;
	height: 100%;
}

#shareEmbed {
	margin-top: 40px;	
}
#shareEmbed ul#shareEmbedTabs {
	text-align: left;
	margin: 1em 0em 0em 0em;
	font-weight: bold;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}

#shareEmbed ul#shareEmbedTabs li {
	display: inline;
}

#shareEmbed ul#shareEmbedTabs li.selected {

}

#shareEmbed ul#shareEmbedTabs li.selected a {
	background-color: #252525;
	color: #ff2b49;
	position: relative;
	top: 1px;
	padding-top: 4px;
}

#shareEmbed ul#shareEmbedTabs li a {
	padding: 3px 10px 3px 10px;
	border: 1px solid #999;
	background-color: #333;
	color: #ff2b49;
	margin-right: 4px;
	text-decoration: none;
	border-bottom: none;
}

#shareEmbed ul#shareEmbedTabs a:hover { 
	background: #fff;
}

#shareEmbed .shareEmbedTabShow {
	background-color: #252525;
	padding: 10px 12px 15px 12px;
	border: solid 1px #999;
}

#shareEmbed .shareEmbedTabHide {
	display: none;
}

#shareEmbed .shareEmbedText {
	color: #fff;
}

#shareEmbed .shareEmbedButton {
	margin: 8px 5px 3px 0;
	float: left;
}

#shareEmbed .shareEmbedButton span {
	display: none;
}

