
/* file should be the same */
/* css/nds.css */
/* secure/css/nds.css */


/* Body --------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	color: #430c00;
	background: #000;
	min-width: 1024px;           /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	}



/* Basic Elements -------------------------------------------------*/
/*-----------------------------------------------------------------*/
h1 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #234c9e;
	margin: 0 0 8px 0;
	}

h1.store_mast {
	display: block;
	background: transparent url(../../../images/mast-graphic.jpg) no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 8px 0;
	width: 494px;
	height: 200px;
	}

h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #234c9e;
	margin: 0 0 8px 0;
	}


h3 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #234c9e;
	margin: 0 0 8px 0;
	}

h4 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #234c9e;
	margin: 0 0 8px 0;
	}

h5 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #234c9e;
	margin: 0 0 8px 0;
	}

h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #234c9e;
	margin: 0 0 8px 0;
	}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #430c00;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	}

a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	color: #234c9e;
	text-decoration: underline;
	}

a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	color: #234c9e;
	text-decoration: underline;
	}

a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	color: #234c9e;
	text-decoration: none;
	}

a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	color: #234c9e;
	text-decoration: none;
	}

hr {
	border: 0;
	color: #430c00;
	background-color: #430c00;
	height: 1px;
	margin: 10px 0;
	width: 100%;
	}

img {
	border: 0;
	}



/* Basic Classes -------------------------------------------------*/
/*----------------------------------------------------------------*/
.hide {
	display: none;
	}

.small {
	font-size: 0.9em;
	}

.hilite {
	color: #07c;
	}

.clear {
	content: ".";
	overflow: hidden;
	clear: both;
	font-size: 1px;
	line-height: 0;
	}

.right {
	float: right;
	}

.center {
	text-align: center;
	}

.left {
	float: left;
	}

.noborder {
	border: 0;
	}

.needInfo,
.needInfo p {
	color: #FF33CC;
	}



/* Header Replacement With Link -----------------------------------*/
/*-----------------------------------------------------------------*/
#header {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 105px;
	background-color: #000;
	}

#header a, #header h1 {
	display: block;
	width: 1024px;
	height: 105px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../images/header.jpg);
	overflow: hidden;
	text-decoration: none;
	}

#topNav {
	padding: 6px;
	background-color: #430c00;
	clear: both;
	}

#topNav p {
	margin: 0;
	padding: 0;
	color: #fff;
	}

#topNav p a:link,
#topNav p a:visited {
	color: #fff;
	text-decoration: none;
	}

#topNav p a:hover,
#topNav p a:active {
	color: #fff;
	text-decoration: underline;
	}


#breadcrumb {
	float: left;
	width: 50%;
	}

#utilities {
	float: right;
	width: 50%;
	text-align: right;
	}



/* Columns --------------------------------------------------------*/
/* Adapted from http://www.alistapart.com/articles/holygrail ------*/
/*-----------------------------------------------------------------*/
#wrapper {
	font-size: 1.1em;
	padding-left: 245px;        /* LC fullwidth */
	padding-right: 267px;       /* RC fullwidth + CC padding */
	overflow: hidden;
	}

#wrapper .column {
	float: left;
	position: relative;
	padding-bottom: 20010px;    /* X + padding-bottom */
	margin-bottom: -20000px;    /* X */
	}

#main {
	padding: 10px;              /* CC padding */
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #d5c8b3;
	border-right: 1px solid #d5c8b3;
	}

#leftNav {
	width: 245px;               /* LC width */
	padding: 0;                 /* LC padding */
	right: 267px;               /* LC fullwidth + CC padding */
	margin-left: -100%;
	background-color: #eeead2;
	}

#rightNav {
	width: 225px;               /* RC width */
	padding: 10px;              /* RC padding */
	margin-right: -265px;
	background-color: #eeead2;
	}


* html #leftNav {               /*** IE Fix ***/
	left: -245px;                /* RC fullwidth */
	}



