/* NESTED STORE MENU and KEYWORDS WIDGET and BRANDS WIDGET */








/* 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;}



/*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;
}










