	body {
		background:		#ffffff url('/images/bg_prods2.jpg') repeat-x top;
		margin:			0px;

	}

	td, div {
		font-family:		Arial;
		font-size:		9pt;
	}

	a img {
		border:			none;
	}


	#line1 {
		width:			100%;
		height:			78px;
	}

	.abs, #line1, #grad, .light, .prod_img, .prod_title {
		position:		absolute;
	}

	#grad {
		float:			left;
	}

	.transparent, .prod_img, .light {
		behavior:		url('/css/png.htc');
	}

	#grad img {
		width:			500px;
		height:			78px;
	}


	#prods {
		margin:			0 0 0 20;
	}

	#search {
		padding:		23 20 0 0;
		text-align:		right;
		white-space:		nowrap;
	}

	.prod {
		width:			95px;
		height:			60px;
	}

	.light {
		margin:			18 0 0 -5;
		width:			107px;
		height:			47px;
	}
	
	.prod div {
		font-size:		7pt;
	}

	.prod_img {
		width:			55px;
		height:			55px;
		margin:			0 0 0 20;
		z-index:		1000;
	}
	
	.prod_title {
		font-family:		Verdana;
		font-size:		8pt;
		height:			12px;
		width:			200px;
		color:			#111111;
		text-align:		center;
		margin:			-6 0 0 -53;
		z-index:		1000;
	}

	.prod_title a {
		color:			#0000ff;
		text-decoration:	none;
	}

	.prod_title a span {
		color:			#111111;
	}

	.prod_title a:hover {
		text-decoration:	underline;
	}

	.vis {
		visibility:		visible;
	}

	.hid {
		visibility:		hidden;
	}

	.unselect {
		display:		none;
	}

