/* NESTED STORE MENU and KEYWORDS WIDGET and BRANDS WIDGET */

#menu_widget li a, 
#keywords_widget li a, 
#brands_widget li a  {
	font-size: 1.1em; 
	padding: 10px 5px; 
	display: block; 
	color: #666; 
	border-top: 1px dotted #168381 !important;
	border-top: solid;
	position: relative; /*fixes stupid IE6 bug*/
}

#menu_widget li a:hover, 
#keywords_widget li a:hover,
#brands_widget li a:hover { 
	background: #D8E1E1; text-decoration: none;
}

#menu_widget li.top:first-child a,  
#keywords_widget li:first-child a,
#brands_widget li:first-child a {border-top:none !important;}

#menu_widget ul ul { border-top: 1px dotted #168381 !important; border-top: solid; } 

#menu_widget ul ul ul {border-top:none !important;}

#menu_widget li li a {
	padding: 10px 0 10px 10px;
	background: #E6E6E6;
	border-bottom: 1px solid #fff; border-top: none !important;
	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 {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;}






/*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;
}


/* 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;}


