table.producttable
{
	vertical-align: top;	
	width: 90%;
}

table.producttable td 
{
	
	padding: 10px;
	border-width:  0px 0px 1px 0px;
	border-style: dotted;
	
}

table.producttable tr
{
}

a.buttonlink{
	background:  url('./layout/smallbutton.jpg') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
  
    height: 28px;
    width: 123px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 4px; /* sliding doors padding */
}


.sale_price {
font-size: large;
color: red;
}


.important {
font-weight: bold;
color: red;
}



.checkout_header {
font-weight: bold;
color: blue;
}



