/***** NEW STYLES TO WORK WITHIN OLD LEGACY STYLES DURING TRANSITION TO NEWER FORMAT *****/
.copyFeature {
	width: 230px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.copyBox {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodyCopy {
	height: auto !important; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px; /* for modern browsers */
	width: 450px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rightColBox {
	height: auto !important; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px; /* for modern browsers */
	width: 300px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodyCopy p, .bodyCopy h1, .bodyCopy h2, .bodyCopy h3, .bodyCopy h4, .bodyCopy h5, .bodyCopy h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.copyFeature p, .copyFeature h1, .copyFeature h2, .copyFeature h3, .copyFeature h4, .copyFeature h5, .copyFeature h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.legacyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.centerCallout {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
}
/****************************************/
/****************************************/
.fullSizePhoto {
	width: 223px;
	height: 223px;
	margin: 0 auto 0 auto;
	padding: 0;
}
.fullSizePhoto a {text-decoration: none;}
.fullSizePhoto a img {
	width: 221px;
	height: 221px;
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
.thumb {
	width: 88px;
	height: 88px;
	margin: 0;
	padding: 0;
}
.thumb a {text-decoration: none;}
.thumb a img {
	width: 86px;
	height: 86px;
	border: 1px solid black;
}
.rightThumb {
	width: 88px;
	height: 88px;
	margin: 0;
	padding: 0;
	float: right;
}
.rightThumb a {	text-decoration: none;}
.rightThumb a img {
	width: 86px;
	height: 86px;
	border: 1px solid black;
}
.leftThumb {
	width: 88px;
	height: 88px;
	margin: 0;
	padding: 0;
	float: left;
}
.leftThumb a {text-decoration: none;}
.leftThumb a img {
	width: 86px;
	height: 86px;
	border: 1px solid black;
}
/****************************************/
/****************************************/
.divider {
	clear: both;
	margin: 10px auto 10px auto;
	padding: 0;
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #6699cc;
}
.spacer {
	clear: both;
	margin: 10px auto 10px auto;
	padding: 0;
	width: 100%;
	height: 1px;
	border: none;
}
/****************************************/
/****************************************/
.smallProdDiv {
	clear: both;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	height: auto !important; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px; /* for modern browsers */
}
.smallLeftProdDiv {
	clear: both;
	width: 85%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	height: auto !important; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px; /* for modern browsers */
}
.smallRightProdDiv {
	clear: both;
	width: 85%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float: right;
	height: auto !important; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px; /* for modern browsers */
}
.smallRightProdImg {
	margin: 4px;
	padding: 0;
	width: 120px;
	height: 120px;
	float: right;
	border: 1px solid #000;
}
.smallLeftProdImg {
	margin: 4px;
	padding: 0;
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #000;
}
