/* used for breaking flows inside colorbox*/ 
.colorbox .break{
	overflow:hidden;
	height:1px;
	clear:both;
}


/* 2 Column styling - using floating for header search box*/

columns2headerSearch{
	width:741px;
}

.columns2headerSearch .col1{
	 width:600px;
	 float:left;
}

.columns2headerSearch .col2{
	width:141px;
	float:left;
}

