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

a:link {color: #38a4ae;
	text-decoration: none;
}
a:active {color: #fb0418;
	text-decoration: none;
}
a:visited {color: #38a4ae;
	text-decoration: none;
}
a:hover {color: #ee3424;
	text-decoration: underline;
}

.blurb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #707173;
	margin-top: 25px;
	margin-right: 45px;
	margin-bottom: 15px;
	margin-left: 55px;
}

.bodyTable {
	margin-top: 25px;
}

.box {
	border-color: #404041;
	border-width: 1px 1px 1px 1px;
    border-style: solid;
}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8c8d90;
	margin-right: 8px;
}

.descriptionHeader {
	color: #414143;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 25px;
	margin-bottom: -23px;
}

div.scroll {
	height: 428px;
	width: 462px;
	overflow: auto;
	scrollbar-face-color: #80b6bb;
	/*scrollbar-shadow-color: #0000FF;*/
	scrollbar-highlight-color: #80b6bb;
	/*scrollbar-3dlight-color: #FF00FF;*/
	/*scrollbar-darkshadow-color: #00FFFF;*/
	scrollbar-track-color: #d6d6da;
	scrollbar-arrow-color: #383839;
}

div.noScroll {
	height: 454px;
	width: 460px;
	overflow: hidden;
	border: 0px;
}

div.pressScroll {
	height: 454px;
	width: 460px;
	overflow: auto;
	border: 0px;
}

.greyFill {
	background-color: #b5b6b9;
}

.productBox {
	border-color: #cccccc;
	border-width: 2px 2px 3px 2px;
    border-style: solid;
}

.productDescriptionHeader {
	color: #414143;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 25px;
	margin-bottom: -23px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.productDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #414042;
	margin-right: 8px;
}

.prose {
	color: #414042;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 10px/16px "Adobe Jenson Pro", "Times New Roman", Times, serif;
}

.redHeader {
	color: #ee3424;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}

