/* ------------------------------------------------------------ */
/* Element Overrides */
/* ------------------------------------------------------------ */
/* Page Wide reformatting								        */
/* ------------------------------------------------------------ */

	/* ----- Page Wide Overrides ----- */
	
	/* ----- Product ----- */
		
		.Product-Row-Image-CASL { 

			position: relative;
			float: left;

			clear: both;

			width: 178px;
			height: 109px;

			overflow: hidden;


		}

		.Product-Row-Title-CASL { 

			position: relative;
			float: left;

			clear: both;

			width: 178px;
			height: 50px;

			overflow: hidden;

		}

		.Product-Row-Type-CASL { 

			position: relative;
			float: left;

			clear: both;

			width: 178px;
			height: 18px;

			overflow: hidden;

		}

		.Product-Row-Price-CASL { 

			position: relative;
			float: left;

			clear: both;

			width: 178px;

		}

		.Product-Row-Buttons-CASL {

			position: relative;    
			float: left;

			clear: both;	

			width: 178px;

		}

		.Product-Row-Links-CASL {

			position: relative; 
			float: left;

			clear: both;

			padding: 4px 0 9px 0;

			clear: both;

			width: 178px;

		}	
