body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #000;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}

a {
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #0000CC;
}


h1 {
	font-family: arial, verdana, helvetica;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

h2 {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.wrapper { width: 770px; height: 100%; }

.menuarea {
	text-align:right;
	vertical-align:top;
	background-color: #FAA004;
}

.body {
	width: 100%;
	height: 100%;
}

.bodyleft {
  width: 163px;
	height: 100%;
	text-align:left;
	vertical-align:top;
	padding: 0px;
	background-color: #E5E6E5;
}

.bodyright {
  width: 100%;
	height: 100%;
	text-align:left;
	vertical-align:top;
	padding: 15px 15px 10px 15px;
	background-color: #FFF;
}

.menu {
  width: 150px;
	height: 20px;
	text-align: left;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
	display: block;
	padding: 1px 5px 1px 5px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}

.menu:hover {
  color: #0000CC;
}

.shopping { background-color: #FFF; height: 20px; text-align: center; }

.statement     {border: 2px dashed #000000; 
          }

/* Cart styles */
.shopping { 
    background-color: #5687CA; 
    height: 20px; 
    text-align: center; 
}

.checkout_table_bgcol { 
    background-color: #000; 
}

.checkout_toprow { 
    background-color: #5687CA; 
    color: #FFF; 
    font-weight: bold; 
}

.checkout_td_bgcol { 
    background-color: #E5E6E5; 
}

form {
    margin: 0px;
}

small {
    font-size: 14px
}
	
	small.vsmall { font-size: 14px; }

.cellshade {
   background-color: #E5E6E5;
	 border: 1px solid #666;
	 text-align: center;
}

.product_pricing {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #000;
}

.shopfront_input {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
    color: black; 
}

.checkout_input {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
    color: black; 
}

input {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: black; 
}

.checkout_button {
	color: #FFF;
	background-color: #5687CA;
	border-top: 3px solid #CCC;
	border-left: 3px solid #999;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}

.breadcrumbs { 
    font-size: 14px; 
    font-weight: bold 
}
.cart_button {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #FFF;
	background-color: #5687CA;
	border-top: 3px solid #CCC;
	border-left: 3px solid #999;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}

.checkout_td_bgcol input, .checkout_td_bgcol option, .checkout_td_bgcol select { color: #000000 !important; }
