html {}

body {
	margin: 0;
	padding: 0;
	font-family: "Arial Regular", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #232323;
	background-color: #FFFFFF;
	/*height: 100%;*/
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 165%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #555555; }
h2 { font-size: 155%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #555555; }
h3 { font-size: 145%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #555555; }
h4 { font-size: 135%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #555555; }
hr { width: 100%; border: 0; color: #DCDCDC; background-color: #DCDCDC; height: 1px; margin-top: 1px; margin-bottom: 5px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: underline; outline: none; color: #000000; }
a:hover { text-decoration: underline; outline: none; color: #000000; background-color: #D7D7D7; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }


#print_product {
	position: relative;
	top: 40px;
	width: 490px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#print_foot {
	color: #666666;
	margin-top: 20px;
	height: 40px;
}


#product {
	position: relative;
	width: 500px;
	margin: 0 auto;
}

#product a:link, #product a:visited, #product a:active {
	color: #336633;
	text-decoration: underline;
}

#product a:hover {
	background-color: #D7D7D7;
}

#product_top_left {
	positon: relative;
	float: left;
}

#product_top_right {
	positon: relative;
	float: right;
}

#product_image {
	positon: relative;
	text-align: center;
}

.product_item {
	position: relative;
	float: left;
}

.form_item {
	margin-bottom: 5px;
}


.prod_info {
	margin-bottom: 10px;
	/*font-size: 120%;*/
	font-style: italic;
}
