


/* Border around each product */
.outerframe {  padding-left:10%;  }

/* details fonts */
.details {  margin-top:30px; padding-top:30px; }
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link {  font-size: 12px; color: #000099; text-decoration: none; font-weight: bold;}
/* visited link */
a.name:visited {  font-size: 12px; color: #000099; text-decoration: none; font-weight: bold;
}
/* mouse over link */
a.name:hover { font-size: 12px; color: #006699; text-decoration: none; font-weight: bold;}
/* selected link */
a.name:active { font-size: 12px; color: #000099; text-decoration: none; font-weight: bold;}
/* list price fonts */
.listprice { margin-left: 5px; padding-left:5px; color: #999999; text-decoration: line-through }
/* Price font */
.price { font-size: 14px; color: #FF0000; font-weight: bold;}
/* savings fonts and decorration */
.savings { color: #990000; line-height: 200%; border: 1px solid #FF9900; background-color: #FFFFCC; padding-right: 4px; padding-left: 4px; text-decoration: none;
font-size: 12px; }
/* hot deal image positioning */
.hotdeal { left: -35px; /* negative numbers will move the image over the product picture */ position: relative; z-index: auto; }
.img.looper{left:10px;}


