/* Product Photos
 * ------------------------------
 */
a#product_photo_zoom_url { /* Product Image Wrapper */
	width:350px;
}

span#altviews { /* Align Alternative Photos */
	width:350px; /* same as #product_photo_zoom_url */
	/*text-align:center;*/
}

/* Pricebox
 * ------------------------------
 */
table.colors_pricebox { /* Pricebox Background Color */
	margin-right:5px;
	margin-left:10px;
	width:400px;
}

table.colors_pricebox table {
	clear:both;	
}

table.colors_pricebox:first-of-type {
	height:280px;	
}

table.colors_pricebox:only-of-type {
	height:auto !important;	
}

table.colors_pricebox:only-of-type td {
	display:block;	
}

table.colors_pricebox:only-of-type td#v65-productdetail-action-wrapper table {
	float:right;
	clear:both;	
}

table.colors_pricebox:first-of-type td {
	text-align:right;
	vertical-align:top;
}

table.colors_pricebox:first-of-type > tbody > tr > td > table > tbody > tr:nth-child(2) > td:nth-child(2) > table > tbody > tr:first-child > td:first-child > div > table:first-of-type {
	float:right;	
}

table.colors_pricebox table table td i { /* Product Code Wrapper */
	clear:both;
	display:block;
	font-style:normal;
	padding-top:5px;
	/*font-size:0.846em;*/
}

#bl_stock_display {
	float:right;
	clear:both;
	margin:5px 10px 5px 0px;	
}

table.colors_pricebox table table td br {
	clear:both;	
}

table#options_table select {
	max-width:190px;	
}