﻿#ShowlistContainer
{
    width:661px;
    overflow:hidden;
    margin-bottom:35px;
}
#ShowlistContainerHeader
{
    background-image:url("../images/sprite.jpg");
    background-position:-980px -55px;
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-family:"Gotham",Arial;
    font-size:19px;
    font-weight:bold;
    height:38px;
    padding:17px 0 0 18px;
    width:100%;
}
#ShowlistContainerBody
{
    border:1px solid #363636;
    border-top:0;
    width:659px;
    overflow:hidden;
}
.ShowlistItem
{
    background-image:url("../Images/spriteBg.jpg");
    background-position:0 -141px;
    background-repeat:repeat-x;
    float:left;
    height:111px;
    margin:0 0 18px 17px;
    padding:11px;
    width:282px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.ShowlistItemImage
{
    width:121px;
    height:89px;
    overflow:hidden;
    margin-right:11px;
    float:left;
    display:block;
}
.ShowlistItemTitle
{
    color:#000000;
    float:left;
    font-size:12px;
    font-weight:bold;
    line-height:10px;
    margin-bottom:11px;
    width:283px;
}
.ShowlistItemSummary
{
    color:#333333;
    float:left;
    font-size:11px;
    height:68px;
    margin-bottom:9px;
    overflow:hidden;
    width:150px;
}
.ShowlistLeftColoumn, .ShowlistRightColoumn
{
    display:inline;
    width:321px;
}
.ShowlistLeftColoumn
{
    float:left;
}
.ShowlistRightColoumn
{
    float:left;
}
.ShowlistItemReadMore
{
    float:left;
}
.ShowlistItemReadMore a, .ShowlistItemReadMore a:visited {
    color:#004775;
    font-size:10px;
    font-weight:bold;
}
.ShowlistItemReadMore a:hover
{
    color:#0099C3;
    text-decoration:none;
}
