div#shop
{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	border: 2px solid #22a8da;
	background: #444444;
	display: none;
	width: 600;
}

div#shop-title
{
	background: #22a8da;
	padding: 3px 10px 2px 10px;
	cursor: move;
}

div#shop-title h4
{
	color: white;
	margin: 0px;
}

div#shop-title img.close
{
	float: right;
	cursor: pointer;
}

div#shop-content
{
	margin: 10px;
}

div#shop-content td.head
{
	font-weight: bold;
	color: #cccccc;
	text-align: center;
}

div#shop-content td.item
{
	background: #f5f2da;
	color: black;
	border-bottom: 1px solid #c0c0c0;
	padding: 5px;
}

div#shop-content td.itemo
{
	background: #f5ebda;
	color: black;
	border-bottom: 1px solid  #c0c0c0;
	padding: 5px;
}
