body {
	background-color: #ffffff;
}

#shopbody {
	background-color: #ffffff;
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 50px;
	width: 700px;
}

#leftmenu {
	float: left;
	width: 155px;
}

#leftmenu a#cartlink p{
	color: #809448;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
}

#shopcontent {
	width: 530px;
	margin-left: 170px;
	height: auto;
}

#shopcontent h2.category {
	color: #809448;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.prodname {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p.proddesc {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

p.text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

p.price {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

.vlproduct {
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	border: 1px solid black;
	width: 500px;
	height: 150px;
	background-color: #ECECEC;
}
	
.vlproduct img.prodimg {
	border: 1px solid black;
	float: right;
}
.product {
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 500px;
	height: 300px;
	background-color: #ECECEC;
	border: 1px solid black;
}

.product p {
	width: 300px;
}

.product input {
	margin-top: 25px;
}

.product img.prodimg {
	border: 1px solid black;
	float: right;
}

td {
	border: 1px solid black;
}
