#menu_widget li a, 
#keywords_widget li a, 
#brands_widget li a  {
	font-size: 1em;
        font-weight: bold; 
	padding: 6px 3px; 
	display: block; 
	color: #000; 
	position: relative;
}

#menu_widget li a:hover, 
#keywords_widget li a:hover,
#brands_widget li a:hover { 
	background: #FEFDEE; 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:none !important; } 

#menu_widget ul ul ul {border-top:none !important;}

#menu_widget li li a {
	padding: 6px 0 6px 14px;
	border-bottom: 1px solid #fff; border-top: none !important;
	position:relative;
}

#menu_widget li li li a {
	padding: 6px 0 6px 20px;
	background: #FEFDEE;
	border-bottom: 1px solid #fff;
}

#menu_widget li li a:hover { text-decoration: none; background: #FEFDEE;}

#menu_widget li li li a:hover { text-decoration: none; background: #FEFDEE}




/* 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;}


/* USER WIDGET */

#user_widget {
        float: right; display: inline;
	margin: 0 20px 0 0;
	text-align: right;
}

/* MICRO CART */

#store_microcart {
        float: right;  display: inline;
	width: 120px; height: 28px;
        margin: -8px 0 10px 0;
	text-align: right;
}
#store_microcart p {margin:0; padding: 0 24px 0 0; line-height: 28px; text-transform: uppercase;}

#store_microcart .span{
        float: right;  display: inline;
	width: 120px; height: 28px;
        margin: -8px 0 10px 0;
	text-align: right;
}


/*EMAIL SUBSCRIBE*/

#email_widget {margin: 15px 0;}
#email_widget_message {margin-top: 5px;}


/*SEARCH*/

input.store_search_field {
        width: 140px;
        height: 15px;
}
#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: 460px;
	overflow: hidden;
	position: relative;
        margin-top: -40px;
        margin-left: 0px;
	width: 700px; /*width must be set for IE6 */
}

#featured_frame, #sale_frame {
	width: 400px;
	height: 100%;
}


#featured_frame .widget_product, 
#sale_frame .widget_product {
	float: left !important;
	width: 400px;
	height: 100%;
        margin-left: 140px !important;
	position: relative;
	z-index: 2;
}

#featured_frame .widget_product img,
#sale_frame .widget_product img { 
	display: block; 
	margin: 5px auto 25px auto; 
	max-height: 400px;
}

#featured_frame a.widget_product_title,
#sale_frame a.widget_product_title { 
	display: block;
	font-size: 1.4em;
        font-style: italic; 
        color: #e64d4d;
	text-transform: uppercase;
        text-align: right;
        line-height: .9em;
	position: absolute;
	width: 100%;
	height: 48px;
        padding-bottom: 30px;
        padding-left: 0;
	overflow: hidden;
        z-index: 4;
}

#featured_frame .widget_product .product_price,
#sale_frame .widget_product .product_price {
	display: block; font-size: 1em; text-align: right; margin-bottom: 20px;
}

#featured_frame .widget_product .product_retail_price,
#sale_frame .widget_product .product_retail_price  {
	color: #255C7F; font-size: 1.2em;
}


.title_container { 
	position: absolute; 
	left: 0; bottom: 10px; 
	width: 100%; height: 80px;
}

.title_container .border {	
	margin: 3px 0;
	height: 72px;
	width: 100%; 
	overflow: hidden;
}


.product_nav { 
	position: absolute;
	right: 0; bottom: 0;
	padding: 5px;
	height: 50px;
        width: 100%;
        color: #ff6666;
        text-align: right;
	z-index: 3;
	text-align: center;
}

.product_nav a {text-transform: uppercase; display: block; font-weight: bold; margin: 0 10px 0 10px; color: #ff6666; }
.product_nav a:hover{color: #ff9999; }

.product_nav span {cursor: pointer; line-height: 50px; height: 50px; display: inline-block; text-transform: uppercase; }

.product_navleft { 
	position: absolute;
	right: 580px; bottom: 200px;
	padding: 5px;
	height: 50px;
        width: 50px;
        color: #ff6666;
        text-align: left;
	z-index: 3;
}

.product_navright { 
	position: absolute;
	right: 80px; bottom: 200px;
	padding: 5px;
	height: 50px;
        width: 50px;
        color: #ff6666;
        text-align: right;
	z-index: 3;
}


