h1 {
	color: #404040;
	font-size:24px;
	font-weight: bold;
	margin: 6px 0 12px 0;
}

#tblProduct {
	margin: 8px 0 30px 0;
}


#tdHighlight {
	padding: 10px 0 0 30px;
}

#tdHighlight .price {
	color: #550015;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 10px;	
}
#tdHighlight .price s {
	font-size: 22px;
	color: #D1BABA;
}
#tdHighlight .priceCurrency {
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	margin-left: 12px;
	display: inline;
	white-space: nowrap;
}

#tdHighlight .txtQty {
	width: 26px;
	margin: 0 5px 0 10px;
}

#tdHighlight .order {
	margin-bottom: 30px;
}
.tags a {
	display: inline;
	margin-right: 6px;
}

.AddThisButton {
	margin: 30px 0 15px 0;
}

#tdAdditions {
	padding: 5px 0 0 30px;
}

.tblRelated {
	width: 100%;
}
.tblRelated td{
	padding-bottom: 10px;
}
.tblRelated .tdImg {
	width: 60px;
  padding-right: 8px;
}
.tblRelated .tdImg, .tblRelated .tdImg img {
	width: 60px;
}
.tblRelated .tdProductName {
	width: 300px;
	padding-top: 6px;
  padding-right: 12px;
}
.tblRelated .tdProductName a {
  color: Black;
  text-decoration: none;
}
.tblRelated .tdProductName a:hover {
  text-decoration: underline;
}


.qtyPrice {
  font-size: 10px;
  display: block;
  margin: 6px 0 0 0;
}

.btnAddToWishList
{
	background: url("../images/addtowishlist.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 17px;
	margin-bottom: 2px;
	vertical-align: bottom;
	width: 80px;
}


  .availability
  {
    color:#ffffff;
    padding-left:3px;
    float:left;
  }
  
  .available
  {
    background-color:green;
    margin-left:5px;
    padding:1px 4px;
    border-radius:2px;
    /*box-shadow: 3px 3px 2px #888888;*/
  }
    
  .unavailable
  {
    background-color:red;
  }
  
  .availability_type
  {
    float:left;
  }

  .availability_help
  {
    margin-left:5px;
  }
  

