@media screen
{
	body
	{
		/*background: url(./assets/images/bg.gif);*/
		background-position: top left;
		background-repeat: repeat;
		text-align: center;
	}

	div#main
	{
		width: 90%;
		height: 90%;
		margin: auto;
		color: #374C0F;
	}

	#main h2
	{
		letter-spacing: 1px;
		margin: 0px;
		padding: 0px;
	}

	#main div.pieces
	{
		color: #666666;
		font-size: 10pt;
		margin-top: 3px;
	}

	#main div#add
	{
		border-bottom: 1px solid #999999;
		margin-top: 5px;
		display: table;
		width: 100%;
	}

	#main #add div
	{
		padding-top: 5px;
	}

	#main #add div.type
	{
		float: left;
		border-right: 1px solid #999999;
		width: 30%;
		color: #666666;
		font-size: 10pt;
		font-weight: bold;
	}

	#main #add .type div.item_number
	{
		color: #666666;
		font-size: 8pt;
		font-weight: normal;
		padding: 0px;
	}

	#main #add div.price
	{
		float: left;
		width: 30%;
		font-size: 20pt;
		font-weight: bold;
	}

	#main #add sup
	{
		font-size: 12pt;
		text-decoration: underline;
		font-weight: bold;
	}

	#main #add div.button
	{
		float: left;
		border-left: 1px solid #999999;
		padding-left: 15px;
		width: 30%;
	}
}
