H1 {
	font-size: 24px;
	font-family: georgia,serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: #373737;
}
.hr-divider {
	padding: 0 0 15px 0;
}

/* --- CART SUMMARY IN SIDEBAR --- */
.cart-summary {
	margin-top: 20px;
	text-align: right;
	font: 11px arial,sans-serif;
}
.cart-summary .icon-cart {
	vertical-align: -3px;
	padding-right: 3px;
}
.cart-summary a,
.cart-button a {
	display: block;
	float: right;
	margin-top: 7px;
	width: 152px;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
	background: url(../images/btn_cart.gif) no-repeat;
}
.cart-summary a:hover,
.cart-button a:hover {
	background-position: 0 -18px;
}
.cart-summary .cart-button {
	padding-top: 7px;
}

/* --- GENERAL FORMATING --- */
#main #content H1 {
	height: auto;
	padding-top: 2px;
	text-indent: 0;
}
#main #content .intro P {
	font: 17px georgia,serif;
	line-height: 22px;
	color: #373737;
}



/* --- GIFT SHOP PAGES --- */

#gift-shop {
	font: 11px arial,sans-serif;
	color: #373737;
}
#main #content #gift-shop SELECT {
	font-size: 1em;
}
#gift-shop-intro {
	/* 569 x 187 */
	width: 500px;
	height: 92px;
	padding: 90px 30px 20px 35px;
	/* png background with alpha */
	background: url(../images/background_giftshop.png) no-repeat;
	/* IE6 uses the .gif background */
	_background: url(../images/background_giftshop.gif) no-repeat;
	font: 17px georgia,serif;
	line-height: 22px;
	color: #373737;
}
.gift-shop-category,
.gift-shop-category-first {
	padding-left: 10px;
	padding-bottom: 50px;
	width: 130px;
	float: left;
	font: bold 10px arial,sans-serif;
	text-transform: uppercase;
}
.gift-shop-category-first {
	clear: left;
	padding-left: 0px;
}
#gift-shop-categories a {
	color: #373737;
}
#gift-shop-categories a:hover {
	color: #d1a302;
	text-decoration: none;
}
#gift-shop-categories .thumbnail {
	display: block;
	width: 125px;
	height: 120px;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
}
#gift-shop-categories .thumbnail IMG {
	border: non;
}
#gift-shop-categories .bullet {
	padding-right: 5px;
}
.pagination {
	font-size: 12px;
}
.pagination IMG {
	vertical-align: -4px;
}


/* --- CATEGORY PAGE / PRODUCT FAMILY LISTING --- */
#category-page {
	font: 11px arial,sans-serif;
	color: #373737;
}
#main #content #category-page SELECT {
	font-size: 1em;
}
.product-family {
	clear: both;
	padding: 10px;
	margin-bottom: 20px;
}
.odd {
}
.even {
	background-color: #fff;
}
.product-family .photo {
	width: 123px;
	height: 123px;
	padding: 5px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
}
.product-family .details {
	width: 380px;
	float: right;
}
.product-family H2 {
	margin: 0 0 10px 0;
	padding-top: 0;
	font: 17px georgia, serif;
	color: #373737;
}
#main #content .item-copy,
#main #content .item-copy P {
	font: 12px arial,sans-serif;
	line-height: 17px;
}
.product-family .item-copy {
	padding-bottom: 10px;
}
.product-family .price-grid {
	float: left;
}
.product-family .item-sku {
	display: none;
}
.product-family .item-qty {
	clear: left;
	float: left;
	width: 30px;
}
.product-family .item-price {
	font-weight: bold;
	padding-top: 5px;
	color: #d1a302;
	font-size: 13px;
	float: left;
}
.product-family .item-button {
	float: right;
	vertical-align: top;
}
.ski-form-field {
	clear: left;
	float: left;
}
#ski-form-button {
	clear: left;
	float: right;
	vertical-align: top;
}
.product-family .item-button .cart-button {
	padding-left: 5px;
	vertical-align: -4px;
}

.product-family .gc-note {
	clear: left;
	padding: 10px 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 20px;
}
.product-family #gc-amount {
	float: right;
}
.product-family #gc-amount INPUT {
	width: 50px;
}

.cart-button {
	text-align: right;
}

#ski-form FIELDSET {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 20px;
}

#ski-form DIV.ski-info {
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}
#ski-form div.spaced {
	padding-bottom: 10px;
}

