/* CSS Document
Grandon Gray
Store Page CSS
© 2005 Grandon Gray
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
td#left p {
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
div.storeitem {
	width: 200px;
	float: left;
	}
	
div.seper {
	width: 40px;
	float: left;
	}
	
td#left img {
	border: 1px solid #000;
	float: none;
	margin-right: 0;
	}
	
td#left div.storeblock div.seper img {
	border: none;
	}
	
div.storetitle, div.storebuy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 200px;
	margin: 5px auto 10px auto;
	text-align: center;
	}
	
div.storeinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 200px;
	margin: 5px auto 0 auto;
	text-align: center;
	}
	
div.storeblock {
	width: 450px;
	margin: 0 auto 30px auto;
	}
	
div.storeblockbot {
	width: 450px;
	margin: 0 auto 0 auto;
	}
	
div.storebuy {
	margin: 5px auto 3px auto;
	}
	
div.storeinfo {
	margin: 0 auto 0 auto;
	}
	
div.storebuy a:link, div.storebuy a:visited, div.storeinfo a:link, div.storeinfo a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
	
div.storebuy a:hover, div.storeinfo a:hover {
	color: #522c08;
	text-decoration: underline;
	}
	
td#left {
	padding-bottom: 75px;
	}
	
div.cleardivs {
	clear: both;
	}