body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
}
table {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #990000;

}
a:hover, a:active {
	color: #333333;
}
.bottomlinks {
	font-size: 12px;
	font-weight: bold;
}
.instructions {
	font-size: 12px;
	font-weight: bold;
}
#artistlist, #productlist {
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
	width: 175px;
}
#productlist {
	width: 190px;
	padding-left: 25px;

}
#artistlist a:hover, #artistlist a:active, #productlist a:hover, #productlist a:active {
	text-decoration: underline;
}
h1 {
	font-size: 28px;
	font-style: italic;
	color: #000000;
}
h2 {
	font-size: 18px;
	font-style: italic;
	margin: 0px;
}
#artistlist a, #productlist a {
	margin: 0 0 5px 0;
	display:block;
	width:auto;
	height:1em;
}
#productlist ul {
	list-style: disc !important;
	margin: 1em 0 1em 25px !important;
	padding: 0 !important;
}
#productlist li {
	font-size: 12px !important;
	line-height: 12px !important;
	margin: 0 !important;
}
#productlist ul li a {
	font-size:12px;
	padding: 0 !important;
}

#productimg {
	width: 190px;
	left: 0px;
	top: 0px;
	text-align: center;
	float: left;
	clear: none;
	margin: 6px;
	padding: 0;
	height: 190px;
	border: 1px solid #666666;
}
#content {
	text-align: center;
}
#content img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: none;
}
#content img.outofstock {
	border: 2px solid #FF6600;
}
span.outofstock {
	color: #FF6600;
}
.assortment {
	width: 200px;
	clear: right;
	float: left;
	position: static;
	height: 250px;
}
#productpurchaseimg {
	float: left;
	height: auto;
	width: 215px;
	margin-right: 0px;
	text-align: center;
}
#productoptions {
	float: right;
	width: 400px;
}
form {
	margin: 0px;
}
.productDescriptions {
	position:absolute;
	left:421px;
	top:408px;
	width:346px;
	height:150px;
	z-index:2;
	text-align: center;
	visibility: hidden;
}
.artistsBio {
	position:absolute;
	left:267px;
	top:462px;
	width:451px;
	height:144px;
	z-index:1;
	visibility: hidden;
	text-align: center;
}
.notecardDescriptions {
	position:absolute;
	left:421px;
	top:408px;
	width:346px;
	height:150px;
	z-index:2;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	visibility: hidden;
}
.notecardDescriptions ul{
	margin: 0;
	padding: 5px;
	list-style-position: inside;
}
#productdescription {
	background: url(images/page_images/products_description.jpg) no-repeat right top;
	width: 360px;
	height: 170px;
	position: absolute;
	top: 402px;
	left: 416px;
	z-index: 1;
}

