#SearchResult{	position: relative;	overflow: hidden;	width: 965px;	margin: 0 auto;	}
#SearchResult > .Header	{	position: relative;	overflow: hidden;	width: 935px;	margin: 10px;	background: #FAFAFA;	padding: 5px;	color: #B2B2B3;	}
#SearchResult > .Cube{	width: 460px; height: 190px;	position: relative; overflow: hidden;	float: left;	margin-bottom: 20px;	
	-webkit-box-shadow: 3px 3px 3px #E0E0E0;	-moz-box-shadow: 3px 3px 3px #E0E0E0;	box-shadow: 3px 3px 3px #E0E0E0;
}
#SearchResult > .Cube.Left{	margin-right: 40px;	}

#SearchResult > .Cube > .Gallery{	position: relative; overflow: hidden;	width: 116px; height: 121px;	float: left;	border: 2px solid #E5E5E5;	margin-left: 10px; margin-top: 30px;	margin-right: 10px;	}
#SearchResult > .Cube > .Details{	position: relative; overflow: hidden;	width: 310px;	float: left;	color: #666666;	margin-top: 20px;}
#SearchResult > .Cube > .Details > p{		line-height: 20px;	}

.ViewProductButton{	position: absolute; overflow: hidden;		width: 115px;	height: 21px;	background: #C72D2D;	bottom: 10px; left: 140px;	text-align: center; color: #FFFFFF; font-weight: bolder;	cursor: pointer;	padding-top: 4px;
	/*Webkit & Geeko*/border-radius: 12.5px 12.5px 12.5px 12.5px;	-moz-border-radius: 12.5px 12.5px 12.5px 12.5px;	-webkit-border-radius: 12.5px 12.5px 12.5px 12.5px;
	/*IE9 Onwawrds*/border-top-right-radius: 12.5px;	border-top-left-radius: 12.5px;	border-bottom-right-radius: 12.5px;	border-bottom-left-radius: 12.5px;
}