html { overflow: -moz-scrollbars-vertical; }

body, td, p {
	font-family: arial;
	font-size: 12px;
} 
.footer {
	color: #807D7D;
	text-align: center;
	font-size: 12px;
	background-color: #000000;
}
.cartdisp {
	color: #807D7D;
	font-size: 11px;
}

a { color: #000000; }
a:hover { color: #C80000; }

.savings { color: #FF0000; }
a.categorylist { color: #000000; text-decoration: none; font-weight: bold; }
a.categorylist:hover { color: #C80000; }

.category_list {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}

a.bread  {
	text-decoration: none;
	font-weight: bold;
}   

td.no_products {
	font-weight: bold;
	color: #C80000;
}

div.prod_desc {
	border: 1px solid #000000; 
	padding: 10px; 
	background-color: #EEEEEE;
}

td.error {
	color: #ff0000;
}

.cartpack {
    font-size: 10px;
    font-weight: normal;
}

.cartqty {
    font-size: 10px;
    width: 25px;
}

.cartsubmit {
    font-size: 10px;
    width: 30px;
}

div#checkout { display: inline; }

td.checkout {
	font-weight: bold;
	color: #FFFFFF;
}

td.checkout2 {
	font-weight: bold;
	color: #000000;
}

.notice {
    text-align: center;
    color: #FF0000;
}

/*--------------------------------------
Validation Errors
---------------------------------------*/

.fieldWithErrors {
  padding: 2px;

  display: inline;
}

.fieldWithErrors input, .fieldWithErrors select {
    background-color: #ffdfdf;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  text-align: left;
  
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
    
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.req { 
  color: red;
  font-weight: normal;
}

.heading4 {
  font-weight: bold;	
}

table#thanks {
  color: #000000;
  font-weight: bold;
  height: 100px;
  text-align: center;
}

td.mapheader {
	background-color:#EEEEEE;
	border: 1px solid #E5E3DF;
	font-size: 13px;
}

span.redbold {
 color: #E40000;
 font-weight: bold;
}

span.redboldlarge {
 color: #E40000;
 font-weight: bold;
 font-size: 14px;
}

div.news
{
    float: right;
    margin-right: 16px;
    margin-top: 35px;
    width: 290px;
    height: 142px;
    padding: 10px;
    overflow-x:hidden;
    overflow-y:auto;
}

div.news ul
{
    margin-left: 0px;
    margin-top: 5px;
    line-height: 20px;
    font-weight: bold;
}

div.news ul li
{
    margin-top: 5px;
}

div.news ul li a
{
    color: #C80000;
}