body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #666666;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #76a33a;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}

.subheader {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #76a33a;
}

.small {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.message {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #76a33a;
	text-transform: uppercase;
	margin-bottom: 0;
	
}

h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #827b3a;
	text-transform: uppercase;
	margin-bottom: 0;
	
}

.Prod_details_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #76a33a;
}

.prod_index{
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}



/* =========================== pargraph Link ===========================  */
a.paragraph:link { 
	color: #666666;
	text-decoration: none;
	}
a.paragraph:visited { 
	color: #666666;
	text-decoration: none;
	}
a.paragraph:hover { 
	color: #666666;
	background-color: #FAEBB5;
	text-decoration: none;
	}
a.paragraph:active { 
	color: #666666;
	text-decoration: none;
	}


/* =========================== link ===========================  */
a:link { 
	color: #0066FF;
	text-decoration: none;
	}
a:visited { 
	color: #0066FF;
	text-decoration: none;
	}
a:hover { 
	color: #0066FF;
	background-color: #FAEBB5;
	text-decoration: none;
	}
a:active { 
	color: #0066FF;
	text-decoration: none;
	}
	
	#footer {
	font-size: 12px;
	color: #ACA68F;
	text-align:center
}
/* =========================== pargraph Link ===========================  */
td.prod a:link { 
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}
td.prod a:visited { 
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}
td.prod a:hover { 
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}
td.prod a:active { 
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}

td.prod a.selected {
	color: #990000;
	background-color: #FFFFFF;
}

.pullquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12.5px;
color: #C9B04B;
text-align: left;
}

div.listdetails {
	font-size: 12.5px;
}


/* === CART STYLES ===*/
#shopping_cart {
	margin-bottom:2em;
}

#shopping_cart td,#shopping_cart th{
	font-size:11px;
	text-align:left;
	padding:.25 .5em .25em .5em;
}

#shopping_cart th {
	font-weight:bold;
	background-color:#eee;
	border-bottom:1px solid #666;
}

#shopping_cart td {

}

#shopping_cart .altrow td {
	background-color:#f2f2f2;
}

#shopping_cart .option_row td {
	padding:0 .5em .25em .5em;
}

#shopping_cart .alt_option_row td {
	padding:0 .5em .25em .5em;
	background-color:#f2f2f2;
}

#shopping_cart .total_row td {
font-size:15px;
font-weight:bold;
color: #000000;

}

#shopping_cart .div_row td {
	height:2px;
	background-color:#666;
	padding:0 0 0 0;
}