/* ie hack */
* html .detailArea  /* this is recognized by IE only */
  {
  padding-left: 0px;  /* total width, only for IE5.x/Win */
  padd\ing-left: 0px; /* content width for other IE */
  }
  
.detailArea {
	padding-left: 10px;
	vertical-align: top;
}

.imgLink {
	cursor: pointer;
}

.shoePhoto {
	border: 1px solid #A3B5CD;
}

.sale-price {
	color: #ff0000;
	text-decoration: line-through;
}

#content .detailArea select {
	margin: 0px;
}

#content #multiview tbody td {
	padding: 1px;
}

#popSendToFriend {
	position: absolute;
	bottom: 25px;
	left: 0px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	width: 390px;
	display: none;
	background-color: #EEEEFF;
	padding: 5px;
	border: 1px solid #a3b5cd;
}
#shoeNav {
	border-bottom: 1px dotted #000;
	position: relative;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
#shoeNav a {
	text-decoration: none;
	color: #576f97;
	font-weight: bold;
}
#prevShoe {
	position: absolute;
	left: 5px;
	line-height: 25px;
	top: 0px;
}
#nextShoe {
	position: absolute;
	right: 5px;
	line-height: 25px;
	top: 0px;
}