/* THE DYNAMIC.CSS FILE IS THE STYLE SHEET OF THE FOLLOWING:
     dynamicdisplay.php (index.php)
     dynamicxsell.php (proddetail.php)
	 emailspecialsdynamic.php (emailspecials.php & emailspecialstoday.php)   */
	 
/* This first section is for these two files:
	 dynamicdisplay.php (index.php)
     emailspecialsdynamic.php (emailspecials.php & emailspecialstoday.php)   */


/* Border around each product */
/* .outerframe { 
	border: 1px dashed #999999;
	color: #003366;
}
/* details fonts */
.details { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.name:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* visited link */
a.name:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* mouse over link */
a.name:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
/* selected link */
a.name:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
/* list price fonts */
.listprice {
	color: #999999;
	text-decoration: line-through
}
/* Price font */
.price {
	font-size: 12px;
	color: #CC0000;
	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: 11px;
}
/* hot deal image positioning */
.hotdeal {
	left: -35px; /* negative numbers will move the image over the product picture */
	position: relative;
	z-index: auto;
}

/* MAP Price Font */
.MAPprice {
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
	}
	
/* This second section is for dynamicxsell.php (proddetails.php)
   Note: Each of the classes starts with "xs"   */

/* Border around each product */
/* .xsouterframe { 
	border: 1px dashed #999999;
	color: #003366;
}
/* details fonts */
.xsdetails { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* Product name link fonts */
/*----------------------------- */
/* unvisited link */
a.xsname:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* visited link */
a.xsname:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* mouse over link */
a.xsname:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
/* selected link */
a.xsname:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
/* list price fonts */
.xslistprice {
	color: #999999;
	text-decoration: line-through
}
/* Price font */
.xsprice {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
/* savings fonts and decorration */
.xssavings {
	color: #990000;
	line-height: 200%;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	font-size: 11px;
}
/* hot deal image positioning */
.xshotdeal {
	left: -35px; /* negative numbers will move the image over the product picture */
	position: relative;
	z-index: auto;
}

/* MAP Price Font */
.xsMAPprice {
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
	}