
.right {
    text-align: right;
}

.box {
	margin: 0px;
    border-bottom: 2px solid #e48202;
    border-left: 1px solid #e48202;
    border-right: 1px solid #e48202;
    padding: 0px;
}

p {
    margin: 0px 5px;
    padding: 5px 0px;
}

.productName {
    display: block;
    float: right;
    width: 104px;
    text-decoration: underline;
}

.productPrice {
    display: block;
    float: right;
    clear: right;
    width: 104px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.productRating {
    width: 104px;
    height: 16px;   
    display: block;   
    float: right;
    clear: right;
    margin: 5px 0px;      
}
.productRating span {
    display: none;
}

.productRating10 {
    background: url('../_images/webshop/rating/10.gif') no-repeat;
}
.productRating15 {
    background: url('../_images/webshop/rating/15.gif') no-repeat;
}
.productRating20 {
    background: url('../_images/webshop/rating/20.gif') no-repeat;
}
.productRating25 {
    background: url('../_images/webshop/rating/25.gif') no-repeat;
}
.productRating30 {
    background: url('../_images/webshop/rating/30.gif') no-repeat;
}
.productRating35 {
    background: url('../_images/webshop/rating/35.gif') no-repeat;
}
.productRating40 {
    background: url('../_images/webshop/rating/40.gif') no-repeat;
}      
.productRating45 {
    background: url('../_images/webshop/rating/45.gif') no-repeat;
}
.productRating50 {
    background: url('../_images/webshop/rating/50.gif') no-repeat;
}

#ProductDescription {
    color: #666;
    line-height: 1.5em;
    padding-right:10px;
    padding-bottom:10px;
}

