.detail #content {
}
#contentWrapper {
	position:relative;
	padding-right:160px;
	width:400px;
}
.detail #colA {
	float:left;
	margin-right:5px;
}
.detail #colB {
	width:155px;
	float:right;
	position:absolute;
	top:0;
	right:0;
}
#contentWrapper {
	margin-top:2.3em !important;
}
h1,
#colB h2 {
	background:url(../../../images/bg_promo_h2.png) left center no-repeat #c267b7;
	color:#fff;
	padding:.3em 0 .5em 26px;
	margin:0;
	line-height:1.5;
	font-weight:normal;
	font-size:100%;
}
div.box {
	border:1px solid #f2f2f2;
	margin:1px 0 5px;
	padding:3px;
	font-size:90%;
}
	div.box a {
		border:1px solid #ccc;
		margin:0 3px 3px 2px;
		height:35px;
		display:inline;
		float:left;
	}
	div.box p {
		clear:left;
		margin:3px 2px;
	}
div.box:hover {
	border:1px solid #ccc;
}
p.price {
	color:#A20C91;
	background:url(../../../images/bg_detail_retail.png) left center no-repeat;
	padding:.3em 0 .3em 26px;
	font-weight:normal;
	margin:0;
	margin-bottom:.2em;
	font-weight:bold;
	line-height:1.8;
	border-bottom:1px solid #f2f2f2;
}
p.desc {
	border-top:1px solid #f2f2f2;
	color:#A20C91;
	font-weight:bold;
	padding:1em 0 0 0;
}

#colB h3 {
	color:#d470ca;
	background:url(../../../images/bg_detail_h3.png) left center no-repeat;
	padding:.3em 0 .5em 20px;
	margin:0;
	font-size:100%;
	font-weight:normal;
	margin-bottom:.2em;
}
#colB label {
	display:block;
	margin-bottom:.3em;
	cursor:pointer;
	color:#7e7e7e;
}
	label span.swatch {
		background:red;
		width:00;
		height:1em;
		padding:0 .45em;
		border:1px solid #fff;
	}
#colB label:hover {
	color:#333;
}	
	#colB label:hover span.swatch {
		border:1px outset;
	}
#colB .quantity label {
	cursor:default;
}
	#colB .quantity input {
		border:1px solid #7e7e7e;
		width:2em;
		padding:1px;
	}
#prodNav {
	width:560px;
	position:absolute;
	top:-1.6em;
	left:0;
}	
	#prodNav a {
		color:#999;
		text-decoration:none;
		font-size:90%;
		padding-left:10px;
		background:url(../../../images/bg_arrow_l.png) no-repeat left center;
	}
	#prodNav a.next {
		float:right;
		background:url(../../../images/bg_arrow_r.png) no-repeat left center;
	}
p.error {
	color:red;
	font-weight:bold;
	position:absolute;
	top:-130px;
	text-align:center;
	background:#fff;
	padding:1em 10px;
	width:380px;
	border:1px solid red;
}
