<html><body><p>.ostlts-products-tile {
position: relative; /* ENABLES TITLE ABSOLUTE POSITIONING */
width: 100%;
height: 160px;
margin-bottom: 4px;
background-color: #9e9481;
/* background-image IS DECLARED AS IN-LINE STYLE */
background-repeat: no-repeat;
background-position: bottom center;
}

.ostlts-products-title {
position: absolute;
bottom: 12px;
left: 12px;
color: white;
font-weight:  bold;
line-height: 16px;
/* text-shadow: 3px 3px 6px #000000; NEEDED??? */
}

.ostlts-products-desc {
margin: 4px 8px 12px 8px;
}

.ostlts-products-list-item {
display: block;
border-top: 1px dotted #cecece;
padding: 5px 0 5px 0;
width: 100%;
clear: both;
}

.ostlts-products-list-item-final {
display: block;
border-top: 1px dotted #cecece;
padding: 5px 0 30px 0;
width: 100%;
clear: both;
}

.ostlts-products-list-image {
display: inline-block;
vertical-align: middle;
width: 170px;
height: 115px;
}

.ostlts-products-list-text {
display: inline-block;
vertical-align: middle;
width: 70%;
line-height: 140%;
}

.ostlts-products-list-text a {
font-weight: bold;
}</p></body></html>