#tx-nmhotelmanager-pi1-list-hotels .intro {
    padding-bottom: 10px;
}
.tx-nmhotelmanager-pi1-list
{
    float:left;
    margin-bottom:30px;
    border-bottom:1px dashed #999999;
}
.tx-nmhotelmanager-pi1-list h2
{
    font-size:1.1em;
    font-weight:bold;
    padding-left:10px;
    margin-bottom:10px;
    line-height:1.8em;
}

.tx-nmhotelmanager-pi1-list .button
{
    width:201px;
    background-color:black;
    border:1px solid black;
    color:#FFFFFF;
    padding:1px 0px 2px 0px;*
    padding:2px 0px 0px 0px;    
    line-height:1.3em;
    height:15px;*
    height:16px;
    margin-left:475px;
    position:absolute;
    text-transform:uppercase;
    cursor:pointer;
    text-align:center;
}

.tx-nmhotelmanager-pi1-list .button a {
    color:#FFFFFF;
    text-decoration:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
    .tx-nmhotelmanager-pi1-list .button
    {
        height:14px;
    }
}

.hotel_img
{
    float:left;
    width:115px;
    background-image:url("../res/hotel-pic-bkg.png");
    background-repeat:no-repeat;
    padding-left:3px;
    padding-top:3px;
    height:81px;
}

.hotel_desc
{
    width:350px;
    float:left;
    margin-right:10px;
}

.hotel_address
{
    width:190px;
    float:left;
    margin-right:10px;
}

.hotel_offers
{
    width:130px;
    float:left;
    line-height:1.6em;
}

.tx-nmhotelmanager-pi1-list .green {
    color: green;
}

.tx-nmhotelmanager-pi1-list .red {
    color: red;
}