/* Footer ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
#footer {
	position: relative;
	padding: 6px;
	text-align: center;
	clear: both;
	background-color: #430c00;
	}

#footer p {
	margin: 0 0 6px 0;
	padding: 0;
	color: #fff;
	font-size: 0.9em;
	}

#footer p a:link,
#footer p a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.0em;
	}

#footer p a:hover,
#footer p a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 1.0em;
	}



/* begin productGrid */
/* only used when a product is displaying a "grid" (multiple columns) of products */

#productGrid {
	text-align: left;
	margin: 5px;
}

#productGrid h2 { }

#productGrid #categoryDescription {
	float: left;
	clear: left;
	margin-bottom: 10px;	
	border: 1px solid #FFFFFF;
	width: auto;
	height: auto;
}

#productGrid table{
	float: left;
	clear: left;
}

#productGrid #topOptions {
	width: auto;
	height: 40px;
}

#productGrid #topOptions .search {
	float: left;
	height: 18px;
}

#productGrid #topOptions .myrow {
	height: 25px;
}

#productGrid #topOptions .display {
	float: left;
	height: 18px;
	width: 50%;
	text-align: left;
}

#productGrid #topOptions .sort {
	width: 50%;
	height: 20px;
	float: left;
	text-align: right;
}

#productGrid #topOptions .sort .label {
	display: inline;
	height: 18px;
	padding: 2px;
	padding-top: 5px;
}

#productGrid #topOptions .sort .option {
	display: inline;
	height: 18px;
	padding: 2px;
}

#productGrid #topOptions .sort .option select {
	height: 18px;
}


/* used in 2 column product Grids */
#productGrid .content-even2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 235px;
	padding-bottom: 15px;
}

#productGrid .content-odd2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 235px;
	padding-bottom: 15px;
}


/* used in 3 column product Grids */
#productGrid .content-even3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 165px;
	padding-bottom: 15px;
}

#productGrid .content-odd3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 165px;
	padding-bottom: 15px;
}


/* used in 4 column product Grids */
#productGrid .content-even4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 100%;
	padding-bottom: 15px;
}

#productGrid .content-odd4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 100%;
	padding-bottom: 15px;
}


/* used in 5 column product Grids */
#productGrid .content-even5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 100%;
	padding-bottom: 15px;
}

#productGrid .content-odd5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 100%;
	padding-bottom: 15px;
}


#productGrid .options {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
}

#productGrid .options .form-label{
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#productGrid .options .form-field{
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#productGrid #btmOptions {
	clear: left;
	float: left;
	width: 100%;
	height: 60px;
}

#productGrid #btmOptions .batchAddToCartButton {
	background:url(../design/images/large_btn.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productGrid #btmOptions .batchAddToCartButton a {
	color: #FFFFFF;
	text-decoration: none; 
}

#productGrid #btmOptions .batchAddToCartButton a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}

#productGrid #btmOptions .pagination {
	float: right;
	width: auto;
	height: 19px;
	font-size: 12px;
	padding-top: 15px;
}

#productGrid #btmOptions .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#productGrid #btmOptions .pagination a:hover {
	color: #000000;
	text-decoration: none;

}

/* end productGrid */









/* begin productList */
/* used in templates/product.grid.tem.php */
/* only used when a product is displaying a "list" of products */

#productList #topOptions {
	width: auto;
	height: 40px;
	float: left;
	clear: left;
}

#productList #topOptions .search {
	float: left;
	clear: left;
	height: 18px;
}

#productList #topOptions .display {
	float: left;
	clear: left;
	height: 18px;
}

#productList #topOptions .sort {
	width: 230px;
	height: 20px;
	float: right;
}

#productList #topOptions .sort .label {
	float: left;
	height: 18px;
	padding: 2px;
	padding-top: 5px;
}

#productList #topOptions .sort .option {
	float: right;
	height: 18px;
	padding: 2px;
}

#productList #topOptions .sort .option select {
	height: 18px;
}

#productList .content-even1 {
	border-bottom: 1px dotted #D9D9D9;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	margin: 1px;
	width: 150px;
}

