/*----------------------- CSS CATALOG SPAGRANDPRIX -----------------------*/

#productItemsList{
	width:676px;
}

	#productItemsList H1{
		color:#CACACA;
		font-size:14px;
		font-weight:bold;
		display:inline;
		position:relative;
		top:-5px;
		margin-bottom:-5px;
	}

#productItemsList .zone{
	height:37px;
	background:url('images/bg_zone.jpg') 0px 0px no-repeat;
}

#productItemsList TABLE{
	font-size:11px;
}

	#productItemsList TABLE TH{
		color:#FFFFFF;
		background:url('images/bg_th.jpg') 0px 0px repeat-x;
	}

	#productItemsList TABLE TR:hover{
		background:url('images/bg_th-o.jpg') 0px 0px repeat-x;
	}

	#productItemsList TABLE TD{
		border-bottom:1px solid #D8D8D8;
	}

	#productItemsList TABLE TD INPUT{
		text-align:center;
	}

#productItemsList .btn{
	width:36px;
	height:16px;
	display:block;
	border:0px solid #FFFFFF;
	margin:0px;
	padding:0px;
	background:url('images/bg_btn.gif') 0px 0px no-repeat;
}

	#productItemsList .btn:hover{
		background-position:bottom;
	}

#productItemsList .tribune{
	height:30px;
	background:url('images/bg_tribune.jpg') 0px 0px no-repeat;
}

	#productItemsList .tribune:hover{  
		background:url('images/bg_tribune.jpg') 0px 0px no-repeat;
	}

	#productItemsList .tribune TD{
		border-bottom:0px solid #D8D8D8;
	}

	#productItemsList .tribune H2{
		display:inline;
		margin:0px;
	}

#productItemsList .soldOut{
	height:19px;
}

	#productItemsList .soldOut:hover{
		background:url('images/bg_soldout.jpg') 0px 0px repeat-x;
	}

#productItemsList .bottomZone{
	height:25px;
	background:url('images/bg_bottomzone.jpg') 0px 0px no-repeat;
}

	#productItemsList .bottomZone:hover{
		background:url('images/bg_bottomzone.jpg') 0px 0px no-repeat;
	}

	#productItemsList .bottomZone TD{
		border-bottom:0px solid #D8D8D8;
	}

	/*#productView .leftSideView .zoom{
			height:16px;
			width:40px;
			font-size:10px;
			padding-right:15px;
			display:block;
			text-align:right;
			background:url('images/zoom.gif') right 1px no-repeat;
			position:relative;
			top:-19px;
			margin-bottom:-16px;
			left:260px;
			z-index:10;
		}

	#productView .rightSideView{
		width:325px;
		float:right;
	}*/