h1 {
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	font-family: verdana;
	font-size: 18px;
}

a {
	text-decoration: none;
	/*color: #f7931e;*/
	color: #888888;

}
a:visited {
	/* color: #f7931e; */
	color: #888888;
}




#menu a {
/*	color: #f7931e;*/
	color: #555555;
	display: block;
/*	font-weight: bold;*/
	/*background-color: #e5e5e5;*/
	line-height: 22px;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	text-transform: uppercase;
}
#menu .current {
	background-color: #efefef;
/*	color: #f7931e;*/
	color: #555555;
}
#menu a#current:hover {
	background-color: #e4e4e4;
}
#menu a:hover {
	background-color: #e4e4e4;
}
.artistlink {
	text-align: center;
	vertical-align: center;
	padding-bottom: 5px;
}
.artistlink:hover {
	background-color: #e4e4e4;
}

#menu a.submenu {
	background-color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	padding-left: 9px;
/*	color: #f7931e;*/
	color: #888888;
}
#menu b {
	text-transform: uppercase;
	padding-left: 4px;
	font-size: 12px;
	line-height: 22px;
}

body {
	background-color: #ffffff;
	
	background: URL("img/tile.png");
	background-attachment: fixed;

	color: #444444;
	font-family: arial;
	font-size: 12px;
}

.main {
	top: 5%;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	width: 840px; /*670*/
}

.box {
	padding: 10px;
	padding-bottom: 11px;
	padding-top: 11px;
	background-color: #ffffff;
/*	border: 1px solid #555555;
	border-bottom: 3px solid #777777;
	border-right: 3px solid #777777;*/
	margin-bottom: 12px;
}

#logo {
	
	padding: 0px;
	padding-bottom: 5px;
	clear: both;
}

.right {
	text-align: right;
}

.logindiv {
	margin-top: 5px;
	position: absolute; 
	left: 500px;
}

#menu {
	width: 155px;
	float: left;
	clear: left;
}

.content {
	margin-left: 190px;
	width: 430px;
	padding: 15px;
	line-height: 140%;

}
.separator {
	width: 100%;
}

td {
	vertical-align: top;
}
table.news {
/*
	margin-top: 1px;
	margin-bottom: 0px;
	*/
	margin-bottom: -5px;
	border-spacing: 0px;
	text-align: justify;
}
.news b {
	display: inline !important; 
	padding: 0 !important;
	background-color: inherit !important;
}
.news img {
	margin-left: 15px;
	margin-bottom: 15px;
}
table.releases {
	border-spacing: 0px;
	margin-bottom: 12px;
	text-align: justify;
}
.releases b {
	display: block;
	margin-top: -2px;
	margin-bottom: -7px;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #efefef;
}
.releases img {
	margin-left: 15px;
	margin-bottom: 15px;
}


hr {
/*	color: #ffa32e;*/
	color: 888888;
	margin-bottom: 11px;
}
input {
	max-width: 100px;
	border: 1px solid #666666;
	margin-bottom: 1px;
}

.cartsummary {
	margin-top: 5px;
}
.cartsummary td {
	padding-bottom: 4px;
}
.cart {
	margin-right: 5px;
	width: 98%;
}
.cart td {
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 16px;
}
.cart th {
	text-align: left;
	padding-right: 16px;
	border-bottom: 1px solid #cccccc;
}
.graytd {
	text-align: left; 
	padding: 3px; 
	padding-bottom: 2px;
	padding-left: 8px; 
	background-color: #eeeeee;
	width: 165px;
}
.checkout {
	margin: 5px;
}
.verify td {
	padding-bottom: 10px;
}

.checkout td {
	font-size: 1.1em;
	padding-right: 20px;
}
.checkout input, .checkout select, .checkout textarea{
	border: 1px solid #666666;
	color: #333333;
	padding: 3px;
}

.titlelink {
	color: #333333 !important;
}

.vc {
	vertical-align: center;
	padding-top: 7px;
}



