@CHARSET "utf-8";

div.PanelWatchVideoTour div.PanelBoxBody {
    padding:10px 10px 0px 10px;
    min-height:56px;
    overflow:hidden;
    background-position: 120px 0px;
}
* html div.PanelWatchVideoTour div.PanelBoxBody { height:56px; }

div.PanelWatchVideoTour a.Play {
    background:transparent url(PanelWatchVideoTour/tourIcon.png) no-repeat scroll 0 0;
    width:47px;
    min-height:46px;
    float:left;
}

* html div.PanelWatchVideoTour a.Play {
    background-image: url(PanelWatchVideoTour/tourIcon-ie6.png);
    height:46px;
}

div.PanelWatchVideoTour a.Play span {
    display:block;
    text-indent:-1000em;
}

div.PanelWatchVideoTour .Teaser {
    margin-left:60px;
    cursor: pointer;
}

div.PanelWatchVideoTour h2 {
    background:transparent url(PanelWatchVideoTour/tourHeadline.png) no-repeat scroll 0 0px;
    color:#214999;
    font-family:Arial,Helvetica,sans-serif;
    font-size:3em;
    line-height:1.1em;
    text-indent:-1000em;
    min-height:56px;
    background-position: 0px 13px;
    cursor: pointer;
}

* html div.PanelWatchVideoTour h2 {
    background-image:url(PanelWatchVideoTour/tourHeadline-ie6.png);
}