﻿html, body
{
    margin: 0;
    padding: 0;
}
body
{
    background: #ebebeb;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
}
oi, ul, li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
p
{
    margin: 0;
    padding: 0;
}
.wrap-in
{
    padding: 5px;
    margin: 0;
}
#header
{
    background: #666;
    border-bottom: 1px solid #222;
    
}
#header #logoheader
{
    background: #ddd;
    border-bottom: 1px solid #e5e6e6;
}
#header #logoheader img
{
        width: 100%;
        height: 112px;
        background: url(../images/AndroidHeaderTop1.png) no-repeat left top;
}
#header #titlemenu
{
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #f3f3f3;
    text-align: center;
    border-top: 1px solid #777;
}
.title-menu
{
    margin-bottom: 5px;
}
.title-menu p
{
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 20px;
    line-height: 40px;
    margin: 0;
    color: #555;
}
.last
{
    border: 0;
}
.nav.last
{
    margin: 0;
}
.nav, .title-menu
{
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
}
.nav
{
    margin-bottom: 20px;
}

.nav ul li
{
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #ddd;
    background: url(../images/bullet-arrow.png) no-repeat left 11px;
}
.nav ul li:last-child
{
    border: 0;
}

.nav ul li a
{
    color: #444;
    text-decoration: none;
}

#box-ct, #box-wp, #box-nt, #box-st, #box-at, #box-um, #box-md
{
    display: none;
}

/* MOBILE LAYOUT (PORTRAIT/280px, 320PX) 
----------------------------------------------- */

@media only screen and (max-width: 767px)
{
    #header #logoheader img
    {
            width: 100%;
            height: 112px;
            background: url(../images/AndroidHeaderTop1.png) no-repeat left top;
    }
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) Mobile แนวนอน
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #header #logoheader img
    {
        width: 100%;
        height: 132px;
        background: url(../images/AndroidHeaderTopLanscape.png) no-repeat left top;
    }
}

/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    #header #logoheader img
    {
        width: 100%;
        height: 150px;
        background: url(../images/AndroidHeaderTopTablet.png) no-repeat left top;
    }   
}
