﻿/* ShoppingList Section */
.ShoppingList 
{
	background: url(../imgs/bg-right.jpg) top repeat-y;	
	float: right;
	width: 238px;
	border: 0px solid Red;
	position: relative;
	top: 0px;
	right: 7px;	
	z-index: 10;
	margin: 10px 0px 15px 0px;	
}

#toplist
{
	background: url(../imgs/bg-right-top2.jpg) top no-repeat;
	padding: 24px 0px 0 0px;		
	text-align: center;	
}

.imgListTitle
{
	padding: 0px 0px 19px 18px;	
	display: block;
}

#listItem
{
	padding-left: 18px;
	border: 0px solid Red;
	padding-bottom: 19px;
}

#listImage
{
	float: left;	
	border: 1px solid e7e5e3 !important;
	padding-right: 9px;
	width: 75px;
	text-align: left;
}

#listDetail
{
	text-align: left;
	float: left;
	width: 114px;
	border: 0px solid Red;
}

#listDelete
{
	float: left;
	width: 12px;
	padding-top: 4px;
	border: 0px solid Red;
}

#bottomlist
{
	text-align: center;
	padding-bottom: 15px;
	clear: both;
	background: url(../imgs/bg-right-bot.jpg) bottom no-repeat;
	margin-top: 5px;
}