#main #content #ski-form LABEL {
	clear: left;
	width: 100px;
	float: left;
	font: 11px arial,sans-serif;
	text-transform: none;
	text-align: right;
	padding: 4px 10px 0 0;
}
#ski-form INPUT {
	float: left;
	margin-bottom: 5px;
}

/* --- SHOPPING CART --- */

#cart .hr-divider {
	padding-bottom: 0;
}
#cart TD .hr-divider {
	padding: 10px 0 0 0;
}

#cart-form {
	font: 11px arial,sans-serif;
	color: #373737;
}
#cart-form IMG {
	border: none;
}
#cart-form .item-remove {
}
.cart-error {
	background: #fff;
	color: #f00;
	padding: 5px;
	font-weight: bold;
}
.cart-message {
	margin-top: 10px;
	background: #fff;
	padding: 5px;
	border: 1px solid #eee;
	vertical-align: middle;
}
.cart-message IMG {
	vertical-align: -5px;
	padding: 0 10px;
}

TABLE#cart {
	border: none;
}
TABLE#cart TH,
TABLE#cart TD {
	font: 11px arial,sans-serif;
	color: #373737;
	padding: 2px 5px !important;
}
TR.headerrow TD {
	background: #DEDDDC;
	font-weight: bold;
	text-transform: uppercase;
}
TABLE#cart TH {
	background: #DEDDDC;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 5px !important;
	text-align: center;
}
TABLE#cart TH.item-name {
	text-align: left;
}
TABLE#cart TH.item-price,
TABLE#cart TH.item-total {
	text-align: right;
}
#main #content TABLE#cart SELECT {
	font-size: 1em;
}
TABLE#cart .item-name,
TABLE#cart .item-qty,
TABLE#cart .item-price,
TABLE#cart .item-remove,
TABLE#cart .item-total {
	vertical-align: middle;
}
TABLE#cart .item-name {
	width: 275px;
}
TABLE#cart .item-qty {
	width: 50px;
	text-align: center;
}
TABLE#cart .item-price {
	width: 60px;
	text-align: right;
}
TABLE#cart  TD.item-remove {
	width: 50px;
	padding: 5px;
	text-align: center;
}
TABLE#cart TD.item-total {
	width: 60px;
	text-align: right;
}
TABLE#cart .cart-subtotal-label {
	text-align: right;
	text-transform: uppercase;
	padding: 10px 5px 5px 5px;
}
TABLE#cart .cart-subtotal {
	text-align: right;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.cart-othertotal-label {
	text-align: right;
	text-transform: uppercase;
	padding: 5px;
}
TABLE#cart .cart-othertotal {
	text-align: right;
	padding: 5px;
}

TABLE#cart-total {
	width: 555px;
}
TABLE#cart-total TD.cart-total-label {
	width: 475px;
	height: 26px;
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	background: #fff;
}
TABLE#cart-total TD.cart-total {
	width: 60px;
	padding: 5px;
	text-align: right;
	font: bold 14px arial,sans-serif;
	vertical-align: middle;
	color: #d1a302;
	background: #fff;
}
#gift-card {
	text-align: right;
	padding: 10px 0 10px 10px;
}
#gift-card IMG {
	vertical-align: middle;
}
#gift-card INPUT {
	width: 100px;
	margin-left: 5px;
}
#gift-card .apply-button {
	width: 40px;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
	vertical-align: -4px;
	background: url(../images/btn_apply.gif) no-repeat;
}
#gift-card .apply-button:hover {
	background-position: 0 -18px;
}

/* --- CART --- */

.cart-buttons {
	margin: 20px 0;
}
.cart-buttons IMG {
	border: none;
}
.cart-buttons .continue-button a {
	float: left;
	width: 133px;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
	background: url(../images/btn_continueshopping.gif) no-repeat;
}
.cart-buttons .continue-button a:hover {
	background-position: 0 -18px;
}
.cart-buttons .checkout-button a {
	float: right;
	width: 150px;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
	background: url(../images/btn_checkout.gif) no-repeat;
}
.cart-buttons .checkout-button a:hover {
	background-position: 0 -18px;
}
.remove-button {
	width: 59px;
	height: 0px !important;
	height /**/:20px; /* IE 5/Win hack */ 
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(../images/btn_remove.gif) no-repeat;
}
.remove-button:hover {
	background-position: 0 -20px;
}
.error {
	color: #c00;
	font-size: 1.2em;
	font-weight: bold;
}

.gcr-notice {
	padding: 15px 5px 5px 5px;
	text-align: center;
	font-style: italic;
}


/* --- CHECKOUT 0 --- */