#productList .content-odd1 {
	border-bottom: 1px dotted #D9D9D9;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	margin: 1px;
	width: 150px;
}

#productList .title {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	float: left;
	clear: both;
	width: 100%;
}

#productList .title a {
	color: #C50024;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productList .title a:hover {
	text-decoration: none;
}

#productList .photo {
	width: 150px;
	height: auto;
}

#productList .description {
	width: 60%;
	height: auto;
	padding: 5px;
	text-align: left;
}

#productList .details {
	width: 60%;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #464646;
}

#productList .details .sprice {
	width: 40%;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 8px;
}

#productList .details .buttons {
	clear: left;
	text-align: left;
	width: 40%;
}

#productList .details .buttons .detailBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 10px;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productList .details .buttons .detailBtn a {
	color: #FFFFFF;
	text-decoration: none; 
}

#productList .details .buttons .detailBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}

#productList .details .buttons .addToCartBtn {
	background:url(../design/images/medium_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productList .details .buttons .addToCartBtn a {
	color: #FFFFFF;
	text-decoration: none; 
}

#productList .details .buttons .addToCartBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}

#productList .details .pricenote { 
	margin-top: 10px;
	margin-bottom: 10px;
	color: #C00000;
	font-weight: bold;
}

#productList .options {
	clear: left;
	margin-top: 5px;
	color: #464646;
	text-align: left;
	margin-top: 10px;
}

#productList .options .qty {
	margin-top: 4px;
}

#productList .options .qty input {
	color: #464646;
}

#productList .options .form-label {
	width: 25%;
	text-align: left;
	padding: 3px;
}

#productList .options .form-field {
	text-align: left;
	width: auto;
	padding: 0px;
}

#productList #btmOptions {
	clear: left;
	height: 60px;
}

#productList #btmOptions .batchAddToCartButton {
	background:url(../design/images/large_btn.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productList #btmOptions .batchAddToCartButton a {
	color: #FFFFFF;
	text-decoration: none; 
}

#productList #btmOptions .batchAddToCartButton a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}

#productList #btmOptions .pagination {
	float: right;
	width: auto;
	height: 19px;
	font-size: 12px;
	padding-top: 15px;
}

#productList #btmOptions .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#productList #btmOptions .pagination a:hover {
	color: #000000;
	text-decoration: none;

}

/* end productList */









/* begin productDetail */
/* used in templates/product.detail.tem.php */

#productDetail #productPhotos {
	float: left;
	clear: left;
	width: auto;
	margin-right: 20px;
}

#productDetail #prodThumbnails { }

#productDetail #extraDetails {
	margin: 0;
}

#productDetail h2 {
	margin: 2px 0;
}

#productDetail #price {
	font-weight: bold;
	margin-bottom: 8px;
}

#productDetail .email {
	font-size: 0.9em;
	padding-top: 10px;
}

#productDetail #qtyPricing {
	float: left;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#productDetail #qtyPricing .hdr-title-left {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 60px;
}

#productDetail #qtyPricing .hdr-title-right {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 120px;
}

#productDetail #qtyPricing .list-left {
	clear: left;
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 60px;
}

#productDetail #qtyPricing .list-right {
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 110px;
}

#productDetail .form-label {
	display: inline;
	font-weight: bold;
	width: 110px;
}

#productDetail .form-field {
	display: inline;
	}

#productDetail #customerUpload {
	margin-top: 15px;
	clear: left;
	float: left;
}

#productDetail #detailTabs {
	clear: left;
	float: left;
	width: 98%;
}

#productDetail #detailTabs ul {
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
}

#productDetail #detailTabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#productDetail #detailTabs a .current {
  	color: #FFFFFF;
  	font-size: 150%;
}

#productDetail #detailTabs a {
	float: left;
	background: url(../design/images/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#productDetail #detailTabs a span {
	float: left;
	display: block;
	background: url(../design/images/tab-right.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	color: #404040;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#productDetail #detailTabs a span {
	float: none;
}

/* End IE5-Mac hack */
#productDetail #detailTabs a:hover span {
  	color: #FFFFFF;
}

