/* NESTED STORE MENU and KEYWORDS WIDGET */

#menu_widget li a, #keywords_widget li a {font-size: 1.1em; padding: 10px 5px; display: block; color: #666; border-top: 1px solid #FFEAAD;}

#menu_widget li a:hover, #keywords_widget li a:hover { background: #FFFAED; text-decoration: none;}

#menu_widget li.top:first-child a,  #keywords_widget li:first-child a {border-top:none;}

#menu_widget ul ul { border-top: 1px solid #FFEAAD; } 
#menu_widget ul ul ul {border-top:none;}

#menu_widget li li a {
	padding: 10px 0 10px 10px;
	background: #E6E6E6;
	border-bottom: 1px solid #fff; border-top: none;
	position:relative; /*fixes some stupid IE6 hover bug */
}

#menu_widget li li li a{
	padding: 10px 0 10px 20px;
	background: #ccc;
	border-bottom: 1px solid #fff;
}

#menu_widget li li a:hover { text-decoration: underline; background: #E6E6E6;}

#menu_widget li li li a:hover { text-decoration: underline; background: #ccc;}



/* 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 {}

#store_minicart tr.bottom th {border-top: 1px dotted #168381;}

#store_minicart td { padding:5px; background: #FFFAED; }



/* 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;}



/*EMAIL SUBSCRIBE*/

#email_widget {margin: 15px 0;}
#email_widget_message {margin-top: 5px;}



/* Category Widget Formatting */

#category_widget {

}

#category_widget ul {
	margin: 0;
	padding: 0;
}











