/***********************************************
	LAYOUT ELEMS
***********************************************/

body, html {
	background: #000;
	margin: 0;
	height: 100%;
	overflow: hidden;
	font-family: "Arial", "Helvetica", sans-serif;
}

form {
	margin: 0;
}

#Wrapper {
	width: 990px;
	margin: 20px auto;
	border: 3px double #CC0000;
	height: 500px;
	background: #000;
}

#MainMenu {
	float: left;
	width: 190px;
	height: 500px;
	background: #111;
	border-right: 30px solid #CC0000;
	overflow: hidden;
}

#MenuItems {
	margin-top: 20px;
}

#ContentWrap {
	float: left;
	width: 770px;
	height: 500px;
}

#ContentWrap #Content {
	background: #111;
	height: 470px;
	width: 770px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}

#ContentWrap #Submenu {
	background: #111;
	height: 27px;
	border-top: 3px double #CC0000;
	padding-left: 3px;
	width: 766px;
	overflow: hidden;
}

#ContentWrap #Submenu a {
	float: left;
	width: 142px; height: 13px;
	margin: 3px 3px 0 0;
	padding: 3px;
	border: 1px solid #CC0000;
	background: #990000;
	font-size: 11px; color: #111;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
}

#ContentWrap #Submenu a:hover {
	background: #CC0000;
}

#ContentWrap #Submenu a.Last {
	margin-right: 0;
	width: 143px;
}

div.Inner {
	padding: 15px 20px;
}

#ReleaseBox {
	float: right;
	width: 150px;
	margin: 0 0 20px 20px;
}

#ReleaseBox form {
	display: inline;
	margin: 0;
}

#ReleaseBox img {
	width: 150px;
	border: 1px solid #444;
	display: block;
	margin-bottom: 3px;
}

#ReleaseBox a, #ReleaseBox .title, #ReleaseBox .submit {
	display: block;
	width: 142px;
	margin-bottom: 3px;
	padding: 4px;
	background: #333;
	border: 1px solid #444;
	font: 11px sans-serif;
	text-decoration: none;
	color: #EEE;
}

#ReleaseBox .Links .submit {
	width: 152px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}

#ReleaseBox .Links .Active {
	background: #555;
	border: 1px solid #555;
}

#ReleaseBox .title {
	font-weight: bold;
}

#BlogEntries {
	float: right;
	width: 250px;
	margin: 0 0 20px 20px;
}

#BlogEntries div {
	padding: 5px;
	background: #222;
	border: 1px solid #333;
	margin-bottom: 12px;
}


/***********************************************
	CATALOG ITEMS
***********************************************/

#Catalog {
	width: 625px;
}


.CatItem {
	background: #222;
	width: 710px;
	height: 60px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #AAA;
	clear: both;
	cursor: pointer;
	border: 1px solid #333;
}

.CatItem a, .CatItem_latest a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.CatItem a:hover, .CatItem_latest a:hover {
	color: #CC0000;
}

.CatItem .Image {
	float: left;
	width: 52px;
	height: 52px;
	overflow: hidden;
	padding: 2px;
	margin: 2px;
}

.CatItem .Image img {
	width: 50px; height: 50px;
	border: 1px solid #333;
}

.CatItem .Details {
	float: left;
	width: 637px;
	padding: 7px 5px 3px 6px;
	font-size: 13px;
}

.CatItem .Clear, .CatItem_latest .Clear {
	clear: both;
}

.Status_0, .Status_1, .Status_2 {
	width: 11px;
	height: 48px;
	float: right;
	margin-left: 10px;
	margin-top: -2px;
	overflow: hidden;
	border: 1px solid #444;
}

.Status_2 {
	background: #333 url(../images/status_2.png) no-repeat scroll center;
}
.Status_1 {
	background: #333 url(../images/status_1.png) no-repeat scroll center;
}
.Status_0 {
	background: #333 url(../images/status_0.png) no-repeat scroll center;
}

/***********************************************
	ARTIST LIST
***********************************************/
div.artist_list {
	background: #222;
	border: 1px solid #333;
	margin-bottom: 3px;
	padding: 5px;
}

/***********************************************
	LATEST ITEMS
***********************************************/

.CatItem_latest {
	background: #222;
	width: 725px;
	height: 83px;
	font-size: 12px;
	color: #AAA;
	margin-bottom: 8px;
	clear: both;
	cursor: pointer;
	border: 1px solid #333;
	overflow: hidden;
}

.CatItem_latest .Image {
	float: left;
	width: 80px;
	padding: 2px;
}

.CatItem_latest .Image img {
	width: 77px; height: 77px;
	border: 1px solid #333;
}

.CatItem_latest .Details {
	float: left;
	width: 620px;
	padding: 8px 5px 0 10px;
}

