﻿.booktitle
{
    border-left:10px solid #000;
    padding: 10px 20px;
    font-size:18px;
    font-weight:bold;
    margin-top:30px;
}

.spaceline
{
    width:100%;
    height:5px;
    background-color:#000;
    margin-top:5px;
}

.highlight
{
    background-color:#FFC600;
    min-height:25px;
}

.mainimg
{
    font-size:24px;
    font-weight:bold;
    padding:10px 0px;
}

.mainimg img
{
    width:100%;
    margin-top:10px;

}

.mainimg span.price
{
    color:red;
    float:right;
}

.mainimg span.name
{    
    float:left;

}

.mainimg div.clear
{
    border-bottom:1px solid #000;
    
}

p.mark{
    font-size:13px;
    color:red;
}

.txt18{
    font-size:18px;
}

div.detail .title{
    background-color:#FFC600;
    color:#fff;
    font-weight:bold;
    height:40px;
    text-align:center;
    padding:10px;
    font-size:18px;
    
}

.subtitle
{
    margin-top:10px;
}

.subtitle .day
{
    background-color:#FFFFCC;
    font-size:20px;
    width:80px;    
    color:#FF9900;
    padding:10px 5px;
}

.subtitle .desc
{
    background-color:#fff;
    font-size:18px;
    width:80px;    
    color:#0066CC;
    padding:10px 5px;
    margin-right:10px;
    font-weight:bold;
}

.content 
{
    padding:15px 0px;
}


table.price
{
    width:100%;
}


.roomimg 
{
    float:left;
    width:40%;
    
    min-height:300px;
}

.roomdesc
{
    float:right;
    width:60%;
    min-height:300px;
    
}

.roomdesc table
{
    margin:20px 5px;
    width:90%;
    
}

.bnbname
{
    font-size:20px;
    font-weight:bold;
}

.roomdesc p
{
    margin:10px 5px;
}

.roomdesc table td
{
    border:1px solid #888;
}

.roomimg
{
    
}

.mainimg, .subimg
{
    width:100%;
    min-height:200px;
    
}

.mainimg img
{
    width:95%;
}

.subimg
{
    width:100%;
    
    min-height:100px;
}

.subimg div{
    width:33%;
    float:left;
    
    padding-bottom:10px;
}

.subimg img
{
    width:90%;
    height:90%;
}

.bnbdesc
{
    margin-top:40px;
}

.bnbdesc
{
    border-bottom:1px dotted #888;
}


@media all and (max-width:440px){
    .roomimg 
    {
        width:100%;
    
    }

    .roomdesc
    {
        width:100%;
        float:left;
    
    }
}

