BODY { 
	margin: 0px auto; 
	text-align: center;
	padding: 0px;
	overflow-y: scroll; 
	position: relative;
 }

/* ********************************************************************** */
/*     TOP ROW      */
/* ********************************************************************** */

#top { 
	width: 988px;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden; 
	position: relative; 
}


/* -------------------------------------------------- */
/*     TOOLBAR     */
/* -------------------------------------------------- */

#toolbarContainer { 
	width: 988px; 
	margin: 0px auto;
	border: 0px;
	line-height: 25px; 
 }


/* ********** TOOLBAR - SEARCH ********** */

#toolbarSearchIcon { 
	float: left; 
	width: 44px;   
	display: inline; 
	position: relative; 
 }
form#toolbarSearchForm { 
	margin: 0px; 
	padding: 0px; 
 }
#toolbarSearchBox { 
	float: left; 
	width: 157px; 
	height: 30px; 
	margin: 0px; 
	padding: 0px 0px 0px 9px; 
	display: inline; 
	line-height: 30px; 
	overflow: hidden; 
	position: static; 
	text-align: left;
	vertical-align: bottom; 
	-moz-box-sizing: padding-box; 
 }
input.toolbarSearchBox { 
	width: 140px; 
	height: 22px; 
	margin: 0px; 
	padding: 0px; 
	font: bold 13px; 
	color: black; 
	position: absolute; 
	top: 4px; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
 }

/* ********** TOOLBAR - SEARCH ********** */


span.cartLabel { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 13px; 
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;  
	text-transform: lowercase; 
	cursor: pointer; 
	display: block; 
	overflow: hidden; 
	vertical-align: bottom; 
   color: #FFFFFF;
 }
span.cartTotal { 
	height: 10px;   
	cursor: pointer; 
	display: block; 
	overflow: hidden; 
	vertical-align: top;
	font-size: 9px;
   color: #FFFFFF;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
 }

