#detail {
	width: 100%;
	background-color: #fff;
	min-height: 295px;
	/* start min-height hack for IE6:*/
	height: auto !important;
	height: 295px;
	/* end min-height hack for IE6 */
}

#detailLeft, #detailRight {
	xdisplay: none;   /* these start hidden */
	background-color: #fff;
}

#detailLeft {
	width: 275px; 
	height: 260px;
	margin: 0;
	padding-top: 35px;
	padding-left: 30px;
}

#detailLeft div {
	text-align: center;
}
#detailLeft img, 
#detailRight img {
	border: none;
}

#detailRight {
	position: absolute;
	top: 10px;
	left: 325px;
	width: 450px;
	padding: 20px;
}

#styleOptions {
	margin: 10px auto;
	text-align: xright;
}

#styleOptions div {
	margin-bottom: 0.8em;
}

#detailRight #stylePurch {
	margin-top: 20px;
}

#purchaseButton {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
}

#detailRight #styleActions {
	font-size: 8pt;
	font-weight: bold;
}

#detailRight #styleActions ul, 
#detailRight #styleActions ul li {
	margin-left:0;
	padding-left:0;
	list-style-position: inside;

}
