
#shop h3
{
	margin:				10px 0 5px 0;
	padding-bottom:		5px;
	color:				#CE1B1F;
	font-weight:		bold;
	border-bottom:		1px solid #AAA;
}

#shop a h3
{
	text-decoration: 	none;
}

#shop input
{
	width:				120px;
	margin-left:		0px;
	border:				1px solid #CCC;
}
#shop button
{
	
	margin-left:		5px;
	border:				1px solid #CCC;
	background-color:	#888;
	color:				white;
}
#shopcontent img
{
	float:	left;
	margin-right: 10px;
}
#shopcontent div
{
	min-height:					120px;
	cursor:					pointer;
	border-bottom:			1px solid #DDD;
	padding:				10px 0 10px 0;
	position:				relative;
}
#shopcontent .header
{
	margin:					0;
	padding:				0;
	font-size:			13px;
	font-weight:		bold;
}
#shopcontent p
{
	display:				inline;
}
#shopcontent #item
{
	
	cursor	:				default;
	border-bottom:			1px solid #DDD;
	padding:				10px 0 10px 0;
	height:					400px;
}
#shopcontent #item img
{
	float:			left;
	margin-right: 	10px;
	width:			120px;
	margin-bottom:	10px;
}
#shopcontent #item table
{
	width:			100%;
}
#shopcontent #item table td
{
	vertical-align:	top;
}

#shopcontent button
{
	margin-left:		5px;
	border:				1px solid #AAA;
	background-color:	#EEE;
	color:				black;
	padding:			0 3px;
}
#shopcontent input
{
	width:				30px;
	margin-left:		0px;
	border:				1px solid #CCC;
}
#cart {
	padding: 			0px;
	margin:				auto;
	background-color: 		#FFF;
}
#cart tr {
	height:				15px;
	border:				1px solid #CCC;
}

#cart thead tr {
	text-align:			center;
	background-color:		#999999;
	height:				20px;
}

#cart thead tr td {
	text-align:			center;
	background-color:		#999999;
}
#cart td {
	padding:			3px;
	border-bottom:			1px solid #B6B7B7;
}
#cart .total {
	font-weight: 			bold;	
	border-bottom:			none;
	border-top:			1px #000 solid;
	text-align:			right;
}

#cart .rowcolor1 {background-color: #CCCCCC;}
#cart .rowcolor2 {background-color: #FFFFFF;}
#cart .rowcolor3 {background-color: #FFA4A4;}

