/* Styles specific to the GameModule template */
.game-module{
    height: 1091px;
}

.game-module .content {
    clear: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 815px;
}

.game-text-close-button {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 9pt;
    cursor: pointer;
    position: relative;
    padding: 0 3px 3px 8px;
    width: 50px;
    color: #0066CC;
    margin-left: 713px;
}

.game-text-close-button:hover {
    color: #8DC63F;
}



.game-container-holder {
    width: 750px;
}

.game-module > hgroup > h2 {
    background-position: -1px -87px;
}


.game-module .game-container {
    clear: left;
    display: block;
    width: 750px;
    height: 500px;
    margin-left: 15px;
    border: 1px solid #b6b6b6;
    background-color: #000000;
}

.game-container > .teaser {
    display: block;
    position: absolute;
    width: 750px;
    height: 500px;
    cursor: pointer;
    background-image: url('../images/game/teaserBackground.jpg');
}

.game-container > .teaser.hidden {
    display: none;
    background-image: none;
}

.game-container > .teaser img {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    top: 186px;
    margin-left: auto;
    margin-right: auto;

    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    transition: all 100ms ease;
}

.game-container > .teaser:hover img {
    width: 140px;
    height: 140px;
    top: 180px;
}

.game-container > .teaser:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.game-container > .teaser:hover:before {
    opacity: 0;
}


.game-module > img, .game-module > hgroup > h1 {
	cursor: pointer;
}

.active .game-player {
    display: block;
}

.inactive .game-player {
    display: none;
}
