#sstssfb_themeslist {
padding: 10px;
text-align: center;
line-height: 0;
}
.themeitembox {
line-height: 0;
position: relative;
display: inline-block;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
vertical-align: top;
}
.themeitemimgbox {
display: block;
box-sizing: border-box;
position: relative;
padding: 5px;
}
.themeitemimgbox:hover {
background: #0a7d12;
}
.themeitemimgbox img {
position: relative;
max-height: 125px;
display: block;
}
.sfb_radio:checked+label {
background: rgb(255, 203, 0);
}
.sfb_radio:checked+label:hover img{
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
filter: alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: .5;
}
#sstssfb_themepreview {
color: #000000;
border-radius: 0;
background: #ffbf00;
box-shadow: inset 0 -3px rgba(0,0,0,0.1);
position: relative;
font-weight: bold;
border: none;
}
#sstssfb_themepreview:active {
top: 1px;
box-shadow: none;
}