.finishedSpecial {
  border-bottom: 3px dotted #CCCCCC;
  /*height: 220px;*/
  margin-bottom: 50px;
}

.finishedSpecial .tableData {
  margin-bottom: 50px;
}

.finishedSpecial .tableData th {
  width: 25%;  
}

.finishedSpecial #style_num, .finishedSpecial #description {
  display: none;
}


.finishedSpecial .style_num {
  font-weight: bold;
  font-size: 24px;
  border: 1px solid #333333;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  padding-left: 5px;
}

.finishedSpecial .item_image {
	width: 150px;
	float: left;
	border: 1px dotted #333333;
	margin-right: 20px;
}


.finishedSpecial #style_name {
  width: 390px;
}

.finishedSpecial .selectedPieceInfo {
  
}

.finishedSpecial .pieces {
  margin-top: 10px;
}

.jewelryStyleDetails #style_num {
	width: 152px;
	text-align: center;
	font-weight: bold;
	height: 20px;
	background-color: #333333;
	color: #FFFFFF;
}

.jewelryStyleDetails #style_name {
	font-weight: bold;
}

#finishedSpecialsWrapper #jewelryButtonContainer {
  position: relative;
  left: 480px;
  top: -110px;
}

.jewelryStyleDetails .bottom {
	border-collapse: separate;
	border-spacing: 3px;
	margin-top: 20px;
}


.jewelryStyleDetails .bottom .specialPrice {
	background: none; /*overrides the default coming from styles.css */
	font-size: 131%;
	color: #ed3138;
	
}

.jewelryStyleDetails .bottom th {
	text-align: left;
	font-weight: bold;
	width: 200px;
}

.jewelryStyleDetails .bottom td {
  font-weight: bold;
  font-size: 116%;
  color: #333333;
  text-align: left;
  padding-left: 15px;
  width: 100px;
  border-left: 1px dotted #333333;


}

