body {
	width: 800px;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 50px;
	padding-right: 0;
	background: #fff;
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

table {
	margin-top: 15px;
	margin-bottom: 5px;
	border-spacing: 0;
}

input {
	color: #333;
	width: 226px;
	border: solid 1px #ccc;
	padding: 2px;
}

textarea {
	display: block;
	border: solid 1px #ccc;
	color: #333;
	width: 226px;
	padding: 2px;
	height: 150px;
}

a, a:active {
	color: #cfa366;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.img, a.img:active, a.img:visited, a.img:hover {
	text-decoration: none;
	border-bottom: none;
	background: none;
}

img {
	border: 0;
}

p {
	color: #333;
}

#menu {
	float: left;
	width: 130px;
	margin-top: 40px;
	height: 100%;
}

#content {
	float: left;
	width: 610px;
	height: 100%;
	margin-top: 40px;
	margin-left: 60px;
	margin-bottom: 60px;
}

#pricenotation {
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
}

.title {
	width: 300px;
	height: 30px;
	color: #cfa466;
	font-weight: bold;
}

.work {
	padding: 10px;
}

.product, .price {
	height: 33px;
	background: #e4e4e4;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	border-top: 3px solid #fff;
}

.product {
	width: 300px;
	padding-left: 15px;
}

.price {
	padding-right: 15px;
}

.retailer {
	width: 280px;
	height: 60px;
	margin-right: 10px;
	float: left;
	color: #333;
}

