/*************************/
/*  CSS DEFINITIONS FOR  */
/*                       */
/* - WidgetProductList   */
/* - WidgetPager         */
/* - WidgetColorSelector */
/* - WidgetPriceSelector */
/*************************/

.colorSelectorColorBox {
	width: 15px;
	height: 15px;	
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	border: solid 2px #AAA;
}

.colorSelectorColorBox_Active {
	width: 15px;
	height: 15px;	
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	border: solid 2px #000;
}