#productDetail #detailTabs a:hover {
	color: #FFFFFF;
}

#productDetail #detailTabs a:hover span {
	color: #FFFFFF;
}

#productDetail .hdr-title,
#crossSell .hdr-title {
	color: #fff;
	background-color: #430c00;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	width: 98%;
}

#productDetail .container {
	clear: both;	
	float: left;
}

#productDetail .body {
	padding: 5px 0;
}

#productDetail #productDescription p {
	margin: 2px 0;
	padding: 0;
	text-align: left;
}

#productDetail #productReviews {
	border: 1px solid #404040;
	float: left;
	clear: left;
	height: auto;
	margin-top: 15px;
	text-align: left;
}

#productDetail #productReviews #productReviewsAddNote {
	display: block;
}

#productDetail #productReviews #productReviewsAdd {
	display: none;
}

#productsRelated,
#crossSell {
	margin-top: 15px;
	border: 1px solid #404040;
	float: left;
	clear: left;
	width: 485px;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: left;
}

#productsRelated .content-odd,
#crossSell .content-odd {
	text-align: center;
	width: 165px;
	float: left;
	height: auto;
}

#productsRelated .content-even,
#crossSell .content-even {
	text-align: center;
	width: 165px;
	float: left;
	height: auto;
	border-left: 1px dotted #D8DDE3;
}

#productsRelated .title,
#crossSell .title {
	width: 165px;
	text-align: center;
	clear: both;
}

#productsRelated .photo,
#crossSell .photo {
	margin: 8px;
	text-align: center;
}

#productsRelated .details,
#crossSell .details {
	width: 165px;
	text-align: center;
	padding-bottom: 8px;
}


/* end productDetail */








/* begin view cart */
/* used in templates/view.cart.tem.php */

#viewCart {
	text-align: left;
	margin: 5px;
}

#viewCart h2 { }

#viewCart p {
	height: auto;
	text-align: left;
}

#viewCart #pageNote {
	height: auto;
	text-align: left;
}

#viewCart #pageError {
	border: 1px solid #C00000;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
	background-color: #FFFFCC;
}

#viewCart #cartItems thead tr th {
	color: #fff;
	background-color: #430c00;
	font-weight: bold;
	font-size: 1.0em;
}

#viewCart #cartItems tbody tr td {
	border-bottom: 1px solid #D8DDE3;
	text-align: left;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#viewCart #cartItems .cartError {
	background-color: #FFFFCC;
}

#viewCart #cartItems .normal {
	background-color: yellow;
}

#viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}


#viewCart #cartInfo {
	float: left;
	clear: left;
}

#viewCart #cartNumItems {
	width: 150px;
	padding-top: 8px;
	height: 35px;
	float:left;
	clear:left;
	text-align: left;
}

#viewCart #cartCoupon {
	height: 35px;
	width: auto;
	text-align: left;
	float:left;
	clear: left;
}

#viewCart #cartAmounts {
	padding-top: 8px;
	margin-bottom: 8px;
	float: right;
	text-align: right;
}

#viewCart #cartAmounts .field-link {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

#viewCart #cartAmounts .field-price {
	text-align: right;
	font-weight: bold;
	height: 18px;
	padding: 2px;
}

#viewCart #cartAmounts .field-label {
	text-align: left;
	height: 18px;
	clear: left;
	float: left;
	padding: 2px;
}

#viewCart #cartButtons {
	clear: both;
	float: left;
	margin-top: 25px;
	width: 96%;
	text-align: left;
}

#viewCart .gatewayButtons {
	float: right;
	height: 50px;
}

/* end view cart */








/* begin popupShipping */
/* used in templates/view.shipping.form.tem.php */
/* used in templates/view.shipping.results.tem.php */

#popupShipping {
	background-color: #fff;
	text-align: left;
	margin: 10px;
}

#popupShipping #pageNote{
	float: left;
}

#popupShipping #serviceLogo {
	width: 150px;
	float: right;
	padding-left: 15px;
}


/* end popupShipping */