.CatItem_latest h3 {
	font-size: 15px;
	margin: 3px 0;
}
.CatItem_latest p {
	margin: 0;
}

/***********************************************
	TEXT
***********************************************/

img {
	border: 0;
}

h1 {
	font-size: 18px;
	color: #EEE;
	margin: 0;
}

h2, h3 {
	font-size: 12px;
	font-weight: bold;
	color: #EEE;
	margin: 0 0 11px 0;
}

p, ul, ol {
	font-size: 12px;
	color: #EEE;
	margin: 0 0 11px 0;
	line-height: 17px;
}

p a, ul a, ol a, h3 a {
	color: #DDD;
	text-decoration: none;
	font-weight: bold;
}

p a:hover, ul a:hover, ol a:hover, h3 a:hover {
	color: #EE0000;
}

ol, ul {
	margin: 0; padding: 0;
	padding-left: 20px;
}

a.Audio {
	background: transparent url(../images/audio.png) no-repeat scroll right;
	padding-right: 10px;
}

p.Small {
	font-size: 10px;
	line-height: 1.1em;
	margin: 5px 0 0 0;
	color: #CCC;
}

button {
	width: 110px;
	padding: 2px;
	background: #333;
	border: 1px solid #444;
	font: 8px small fonts;
	color: #EEE;
	cursor: pointer;
}

button.Active {
	background: #555;
	border: 1px solid #555;
}

div.hrule {
	height: 1px;
	border-top: 1px dotted #666;
	margin-bottom: 10px;
}

/***********************************************
	FORMS
***********************************************/

label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #EEE;
	margin: 0 0 3px 0;
}

.Textbox, .Textarea {
	display: block;
	font: 12px sans-serif;
	color: #EEE;
	margin: 0 0 6px 0;
	background: #666;
	border: 1px solid #000;
	padding: 2px;
	width: 260px;
}

.Textarea {
	height: 130px;
	border: 1px solid #000;
	font: 12px sans-serif;
}

.Button {
	font: 12px sans-serif;
	color: #000;
	background: #999;
	border: 1px solid #000;
}

input.ReleaseButton, input.ReleaseButtonOn {
	display: block;
	width: 152px;
	margin-top: 3px;
	padding: 2px 4px;
	background: #333;
	border: 1px solid #444;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #EEE;
	cursor: pointer;
}

input.ReleaseButtonOn {
	background: #555;
	border: 1px solid #555;
}

input.ReleaseButton:hover {
	background: #444;
}


/***********************************************
	SIFR
***********************************************/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 28px;
	width: 670px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 18px;
	width: 670px;
}


/***********************************************
	SHOPPING CART
***********************************************/

table#Cart {
	width: 100%;
	font: 14px "Arial", "Helvetica", sans-serif;
	color: #fff;
}

#Cart th {
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	background: #555;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}


#Cart td {
	background: #333;
	padding: 5px;
	text-align: left;
}

#Cart input, #Cart select {
	color: #fff;
	border: 1px solid #000;
	background: #666;
	padding: 2px 0;
}

#Cart input.quantity {
	width: 40px;
	padding: 2px;
}

#Cart input.remove {
	font-weight: bold;
	width: 25px;
}

#Cart input.button, #Cart input.placeorder, #Cart select.country {
	width: 120px;
}

#Cart select.country {
	width: auto;
	padding: 2px;
}

#Cart input.placeorder {
	width: auto;
	padding: 2px;
	font-weight: bold;
}

/***********************************************
	SEARCH
***********************************************/
#modal {
	position: absolute;
	left: 0; top: 0;
	z-index: 888;
	width: 100%; height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	visibility: hidden;
}

#search {
	position: absolute;
	left: 200px; top: 60px;
	z-index: 999;
	width: 300px;
	margin: 100px auto;
	background: #333;
	padding: 6px;
	border: 1px solid #666;
	visibility: hidden;
}

#search h3 {
	font-size: 16px;
	margin: 0;
}

#search td {
	padding: 0 5px 0 0;
}

#search .text, #search .submit, #search .button {
	border: 1px solid #999;
	font-size: 13px;
}

#search .text {
	width: 168px;
}

#search .button {
	width: 60px;
}

#search .submit {
	width: 60px;
	font-weight: bold;
}

/***********************************************
	CART
***********************************************/
.cartTable {
	border: 1px solid #666;
}

.cartTable th {
	padding: 4px;
	text-align: left;
	background: #666;
	font-size: 12px;
	color: #fff;
}

.cartTable td {
	padding: 4px;
	vertical-align: top;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.cartTable select {
	display: block;
	width: 200px;
	border: 1px solid #666;
	margin: 5px 0 0 0;
}

.cartRemove {
	font-size: 12px;
	border: 1px solid #666;
}

.cartButton {
	font: 14px sans-serif;
	border: 1px solid #666;
}