﻿.quoteControlsGroup .title
{
    font-weight:bold;  
}

.quoteholder .title
{
    margin-left:-20px;
}

.quoteControlsGroup .body
{
    width:90%;
    padding-left:20px;
    margin-bottom:5px;
    margin-top:5px;
    padding-bottom:5px;
}

.quoteControlsGroup .body .holder, .quoteholder
{
    margin-bottom:5px;
    margin-top:5px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px solid #cccccc;
    min-height:75px;
}
.priceTourForm
{
    width:90%;
    padding-left:20px;
}

.quoteControlsGroup .body .holder .title
{
    font-weight:normal;
}

.btnHolder
{
   padding-right:40px;
}
.leftButtons
{
    float:left;
}
.rightButtons
{
    float:right;
}

#btnSelectNew
{
    color:#ffffff;
    float:left;
}

#btnSaveEditingQuote
{
    float:right;
    clear:both;
}

#btnContinue
{
    float:right;
    clear:both;
}

#btnSaveNewQuote
{
    float:right;
    clear:both;
}

.savingMessageHolder
{
    background-image:url("../images/loading1.gif");
    background-repeat:no-repeat;
    background-position:right top;
    margin-top:10px;
    padding-top:20px;
    height:40px;
    display:none;
    margin-right:20px;
}

.savingMessageHolder span
{
    float:right;
}

#pricingErrorInfo center
{
    color:#ff0000;
    font-size:11px;
}


#divReloadMessageHolder
{
    margin-top:50px;
	background-image:url('../images/ajax.gif');
	background-repeat:no-repeat;
	background-position: center top;
	min-height:150px;
	padding-top:50px;
	display:none;
}


.gatewayDropDown
{
    width:300px !important;
}

#similarTours .title
{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

#similarTours .separator
{
    padding-top:5px;
    border-bottom:1px solid #cccccc;
}

