/*----------------------------------------------------------
	purchase page
----------------------------------------------------------*/

p { 
	margin: 0 0 1em 0; }

#purchase #main_content { 
	margin: 10px 0; }

#purchase dl { 
	margin: 20px 0;
	margin-left: 250px;
	min-height: 180px;
	position: relative; }

	/* IE 6 */
	#purchase dl { 
		height: 180px; }
	

#purchase dt {
	display: block;
	width: 100%;
	color: #3775c0;
	font: bold 12px/1.5em arial, sans-serif;
	margin: 0; }

#purchase .item_image { 
	position: absolute;
	top: 0;
	left: -250px; }


/* footer overwrites positioning so it can stay fluid */
#footer {
background-color: #000;
position:relative;
text-align: center;
padding: 4px;
margin-bottom: 50px;
color: #fff;
font-size: 9px;
height: 20px;
line-height: 20px;
width: 805;
left: 0px;
/*border: thin solid #000000;*/
}
