#product-main-image {
  float: left;
  width: 250px;
  height: 250px;
  margin-right: 36px;
  border:solid 1px red;
  }
  #product-main-image.no-margin {
    margin: 0;
    }

#product-title {


  }

#product-desc {
	float:right;
    width: 460px;
	margin-top:-130px;
	line-height:16px;
}

#product-desc a:link
{
	text-decoration:none;
	color:#0000ff;
}
#product-desc a:active
{
	text-decoration:none;
	color:#0000ff;
}
#product-desc a:visited
{
	text-decoration:none;
	color:#0000ff;
}
#product-desc a:hover
{
	text-decoration:underline;
	color:#31d4fd;
}
#product-turnaround
{
	margin-left:-30px;
	
	}  
#product-image
{
	border:solid 1px #e2e2e2;
	}
	  
#product-paper {

  }
#product-colors {
  }
#product-finish {
  }
#product-submission {
  }
#product-delivery {
  }

.price-table {
  }
  .price-table > tr > th {
    }
  .price-table > tr.headings > th {
    }
  .price-table > tr.a > td {
    }
  .price-table > tr.b > td {
    }

#edit-lnk {
  color: red;
  }

.product-entry {
  display:block;
  width: 252px;
  float: left;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  margin: 5px;
  color: #7a7a7a;
  height:450px;
  }
  .product-entry img {
    border: 1px solid #CCC;
    }
  .product-entry strong {
    color: #02b0e9;
    }
  .product-entry:hover {
    text-decoration: none;
    color: #666;
    }
  .product-entry:hover strong {
    color: #B81111;
    }
  
#product-info {
  float: left;
  display: inline;
  margin-left: 20px;
  width: 300px;
  }
  /*
  #product-notes {
    float: left;
    background: #BEE4E6;
    padding: 10px 12px;
    width: 730px;
    margin: 16px 0;
    border:solid 1px cyan;
    }
*/
  #quantity-table {
    float: left;
    width: 300px;
    }
    #add-to-cart-btn {
      float: left;
      margin: 10px 0;
      }

  
  #quantity-table th, td {
    padding: 10px;
    }
  #quantity-table th {
    font-weight: normal;
    }
  #quantity-table td {
    font-weight: bold;
    font-size: 16px;
    }      
  #quantity-table td.qty {
  	
  	
    }
  #quantity-table td.radio {
    text-align: right;
    }
  #quantity-table td.price {
    color: #C00;
    }
    
  #product-info .submit {
    margin: 14px 0 16px -2px;
    }
    
  #printable-btn {

    float: left;
    background: url(/css/images/global/sprites.gif) -500px -200px no-repeat;
    color: #666;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 14px;
    width: 150px;
    text-decoration: none;
    margin-bottom: 30px;
    }
    #printable-btn:hover {
      color: #000;
      }
