.manuf {
    font-size: .9em;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: -10px;
}
#col1 {
    width: 225px;
    float: left;
    text-align: center;
}
#col1 img {
    width: 150px;
    border: 0;
}
#col2 {
    width: 270px;
    float: left;
    margin-left: 10px;
}
#col3 {
    width: 285px;
    float: right;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#col4 {
    float: left;
    width: 500px;
    clear: left;
    margin-top: 10px;
}
.virtual {
    padding: 10px;
    text-align: center;
    margin:5px 0;
    background-color: #ffc;
    font-weight: bold;
}
.price {
    font-size: 1.5em;
    color: #333;
    /*font-weight: bold;*/
}
.price-additional {
    font-size: 1em;
}
.cart {
    margin-bottom: 10px;
    margin-top: 10px;
}
.features {
    padding: 0 0 5px;
    margin-bottom: 10px;
    /*background-color: #eee;*/
}
.features-header {
    /*font-weight: bold;*/
    color: #20446A;
    font-size: 1.1em;
    letter-spacing: 2px;
    border-top: 1px solid #ddd;
    border-bottom: 4px double #eee;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin:0 0 5px;
}
.options-available {
    padding: 1px 0 5px;
}
.options-available-header {
    /*font-weight: bold;*/
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #eee;
    font-size: 1.1em;
    letter-spacing: 2px;
    color: #20446A;
    margin:5px 0;
}
#content-box .options-available ul li  {
    list-style: none;
    margin-left: 8px;
    margin-bottom: 10px;
}
p.step-name {
    color: #666; 
}
#content-box .options-available ul li ul li  {
    list-style: none;
    margin-left: 5px;;
    margin-bottom: 2px;
    padding: 2px 3px;
}
#content-box .options-available ul li ul li.even  {
    background-color: #F8F8F8;
}
.extra-images {
    margin:20px 0 20px 10px;
    padding: 2px 0;
}
.extra-images img {
    border: 1px solid #ddd;
}
.reviews-header,
.extra-images-header {
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #eee;
    font-size: 1.1em;
    letter-spacing: 2px;
    color: #20446A;
    margin:5px 0;
}
.extra-images li {
    list-style: none;
    display: inline;
    padding: 5px 0;
}
.related-products li {
	float: left;
	width: 130px;
	text-align: center;
}
.related-price {
	/*font-weight: bold;*/
}
.related-products img,
.extra-images img {
    height: 75px;
}
.review-snippet {
	margin: 10px 0;
}
.rating-average,
.rating-header {
	display: none;
}
.rating-count {
	display: block;
}
.write-a-review,
.read-a-review {
	display: inline;
	padding-right: 5px;
	font-size: .9em;
	line-height: 2em;
}
#content .reviews .review-table {
	width: 100%;
}
