.saleTxt {
	font-family: "BernhardMod BT", Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #000066;
}
.tableB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	background-position: center;
	border-top: thin none #000033;
	border-right: thin solid #000033;
	border-bottom: thin solid #000033;
	border-left: thin solid #000033;

}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;

}
.bText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.sideTxt {
	font-family: "BernhardMod BT", Verdana, Arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	text-decoration: underline;

}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3555A8;
	border: 1px solid #003333;
	font-weight: bold;
}
.stike {
	text-decoration: line-through;
	color: #FF0000;

}
}.prodBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #636036;
	background-color: #EBECB7;
	color: #333333;
}