﻿#categories {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 425px;
	position: relative;
}
.category_img {
	border: 1px solid #B5A571;
	margin-right: 3px;
	margin-bottom: 3px;
	position: relative;
	float: left;
	width: auto;
}
.category_title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	float: left;
	width: 300px;
}
.category_description {
	width: 300px;
	float:left;
	position:relative;
	text-decoration: none;
}
.clr {
	clear: both;
}
#artists {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 425px;
	position: relative;
}
#artist {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A571;
}
.artist_img {
	border: 1px solid #B5A571;
	margin-right: 3px;
	margin-bottom: 5px;
	width: auto;
}
.artist_name {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	left: 70px;
	float: left;
	width: 300px;
	display:block;
}
.artist_description {
	width: 300px;
	float:left;
	position:relative;
	text-decoration: none;
	display:block;
}
.artists td {
	border: 1px solid #FFFFFF;
}
.clsGalleryTopNav {
    position: relative;
	height: 30px;
}
.clsGalleryBottomNav 
{
    position: relative;
    bottom: 0px;
	padding-top: 20px;
}
.clsGalleryTopNav, .clsGalleryBottomNav {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	width: 400px;
}
.clsGalleryTopNav a, .clsGalleryBottomNav a {
	text-decoration: none;
}
.clsGalleryTopNav a:hover, .clsGalleryBottomNav a:hover {
	text-decoration: underline;
}
.clsArtistButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #848284;
	border: 1px solid #000000;
	padding: 3px;
}
.h1_sub {
	font-size: 14px;
}
.style1 
{
    color: #333333;
}

.clsContent 
{
    padding: 20px 0px;
}
.clsContentPanel 
{
    min-height: 200px;
}
.clsPagingControlsTop a, .clsPagingControlsBottom a
{
    font-weight: normal;
    font-size: 10px;
	color: #7D6A42;
}
.clsPagingControlsTop
{
    font-size: 10px;
    height: 50px;
}
.clsPagingControlsBottom
{
    font-size: 10px;
    padding-top: 10px;
    height: 50px;
}
.clsCatalogTable a 
{
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}