		ul#products
			{
			padding: 0;
			margin: 10px 0 0 0;
			list-style: none;	
			clear: both;
			}
		ul#products li.now
			{
			background-color: #FFCC00;
			text-align: center;
			border: 1px solid #930;
			}
		ul#products span.prodName
			{
			height: 50%;
			display: block;
			display: block;
			color: #999;
			font-weight: bold;
			cursor: pointer;
			}
	ul#products li.now span.prodName
			{
			color: #000;
		  }
		ul#products span.prodPrice
			{
			display: block;
			font-size: 2em;
			color: #696;	
			height: 30%;
			font-weight: bold;
			cursor: pointer;
			}
		ul#products li.now span.prodPrice
			{
			color: #000;
			}
		#clr
			{
			clear: both;	
		border-bottom: 1px dashed #999;
		margin-bottom: 15px;
			}
		ul#products span.prodSave
		{
		position: relative;
		top: -0.2em;
		}
		#invite
		{
		background-color: #FFC;
		padding: 5px;
		text-align: center;	
		border: 1px solid #CC9;
		margin: 5px 0 5px 0;
		}
		li span.new
		{
		background-color: #999;
		color: #EEE;
		border: 1px solid #666;
		padding: 2px;
		position: absolute;
		margin: 33px 0 0 34px;
		font-weight: bold;
		font-size: 10px;	
		}
		li.now span.new
		{
		background-color: #900;
		color: #FFF;
		border: 1px solid #300;
		}
		
		#calendar
		{
		display: none;
		clear:both;
		text-align: center;
		}
	input.date
	{
	display: none;	
	}
	a.day
	{
	width: 13%;
	height: 18px;
	display: inline-block;
	float: left;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	}
	a.blank
	{
	cursor: default;
	color: #FFF;
	}
	
	a.days
	{
	cursor: default;
	color: #999;
	background-color: #EEE;	
	font-size: 11px;
	border-top: 1px solid #666;
	padding-top: 2px;
	cursor: pointer;
	}
	
	a.sunday
	{
	border-left: 1px solid #666;
	}

	a.selected
	{
	background-color: #FF0;	
	}

	a.already
	{
	color: #CCC !important;	
	cursor: default;
	}
	
	div.month
	{
	width: 47%;
	font-family: Arial;
	font-size: 13px;
	padding: 3px;
	float: left;
	display: inline-block;
	}
	div.monthName
	{
	text-align: center;
	font-weight: bold;
	color: #906;	
	}
