#deliveryInfo {
      text-align: justify;
      }

#deliveryInfo a {
  color:#4E5066;
  
}
#deliveryInfo a:hover {
  outline: none;
  text-decoration:underline;
}

#deliveryInfo a:focus {
  outline:none;
  outline-offset: 0;
}

#deliveryInfo a:visited {
 
}

.product-information {
  border: 0px solid #F7F7F0;
  overflow: hidden;
  position: relative;
  border:0px solid red;
  padding-left:6px;
}

.product-information a.btn-success {
	color:#FFFFFF;
}

.product-information div.priceLine {
 border:0px solid red;
 margin-top:30px;
 margin-bottom:30px;
 vertical-align: middle;

}

.product-information div.itemTitleLine {
 border:0px solid red;
 
}

.product-information h2.price2  {
  text-decoration:none;
  text-transform:uppercase;
  color: #5e5e5e;
  float: left;
  font-weight: 700;
  display:block;
  margin:0px;
  padding:0px;}
  
.product-information table.itemPriceTable {
  border:0px solid green;

}

.product-information table.itemPriceTable td.title {
 padding-right:5px;

}



.product-information h3.itemQty  {
  text-decoration:none;
  text-transform:uppercase;
  color: gray;
  float: left;
  font-size: 11px;
  display:block;
  margin:0px;
  padding:0px;}
    
.product-information select.priceSel { 
    width: auto;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 2px;
    color: #5e5e5e;
    font-size: 15px;
    cursor:pointer;
    border-radius: 1px;
}
.product-information select.priceSel:focus { 
    border: 1px solid  #DEDEDE ;
    outline: none;
}



.product-information h2.itemTitle  {
    color: #000000;
 font-weight: 600;
font-size: 138.462%;
  text-transform: uppercase;
  margin-bottom:0px;
  padding-bottom:0px;
  padding-right:20px;
  display:block;}
  
 
.product-information p.sold {
font-style: italic;
color: #888;
font-weight: normal;
font-size: 1em;
line-height: normal;
}

.product-information p.soldinfo {
color:#666666;
font-size:11px;
}

/* Product attributes start*/
.listing_padd	{
  text-align:left;
  margin:8px 0px 5px 0px;
  background:#f5f5f5; 
  border:1px solid #eeeeee;}

.listing {
  width:98%;
  background:transparent;}
  
.listing td	{
  padding:1px 5px 1px 5px; 
	color:#888888;}
.listing b,.listing strong{}							 

.listing b {
  font-weight:normal;}
  
.listing em,
.listing strong	{
  color:#888888; 
  font-weight:normal;
  font-size:1em;
  padding:0px 0px 0px 0px;}
  
.listing b strong {
  color:#888888; 
  padding:0px 3px 0px 0px;}
  
.listing b strong a {
  text-decoration:underline;}
  
.listing b strong a:hover {
  text-decoration:none}

.listing strong a	{
  color:#888888; 
  text-decoration:underline; 
  font-weight:normal;
  font-size:.9em;}
  
.listing strong a:hover {
  color:#888888; 
  text-decoration:none}
/* Product attributes end*/