
/************************************

1)Search and Ad
2)Orange Title
3)Blocks
4)Continent Flights
5)Breaking Line
6)Clear


************************************/




/********* Start Search and Ad *********/

    .search
    {
        margin-right: 2px;
        float: right;
    }

    .ad
    {
        float: left;
        margin-left: 30px;
    }

/********* End Body and Wrap *********/




/********* Start Orange Title *********/

    .titleOrange
    {
        height: 24px;
    }

    .titleOrange_right
    {
        background: url('images/titleOrange_right.png') no-repeat;
        width: 5px; 
        height: 24px; 
        float: right;
    }

    .titleOrange_middle
    {
        background: #e8471b;  
        min-width: 649px; /* 655px */
        height: 21px; /* 24px */ 
        color: #ffffff;
        font: bold 15px Arial, sans-serif;
        padding-right: 6px;
        padding-top: 3px;
        float: right; 
    }

    .titleOrange_left
    {
        background: url('images/titleOrange_left.png') no-repeat;
        width: 5px; 
        height: 24px;
        float: right;
    }

/********* End Orange Title *********/




/********* Start Blue Title *********/

    .titleBlue
    {
        height: 24px;
    }

    .titleBlue_right
    {
        background: url('images/titleBlue_right.png') no-repeat;
        width: 5px; 
        height: 24px; 
        float: right;
    }

    .titleBlue_middle
    {
        background: #003f63;  
        min-width: 649px; /* 655px */
        height: 21px; /* 24px */ 
        color: #ffffff;
        font: bold 15px Arial, sans-serif;
        padding-right: 6px;
        padding-top: 3px;
        float: right; 
    }

    .titleBlue_left
    {
        background: url('images/titleBlue_left.png') no-repeat;
        width: 5px; 
        height: 24px;
        float: right;
    }

/********* End Blue Title *********/




/********* Start Blocks *********/

    .blocks
    {
        margin-top: 10px;
        width: 943px;
    }

    .blocks:nth-of-type(1)
    {
        margin-top: 0;
    }

    .blocks .block
    {
        background: #ebf4f9;
        margin-right: 9px;
        width: 459px; /* 466px */
        height: 130px; /* 138px */
        float: right;
        padding-right: 7px;
        padding-top: 8px;
    }

    .blocks .block .picture
    {
        background: #ffffff;
        width: 174px;
        height: 120px;
        border: 1px solid #d1d8db;
        float: right;
        text-align: center;
    }

    .blocks .block .text
    {
        width: 260px;
        margin-top: 8px;
        margin-right: 11px;
        float: right;
    }

    .blocks .block .text h1
    {
        color: #003a5f;
        font: bold 14px Arial, sans-serif;
        margin: 0;
        padding: 0;
        margin-bottom: 6px;
    }
    
    .blocks .block .text h1 a
    {
        color: #003a5f;
        font: bold 14px Arial, sans-serif;
        text-decoration: none;
    }
    
    .blocks .block .text h1 a:hover
    {
        text-decoration: underline;
    }     

    .blocks .block .text a
    {
        color: #0090ff;
        font: bold 12px Arial, sans-serif;
    }

    .blocks .block:nth-of-type(1)
    {
        margin-right: 1px;
    }

/********* End Blocks *********/




/********* Start Continent Flights *********/

    .continentFlights
    {
        margin-top: 9px;
        margin-bottom: 23px;
    }

/********* End Breaking Line *********/




/********* Start Breaking Line *********/

    .breakingLine
    {
        background: #cccccc;
        width: 935px;
        height: 1px;
        margin-right: 1px;
    }

/********* End Breaking Line *********/




/********* Start Clear *********/

    .clear
    {
        clear: both;
    }

/********* Start Clear *********/