#contentcolumn {
    float: left;
    width: 304px;/* set to 300 cause that is the width of the category banner images */
    margin: 25px 0;
    overflow: hidden;
}
#contentcolumn #MorePictures {
    margin-top: 10px; 
    text-align: center;
}
#contentcolumn .productimage  {
    border: 1px solid #FAF4D4;
    background: #FFFDEF;
    text-align: center;
    padding: 1px;
}   
#actioncolumn {
    float: left;
    width: 436px;
    margin: 25px 0;
    margin-bottom: 20px;
    overflow: hidden;
}
#actioncolumn .pad {
    padding: 0 0 0 15px;
}
#actioncolumn  h1 {
    margin: 0 0 3px 0;
}

p#lblProductDescription span,
.typedisplay,
#DecorapeelInfo p {
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	color: inherit;
}
#DecorapeelInfo strong {
	color: #CAA803;
}

#buttons {
    margin-bottom: 15px;
}
.ProductReviews h3 {
    color: blue;
}
.ProductReviews table {
    width: 100%;
}
.ProductReviewRating {
    margin-bottom: 10px;
}
.ProductReviewRating span {
    display: block;
    margin-bottom: 3px;
}
#ProductControls div div {
    margin-bottom: 10px;
}
.productreviewdescription {
}
.ProductReviewKarma {
    display: block;
    margin-top: 15px;
}
.ProductReviewKarma span {
    display: block;
    margin-bottom: 4px;
}
.ProductReviewLinks {
    margin-top: 15px;
}
#actioncolumn table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font-size: 14px;
}
#actioncolumn table td .siteprice {
    color: red;
}
#actioncolumn table td.formlabel, #actioncolumn table td.choicelabel {
    width: 175px;
}
.choiceerror {
    color: red;
}
/* type properties */
#ProductTypes ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
#ProductTypes ul li {
    margin: 5px 0;
    padding: 0;
}
#ProductTypes ul li .productpropertylabel {
    font-weight: bold;
    padding-right: 5px;
}
/* volume discounts */
#VolumeDiscounts h3 {
    margin-bottom: 0;
}

p#NeedItNow {
	color: #caa803;
	margin-top: 0.4em;
	font-size: 10px;
	line-height: 1.05;
}
