/* CSS Document
The Greencards
Store Page CSS
© 2007 The Greencards
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
div#contentwrapperdiv {
	width: 700px;
	color: #333;
	background: #fff url(../images/bgpattern01.gif) top left repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 50px;
	padding-left: 35px;
	}
	
h1 {
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	color: #b6392b;
	}
	
h2 {
	font-weight: bold;
	font-size: 80%;
	padding: 5px 0 15px 0;
	margin: 0;
	text-align: center;
	color: #b6392b;
	}
	
p {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 90%;
	color: #333;
	}

	
div#contentwrapperdiv a {
	color: #000;
	text-decoration: none;
	}
	
div#contentwrapperdiv a:hover {
	color: #b6392b;
	text-decoration: underline;
	}
	
div.itemwrapperdiv {
	width: 500px;
	border: 1px solid #aaa;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #E3E3E3;
	}
	
div.itemwrapperdiv img {
	border: 1px solid #666666;
	float: left;
	margin-bottom: 3px;
	margin-left: 25px;
	margin-top: 3px;
	margin-right: 10px;
	}
	
div.cleardivs {
	clear: both;
	}
