body {
	margin: 18px 0 0 0;
	padding: 0;
	background: #000000 url(images/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AA1111;
}

h1 {
	font-size: 195%;
}

h2 {
	font-size: 165%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 150%;
}

a {
	color: #AA1111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Banner, logo, and menu */

#banner {
	width: 936px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	float: left;
	background: url('images/logo.jpg');
}

#logo a {
	display: block;
	width: 220px;
	height: 200px;
	text-decoration: none;
}

#menu {
	float: right;
	width: 700px;
	height: 40px;
	padding: 0;
	background: #AD1011 url('images/menu.gif') bottom left repeat-x;
}

#menu .nav {
	height: 40px;
	padding: 0;
	background: url('images/menu_sep.gif') top left repeat-y;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#menu a {
	text-decoration: none;
	padding: 8px;
	color: #FFFFFF;
}

/* Page, content, and sidebar */

#page {
	width: 936px;
	margin: 0 auto;
	text-align: left;
}

#content {
	float: right;
	width: 668px;
	padding: 16px;
	background: #FFFFFF url(images/content_foot.gif) no-repeat left bottom;
}

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
	color: #FFFFFF;
}

#sidebar a {
	color: #eedd33;
}

#sidebar .nested {
	color: #ffff77;
}

#sidebar .nested2 {
	color: #FFFFFF;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 90%;
}

#sidebar ul li {
	padding: 4px 16px;
	background: url(images/arrow.gif) no-repeat 4px 12px;
	border-bottom: 1px solid #111111;
}

.cart {
	width: 220px;
	font-weight: bold;
	text-align:center;
	padding-bottom: 12px;
}

.boxed {
	margin-bottom: 10px;
	background: #000000 url(images/box_foot.gif) no-repeat left bottom;
}

.boxed .title {
	height: 26px;
	margin: 0;
	padding: 6px 0 0 12px;
	background: #e5ed5e url(images/box_top.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 8px;
	background: url(images/box_grd.gif) repeat-x top left;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search p {
	text-align: center;
	margin: 2px 0;
	font-size: 85%;
}

#quick_search {
	width: 160px;
	padding: 2px 4px;
	background: #EFEFEF url(images/srch_top.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Footer */

#footer {
	clear: both;
	width: 936px;
	margin: 0 auto;
	padding: 4px;
	color: #FFFFFF;
}

#footer p {
	text-align: center;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #eedd33;
}

.artists {
	width: 100%;
	text-align: center;
}

/* OSCommerce classes */

.product td {
	font-size:13px; 
}

.product a {
	font-size:16px; 
	text-decoration:underline;
}

.product a:hover	{
	text-decoration:none;
}

.product_txt {
	font-weight:bold; 
}

.productSpecialPrice {
	color:#2D2D2D; 
	font-size:18px; 
	font-weight:bold;
}

.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.result td {
	height:26px;
	padding:0px 6px 0px 4px;
}

.box_width_left	{
	width:210px;
}

.box_width_right { 
	width:0px;
}

.box_width_cont { 
	width:100%;
}			
