﻿table.filtr tr td img
{
    vertical-align: bottom;
}

.PlayButton
{   
    display: block;
    padding-left: 22px;
    margin-bottom: 5px;
    height: 16px;
    background-image: url(img/playbutton.gif);
    background-repeat: no-repeat;
    line-height: 16px;
    background-position: 0 0;
    border-bottom: none !important;
}
.PlayButton:hover
{
    background-position: 0 -16px;
}
.modalPopup
{
    background-color: Black;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.eshopImage
{border: 3px solid white;width: 150px;margin: auto;}
.eshopImage:hover
{border: 3px solid #ee7614;}

.language
{
    float: right;
    color: White;
    font-size: 0.75em;
    display: block;
    line-height: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-left: 1px dotted white;
}

.language:hover
{
    background-color: #e77614;
}
* html .language, * html .language a:hover
{
    border-left: 1px solid silver;
    height:20px;
}

.facebook
{
    float: right;
    display: block;
    line-height: 20px;
    height: 20px;
    width: 25px;
    border-left: 1px dotted white;
    background-image: url(img/facebook.gif);
    background-position: 0 0;
}
.facebook:hover
{
    background-position: 0 -20px;
}
* html .facebook, * html .facebook a:hover
{
    border-left: 1px solid silver;
    height:20px;
}

.home
{
    float: right;
    display: block;
    line-height: 20px;
    height: 20px;
    width: 30px;
    border-left: 1px dotted white;
    background-image: url(img/home.gif);
    background-position: 0 0;
}
.home:hover
{
    background-position: 0 -20px;
}
* html .home, * html .home a:hover
{
    border-left: 1px solid silver;
    height:20px;
}
