/* NESTED STORE MENU and KEYWORDS WIDGET and BRANDS WIDGET */


.sidebar_widget ul { 
	text-align: center;
}

.sidebar_widget li{ 
	width: 210px;  
	font-size: 12px; letter-spacing: 0.08em; line-height: 1.4em; 
	text-transform: uppercase; font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #897464; 
}	
			
.sidebar_widget li a { 
	color: #897464;
	display: block; width: 100%;
	padding: 0.8em 0; margin: 0; 
}
				
.sidebar_widget li a:hover { 
	text-decoration: none; display: block; width: 100%; color: #333 ;
	background: url('../images/backgrounds/contentbg.gif') repeat;
}





/* STORE SEARCH WIDGET */

input.store_search_field {width: 140px;}
#sidebar form#store_search, #sidebar form#registry_search { margin: 1.5em 0;}


/* MINI CART */

#store_minicart table { padding-top: 10px; }

#store_minicart a { margin: 0 10px; font-size: 0.9em;}

#store_minicart th {
	padding: 5px;
	background: none;
}

#store_minicart tr.top th {border-bottom: 1px dotted #168381;}

#store_minicart tr.bottom th {border-top: 1px dotted #168381;}

#store_minicart td { padding:5px; background: #EFF2F2; border-top: none; border-bottom: 1px solid #fff;}



/* MICRO CART */

#header #store_microcart {
	float: right;  display: inline;
	width: 200px; height: 32px;
	margin: 15px 18px 0 0;
	text-align: right;
}

#header #store_microcart p {margin:0; padding: 0 38px 0 0; line-height: 32px; text-transform: uppercase;}




/* Sidebar Featured */

#sidebar2 .featuring { 
	width: 210px; height: 300px; display: block;
	background: url('../images/backgrounds/featuring.jpg') no-repeat; 
	text-align: center;
}

#sidebar2 .featuring img { 
	padding: 0; margin: 110px auto 0 auto; 
	border: 4px double #897464; 
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; 
	width: 150px;
}

#sidebar2 .featuring img:hover { filter:alpha(opacity=100);-moz-opacity:1;opacity:1; }

#sidebar2 .featuring .widget_product_title, #sidebar2 .featuring .short_description, #sidebar2 .featuring .artist {display: none;}



/* Featured Slideshow */

.home_feature #featured_products_widget {
	height: 250px;
	margin: 30px 0;
}

.home_feature #featured_products_widget img {
	width: 192px;	
	border: 4px double #897464; 
	float:left;
}

.home_feature #featured_products_widget .widget_product_title {
	width: 180px; float: right; 
	text-align: center; 
	font-size: 16px; 
	margin-top: 15px;
	margin-bottom: 5px; 
	text-transform: uppercase;
}

.home_feature #featured_products_widget .artist {
	width: 180px; float: right; 
	text-align: center; 
	font-size: 13px; 
	margin-bottom: 15px; 
	text-transform: uppercase;
	color: #444;
}

.home_feature #featured_products_widget .short_description {
	width: 180px; float: right; 
	text-align: center; 
	font-size: 14px;
	font-style: italic;
}


/* Sidebar Email */

#sidebar2 .subscribe {
	width: 190px; height: 175px; display: block; text-align: center;
	padding: 50px 10px 0 10px;
	background: url('../images/backgrounds/subscribe_bg.jpg') no-repeat; 
}

#sidebar2 .subscribe button {margin: 5px 0;}

#email_widget {margin: 15px 0;}

#email_widget_message {margin-top: 5px;}

