@charset "UTF-8";
/* CSS Document */

td {font-family:Tahoma, Geneva, sans-serif; font-size:14px; color:#808080}
/*td {font-family:Tahoma, Geneva, sans-serif; color:#98012E}*/


a {
	color: #98012E;
	text-decoration: none;
}

a:link {
	color: #98012E;
	text-decoration: none;
}

a:hover {
	color: #AFBD21;
}


a.product {
	color: #808080;
	border-bottom: 1px dashed brown;
}

a.product:hover {
	position: relative;
}

a.product span {
	display: none;
}

a.product:hover span {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: #FFFFFF;
	border: 3px solid #98012E;
	border-style:solid;
	opacity: 1.0;
}

a.product table {
	width: 400px;
	border-spacing: 10px;
}

a.product td {
	vertical-align:top;
}

/*
// Color the Header elements
h1 {
	color: #98012E;
}

h2 {
	color: #98012E;
}

h3 {
	color: #98012E;
}

h4 {
	color: #98012E;
}
*/
