/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3215 2006-03-20 06:05:55Z birdbrain $
 */
 
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background: #fff;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
 
a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	text-decoration: underline;
	}

a:active {
	color: #000000;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, serif;
	padding-bottom: 18px;
	}

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 18px;
	padding-bottom: 18px;
	}

h3 {
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	}

.biggerText {
	font-size: 1.2em;
	}


CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;

	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #7e0202;
	background-color: #fbf6d5
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	background-color: #7e0202;
	color: #FFFFFF;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

p {
	margin-bottom: 18px;
	}

ADDRESS {
	font-style: normal;
	color: #000;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9A9C86;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	padding: 5px;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 842px;
	vertical-align: top;
	}

#logoWrapper {
    padding-bottom: 10px;
	}
	
#headerWrapper {
	padding-bottom: 10px;
	}

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	margin-top: 10px;
	}
	

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	} 

#tagline {
	color:#ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align : right;
	vertical-align: middle;
	padding-right: 30px;
	padding-top: 60px;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*****************************************        -| NAVIGATION |-        ***************/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
	
#navSuppWrapper {	
    margin: 0em;
	margin-bottom: 0px;
	height: 26px;
	background-color: #989da3;
	font-weight: bold;
	color: #ffffff;
	padding: 15px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	#navMain ul {
		width: 520px;
		}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

	#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
		text-decoration: none;
		padding: 0em 0.5em;
		margin: 0;
		color: #fff;
		}
		
	#navMain ul li {
		display: block;
		float: left;
		}
		
		#navMain ul li a,
		#navMain ul li a:visited {
			display: block;
			padding: 3px 10px;
			background: #000;
			color: #fff;
			font-weight: bold;
			}
			
			#navMain ul li a:hover,
			#navMain ul li a:visited:hover,
			#navMain ul li a:active,
			#navMain ul li a:visited:active {
				background: #980366;
				}
			

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	
	}

#navBreadCrumb {
	background-color: transparent;
	}

#navEZPagesTop {
	background-color: #FFFFFF;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0 20px 18px 0;
	}

#navColumnOne {
	background-color: transparent;
    }

#navColumnTwo {
	background-color: transparent;	
	}
	
	
/*****************************************        -| STRUCTURE |-        ***************/
	
#mainWrapper {
	margin-bottom: 50px;
	background: #fff;
	width: 900px;
	}
	
#mainWrapper_2 {
	margin: 0 10px;
	padding: 10px 0;
	}
	
#navMainWrapper {
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#address_info {
	position: relative;
	width: 360px;
	float: right;
	}




/*****************************************        -| The main content classes |-        ***************/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
	
table {
   }

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0 20px 0 0;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}


.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #6c3102;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #462409;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	/*padding: 0.2em 0em;*/
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*****************************************        -| IMAGE DISPLAY |-        ***************/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
	display: none;
	}
	
	
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*****************************************        -| MAIN CONTENT CLASSES |-        ***************/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*****************************************        -| SIDEBOXES |-        ***************/

.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	padding-top: 14px;
	padding-bottom: 0;
	font-size: 14px;
	color: #161100;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}
	
.leftBoxHeading {
	margin: 0em;
	padding: 5px 0px;
	}

.leftBoxContainer,
.rightBoxContainer {
     padding-bottom: 20px;
	}

.sideBoxContent {
	background-color: transparent;
	padding: 0.4em;
	}

/* Shopping Cart */
.columnLeft #shoppingcart {
	width: 200px !important;
	}

.rightBoxHeading {
/*
	margin: 0em;
	padding: 5px 0px;
*/
	}


h3.leftBoxHeading a:hover {
	color: #000;
	text-decoration: none;
	}

h3.rightBoxHeading a:hover {
	color: #000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #000000;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#siteinfoIP, #siteinfoLegal {
	background-color: #FFFFFF;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: transparent;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*****************************************        -| MISC |-        ***************/
.back {
	float: left;
	}

.forward {
	float: right;
	}
	
.hiddenField {
	display: none;
	}

.visibleField {
	display: inline;
	}	

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}
	
.productListing-odd {
	background-color: #FFFFFF;
}
					  
.productListing-even {
	}
	
	.productListing-event td,
	.productListing-odd td {
		padding-bottom: 20px !important;
		}
					  
.listingProductImage {padding: 4px;}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #980366;
	padding: 10px;
	}
	
	#popupShippingEstimator > div,
	#popupSearchHelp > div,
	#popupAdditionalImage > div,
	#popupImage > div,
	#popupCVVHelp > div,
	#popupCouponHelp > div,
	#popupAtrribsQuantityPricesHelp > div {
		padding: 10px;
		background: #fff;
		border: 1px solid #520036;
		}






/*****************************************        -| ETHNIC ARTS |-        ***************/

/* HEADER */

