
body {
	margin:0;
    background-color: #FEE980;
	background-image: url(http://www.onelittleshop.com/images/rebels/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #000;
}

#wrapper{
	margin:0 auto 0 auto;
	width:701px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-align: left;
}

#toptxt{
	height: 28px;
	background-color: #FFF;
	border-bottom: 3px solid #000;
	font: bold 11px Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 15px;
}

.navbar {
  font-family: ;
  font-size: 10px;
}

.loginstrip {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-transform:uppercase
}


.column {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: bold;
}

.columnError {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
  font-weight: bold;
}

.columnCenter {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.bodyHeading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}

.body {
  font-family: ;
  font-size: 10px;
}

.smallText {
  font-family: ;
  font-size: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: ;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: ;
  font-size: 12px;
}

.markProductOutOfStock {
  font-family: ;
  font-size: 12px;
  color: #c76170;
}

.productSpecialPrice {
  font-family: ;
  color: #ff0000;
}

.coupon {
  font-family: ;
  font-size: 9px;
  background: #f0f0f0;
  border: 1px #808080 dashed;
  color: #000;
  padding: 2px 4px;
  }

.coupon_big {
  font-family: Lucida Grande, TrebushetMS;
  font-size: 56px;
  text-transform: uppercase;
  color: #e07070;
  font-weight: bold;
  }

.coupon_small {
  font-family: Lucida Grande, TrebushetMS;
  font-size: 18px;
  text-transform: uppercase;
  color: #c0c0c0;
  font-weight: bold;
  }

.formArea {
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

BODY {
  color: #000000;
  margin: 0px;
}

A { 
  color: #0f0f0f; 
  text-decoration: none; 
}

FORM {
	display: inline;
}

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #e0e0e0; 
}

.aquaWindow { 
  font-family: Lucida Grande, Trebuchet MS;
  font-size: 12px;
  color: #202020;
}

#footer{
	height: 28px;
    background: #FFF;
	border-top: 3px solid #000;
	padding-top: 15px;
	font: bold 11px Helvetica, Arial, sans-serif;
	text-align: center;
}