html, body, #details {
	margin:0px; 
	padding:0px; 
	width:100%; 
}

#details {
	left:50%;
	top:50%;
	width:420px;
	height:471px; /* height: auto is a Safari no-no... */
	margin-left:-210px;
	margin-top:-215px;
	position:fixed;
	z-index:3;
	
	display:none;
}
#details_top { /* obsolete? */
	background-image:url(../layout/float_top.png);
}
#details_tab {
	background-image: url(../layout/tab.png);
	vertical-align: text-bottom;
}

select.shirt_options {
	width:90px;
	font-size:10px;
}