/* default styles for extension "tx_bjgsmcatalog" */
.rating {
    width: 120px;
    height: 19px;
    background: url('/typo3conf/ext/bj_gsmcatalog/Resources/Public/Icons/star_blue.png') 0 0 no-repeat;
    z-index: 1;
}
.rating_number {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 23px;
    font-weight: bold;
}
.rating_wrapper {
    width: 178px;
    height: 38px;
    background: url('/typo3conf/ext/bj_gsmcatalog/Resources/Public/Icons/rating_bg.png') 0 0 no-repeat;
    z-index: 0;
    padding: 7px 15px 0 10px;
}
.rating .progress {
    height: 19px;
    background: url('/typo3conf/ext/bj_gsmcatalog/Resources/Public/Icons/star_yellow.png') 0 0 no-repeat;
    z-index: 2;
}
.lowest-price {
    font-size: 22px;
    color: #fff;
	padding: 4px 8px;
text-align:center;
}

.person-wrapper {
  border: 1px solid #999;
  background-color: #f4f4f4;
}
