/* Border around each product */

.outerframe { width: 200px; height: auto; margin-bottom: 0; padding-right: 6px; padding-left: 6px; border: solid 1px #ccc; }

/* details fonts */

.details { 

	font-family: arial;

	font-size: 11px;

	color: #666666;

}

/* Product name link fonts */

/*----------------------------- */

/* unvisited link */

a.name:link { font-size: 12px; color: #9f4e16; font-family: arial; text-decoration: none; font-weight: bold; text-align: center; width: auto; height: auto; margin-right: 6px; margin-left: 6px; }

/* visited link */

a.name:visited { font-size: 12px; color: #9f4e16; font-family: arial; text-decoration: none; font-weight: bold; text-align: center; width: auto; height: auto; margin-right: 6px; margin-left: 6px; }

/* mouse over link */

a.name:hover { font-size: 12px; color: #9f4e16; font-family: arial; text-decoration: none; font-weight: bold; text-align: center; width: auto; height: auto; margin-right: 6px; margin-left: 6px; }

/* selected link */

a.name:active { font-size: 12px; color: #9f4e16; font-family: arial; text-decoration: none; font-weight: bold; text-align: center; width: auto; height: auto; margin-right: 6px; margin-left: 6px; }

/* list price fonts */

.listprice { color: #949c9c; font-size: 10px; font-family: arial; text-transform: capitalize; }

/* Price font */

.price { font-size: 13px; color: #9f4e16; font-family: serif; font-weight: bold; }

/* savings fonts and decorration */

.savings { color: #9f4e16; line-height: 200%; text-decoration: none; font-size: 12px; font-family: serif; }

/* hot deal image positioning */

