/*--- Product Row ---*/
.prod_row {
	width:500px;
	height:auto;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px solid #999;
	float:left;
	}


/*--- Product Column ---*/
.prod_col_left {
	width:160px;
	height:auto;
	padding:10px;
	margin:0px;
	float:left;
	}
.prod_col_right {
	width:300px;
	height:auto;
	padding:10px;
	margin:0px;
	float:right;
}