/* CSS Document */

/* Natural Alternatives Shopping Cart Styles -------------------------*/
#cartPage {
	background: #F1F0EF;
	padding: 10px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A7A09B;
	}
#cartContainer {
	background: #FFFFFF;
	padding: 15px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A7A09B;
	border: 1px solid #C4BEBB;
	}
#cartHeader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4BEBB;
	}
#cartFooter {
	padding: 10px;
	}
#cartTotal {
	text-align:left;
	font-weight: bold;
	font-size: 10px;
	}
#cartLinks {
	text-align: center;
	bottom: 20px;
	}
.itemTitle {
	color: #A7A09B;
	font-size:10px;
	}
.itemQty {
	color: #A7A09B;
	font-size:10px;
	}
.itemPrice {
	color: #A7A09B;
	font-size:10px;
	text-align:right;
	}
.cartInput {
	color:#333333;
	font-size: 10px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin: 2px;
	}
#shopContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow: auto;
}
/* -------------------------------------------------------- */
.cartBorderTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C4BEBB;
}
.cartBorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4BEBB;
}
