#pageOptions {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#pageOptions a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

#pageOptions a:hover {
	text-decoration: underline;
}

#pageOptions #emailAFriend {
	float: left;
	margin-right: 25px;
	
}

#pageOptions #printPage {
	float: left;
}

#savedGear {
	border-left: 1px solid #CBC2B7;
	border-right: 1px solid #CBC2B7;
	border-bottom: 10px solid #CBC2B7;
	float: left;
	width: 898px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#savedGear .productText {
	height: auto; 
}

#savedGearHeader {
	background-color: #CBC2B7;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#savedGearHeader .header {
	float: left;
	margin-right: 15px;
}

#savedGearHeader .header h4 {
	color: #382A0F;
}

#savedGearHeader .items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}

#viewMyGearTop {
	width: 900px;
	height: 4px;
	background-image: url("/images/structure/common/med_brown_top_bg.gif");
	background-repeat: repeat-x;
}

#viewMyGearTopLeft {
	float: left;
}

#viewMyGearTopRight {
	float: right;
}

#viewMyGearHeader {
	background-color: #CBC2B7;
	height: 25px;
	padding-left: 20px;
	padding-top: 10px;
}

#viewMyGearHeader a {
	font-size: 10px;
	color: #7F2C02;
	text-decoration: none;
}

#viewMyGearHeader a:hover {
	text-decoration: underline;
}

#viewMyGear {
	float: left;
	width: 898px;
	border-left: 1px solid #CBC2B7;
	border-right: 1px solid #CBC2B7;
	padding-bottom: 20px;
}

#viewMyGear .hr {
	margin-left: 10px;
	float: left;
	width: 860px;
}

.product {
	float: left;
	width: 185px;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.productImage {
	margin-bottom: 5px;
  z-index: 1;
}

.productImageContainer {
  position: relative;
  z-index: 1;
}
.itemOptionsIcon {
  position:absolute; 
  top: 10px; 
  left: 10px;
  z-index: 2;
}
.productInventory {
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #EAE7E2;
}

.productInventory p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 13px;
}

.productText {
	padding-left: 10px;
	padding-right: 10px;
	height: 125px;
}

.productText p {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

.productOnSale {
	color: #B74B4B;
	font-weight: bold;
	margin-left: 5px;
}


