/* Store CSS */
.floats
{
margin: 0em 0 3em 0em;
position: relative;
display: inline-block;
clear: both;
}
.floats:after
{
content: '';
display: block;
clear: both;
}
.floats .left
{
position: relative;
float: left;
display: inline;
margin: 3em 0 0 0.5em;
width: 12em;
min-width: 150px;
}
.floats .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
font-size: 80%; color: #474747;
line-height: 16px;
}
.floats .left .r a {
font-size: 140%;
line-height: 18px;
}

.floats .left .r h4.price {
font-size: 140%;
color:#000000;
margin: 5px 0;
}

.floats .left .min
{
margin: 0 0 300px 0;
height: 4em;
width: 150px;
}



