/* 
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
mikegiant.com store CSS
author: Ben Visser of Nice Outfit
----------------------------------------------------------------
----------------------------------------------------------------
---------------------------------------------------------------- 
*/

#newStore {
	float: left;
	margin: 20px 15px;
	width: 770px;
	}
	
#newStoreHeader {
	float: left;
	width: 770px;
	margin: 0;
	padding: 40px 0 20px 0;
	background: url('images/header.jpg') no-repeat top;
	border-bottom: 1px solid #000;
	}
	
.newStoreHeaderLeft {
	float: left;
	width: 500px;
	text-align: left;
	}
	
.newStoreHeaderRight {
	float: left;
	width: 270px;
	text-align: right;
	}
	
.newStoreHeaderRight a:link {
	font-weight: bold;
	color: #0099ff;
	}
	
.newStoreHeaderRight a:visited {
	font-weight: bold;
	color: #0099ff;
	}
	
.newStoreHeaderRight a:hover {
	font-weight: bold;
	color: #0099ff;
	text-decoration: underline;
	}
	
/* catalog */

#newStoreCatalog {
	float: left;
	width: 770px;
	padding: 30px 0 0 0;
	margin: 0;
	}
	
.newStoreProduct {
	float: left;
	width: 250px;
	height: 325px;
	margin: 0;
	}
	
.newStoreProduct h3 {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
.newStoreProduct h3 a {
	margin: 0;
	padding: 0;
	font: normal normal bold 14px Arial, sans-serif;
	color: #0099ff;
	text-decoration: underline;
	}
	
.newStoreProduct h3 a:hover {
	text-decoration: none;
	}
	
.newStoreProduct h4 {
	margin: 0;
	padding: 5px 0 0 0;
	font: normal normal bold 10px Arial, sans-serif;
	color: #999;
	}
	
.newStoreProduct a img {
	border: none;
	}
	
.padRight {
	margin-right: 10px;
	}
	
/* product */

#newStoreProduct {
	float: left;
	width: 770px;
	padding: 30px 0 0 0;
	}
	
.newStoreProductLeft {
	float: left;
	margin: 0;
	padding: 0 45px 0 0;
	width: 365px;
	}

.newStoreProductLeft img {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	}
	
.newStoreProductRight {
	float: left;
	margin: 0;
	padding: 0;
	width: 355px;
	}	
	
.continueShopping {
	float: left;
	padding: 0 0 20px 0;
	width: 355px;
	text-align: left;
	}
	
.continueShopping a {
	font-weight: bold;
	color: #0099ff;
	text-decoration: underline;
	}
	
.continueShopping a:visited {
	font-weight: bold;
	color: #0099ff;
	text-decoration: underline;
	}
	
.continueShopping a:hover {
	color: #0099ff;
	text-decoration: none;
	}
	
.productInfo {
	float: left;
	width: 355px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
.productInfo h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-align: left;
	}
	
.productInfo p {
	margin: 0;
	padding: 10px 0;
	width: 355px;
	text-align: left;
	}
	
.checkoutButtons {
	float: left;
	padding: 20px 0;
	width: 355px;
	}
	
.checkoutButtons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.checkoutButtons li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	width: 100px;
	text-align: left;
	font-weight: bold;
	color: #999;
	}
	
.noPad {
	padding: 0 0 0 0;
	}