#productList{
}
	#productList div{
		width:100%;
		float:left;
		height:100px;
		border:1px solid #CCC;
		padding:10px;
		margin-right:10px;
		margin-bottom:10px;
	}
		#productList div span{
			background-position:center;
			background-repeat:no-repeat;
			display:block;
			width:100px;
			height:75px;
			float:left;
		}
		#productList div u{
			text-decoration:none;
			display:block;
			margin-left:110px;
		}
		#productList div a h2{
			margin:0px!important;
			padding:0px!important;
			font-size:14px!important;
			text-decoration:none;
			color:#000;
		}
		#productList div h3{
			margin:0px!important;
			padding:0px!important;
			font-size:14px!important;
		}
#productDetails{
}
	#productDetails #productImage{
		float:left;
		width:200px;
	}
		#productDetails #productImage img{
			width:200px;
		}
	#productDetails #productInformation{
		display:block;
		margin-left:210px;
	}