/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes/base-weblog.css);
@import url(/mt/mt-static/themes/theme-sunburned/theme-sunburned.css);
/* end StyleCatcher imports */

.sphoto {
font-size: x-small;
margin-top: 8px;
padding: 4px;
background-color: #fff;
}

.sphoto img {
margin-bottom: 4px;
}

#list {
width: 200px;
height: 400px;
overflow: auto;
}
.list_element {
height: 52px;
overflow: hidden;
border-bottom: 1px dashed #999;
font-size: x-small;
cursor: pointer;
}
.list_element:hover {
background-color: #ffc;
}
.list_title {
font-size: small;
margin: 0px;
}
.thumbnail {
width: 64px;
float: left;
margin: 2px;
}
.clr {
clear:both;
}