/* begin customerLogin */
/* used in templates/client.login.tem.php */
/* used in templates/client.login.password.tem.php */
/* used in templates/client.create.form.tem.php */

#customerLogin {
	text-align: left;
	margin: 5px;
}

#customerLogin h2 { }

#customerLogin #existingCustomer {
	width: 45%;
	clear: left;
	float: left;
}

#customerLogin #newCustomer {
	width: 45%;
	float: right;
}

#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {
	color: #fff;
	background-color: #430c00;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

#existingCustomer .body { }

#newCustomer .body {
	text-align: center;
}

#customerLogin #passwordRemindCustomer, #customerLogin #createCustomer { 
	width: 90%;
}

#customerLogin #createCustomer .body { }


/* end customerLogin */






/* begin checkoutOnePage */
/* used in templates/checkout.onepage.tem.php */

#checkoutOnePage { 
	text-align: left;
	width: 500px;
	margin: 8px;
}

#checkoutOnePage h2 { }

#checkoutOnePage .form-label {
	font-weight: normal;
	text-align: left;
 	padding: 0; 
  	width: 20%;	
}

#checkoutOnePage .form-label-required {
	font-weight: bold;
	text-align: left;
 	padding: 0; 
  	width: 20%;
}

#checkoutOnePage #cartItems {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#checkoutOnePage #cartItems thead tr th {
	color: #fff;
	background-color: #430c00;
	text-align: left;
	font-weight: bold;
	height: 22px;
	font-size: 12px;	
}

#checkoutOnePage #cartItems tbody tr td {
	border-bottom: 1px solid #D8DDE3;
	text-align: left;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#checkoutOnePage #cartItems .cartError {
	background-color: #FF4040;
}

#checkoutOnePage #cartItems .normal {
	background-color: yellow;
}

#checkoutOnePage #cartItems .cartWarning {
	background-color: #FFFF80;
}

#checkoutOnePage #cartInfo {
	height: auto;
	width: 96%;
	float: left;
	clear: left;
}

#checkoutOnePage #cartAmounts {
	padding-top: 8px;
	width: 145px;
	float: right;
}

#checkoutOnePage #cartAmounts .field-link {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

#checkoutOnePage #cartAmounts .field-price {
	text-align: right;
	font-weight: bold;
	height: 18px;
	padding: 2px;
}

#checkoutOnePage #cartAmounts .field-label {
	text-align: left;
	height: 18px;
	clear: left;
	float: left;
	padding: 2px;
}

#checkoutOnePage #existingCustomer {
	clear: left;
	float: left;	
	height: auto;
	width: 265px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border: 1px solid #D8DDE3;
}

#checkoutOnePage #existingCustomer .hdr-title{
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	padding:5px;
	font-weight: bold;
}

#checkoutOnePage #existingCustomer .body {
	margin-left: 5px;
	height: auto;
}

#checkoutOnePage #newCustomer {
	clear: left;
	float: left;	
	height: auto;
	width: 265px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border: 1px solid #D8DDE3;
}

#checkoutOnePage #newCustomer .hdr-title{
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	padding:5px;
	font-weight: bold;
}

#checkoutOnePage #newCustomer .body {
	height: auto;
	margin-left: 5px;
	text-align: left;
}

#checkoutOnePage #billAddress {
	clear: left;
	float: left;
	margin-top: 15px;
	border-top: 1px solid #D8DDE3;
  	padding: 4px; 
  	width: 96%;
}

#checkoutOnePage #billAddress table {
  	text-align: left;
  	padding: 4px; 
  	width: 100%;
}

#checkoutOnePage #shipAddress {
	clear: left;
	float: left;
	margin-top: 15px;
	border-top: 1px solid #D8DDE3;
  	padding: 4px; 
  	width: 96%;;
}

#checkoutOnePage #shipAddress table {
  	text-align: left;
  	padding: 4px; 
  	width: 100%;
}

#checkoutOnePage #shipMethod {
	clear: left;
	float: left;
	margin-top: 15px;
	border-top: 1px solid #D8DDE3;
  	padding: 4px; 
  	width: 96%;
}

