/* CSS Document *//* Gallery Content Row2 Column2*/ul.mainGallery {	width: 551px;	z-index: 1;	clear:both;	}/* TDT Edits */ul.mainGallery li {	list-style-type: none;	float: left;	width: 148px;	margin: 10px 11px 0px 9px;	}html>body ul.mainGallery li {			// Adjust the spacing between the buttons here	margin: 7px 16px 33px 16px;	}	ul.mainGallery li a{	text-decoration: none;	font-size: 9px;	html>body ul.mainGallery li a{	font-size: 10px;	}	ul.mainGallery li a.addCart {	text-decoration: none;	width: 65px;	padding-left: 83px;	}	html>body ul.mainGallery li a.addCart {	width: 65px;	padding-left: 83px;	}	ul.mainGallery li a span#brand {	color: #000000;	}ul.mainGallery li a span#product {	font-size: 11px;	font-weight: bold;		//Modified Jesse 8-1-2007	//color: #686667;	color: #ffffff;	}ul.mainGallery li a span#price {	color: #686667;	display: block;	}
