a.order {
	text-decoration: underline
	}

#header {
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 10px
	}
	
#header #list {
	width: 40%;
	height: auto;
	float: left
	}
	
#header #order {
	width: 60%;
	height: auto;
	border: 4px double #006633;
	float: right;
	padding: 3px
	}

#product {
	width: 100%;
	height: auto;
	border-top: 3px solid #006633;
	padding-top: 3px;
	padding-bottom: 5px
	}

#product #name {
	width: 25%;
	height: auto;
	float: left;
	border: none;
	font-size: 18pt;
	text-align: center
	}
	
#product #book {
	width: 25%;
	height: auto;
	float: left;
	border: none;
	font-size: 10pt;
	text-align: center
	}
	
#product #description {
	width: 45%;
	height: auto;
	float: left;
	border-right: 3px double #006633;
	padding-right: 4px
	}
	
#product #price {
	width: 30%;
	height: auto;
	float: right;
	border: none;
	text-align: center
	}