/* 
    Document   : tours
    Created on : Nov 16, 2013, 6:03:45 PM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.contentHotTour{
    margin-top: 20px;
}


.middleLine{
    margin-top: 10px;
    font-family: Regular;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
}

.mainTour{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 2px solid white;
    font-family: Regular;
    font-size: 12px;
    margin-bottom: 20px;
}

.mainTourImg{
    
}

.mainTourImg img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 216px;
    height: 150px;
}

.mainTourInfoOne{
    background-image: url('../images/price/bluePrice.png');
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 133px;
    background-position-y: 1px;
    color: #2a7bb2;
    margin-top: -5px;
    padding-left: 5px;
    padding-top: 20px;
    height: 60px;
    font-size: 13px;
    font-family: Bold;
}

.mainTourInfoTwo{
    background-image: url('../images/price/yellowPrice.png');
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 133px;
    background-position-y: 1px;
    color: #c49f0c;
    margin-top: -5px;
    padding-left: 5px;
    padding-top: 20px;
    height: 60px;
    font-size: 13px;
    font-family: Bold;
}

.mainTourInfoThree{
    background-image: url('../images/price/greenPrice.png');
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 133px;
    background-position-y: 1px;
    color: #008c3b;
    margin-top: -5px;
    padding-left: 5px;
    padding-top: 20px;
    height: 60px;
    font-size: 13px;
    font-family: Bold;
}

.mainTourInfoFour{
    background-image: url('../images/price/redPrice.png');
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 133px;
    background-position-y: 1px;
    color: #ab2d41;
    margin-top: -5px;
    padding-left: 5px;
    padding-top: 20px;
    height: 60px;
    font-size: 13px;
    font-family: Bold;
}

.startingFrom{
    margin-left: 144px;
    margin-top: -16px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.mainTourMoreOne{
    background-image: url('../images/tourTitle/kapuyt.png');
    height: 40px;
    line-height: 40px;
    color:white;
    font-size: 14px;
    text-transform: uppercase;
}

.mainTourMoreOne a, .mainTourMoreOne a:hover {
    line-height: 40px;
    color:white;
    font-size: 14px;
    text-transform: uppercase;
}

.mainTourMoreTwo{
    background-image: url('../images/tourTitle/dexin.png');
    height: 40px;
    line-height: 40px;
    color:white;
    font-size: 14px;
    text-transform: uppercase;
}

.mainTourMoreThree{
    background-image: url('../images/tourTitle/kanach.png');
    height: 40px;
    line-height: 40px;
    color:white;
    font-size: 14px;
    text-transform: uppercase;
}

.mainTourMoreFour{
    background-image: url('../images/tourTitle/karmir.png');
    height: 40px;
    line-height: 40px;
    color:white;
    font-size: 14px;
    text-transform: uppercase;
}

.pageTitle{
    font-size: 24px;
    font-family: Bold;
    line-height: 30px;
}

hr{
    width: 940px;
    border: 1px solid white;
    opacity: 0.5;
}

.plus{
    position: relative;
    top: -157px;
    
}

.plus img{
    width: 30px !important;
    height: 30px !important;
}

.popupImg img{
    width: 139px;
    height: 90px;
}

.popupTitle{
    font-family: Bold;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #666666;
}

.popupInfo{
    font-family: Regular;
    font-size: 14px;
    text-align: justify;
    color: #666666;
}

.bookNow a{
    font-family: Bold;
    font-size: 14px;
    color: red;
}

.middleLine .idTabsTop ul{
    list-style-type: none;
    
}

.middleLine .idTabsTop ul li{
    display: inline;    
    padding-left: 15px;
}