#checkoutOnePage #shipMethod table {
  	text-align: left;
  	padding: 4px; 
  	width: 100%;
}

#checkoutOnePage #shipMethod table .multiShipOptions {
	width: 180px;
}

#checkoutOnePage #paymentInfo {
	clear: left;
	float: left;
	margin-top: 15px;
	border-top: 1px solid #D8DDE3;
  	padding: 4px; 
  	width: 96%;
}

#checkoutOnePage #paymentInfo table {
  	text-align: left;
  	padding: 4px; 
  	width: 100%;
}

#checkoutOnePage #totalsInfo {
	clear: left;
	float: left;
	margin-top: 15px;
	border-top: 1px solid #D8DDE3;
}

#checkoutOnePage #totalsInfo {
  	text-align: left;
  	padding: 4px; 
  	width: 96%;
}

#checkoutOnePage #totalsInfo .totalLabel {
	text-align: right;
	font-weight: bold;
	font-size: 125%;
	width: 125px;
	padding: 4px;
}

#checkoutOnePage #totalsInfo .totalField {
	text-align: left;
	font-size: 125%;
	width: auto;
	padding: 4px;
}

#checkoutOnePage #totalsInfo #grand_total_div {
	font-size: 125%;
	font-weight: bold;
	height: 28px;
	color: #878787;
	width: auto;
}

#checkoutOnePage #checkoutSubscription {
	clear: left;
	float: left;
	margin-top: 15px;
	border-top: 1px solid #D8DDE3;
  	padding: 4px; 
  	width: 96%;	
}

#checkoutOnePage #checkoutSubscription table {
  	text-align: left;
  	padding: 4px; 
  	width: 100%;
}

/* end checkoutOnePage */





/* begin checkoutConfirm */
/* used in templates/checkout.confirm.tem.php */

#checkoutConfirm {
	text-align: left;
	width: 500px;
	margin: 5px;
}

#checkoutConfirm h2 { }

#checkoutConfirm #billInfo {
	margin: 5px;
	border: 1px solid #D8DDE3;
	height: 190px;
	width: 230px;
	float: left;
	clear: left;
	text-align: left;
}

#checkoutConfirm #shipInfo {
	margin: 5px;
	border: 1px solid #D8DDE3;
	height: 190px;
	width: 230px;
	float: left;
	text-align: left;
}

#checkoutConfirm #paymentInfo {
	margin: 5px;
	border: 1px solid #D8DDE3;
	height: auto;
	width: 230px;
	clear: both;
	float: left;
	text-align: left;
}

#checkoutConfirm #orderDetails {
	margin: 5px;
	float: left;
	clear: left;
	border: 1px solid #D8DDE3;
	width: 470px;
	border-collapse: collapse;
	text-align: left;
}

#checkoutConfirm #orderDetails .list {
	border: 1px solid #D8DDE3;
	height: 22px;
}

#checkoutConfirm .hdr-title {
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

#checkoutConfirm .body {
	padding: 5px;
}

.submitBtn {
	font-size: 130%;
	font-weight: bold;
}

.submitOrder {
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pageNote {
	margin: 5px;
	text-align: left;
}

/* end checkoutConfirm */








/* Tables ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
table {
	margin: 0;
	padding: 0;
	width: 100%;
	}

table th,
table td {
	margin: 0;
	padding: 2px;
	border: 0;
	text-align: left;
	vertical-align: top;
	}

table th {
	font-weight: bold;
	}



/* Form Elements --------------------------------------------------*/
/*-----------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	}

form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

form a img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	}

.required {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #f00;
	}

select, input, textarea {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 0.9em;
	color: #430c00;
	background-color: #fff;
	}

input.noborder {
	border: 0;
	background: transparent;
	}

input.button {
	border-top: 1px solid #728dc1;
	border-right: 1px solid #22458a;
	border-bottom: 1px solid #22458a;
	border-left: 1px solid #728dc1;
	font-weight: bold;
	color: #fff;
	background-color: #244d9e;
	padding: 2px;

	}
