/* CSS Document */

.section{
		width: 95%;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-name{
		margin: 2px 0px 2px 0px;
		font-size: 2em;
	}
	.text{
		font-size: 1.6em;
		margin: 0px 0px 0px 0px;
	}
	.items{
		margin-top: 14px;
		background-image: url('images/blacktrans.png');
		padding-bottom: 14px;
	}
	.item{
		width: 95%;
		text-align: left;
		color: #E4CD2C;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4px;
	}
	.item p{
	margin: 0px 0px 0px 0px;
	}
	.name{
		font-size: 1.3em;
		color: #E4CD2C;;
		font-weight: bold;
		background-image: url('images/blacktrans.png');	
		padding: 5px 5px 5px 5px;
	}
	.description{
		font-size: 1.1em;
	}
	.price{
		font-size: 1.25em;
		font-weight: bold;
		padding: 2px 2px 2px 2px;
		width: 45%;
		margin-left: 55%;
		margin-bottom: 2px;
		text-align: right;
		color: #E4CD2C;
	}
	.other{
		font-size: 0.9em;
	}	
	.section .padding{
		padding: 1% 1% 0% 1%;
	}
