.productColorSwatch{
		float:left;
		margin:2px;
		
		padding:1px;
		border:1px solid #336699;
		width:18px;
		height:18px;
		cursor:pointer;
	}
	.productColorSwatch.selected,.productColorSwatch:hover {
		border:2px solid #336699;
		cursor:pointer;
		margin-top:0px;
	}
	.productSizeSelector{
		float:left;
		margin:2px;
		
		padding:1px;
		border:1px solid #336699;
		width:18px;
		height:18px;
		cursor:pointer;
	}
	.productSizeSelector.selected,.productSizeSelector:hover{
		border:2px solid #336699;
		cursor:pointer;
		margin-top:0px;
	}

	.productColorSwatchInner{
		cursor:pointer;
		width:18px;
		height:18px;
	}
	.floatLeft
	{
		float:left;
	}
	.void{
		clear:both;
	}
	
.productImage{
	width:60px;
	}	
.productName{
	width:120px;
	}
.productNameAndImage{
	width:180px;
	}
.productDetails{
	width:120px;
	}

.productCost{
	width:70px;
	}
.productAction{
	width:70px;
	}
.productHeader{
	text-align:center;
	}
	