p { color: #D8D8CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red1 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cd1b1b;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cd1b1b;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cd1b1b;
	font-size: 12px;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8D8CA;
	text-decoration: none;

}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D8D8CA;
	font-weight: normal;
}
.stock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.realred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #B9BAB8;
	font-weight: 600;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939388;
	font-weight: normal;
}
.grey1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6c6c5;
	font-weight: normal;
	line-height: 17px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.grey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6c6c5;
	font-weight: normal;
	line-height: 25px;
}

