#upgradeCastleScreen {
    background-image: url('../../img/bk-upgrade-menu.jpg');   
}

#upgradeCastleScreen .title {
    width: 390px;
    height: 83px;
    display: block;
    position: absolute;
    top: 140px;
    left: 190px;
    background-image: url('../../img/sprite-headers.png');
    background-position: 0px -89px; 
}

#upgradeCastleScreen.armory .title {
    background-position: 0px -89px; 
}

#upgradeCastleScreen.catapults .title {
    background-position: 0px 0px; 
}

#upgradeCastleScreen.rations .title {
    background-position: 0px -172px; 
}

#upgradeCastleScreen.walls .title {
    background-position: 0px -255px; 
}

#upgradeCastleScreen #cost {
    display: block;
    width: 424px;
    position: absolute;
    left: 188px;
    top: 240px;
    height: 84px;
    line-height: 84px;
    font-family: "Autour One", serif;
    color: black;
    text-align: left;   
}

#upgradeCastleScreen #cost #cost-number {
    float: right;
    padding-right: 5px;   
}

#upgradeCastleScreen #cost #cost-image {
    width: 44px;
    height: 31px;
    background-image: url('../../img/sprite-misc.png');
    background-position: -168px -101px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

#upgradeCastleScreen #container-bottom-buttons {
    display: block;
    width: 424px;
    height: 94px;
    position: absolute;
    top: 106px;
}

#upgradeCastleScreen #container-bottom-buttons #bottom-button-cancel {
    background-image: url('../../img/sprite-btns.png');
    width: 138px;
    height: 66px;
    background-position: -886px -468px;
    cursor: pointer;
    display: inline-block;
}

#upgradeCastleScreen #container-bottom-buttons #bottom-button-cancel:hover {
    background-position: -748px -468px;
}

#upgradeCastleScreen #container-bottom-buttons #bottom-button-cancel:active {
    background-position: -886px -402px;
}

#upgradeCastleScreen #container-bottom-buttons #bottom-button-purchase {
    background-image: url('../../img/sprite-btns.png');
    width: 207px;
    height: 68px;
    background-position: -750px -266px;
    cursor: pointer;
    float: right;
}

#upgradeCastleScreen #container-bottom-buttons #bottom-button-purchase:hover {
    background-position: -750px -198px;
}

#upgradeCastleScreen #container-bottom-buttons #bottom-button-purchase:active {
    background-position: -748px -334px;
}

#upgradeCastleScreen #container-close-button {
    display: block;
    width: 45px;
    height: 47px;
    background-image: url('../../img/sprite-btns.png');
    background-position: -573px -709px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#upgradeCastleScreen #container-close-button:hover {
    background-position: -528px -709px;
}

#upgradeCastleScreen #container-close-button:active {
    background-position: -483px -709px;
}