@charset "utf-8";
/* CSS Document */

#mainListingBox {
	width: 750px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	

#productBox {
	width: 210px;
	height: 325px;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	}

#listingImageContainer {
	height: 223px;
	border: 1px solid #CCCCCC;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	margin: 0px;
	}
	
#photoholder {
	border:5px solid #000;
	height: 270px;
	width: 740px;
	margin-bottom: 15px;
	background:#f0f0f0 url('../images/loading.gif') 50% 50% no-repeat;
}
#thephoto {
	width:740px;
	height:270px;
}
#photoholder350 {
	border:5px solid #000;
	height: 350px;
	width: 740px;
	margin-bottom: 15px;
	background:#f0f0f0 url('../images/loading.gif') 50% 50% no-repeat;
}
#thephoto350 {
	width:740px;
	height:350px;
}