.style1 {
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;
}
body {
	background-color: #BACAE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#ergScores {
	width: 190px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
#memberInfo {
	width: 380px;
	float: right;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#memberWrapper {
	width: 600px;
	overflow: hidden;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

.imageRightBordered{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

img.centerBordered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #000;
	clear: both;
}
img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.imageLeft p, .imageRight p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}
.imageLeft img, .imageRight img{
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.shadowbox {
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	border: 1px solid #000;
}
.submit{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	border: 2px solid #433C20;
	font-size: 12px;
	font-weight: bold;
	color: #433C20;
	padding-bottom: 3px;
	cursor: pointer;
	
}
.hilight {
	font-weight: bold;
	color: #F00;
}
.productDiv .shortDesc h3 {
	font-size: 15px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.shortDesc {
	float: left;
	width: 320px;
}
a.thumbButton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	border: 2px solid #433C20;
	font-size: 12px;
	font-weight: bold;
	color: #433C20;
	padding-bottom: 5px;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.priceDiv {
	float: right;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	color: #474694;
}
.clear {
	clear: both;
	height: 1px;
}
.thumbDiv {
	float: left;
	width: 110px;
}



.productDiv {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #474692;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear: both;
	font-size: 11px;
}
.smaller {
	font-size: 70%;
}
.detailPrice {
	font-size: 17px;
	font-weight: bold;
}
#divShip {
	float: left;
}

#breadcrumbs {
	margin-top: 10px;
}
.productDiv .shortDesc h3 a {
	color: #4C4D90;
}

