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

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

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

a:hover {
	color: #0000FF;
}


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

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

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

.bodyleft { width: 135px; height: 100%; text-align:left; vertical-align:top; background-color: #656565; padding: 35px 5px 0px 5px; }

.bodyright { width: 100%; height: 100%; text-align:left; vertical-align:top; padding: 35px 25px 10px 25px; }

.menu {
  width: 125px;
	height: 20px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 1px 5px 1px 5px;
	font-family: verdana, arial, helvetica;
}

.menu:hover {
  color: #FFF;
	text-decoration: underline;
}

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

.checkout_table_bgcol { 
    background-color: #000; 
}

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

.checkout_td_bgcol { 
    background-color: #FFF; 
}

form {
    margin: 0px;
}

small {
    font-size: 11px
}

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

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

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

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

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

.checkout_button {
	color: #FFF;
	background-color: #656565;
}

.breadcrumbs { 
    font-size: 11px; 
    font-weight: bold 
}
.cart_button {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #FFF;
	background-color: #656565;
}