body{
	font-family: Georgia, serif;
}

.leftcolumn{
	float: left;
}

.rightside{
	position: absolute;
	left: 240px;
	width: 600px;
}

.header{
	margin-bottom: 1em;
}

.header_words{
	font-size:30pt;
	font-weight: bold;
}

.body_top{
	background: #fff url( '/images/box_top.png' ) no-repeat;
	height: 35px;
	width: 600px;
}

.body_mid{
	background: #fff url( '/images/box_middle.png' ) repeat-y;
	width: 580px;
	padding: 5px 10px 5px 10px;
}

.body_mid p{
	font-size: 9pt;
	margin-right: 20px;
	margin-left: 20px;
}

.body_bottom{
	background: #fff url( '/images/box_bottom.png' ) no-repeat;
	height: 35px;
	width: 600px;
}

.product_image{
	border: 3px solid black;
}

.product_image:hover{
	border: 3px solid red;
}

.price{
	font-weight: bold;
	font-size: 30pt;
}

.shipping{
	font-weight: normal;
	font-size: 15pt;
}

.description{
	font-size: 10pt;
	width: 580px;
}

.description a:hover{
	color: red;
}

.menu{
	position: absolute;
	left: 60px;
	top: 120px;
}

.menu a, .menu a:visited{
	text-decoration: none;
	color: black;
}

.menu a:hover{
	background-color: #fdd;
	text-decoration: none;
}

.menuitem{
	border-bottom: 1px solid black;
}

.submenuitem{
	padding-left: 18px;
	font-size: 11pt;
}

.selected{
	background-color: #fbb;
}

.policy{
	font-size: 10pt;
}

.spec_item{
	margin: 1px 1px 1px 20px;
	background-color: #fee;
	padding: 3px;
	border: 1px solid #fdd;
}

