@charset "UTF-8";
/* CSS Document */

#Pricelist {
	position: relative;
	width: 700px;
	height: 520px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	font-size: 14px;
}
#PriceName {
	width: 150px;
	text-align: right;
	float: left;
	clear: none;
	
}
#PriceType {
	width: 150px;
	padding-left: 50px;
	text-align: right;
	float: left;
	clear: none;
}
#PriceSize {
	width: 100px;
	padding-left: 50px;
	text-align: right;
	float: left;
	clear: none;
}
#PricePrice {
	width: 150px;
	padding-left: 50px;
	text-align: right;
	float: left;
	clear: none;
}
.PriceHD {
	color:#579C1C;
	font-size: 14px !important;
}
#PriceNotice {
	font-size: 10px;
	text-align: left;
	width: 725px;
	background-color: #FAFAEE;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	left: 50px;
	bottom: 0px;
	color: #333333;
}
#PriceHdrBar {
	padding-bottom: 30px;
	background-attachment: scroll;
	background-image: url(../images/PriceHDbgG.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	visibility: visible;
	top: 42px;
	left: 4px;
	width: 795px;
}
