#ListDetailContainer
{
    width: 610px;
    /*overflow-x: scroll;*/
    float:left;
    margin-top: 10px;
}
.highlight 
{
    background-color: #e1e1e1;
    cursor: hand;
}
#BreadCrumb 
{
    font-size:11px;
}
#BreadCrumb a
{
    text-decoration: none;
    margin-right: 10px;
    color: #70736b;
}
#BreadCrumb a.selected
{
    color: #99cc33;
}
#ListDetailContainer td
{
    width:610px;
}
#BannerBottomContainer2
{
    margin:0 0 0 0px;
    padding: 10px 0px;
    width:990px;
    height:77px;
}
.BannerBottom
{
    cursor:pointer;
    float:left;
    margin-right: 8px;
    width: 156px;
    height:77px;
    border:solid 1px #fff;
    border-top:none;
    -webkit-box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -ms-box-shadow: 0px 0px 5px #888;
    -o-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius:2px;
    position:relative;
    behavior: url('/Include/PIE.htc')
}
.BannerBottom .Image
{
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left:10px;
    width: 130px;
    height: 150px;
    float:left;
}
.BannerBottom .ImageOnly
{
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 157px;
    height: 77px;
    float:left;
}
.BannerBottom .Text 
{
    position: relative;
    float:right;
    width:145px;
    height:150px;
    margin-right:10px;
}
.BannerBottom .TextOnly
{
    position:relative;
    background: url('/Images/banner-l.png') no-repeat left top, 
                url('/Images/banner-r.png') no-repeat right top, 
                url('/Images/banner-c.png') repeat-x center center;
    -pie-background: url('/Images/banner-l.png') no-repeat left top, 
                    url('/Images/banner-r.png') no-repeat right top, 
                    url('/Images/banner-c.png') repeat-x center center;
    width: 130px;
    height: 51px;
    float:left;
    cursor: auto;
    position:relative;
    behavior: url('/Include/PIE.htc');
    padding:13px 15px;
    line-height:17px;
}
.BannerBottom .TextOnly a {
    text-decoration:none;
}
.BannerBottom .TextOnly a.arrow {
    padding-left:13px;
    background:url('/Images/arrow-black.png') no-repeat left center;
}
.BannerBottom .TextOnly a:hover 
{
    text-decoration:underline;
}
.BannerBottom.Contact 
{
    width: 306px;
    float:right;
    margin-right:0;
    cursor:auto;
}
.BannerBottom.Contact .TextOnly
{
    padding:5px 2px 5px 10px;
    height:67px;
    line-height:13px;
    width: 148px;
}
.BannerBottom.Contact .Left 
{
    background: url('/Images/banner-l.png') no-repeat left top, 
                url('/Images/banner-c.png') repeat-x center center;
    -pie-background: url('/Images/banner-l.png') no-repeat right top, 
                    url('/Images/banner-c.png') repeat-x center center;
    border:none;
    behavior: url('/Include/PIE.htc');  
    width: 134px;
}
.BannerBottom.Contact .Right 
{
    background: url('/Images/banner-line.png') no-repeat left top, 
                url('/Images/banner-r.png') no-repeat right top, 
                url('/Images/banner-c.png') repeat-x center center;
    -pie-background: url('/Images/banner-line.png') no-repeat left top, 
                    url('/Images/banner-r.png') no-repeat right top, 
                    url('/Images/banner-c.png') repeat-x center center; 
    behavior: url('/Include/PIE.htc');   
}
.BannerBottom.Contact .TextOnly span
{
    text-transform:uppercase;
    color:#87888a;
}
hr
{
    background: url('/Images/home-line-l.png') no-repeat left top, 
                url('/Images/home-line-r.png') no-repeat right top, 
                url('/Images/home-line-c.png') repeat-x center center;
    -pie-background: url('/Images/home-line.png') no-repeat left top, 
                    url('/Images/home-line.png') no-repeat right top, 
                    url('/Images/home-line-c.png') repeat-x center center; 
    behavior: url('/Include/PIE.htc');
    height:4px;
    z-index:200;
	margin:12px 0 2px;
	position:relative;
	border:none;
}
