html, body{
	height: 100%;
}

#pd_header{
	background-color: #e85885;
	color: #fff;
	width: 100%;
}

#pd_header h2{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 12px;
}

#pd_header img{
	float: right;
	margin: 5px 10px 5px 0;
}

#pd_sidebar{
	border-right: 1px solid #c4b367;
	float: left;
	height: 100%;
	padding: 10px;
	width: 99px;
}

#pd_sidebar ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#pd_sidebar ul li{
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

#pd_sidebar ul li img{
	border: 1px solid #c4b367;
	margin-right: 10px;
}

#pd_images{
	background-color: #574e47;
	color: #fff;
	float: left;
	height: 85px;
	margin: 0;
	padding: 3px 10px 14px 10px;
	overflow: auto;
	width: 730px;
	white-space: nowrap;
}

#pd_main{
	color: #ab994a;
	float: left;
	height: 560px;
	overflow: auto;
	padding-top: 20px;
	text-align: center;
	width: 730px;
}

#pd_main ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#pd_main ul li{
	display: inline;
	float: left;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	padding-bottom: 20px;
}

#pd_main ul li img{
	display: block;
	margin-top: 3px;
}

#wholesale h4{
	color: #d74977;
	font-size: 1em;
	margin: 0 0 8px 0;
	padding: 0;
}

#wholesale .lineitem{
	margin: 3px 0;
}

#wholesale strong{
	color: #d74977;
	font-style: normal;
	font-weight: bold;
}

#delivery{
	margin: 10px;
}

#delivery strong{
	color: #574e47;
}

#delivery em{
	color: #d74977;
	font-style: normal;
	font-weight: bold;
}