#main #content #checkout,
#main #content #checkout P {
	font: 12px arial,sans-serif;
	line-height: 17px;
	color: #373737;
}
#checkout .hr-divider {
	padding-bottom: 0;
}

#checkout H2 {
	margin: 9px 0;
	font: normal 12px arial,sans-serif;
	color: #373737;
	text-transform: uppercase;
}
#checkout H2.inline {
	display: inline;
	padding-right: 20px;
}

#checkout H3 {
	margin: 20px 0 0 0;
	font: 12px arial,sans-serif;
	color: #373737;
	font-weight: 600;
}
#checkout H3.inline {
	display: inline;
}
#checkout P {
	line-height: 17px;
}
#main #content #checkout SELECT {
	font-size: 1em;
}

#new-customer,
#checkout #new-customer {
	width: 315px;
	margin-top: 15px;
	padding-right: 18px;
	float: left;
	line-height: 17px;
}
#checkout #new-customer P {
	line-height: 17px;
}
#checkout #vr-0 {
	width: 10px;
	height: 450px;
	padding-right: 10px;
	float: left;
}
#checkout #old-customer {
	width: 170px;
	margin-top: 15px;
	float: left;
	padding: 0 10px 10px 10px;
	background: #fff;
	margin-bottom: 20px;
}
#checkout INPUT.txt {
	width: 180px;
}
#checkout INPUT {
	display: block;
}
#checkout INPUT.inline {
	display: inline;
}
#checkout LABEL {
	display: block;
	padding-top: 10px;
	font: 11px arial,sans-serif;
	color: #d1a302;
}
#checkout .cart-button {
	padding: 0;
	margin-top: 15px;
}

/* --- CHECKOUT 1 --- */


.checkout1 .field-left {
	width: 200px;
	clear: left;
	float: left;
}
.checkout1 .field-right {
	width: 330px;
	float: left;
}

.checkout1 .customer-info {
	margin-top: 10px;
	background: #fff;
	padding: 5px 0px 10px 10px;
}
#checkout .postal-code {
	width: 180px;
	float: left;
}
#checkout .postal-code INPUT.txt {
	width: 150px;
}
#checkout .country {
	width: 140px;
	float: left;
}
#checkout .country INPUT.txt {
	width: 140px;
}
#checkout .shipping-method {
/*	height: 20px;*/
	padding: 15px 0 0 10px;
}
#checkout .shipping-note {
	margin-top: 10px;
	padding: 15px 0 0 10px;
	font-style: italic;
	text-align: center;
}
#checkout .gift-message {
	margin-top: 10px;
	padding: 5px 0px 10px 10px;
}


/* --- CHECKOUT 2 --- */

#checkout.checkout2 H2 {
	margin: 10px 0 3px 0;
	font-weight: bold;
}
#checkout.checkout2 .hr-divider {
	margin-bottom: 15px;
}
TABLE#cart TH.item-name,
TABLE#cart TD.item-name {
	width: 340px;
}
TABLE#cart TD.item-name {
	padding: 5px 5px;
}
TABLE#cart TD.cart-total-label {
	width: 475px;
	height: 10px;
	padding: 10px 5px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
}
TABLE#cart TD.cart-total {
	width: 60px;
	padding: 5px;
	text-align: right;
	font: bold 14px arial,sans-serif;
	color: #d1a302;
	background: #fff;
}
#checkout.checkout2 .customer-payment-info {
		margin-top: 20px;
}
#checkout.checkout2 .customer-info {
	width: 260px;
	padding: 0px 25px 0px 0px;
	float: left;
	background: url(../images/vr_checkout2.gif) right repeat-y;
	margin-right: 20px;
}
#checkout.checkout2 .payment-info {
	width: 200px;
	padding: 0px 9px 0px 0px;
	float: left;
}
#checkout #vr-2 {
	width: 10px;
	padding-right: 10px;
	float: left;
}

/* --- CHECKOUT 4 --- */
#checkout.checkout4 .customer-payment-info {
		margin-top: 20px;
}
#checkout.checkout4 .customer-info {
	width: 260px;
	padding: 0px 25px 0px 0px;
	float: left;
	background: url(../images/vr_checkout2.gif) right repeat-y;
	margin-right: 20px;
}
#checkout.checkout4 .payment-info {
	width: 200px;
	padding: 0px 9px 0px 0px;
	float: left;
}






/* --- CLEARFIX HACK --- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
<!-[if IE 7]>
.clearfix {display:inline-block;}
.clearfix {display:block;}
<![endif]->

