﻿.content-left
{
    display:none;

}

.content-right
{
    float:none;
    width:100%;
    
}

#content
{
    background-image:url(/Images/common/bg03.jpg);
    background-repeat:repeat;
}
div.content_left
{
    width:68%;
    margin:20px;
    float:left;
    
    
    font-size:18px;
    padding:20px;
    
    
}

div.content_right
{
    width:25%;
    margin:20px;
    float:left;
    border:1px solid #888;
    border-radius:10px 10px 10px 10px;
    padding:10px 20px;
    background-color:#333;
    
}

div.content_right h2
{
    color:#fff;
}

div.content_left ul
{
    list-style:none;
}


.quickselect2 img
{
    width:35%;
}

.quickselect2 span
{
    width:60%;
    text-align:center;
    margin-left:10px;
}

.quickselect2 div
{
    width: 98%;
    border:1px solid #888;
    margin: 10px;
    padding:10px;
    border-radius:5px 5px 5px 5px;
    background-color:#fff;
    
}

.content_left iframe
{
    min-height:600px;
    
}

@media only screen and (max-width:1200px) {
    div.content_left
    {
        width:55%;
    }

    div.content_right
    {
        width:35%;
    
    }
}

@media only screen and (max-width:800px) {
    div.content_left
    {
        width:96%;
        margin:10px;
        padding:10px;
    }

    div.content_right
    {
        width:96%;
        margin:10px;
        padding:10px; 
    }

    .quickselect2 div
    {
        width:45%;
        float:left;
    }
}

@media only screen and (max-width:600px) {
    .quickselect2 div
    {
        width:90%;
        float:left;
    }
}