﻿.ShowlistTitle
{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}
.ShowlistItem
{
    overflow:hidden;
    float:left;
    width:306px;
    height:133px;
    margin-top:18px;
}
.ShowlistItemImage
{
    width:121px;
    height:89px;
    overflow:hidden;
    float:left;
    display:block;
    margin-right:11px;
}
.ShowlistItemTitle
{
    font-size:12px;
    font-weight:bold;
    color:#000;
    text-transform:uppercase;
    line-height:9px;
    margin-top:13px;
    margin-bottom:11px;
}
.ShowlistItemSummary
{
    font-size:11px;
    font-weight:normal;
    color:#333;
    width:152px;
    float:left;
    height:70px;
    overflow:hidden;
}
.ShowlistLeftColoumn, .ShowlistRightColoumn
{
    width:306px;
    display:inline;
    margin-left:18px;
    float:left;
}
.ShowlistItemLeft
{
    float:left;
    width:4px;
    height:133px;
    background:transparent url(../Images/sprite.png) -989px -91px no-repeat;
}
.ShowlistItemBody
{
    float:left;
    width:291px;
    height:133px;
    background:transparent url(../Images/bgSprite.jpg) 0 -508px repeat-x;
    padding-left:7px;
}
.ShowlistItemRight
{
    float:left;
    width:4px;
    height:133px;
    background:transparent url(../Images/sprite.png) -993px -91px no-repeat;
}
.ShowlistItemReadMore
{
    font-size:10px;
    font-weight:bold;
    float:left;
    margin-top:7px;
}
