/*SHOPPING LIST*/
.toolbar-print {
	background:transparent url('images/toolbar_print.gif') no-repeat scroll left center;
	margin-right:15px;
	padding:4px 0px 0px 20px;
}
.toolbar-send {
	background:transparent url('images/toolbar_send.gif') no-repeat scroll left center;
	padding:4px 0px 0px 20px;
}
#shoppingList {
	background: #DFDFDF url("images/shoppingList_BG.gif") no-repeat left top;
	border: 2px solid #000;
	color:#323232;
	font-size:11px;
	margin-left: 545px;
	padding:0px;
	position:absolute;
	top:152px;
	width:196px;
	z-index:4500;
}
#shoppingList a {
	color:#336699;
}
#shoppingList h2{
	color:#6A5622;
  font-size:16px;
  font-weight:bold;
	margin: 2px 0px 0px;
	text-align:center;
}
#shoppingList h3{
	color:#6A5622;
  font-size:11px;
  font-weight:bold;
  font-style:italic;
	margin: 8px 0px 2px;
	text-align:center;
}
#shoppingList h4 {
	color:#6A5622;
}

#shoppingList h5{
	color:#6A5622;
	font-size:12px;
	font-weight:bold;
	margin: 6px 0px 5px 50px;
	color: #000000;
}
#shoppingList-show, #shoppingList-hide {
  font-size:11px;
	padding-left: 20px;
	margin-left:50px;
	text-decoration:none;
}
#shoppingList-show:hover, #shoppingList-hide:hover {
	text-decoration:underline;
}
#shoppingList-show {
	background: url("images/shoppingList_arrowClosed.gif") no-repeat left;
}
#shoppingList-hide {
	background: url("images/shoppingList_arrowOpen.gif") no-repeat left;
	display: none;
}
.shoppingList-closed {
 	height:42px;
 	overflow:hidden;
}
.shoppingList-open {
 	height:auto;
 	overflow:visible;
}
#shoppingList TABLE {
  border-collapse: collapse;
  margin: 0px 4px 8px;
}
#shoppingList TD, #shoppingList TH {
  border-top: 1px dotted #B2B177;
}
#shoppingList .item-name {
  border-left: 1px solid #B2B177;
  padding: 3px;
}
#shoppingList .item-viewAll {
  padding: 3px;
  font-weight: bold;
}
#shoppingList .item-increment {
  width: 8px;
}
#shoppingList .item-increment IMG {
  margin: 0px;
  padding: 0px;
}
#shoppingList TD {
  font-size: 11px;
}
#shoppingList TH {
  font-size: 11px;
}

#shoppingList SELECT {
  margin: 6px auto 10px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #B2B177;
  width: 190px;
}
#shoppingList input {
  font-size: 11px;
  padding: 0px 1px;
  width: 20px;
  border: 1px solid #6A5622;
  color: #6A5622;
  text-align: center;
}
#shoppingList LABEL {
  display: none;
}
