/* Border around each product */
.outerframe { padding-left:20px; }
	
/* details fonts */
.details { font-family:tahoma; font-size:13px; color:#23375C; font-weight: normal; color:#999999; margin-top:30px; padding-top:30px; }

/* unvisited link */
a.name:link {  font-family:tahoma; font-size:13px; color:#23375C; font-weight: normal; text-decoration: none; }
/* visited link */
a.name:visited { font-family:tahoma; font-size:13px; color:#23375C; font-weight: normal; text-decoration: none;}
/* mouse over link */
a.name:hover { font-family:tahoma; font-size:13px; color:#999999; font-weight: normal; text-decoration: none;}
/* selected link */
a.name:active { font-family:tahoma; font-size:13px; color:#23375C; font-weight: normal; text-decoration: none;}
/* list price fonts */
.listprice { margin-left: 5px; padding-left:5px; color: #999999; text-decoration: line-through }
/* Price font */

.dyprice { height:38px; color: #ffffff; font-weight: normal;  font-size:14px; padding-left:10px; }




/* 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;}
