@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgrnd-tall.jpg);
	}
	h1,h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* ------------------------------ NAVIGATION ------------------------------ */

	.main-navigation {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d5c93;
	text-align: left;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: bold;
	margin-left: 50px;
	line-height: 25px;
	}
	.main-navigation:hover {
	color: #83a252;
	text-decoration:underline;
	}
	.nav-box {
	padding-top: 25px;
	}
	.side-nav {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #9dba7d;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
	line-height: 35px;
	}
	.side-nav-link {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #9dba7d;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 35px;
	}
	.side-nav-link:hover {
	color: #467cb7;
	text-decoration:underline;
	}

/* ------------------------------ BODY ------------------------------ */

	.body-bkgrnd {
	background-image: url(images/body-bkgrnd.jpg);
	background-repeat: repeat-y;
	}
	.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
	}
	.body-text-links {
	color: #518CBD;
	}
	.bold-text {
	color: #889d6f;
	}
	.body-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #518CBD;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	}
	.store-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #518CBD;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	text-decoration: underline;
	}
	.product-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 45px;
	margin-right: 35px;
	}
	.product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E76A4;
	font-weight: bold;
	margin-left: 2px;
	}
	.christmas-product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 2px;
	}
	.product-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E76A4;
	font-weight: bold;
	margin-right: 2px;
	}
	.product-table-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E76A4;
	}
	.product-table-line-green {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9DAAD;
	}
	.product-table-line-purple {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8c1f5;
	}
	.home-error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E76A4;
	font-weight: bold;
	margin-left: 2px;
	line-height: 25px;
	}
	
	/* ------------------------------ FOOTER ------------------------------ */
	.footernav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-decoration: none;
	margin-bottom: 3px;
	}
	.footernav:hover {
	color: #3E76A4;
	text-decoration:underline;
	}
	.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
	}
	.footertext-blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	}
	
	/* ------------------------------ FORMS ------------------------------ */
	
	.form-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	.form-error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 25px;
	line-height: normal;
	color: #FF0000;
	font-weight: bold;
	}
	
	/* ------------------------------ STORE ------------------------------ */
	
	/****************************************/
/* -- Shopping Cart Specific Styles --  */
/****************************************/

div.taxInformation {
	background-color:#FFFFFF;
		border: 1px solid #000000;
		width:150px;
		height:550px;
		padding:4px;
	float:right;
		color:#7EA8CE;
		font-size: 11px;
		line-height: 14px;
	}	

div.scFooter {
	position:relative;
	left:0px;
	top:10px;
	}

div.cartHolder {
	margin-right:185px;
	}

div.footer_right {
   width:195px;
   float:right;
   text-align:left;
   }

table.cart {
	width:100%;
	border:0;
	}

tr.cartRow {
	border-width:0px 0px 1px 0px;
	border-color:#CCC;
	border-style:solid;
	padding:3px;
	}

th {
	background-color:#7EA8CE;
		color:#FFFFFF;
		font-size: 11px;
		line-height: 14px;
	padding:3px;
	}

td.cart_delete, td.cart_cp_delete {
  padding: 3px;
  width: 50px;
  text-align: center; 
  background-color: #FFFFFF;
}

td.cart_quantity, td.cart_cp_quantity {
	background-color:#FFFFFF;
		color:#7EA8CE;
		font-size: 12px;
		line-height: 12px;
		text-align: center; 
		width: 70px;
  		text-align: center; 
	padding:3px;
	}

td.cart_name, td.cart_cp_name,td.cart_sku, td.cart_cp_sku {
	background-color:#FFFFFF;
		color:#7EA8CE;
		font-size: 12px;
		line-height: 12px;
		text-align: center; 
	padding:3px;
	}



td.cart_price, td.cart_cp_price {
	background-color:#FFFFFF;
		color:#7EA8CE;
		font-size: 12px;
		line-height: 12px;
  		text-align: center; 
	padding:3px;
}
td.cart_total, td.cart_cp_total {
	background-color:#CCCCCC;
	color:#000000;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	font-weight: bold;
	padding:3px;
}

td.cartTotal {
	background-color:#FFFFFF;
	color:#7EA8CE;
	font-size: 11px;
	line-height: 14px;
	text-align:right;
	font-weight: bold;
	}
	
