#main h1
{
	text-transform: none;
}

#main
{
	padding-top: 10px;
}

.productListing
{
	border: 1px solid #BBBBBB;
	margin: 0px 0px 30px 12px;
}

.productListing .padding
{
	padding: 10px;
}

.product h3, .product h2
{
	margin: 0px;
	text-transform: none;
	font-size: 24px;
}

.productThumb
{
	width: 100px;
	margin-right: -100px;
	float: left;
}

.productInfo
{
	margin-left: 110px;
}

.price
{
	font-weight: bold;
	color: #BC0000;
	font-size: 1.1em;
}

.taxes
{
	color: #666;
}

.product p
{
	margin: 5px 0px;
}

.product .addToCart
{
	text-align: right;
	padding: 0px 15px 15px 0px;
}

.product .productThumb
{
	text-align: center;
}

#productPage
{
	padding: 30px 10px;
}

#productPage .price
{
	font-size: 16px;
}

#productPage h1
{
	text-transform: none;
	font-size: 26px;
	margin: 0px;
}

#productPage .productThumb
{
	width: 300px;
	float: left;
	margin-right: -300px;
}

#productPage .productInfo
{
	margin-left: 310px;
}

.cartLinks
{
	text-align: right;
	margin-bottom: 10px;
	vertical-align: middle;
}

.cartLinks a
{
	vertical-align: middle;
}

a.storeButton
{
	display: inline-block;
	padding: 0px;
	height: 23px;
	background:  0px 0px no-repeat;
}

a.checkoutButton
{
	width: 115px;
	background-image: url('/themes/public/default/img/store/checkout.png');
}

a.addToCartButton
{
	width: 134px;
	background-image: url('/themes/public/default/img/store/addToCart.png');
}

div.youHave
{
	color: #666666;
	padding-top: 8px;
	margin:0px;
}

a.storeButton:hover
{
	cursor: pointer;
	background-position: left -23px;
}

a.storeButton:active
{
	background-position: left -46px;
}

a.viewCartButton
{
	width: 85px;
	background-image: url('/themes/public/default/img/store/viewCart.png');
	margin-right: 5px;
}

ul.paging
{
	float: right;
	list-style: none;
}

ul.paging li
{
	float: left;
	margin-right: 3px;
}

ul.paging li a
{
	display: block;
	padding: 3px 6px;
	border: 1px solid #BF551E;
}

ul.paging li a:hover
{
	background-color: #BF551E;
	color: #FFFFFF;
}

ul.paging li.active a
{
	background-color: #BF551E;
	color: #FFFFFF;
}

#cartProducts
{
	width: 100%;
	margin-bottom: 30px;
	background-color: #CCCCCC;
}

#cartProducts tr.headers td
{
	font-size: 14px;
	font-weight: bold;
}

#cartProducts td.subtotal span
{
	display: block;
}

#cartProducts td
{
	background-color: #FFFFFF;
	padding: 4px;
}

#cartProducts .productThumb
{
	padding-top: 5px;
}

#cartProducts h3
{
	font-size: 13px;
}

#cartProducts p
{
	padding: 0px 0px 0px 2px;
}

#cartProducts .updateButton
{
	text-align: right;
}

#cartProducts .subtotal
{
	text-align: center;
}

#storeUpdate
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #E2C822;
	background-color: #FFF9D7;
}

#updateCloseLink
{
	display: block;
	float: right;
	margin-left: 10px;
}

#checkoutProgress
{
	width: 100%;
	margin-bottom: 10px;
}

#checkoutProgress td
{
	background: url('/themes/public/default/img/store/checkoutProgress.png') center bottom no-repeat;
	padding-bottom: 25px;
	font-size: 14px;
	text-align: center;
	width: 25%;
}

#checkoutProgress td.selected
{
	background-image: url('/themes/public/default/img/store/checkoutProgressCurrent.png');
}


#checkoutProgress td span
{
	font-weight: bold;
}

form div label.error
{
	clear: none;
	color: #FF0000;
	float: none;
	width: inherit;
	margin-left: 4px;
	padding-left: 14px;
	background: url('/themes/public/default/img/store/errorBG.png') center left no-repeat;
	height: 24px;
}

form div
{
	padding: 3px;
}

form div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form div input
{
	float: left;
}

.NSWAT_Errors
{
	border: 1px solid #FF0000;
	padding: 10px;
	margin: 5px;
	background-color: #EFE0E0;
}

#paypalLoader
{
	text-align: center;
	padding: 30px 0px;
}

#paypalLoader .loadingImage
{
	background: url('/themes/public/default/img/ajax-loader.gif') center center no-repeat;
	height: 50px;
}

h3.additionalTaxes, h2.additionalTaxes
{
	text-align: center;
	text-transform: none;
}

h3.additionalTaxes
{
	font-size: 14px;
}

#paypalForm
{
	text-align: center;
}

.paymentReceived
{
	text-align: center;
}

.paymentReceived h2
{
	text-transform: none;
}

#shipping div
{
	clear: both;
}

.enterPromo
{
	width: 200px;
	float: right;
	text-align: center;
	clear: both;
	margin: 5px 0;
}

.enterPromo h3
{
	text-transform: none;
	font-family: 18px;
}

form div.enterPromo input
{
	float: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.promoError
{
	color: #FF0000;
}

.promoCode
{
	border: 1px solid #E2C822;
	margin: 5px;
	padding: 5px;
	background-color: #FFF9D7;
}

.rebateAmount
{
	font-size: .9em;
}
