/* TOP 5 FLOWERS PAGE */

.center{
text-align: center;
}

.top5{
width: 824px;
margin: 10px auto;
}

.top5-item{
border-top: 1px solid #CCCCCC;
padding: 12px 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
position: relative;
}

.top5-green{
background: url(/images/top5_bg-green.jpg) repeat-x;
min-height: 100px;
}

.top5-grey{
background: url(/images/top5_bg-grey.jpg) repeat-x;
min-height: 100px;
}

.top5-green-rating{
/* border: 5px solid #000; */
background: url(/images/top5_tr-green.jpg) no-repeat;
padding: 3px 5px 0px 15px;
width: 121px;
height: 51px;
position: absolute;
top: 1px;
left: 683px;
text-align: center;
font-size: 10px;
color: #999999;
line-height: 16px;
}

.top5-grey-rating{
background: url(/images/top5_tr-grey.jpg) no-repeat;
padding: 3px 5px 0px 15px;
width: 121px;
height: 51px;
position: absolute;
top: 1px;
left: 683px;
text-align: center;
font-size: 10px;
color: #999999;
line-height: 16px;
}

.top5-green-rating img, .top5-grey-rating img{
display: block;
float: left;
margin-top: 2px;
}

.top5-col1{
float: left;
text-align: center;
width: 158px;
}

.top5-col1 a img{
border: 1px solid #333333;
}

.top5-col1 a{
font-size: 10px;
text-decoration: underline;
color: #0099FF;
line-height: 20px;
}

.top5-col1 a:hover{
text-decoration: none;
}

.top5-col2{
display: block;
float: right;
margin-right: 150px;
width: 465px;
line-height: 16px;
}

.top5-col2 a{
font-size: 10px;
text-decoration: none;
font-weight: bold;
color: #0099FF;
}

.top5-col2 a:hover{
text-decoration: underline;
}

.top5-col2 span{
display: block;
text-align: center;
padding: 10px 0px 5px 0px;
}

.clear{
clear: both;
font-size: 1px;
line-height: 1px;
}

.btn-shopnow{
position: absolute;
top: 71px;
left: 696px;
}
