#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

#columns {
	width: 775px;
	height: 800px;
	clear: left;
}
#main {
	height: 370px;
	width: 535px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	position: absolute;
	left: 0px;
	top: 290px;
	margin-left: 40px;
}

#front {
	height: 775px;
	width: 720px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	left: 0px;
	top: 290px;
	margin-left: 40px;
	margin-right: 15px;
}


#side {
	float: right;
	height: 370px;
	width: 194px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

#cart {
  border: 2px solid blue;
  background-color: #ffffcc;
}

#product-list {
	margin-left: 20px;
}

.entry {
  border-bottom: 1px dotted #77d;
}

.title {
  font-size: 120%;
  font-family: sans-serif;
}

.entry img {
  padding: 5 5 5 5;
  float: left;
}


.entry h3 {
 margin-bottom: 2px;
 color: #227;
}

.entry p {
 margin-top: 0px; 
 margin-bottom: 0.8em; 
}

.entry .price-line {
}

.entry .add-to-cart {
  position: relative;
}

.entry  .price {
  color: #44a;
  font-weight: bold;
  margin-right: 2em;
}

.cart-title {
  font: 175% bold; 
}

.item-title {
  font-size: small;
}
.item-price, .total-line {
  font-size: small;
  text-align: right;	
}

.total-line .total-cell {
  font-weight: bold;
  border-top: 1px solid #595;
}
#banner1 {
	height: 89px;
	width: 775px;
	background-image: url("../images/index_12.gif");
	text-indent: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: text-bottom;
}
#banner_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000000;
	padding: 75px;
}
#bottom_banner {
	background-color: #0033ff;
	width: 775px;
	height: 75px;
	float: bottom;
}
#copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

.list-image {
  width:        60px;
  height:       70px;
}


.list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

.list-line-even {
  background:   #e0f8f8;
}

.list-line-odd {
  background:   #f8b0f8;
}

.ship_header {
	font-size: x-small;
	font-weight: bold;
	background: lightgray;
}

.ship_data {
	font-size: x-small;
}


