h2.catHd{
	color: #fe4110;
	margin: 20px auto;
}

#pageContent{
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	width: 695px;
}

#storeAside{
	margin-top: 25px;
}

/* Store Content */
#storeItems{
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	width: 695px;
}

#storeItems .item{
	color: #575757;
	float: left;
	font-size: 13px;
	height: 330px;
	margin: 0 30px 20px 0;
	padding: 0;
	text-align: justify;
	width: 200px;
}

#storeItems .item h3{
	font-family: Corbel, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	width: 200px;
}

#storeItems .item p.priceCart{
	text-align: center;
}

/* Product Page */
#product .itemImg{
	float: left;
	margin: 0 15px 15px 0;
	width: 350px;
}

#product p.priceCart{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

#product button{
	background: #fe4110;
	border: 1px solid #000;
	box-shadow: 0 1px 2px #595959;
	-moz-box-shadow: 0 1px 2px #595959;
	-webkit-box-shadow: 0 1px 2px #595959;
	float: right;
	font-family: 'BonvenoCFLight', Corbel, Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0 auto;
	padding: 5px 20px;
	width: 150px;
}

#product button:hover{
	background: #000;
	color: #fe4110;
}

p.pagination{
	clear: right;
	padding: 30px 0;
	text-align: right;
}

/* View Cart Page */
thead{
	font-size: 16px;
	font-weight: bold;
}

tr.itemsRow{
	border-top: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
}

tr.itemsRow td{
	padding: 15px;
}

tr.subtotals{
	border-top: 1px solid #9c9c9c;
}

td.totalBox{
	border: 1px solid #9c9c9c;
}

p.sub{
	border-bottom: 1px solid #9c9c9c;
	padding: 5px;
	position: relative;
	margin: 0;
	width: 94%;
}

p.important{
	font-size: 16px;
	padding: 10px 5px;
}

p#checkoutButton a{
	background: #fe4110;
	border: 1px solid #000;
	box-shadow: 0 1px 2px #595959;
	color: #000;
	-moz-box-shadow: 0 1px 2px #595959;
	-webkit-box-shadow: 0 1px 2px #595959;
	font-family: 'BonvenoCFLight', Corbel, Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 5px 20px;
	width: 150px;
	float: right;
	margin: 10px 0;
}

/* Checkout Page */
fieldset{
	border: 1px solid #979797;
	float: left;
	margin: 0 25px 15px 0;
	padding: 15px;
	width: 260px;
}

fieldset legend{
	color: #fe4110;
	font-family: 'BonvenoCFLight', Corbel, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 15px 0;
}

fieldset label{
	display: block;
}

fieldset input[type=text], #getStarted input[type=email]{
	border: 1px solid #747474;
	height: 20px;
	margin: 0;
	height: 2px 4px;
	width: 252px;
}

input[type=submit]{
	clear: both;
	float: right;
}

h4.couponTitle{
	margin: 15px 0 0;
}

input.couponBox{
	float: left;
}

input.couponSubmit{
	float: left;
}