div.similar-item {
    float: left;
    margin-right: 10px;
    width: 110px;
    text-align: center;
}
.clear {
    clear: both;
}
.fr {
	float: right;
}
.product-image {
	float:left;
	margin-right: 40px;
}
.product-quantity {
	font-size: 110%;
}
.in-store {
	font-weight: bold;
	color: #5bb75b;
}

.out-store {
	font-weight: bold;
	color: #da4f49;
}
.old-price {
	text-decoration: line-through;
}
.paddingTop5 {
    padding-top: 5px;
}
.product-reviews hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-reviews-item {
    margin-bottom: 20px;
}
.product-reviews {
    margin-bottom: 50px;
}
.review-author {
    margin-left: 10px;
    font-weight: bold;
}
.product-info {
    padding-top: 10px;
}
.marginBot10 {
    margin-bottom: 10px;
}
.product-box {
    min-width: 160px;
    margin-left: 10px;
    float: left;
}
.product-box-image {
    margin-bottom: 10px;
}
#store-dialog {
    top: 20% !important;
    position: fixed !important;
}