#sidebar #menu_widget li, #sidebar #brands_widget li { background: url(../images/menuDivider.png) center bottom no-repeat; padding-bottom: 10px; }


#sidebar #menu_widget li a, 
#sidebar #keywords_widget li a, 
#sidebar #brands_widget li a  {
	font-size: 1.1em; 
	padding: 10px 5px; 
	display: block; 
	text-transform: capitalize;
	position: relative;
	letter-spacing: 0.1em;
}

#sidebar #menu_widget li a:hover, 
#sidebar #keywords_widget li a:hover,
#sidebar #brands_widget li a:hover { 
	text-decoration: none;
}

#sidebar #menu_widget li.selected a {}

#sidebar #menu_widget li li, #sidebar #brands_widget li li  { background: none; padding-bottom: 0; margin-left: 50%; text-align: left;}
#sidebar #menu_widget li li li, #sidebar #brands_widget li li li { margin:0; padding: 0; text-align: left;}

#sidebar #menu_widget li li ul {margin-bottom: 10px;}

#sidebar #menu_widget li li a {
	padding: 6px 0 6px 0;
	font-size: 1em;
	position:relative;
}

#sidebar #menu_widget li li li a {
	font-size: 0.9em;
	padding: 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_message {margin-top: 5px;}


/*SEARCH*/

input.store_search_field {width: 120px;}
#sidebar form#store_search, #sidebar form#registry_search { margin: 1.5em 0;}



/* Category Widget Formatting */

#category_widget {

}

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


/* TIMED SPECIALS */


#timed_special {	
	margin: 0 0 40px 0;
	border-bottom: 1px dotted #168381 !important;
	border-bottom: solid;
	clear: both;
}


#timed_special p.duration {
	background: url(../images/icons/clock.png) left top no-repeat !important;
	background: url(../images/icons/clock.gif) left top no-repeat;
	padding: 8px 0 8px 35px;
}


/* SCROLLING FEATURED AND SALE PRODUCTS */

#featured_window, #sale_window { 
	height: 385px;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #168381;
	position: relative;
	width: 338px; /*width must be set for IE6 */
}

#featured_frame, #sale_frame {
	width: 4000px;
	height: 100%;
}


#featured_frame .widget_product, 
#sale_frame .widget_product {
	float: left;
	width: 338px;
	height: 100%;
	position: relative;
	z-index: 2;
}

#featured_frame .widget_product img,
#sale_frame .widget_product img { 
	display: block; 
	margin: 35px auto 25px auto; 
	max-height: 200px;
}

#featured_frame a.widget_product_title,
#sale_frame a.widget_product_title { 
	display: block;
	font-size: 1.4em;
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	bottom: 18px;
	width: 180px;
	height: 42px;
	overflow: hidden;
}

#featured_frame .widget_product .product_price,
#sale_frame .widget_product .product_price {
	font-size: 1.4em; text-align: center;
}

#featured_frame .widget_product .product_retail_price,
#sale_frame .widget_product .product_retail_price  {
	color: #168381; font-size: 1.1em;
}


.title_container { 
	position: absolute; 
	left: 0; bottom: 0; 
	width: 100%; height: 80px;
	border-top: 2px solid #168381;
	background: #fff url(../images/backgrounds/widget_bg.jpg) bottom repeat-x;
}

.title_container .border {	
	margin: 3px 0;
	height: 72px;
	width: 100%; 
	overflow: hidden;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}


.product_nav { 
	position: absolute;
	right: 0; bottom: 4px;
	padding: 15px;
	height: 42px;
	text-align: right; 
	background: url(../images/backgrounds/widget_bg.jpg) bottom repeat-x;
	z-index: 3;
	text-align: center;
}

.product_nav a {text-transform: uppercase; display: block; font-weight: bold; margin-top: 5px; color: #666; }

.product_nav span {cursor: pointer; line-height: 23px; height: 23px; display: inline-block; text-transform: uppercase;}


