
/* Product choice styles */

#productChoices,
div.productChoice
{
	clear: both;
}

#productChoices li
{
	margin-left: 17px;
}

#productChoices .column1,
#productChoices .column2
{
	margin-bottom: 25px;
	
	/*border: 1px solid red;*/
}

#productChoices .column1
{
	float: left;
	width: 315px;
	text-align: right;
}

#productChoices .column2
{
	float: right;
	width: 560px;
	position: relative;
}

#productChoices .column2 label
{
	top: 42px;
	right: 20px;
	display: block;
	font-weight: bold;
	position: absolute;
}

#productChoices .column2 .selectButton
{
	top: -7px;
	right: 25px;
	display: block;
	position: absolute;
}

#productChoices .productSellingPoints
{
	width: 545px;
	margin-top: 12px;
}

#productChoices .productSellingPoints strong
{
	color: #333;
	display: block;
	font-weight: bold;
	text-transform: none;
}