#address_info .address_photo {
	float: right;
	padding: 3px;
	background: #fff;
	}
	
	#address_info .address_photo a {
		display: block;
		line-height: 0;
		}
		
		#address_info .address_photo a.storefront {
			border: 1px solid #001524;
			}
	#address_info .container {
		float: left;
		}
	
	#address_info .info {
		}
		
		#address_info .info .right {
			float: right;
			width: 120px;
			}
			
			#address_info .info .right a,
			#address_info .info .right a:visited {
				text-decoration: none;
				color: #980366;
				border-bottom: 1px solid #eaeaea;
				}
				
				#address_info .info .right a:hover,
				#address_info .info .right a:visited:hover,
				#address_info .info .right a:active,
				#address_info .info .right a:visited:active {
					border-bottom-color: #980366;
					}
			
		#address_info .info .left {
			float: left;
			}
			
			#address_info .info .left h2 {
				margin-right: 15px;
				font-size: 18px;
				color: #980366;
				font-weight: normal;
				text-align: right;
				}
				
#address_info .bottom {
	padding-top: 15px;
	}

#address_info p {
	margin-bottom: 0;
	color: #000;
	}
	

/* Constant Contact Mailing List */
.constant_contact {
	margin-top: 5px;
	padding: 5px;
	background: #e4e4e4;
	border: 1px solid #b5b5b5;
	}
	
	.constant_contact p {
		margin-right: 15px;
		font-weight: bold;
		display: inline;
		}
		
	.constant_contact label {
		text-transform: uppercase;
		font-size: 9px;
		font-weight: bold;
		}
		
		

/* Shopping Cart Link (home) */
.shopping_cart_link {
	
	}
	
	.shopping_cart_link a {
		display: block;
		margin: 3px 0 0 -10px;
		width: 248px;
		height: 62px;
		background: url(../images/shopping_cart/home_link.gif) no-repeat 0 0;
		opacity: .8;
		text-indent: -99999px;
		}
		
		.shopping_cart_link a:hover {
			opacity: 1;
			}
			
		
			
			
#navCatTabsWrapper {
	padding-top: 10px;
	}
	
	#navCatTabsWrapper ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #2b2b2b;
		border-left: 1px solid #2b2b2b;
		}
		
		#navCatTabsWrapper ul li {
			margin: 0;
			padding: 0;
			border-right: 1px solid #2b2b2b;
			border-bottom: 1px solid #2b2b2b;
			height: 150px;
			float: left;
			}
			
			#navCatTabsWrapper ul li a {
				display: block;
				text-align: center;
				margin: 0;
				padding: 5px 0;
				}
				
			#navCatTabsWrapper ul li,
			#navCatTabsWrapper ul li a {
				width: 218px;
				}
				
			#navCatTabs ul li .menu_image img {
				width: 100px;
				height: 100px;
				padding: 1px;
				border: 1px solid #fff;
				}

/* FEATURED :: CURRENT EXHIBIT */

#current_exhibit {
	position: relative;
	margin-top: 20px;
	background: #669966;
	}
	
#current_exhibit a:link,
#current_exhibit a:visited,
#current_exhibit h2 {
	color: #fff;
	text-decoration: none;
	}
	
#current_exhibit a:hover,
#current_exhibit a:active {
	text-decoration: underline;
	}
		
	#current_exhibit .exhibit {
		padding: 10px;
		}
		
		#current_exhibit .exhibit .image {
			float: left;
			width: 150px;
			padding: 1px;
			margin: 0 20px 20px 0;
			}
			
			#current_exhibit .exhibit .image img {
				width: 150px !important;
				}
				
		#current_exhibit .exhibit .content {
			font-size: 14px;
			}
			
			#current_exhibit .exhibit .content p {
				margin-bottom: 0;
				margin-right: 225px;
				}
				
			
			
/* SIDEBOXES :: HEADER TITLES / LISTS */

.header_container {
	width: 200px;
	background: url(../images/sideblock/header_bg.gif) no-repeat 0 0;
	}
	
	.header_container .header_left {
		}
		
	.header_container .header_right {
		}
		
		
	/* Shopping Cart Block */
	#shoppingcart .header_left {
		padding-left: 22px;
		height: 45px;
		background: url(../images/icons/Shoppingcart_32x32.png) no-repeat 8px 6px;
		}
		
		

.sideBoxContent ul li {
	padding: 0 0 10px 20px;
	background: url(../images/bullet_sun.gif) no-repeat left 2px;
	}
	
#shoppingcartHeading a {
	font-size: 12px;
	}
	
	
	
/*  MAIN MENU  */

#menu_1 {
	background-color: #666699;
	}
	
	#menu_1 a:hover {
		background-color: #cccc99;
		}
	
#menu_2 {
	background-color: #ae7602;
	}
	
	#menu_2 a:hover {
		background-color: #a42646;
		}
		
#menu_3 {
	background-color: #a6594f;
	}
	
	#menu_3 a:hover {
		background-color: #436b70;
		}
		
#menu_4 {
	background-color: #a42646;
	}
	
	#menu_4 a:hover {
		background-color: #02487b;
		}
		
#menu_5 {
	background-color: #3e827b;
	}
	
	#menu_5 a:hover {
		background-color: #785c81;
		}
		
#menu_6 {
	background-color: #436b70;
	}
	
	#menu_6 a:hover {
		background-color: #af6b76;
		}
		
