@charset "utf-8";
/* CSS Document */

div.ajaxcart_widget {
	width: 236px;
	border: 0;
	margin:0;
	padding: 20px 0 0 0;
	background-position: top left;
	background-repeat:no-repeat;
	background-image:url(/sfc3/Images/noText/nd08/ajaxcart/widget_header-ajaxcart.png);  /* transparent shadow */
	_background-image:url(/sfc3/Images/noText/nd08/ajaxcart/widget_header-ajaxcart.gif); /* for IE6 and below */	
}
.ajaxcart_widget {
	margin: 0; padding:0; border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.ajaxcart_widget ul { 
	list-style:none; 
	margin:0; 
	padding:0 0 20px 0;
	border: 0;
	background-image:url(/sfc3/Images/noText/nd08/ajaxcart/widget_body-ajaxcart.png);  /* transparent shadow */
	_background-image:url(/sfc3/Images/noText/nd08/ajaxcart/widget_body-ajaxcart.gif); /* for IE6 and below */
	background-repeat:no-repeat;
	background-position: bottom left;
}

.ajaxcart_widget li { 
	padding:2px 12px 0 38px; 
	margin:0 14px;
}

.ajaxcart_widget li.window_added { 
	background-color:#eeeeee;
	padding:8px 12px; 
	border:0;
	font-size:14px;
	}	
	
.ajaxcart_widget li.window_item { 
	padding:6px 2px 6px 38px; 
	margin:4px 14px 0 14px; 
	border:0;
	color:#003399;
		/* image moved inline for CFM / dynamic content */
		/*background-image:url(http://www.shoesforcrews.com/sfc3/Images/noText/32x32/6001.gif);*/
	background-repeat:no-repeat;
	background-position: 3px 50%;
	font-weight:bold;
		/*	border-bottom: 1px solid #dad7d7;*/
		/*	background-image:url(images/widget_arrow.gif);
		background-position:0 50%;
		background-repeat:no-repeat;*/
	}
	
.ajaxcart_widget li.window_quantity {
	border-top: 1px solid #dad7d7;
	margin-top: 6px;
	}
.ajaxcart_widget li.window_total {
	border-bottom: 1px solid #dad7d7;
	margin-bottom: 6px;
	padding-bottom: 3px;
	}
	
.ajaxcart_widget label, 
.ajaxcart_widget span {font-weight:bold;}

/*
Close button with languages switch
*/
li.window_closebtn a {
	display:block; 
	background-repeat:no-repeat; background-position:0 0;
	width:118px; height:18px;
	text-indent:-2000px;
	overflow:hidden;
}

li.window_closebtn a.en { /* english */
	background-image:url(/sfc3/Images/en/nd08/ajaxcart/widget_closebtn.gif);
}
li.window_closebtn a.es { /* spanish */
	background-image:url(/sfc3/Images/es/nd08/ajaxcart/widget_closebtn.gif);
}

