/*
	Styles for IMAGE GALLERIES for Artisan Direct
	Copyright (c) 2008-2010, Red Beagle Web Development, All Rights Reserved
	
	Stylesheet is interdependent with galleries.js and gallery_generate.js.
	
*/
#gal_artist_name { position: relative; top: 0px; left: 0px; width: 900px; }
#gal_artist_name p { text-align: center; font-size: 4.0em; font-weight: light; margin: 20px 0px 10px 0px; }

.tabsArea { width: 840px; margin-left: 30px; background: #000000 url("../images/tabs-bkgd.gif")}
.tabContent {	width: 818px;
				padding: 5px 10px;
				border: 1px solid #666666; border-width: 0px 1px 1px 1px;
				display: none;
				background: #111111; clear: both;
}
.tabHeader {	height: 15px;
				background-color: #333333;
				color: #cccccc;
				padding: 3px 8px 2px 8px;
				border: 1px solid #666666; border-width: 1px 1px 0px 0px;
				float: left;
				font-size: 1.3em;
				font-weight: bold;
				cursor: pointer;
				font-family: helvetica, verdana, arial, sans-serif;
}
.tabHeader1 { border-left-width: 1px; }
.overviewImage { float: right; border: 3px solid #cccccc; border-right-color: #666666; border-bottom-color: #666666; margin: 0px 0px 5px 10px; }

.artist_table td, .artist_table li { font-size: 1.0em; color: #aaaaaa; }
.artist_table p { line-height: 1.3; text-align: right; padding-right: 5px; }
.artist_exh_list p { text-align: left; padding-left: 5px;  }

h2 { font-style: normal; font-size: 2.0em; font-weight: normal; margin: 10px 0px 10px 0px; text-align: center; }
h2, #gal_artist_name p { font-family: helvetica, verdana, arial, sans-serif; }
.inset_box { width: 160px; float: left; background-color: #180000; border: 1px solid #666666; border-right-color: #333333; border-bottom-color: #333333; text-align: center; padding: 3px; margin-right: 10px; }
.inset_box p { margin: 0px; }

.catalogLeft { text-align: left; }
.catalogRight { text-align: right; }
