/* Index Action */


#finishedJewelryIndexWrapper .categoryNavBoxWrapper {
  border: 1px solid #CCCCCC;
  width: 320px;
  float: left;
  margin: 5px;
  height: 150px;
}

#finishedJewelryIndexWrapper .categoryNavBoxWrapper img {
  width: 110px;
  height: 110px;
}

#finishedJewelryIndexWrapper .categoryNavBox {
  padding: 5px;
}


#finishedJewelryIndexWrapper .categoryNavBox #linksList {
  padding-top: 30px;
  padding-left: 30px;
  width: 140px;
  border-left: 1px solid #333333;
  height: 100px;
}

#finishedJewelryIndexWrapper .categoryNavBox ul {
  font-weight: bold;
  font-size: 108%;
}

#finishedJewelryIndexWrapper .categoryNavBox a {

}


/* End Index Action */


/* List Action */
.style {
  float: left;
  margin: 5px;
}

.style p {
  text-align: center;
  font-weight: bold;	
  background-color: #333333;
  color: #FFFFFF;
  margin-top: 0px;
}
.style img {
  border: 1px solid #666666;
  width: 75px;
  height: 75px;
}

#finishedJewelryListWrapper .specialMessageH2 {
  width: 90%;
  clear: both;
  margin-left: 1em;
  margin-right: 1em;
}

#finishedJewelryListWrapper .maBox {
  border: 1px dotted #333333;
  margin-bottom: 30px;
}


#ie-root #finishedJewelryListWrapper .maBox {
  width: 660px;
}


/* End List Action */


/* Show Action */

#itemImageWrapper {
  text-align: center;
}

#itemImage {
  width: 152px;
  height: 210px;
}

#itemImage img {
  height: 150px;
  width: 150px;
  border: 1px dotted #333333;
}

#itemImage #styleNum {
  background-color: #333333;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
  font-size: 108%;
}

/* Continue Show Action */

#jewelryStyleDetails .top {
  height: 120px;
}

#jewelryStyleDetails .bottom {
  height: 50px;
}

#jewelryStyleDetails .bottom table{
  
}

#jewelryStyleDetails .bottom td {
  font-weight: bold;
  font-size: 146.5%;
  color: #ed3138;
}

#jewelryStyleDetails #jewelryButtonContainer {
  position: relative;
  left: 350px;
  top: -80px;
}

/* Continue Show Action */

#availablePieces .tableData {
  width: 100%;
  font-size: 116%;
}

#availablePieces .tableData th {
  width: 25%;
}

#availablePieces .tableData .jewelryPieceCaratWt {
  font-weight: bold;
  background-color: #bdd0ee;
}


/* END Show Action */


