/**** roomSelector ****/

#doneBtn{
    right: 30px;
    bottom:  30px;
    position: absolute;

}

#instructions{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;

}

.roomsContainer{
    width: 800px; /*830px;*/

    margin-left: auto; /*Centre the div*/
    margin-right: auto; /*Centre the div*/

}

.roomsContainerLower{
    width: 640px; /*830px;*/

    margin-left: auto; /*Centre the div*/
    margin-right: auto; /*Centre the div*/

}

.dividerLine{
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 943px;
    height: 3px;
    background-color: #909090;
    margin-left: auto; /*Centre the div*/
    margin-right: auto; /*Centre the div*/
}

.title{
    height: 20px;
    
    clear: both;
    padding-top: 11px;
    text-align: center;
    color: #909090;

}

.iconContainer{
    float: left;
    width: 160px; /*was 110px*/


    margin-bottom: 10px;

}

.quantityControl{
    font-size: 150%;
    margin-top: 5px;
    width: 60px;
    margin-left: auto; /*Centre the div*/
    margin-right: auto; /*Centre the div*/
}

.lessBtn{


    float: left;
    cursor: pointer;
    width: 15px;
    height: 30px;
    color: #ff0000;
    font-weight: bold;
}

.moreBtn{
    float: left;
    cursor: pointer;
    width: 15px;
    height: 30px;
    color: #ff0000;
    font-weight: bold;
}

.quantity{
    text-align: center;
    float: left;
    width: 30px;
    height: 30px;
}

#other{
    position: absolute;
    color: #FFFFFF;
    left: 45px;
}

/* Room Icons */

.icon{
    width: 94px;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    /*float: left;*/

}

#icnRoom1
{
    background-image:url("../images/buttons/rooms.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#icnRoom2
{
    background-image:url("../images/buttons/rooms.png");
    background-position: -192px -96px;
    background-repeat: no-repeat;
}

#icnRoom3
{

    background-image:url("../images/buttons/rooms.png");
    background-position: -96px -96px;
    background-repeat: no-repeat;
}

#icnRoom4
{
    background-image:url("../images/buttons/rooms.png");
    background-position: -288px 0px;
    background-repeat: no-repeat;
}

#icnRoom5
{
    background-image:url("../images/buttons/rooms.png");
    background-position: -384px 0px;
    background-repeat: no-repeat;
}

#icnRoom6
{
    background-image:url("../images/buttons/rooms.png");
    background-position: -288px -96px;
    background-repeat: no-repeat;
}

 #icnRoom7
{

    background-image:url("../images/buttons/rooms.png");
    background-position: -96px 0px;
    background-repeat: no-repeat;
}

#icnRoom8
{
    background-image:url("../images/buttons/rooms.png");
    background-position: -192px 0px;
    background-repeat: no-repeat;
}

#icnRoom9
{
    background-image:url("../images/buttons/rooms.png");
    background-position: -384px -96px;
    background-repeat: no-repeat;
}

#icnRoom10
{
    background-image:url("../images/buttons/rooms.png");
    background-position: 0px -96px;
    background-repeat: no-repeat;
}





