
table .left {
    text-align:left;
}

table .right {
    text-align:right;
}

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

.box h3 {
    margin:0px;
    padding:5px;
    font-size:11px;
    text-align:left;
}

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;
}