#menu_7 {
	background-color: #c97d4b;
	}
	
	#menu_7 a:hover {
		background-color: #557a91;
		}
		
#menu_8 {
	background-color: #989842;
	}
	
	#menu_8 a:hover {
		background-color: #02487b;
		}
		
#menu_9 {
	background-color: #e6a541;
	}
	
	#menu_9 a:hover {
		background-color: #7a7b75;
		}
		
#menu_10 {
	background-color: #236b81;
	}
	
	#menu_10 a:hover{
		background-color: #ae7602;
	}
		
#menu_11 {
	background-color: #7a7b75;
	}
	
	#menu_11 a:hover {
		background-color: #e6a541;
	}
		
#menu_12 {
	background-color: #674f6f;
	}
	
	#menu_12 a:hover {
		background-color: #3e827b;
	}
	
	
	
/*  PRODUCT VIEW page  */

.navNextPrevWrapper {
	padding-bottom: 20px;
	}
	
#productDateAdded {
	padding-top: 20px;
	}
	
.imgLink {
	font-weight: bold;
	}
	
	
	
	
/*  EZ PAGES  */

#ezPageDefault table p {
	margin-bottom: 0;
	}
	
#ezPageDefault table td {
	vertical-align: top;
	padding-bottom: 20px;
	padding-right: 10px;
	}
	
#ezPageDefault table td img {
	padding-bottom: 10px;
	}
	
	
	
	
#categoryImgListing {
	display: none;
	}
	
ul#productDetailsList {
	margin-left: 20px;
	}
	
	
	
/* SUB MENU */

#sub_menu {
	padding: 10px 0;
	margin-right: 10px;
	background: #236B81;
	}
	
	#sub_menu h2 {
		margin: 0 10px;
		color: #fff;
		}
	
	#sub_menu a,
	#sub_menu a:visited {
		color: #e3e3e3;
		}
		
	
	
	#sub_menu ul {
		list-style: none;
		margin: 0 10px;
		}
		
		#sub_menu ul li.sub_menu_title a {
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			}
			
		#sub_menu ul li {
			padding-bottom: 10px;
			}
			
		#sub_menu ul li.sub_menu_title ul {
			margin: 0 5px;
			padding-top: 10px;
			}
			
			#sub_menu ul li.sub_menu_title ul li a {
				font-weight: normal;
				color: #e3e3e3;
				}
				
				
				
				
				

/* QUICKFIX :: HIDE AFRICAN STOOLS FROM MAIN MENU */
#menu_13 {
	display: none !important;
	}
	
	
/* Announcement Area located on Homepage  */
#announcement {
	float: right;
	width: 200px;
	}
	
	#announcement p {
		margin: 0 !important;
		padding-bottom: 20px;
		}
		
		
		
/*****************************************        -| Advanced Search |-        ***************/

#advSearchDefault {
	padding-right: 0;
	}
	
	#advSearchDefault fieldset {
		margin-bottom: 20px;
		background: #e9e9e9;
		border-color: #595959;
		}
		
		#advSearchDefault fieldset:hover {
			border-color: #000 !important;
			}
		
		#advSearchDefault fieldset fieldset {
			margin-top: 0;
			margin-bottom: 0;
			background: none;
			border: none;
			}
		
		#advSearchDefault fieldset legend {
			margin-bottom: 5px;
			background-color: #980366;
			}
			
			#advSearchDefault fieldset fieldset legend {
				background: none !important;
				color: #000;
				}	
		
		#advSearchDefault fieldset.floatingBox {
			background: #f2f2f2;
			border-color: #bdbdbd;
			}
			
			#advSearchDefault fieldset.floatingBox legend {
				background-color: #5c5c5c;
				}
				
		#advSearchDefault fieldset select {
			margin-bottom: 10px;
			}

	#advSearchDefault .input_search {
		margin-left: 15px;
		float: left;
		}
		
		#advSearchDefault .input_search input {
			display: block;
			margin-right: 10px;
			font-size: 18px;
			padding: 5px;
			}
			
			
			
/*****************************************        -| HOMEPAGE HEADER Featured Area |-        ***************/
#current_exhibit .feature {
	color: #fff;
	}
	
	#current_exhibit .feature a,
	#current_exhibit .feature a:visited {
		color: #d3eed3;
		text-decoration: underline;
		}
		
		#current_exhibit .feature a:hover,
		#current_exhibit .feature a:visited:hover,
		#current_exhibit .feature a:active,
		#current_exhibit .feature a:visited:active {
			color: #fff;
			text-decoration: underline;
			}
		
	
	#current_exhibit .feature h1 {
		font-size: 21px;
		font-weight: bold;
		color: #d3eed3;
		}
	
	#current_exhibit .feature.one_wide {
		margin-right: 2%;
		width: 47%;
		float: left;
		}
		
	#current_exhibit .feature img {
		margin: 0 15px 15px 0;
		padding: 1px;
		border: 1px solid #d3eed3;
		float: left;
		}	
	
	
	
	
	
	
	
.cssButton, .cssButtonHover {
	display: inline-block;
	}
	


