/* Category Widget Formatting */

#category_widget {

}

#category_widget ul {
	margin: 0;
	padding: 0;
}

/* Menu Widget */

#menu_widget ul {
	margin: 0;
	padding: 0;
}

#menu_widget ul ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#menu_widget ul ul ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#store_microcart {
	position: absolute; 
	right:-15px;
	margin: -50px 0 0 0;
	width: 185px;
	z-index: 10;
 
	 
}

#store_microcart .item_count {
	float:right; 
	text-align: center;
	font-weight: bold; 
	font-size: 190%; 
	 
	

}

#store_microcart .item_count a {display: block;  width: 70px; height: 67px;
 padding: 73px 20px 0 0; color: #fff; background: url('../images/backgrounds/bag.gif') center no-repeat;
}

#store_microcart .item_count a:hover {text-decoration: none;}

#store_microcart h2 {float:left;  padding: 75px 0 0 0; font-size: 15px; font-weight: bold; width: 90px;}
#store_microcart h2 a {color:#584109;}

.login {float: right; margin: -15px 10px 0 0; text-transform: uppercase;}

.welcome_message { position: absolute; right: 90px; margin: 155px 0 0 0; text-align: right; }

input.store_search_field {width: 135px; float: left; margin-right: 15px;}

.pledge {
	width: 482px; height: 55px;
	padding: 10px 10px 30px 10px; 
	position: absolute; 
	right: 30px; top: 50px;
	background: url('../images/backgrounds/pledge_bg.gif') center no-repeat;
	text-align: center;
	overflow: hidden;
	
}
