


div.firstbox {
 float:left;
 display:inline;
 width:200px;
 padding-top:4px;
}
div.secondbox {
 float:right;
 display:inline;
 width:200px%;
 text-align:right;
}

div.buttonbox {
 margin-top:24px;
}


.box p {
 margin:4px 0;
}
.box input, .box select  {
 margin-top:0;
}
input.add-to-cart {
 position:relative;
 top:-2px;
}



div.for-sale-block {
 margin-bottom:12px;
}



.mpx-product-description {
 margin-bottom:18px;
 }


#product-image-holder {
 display:none;		/* initially hidden, ... jquery will rearrange and reveal! */
 float:right;
 width:200px;
 margin-left:10px;
}
#product-image-holder img {
 width:200px;	
}

/* recommend following for site-wide style? */
#content li {
 line-height:1.1;
 margin-bottom:6px;
}
