/* /////////////////////////////////
	Go Rentals "Popup" CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */
.popup,
#popup {
	padding: 11px;
}
.popup .titleBar3,
#popup .titleBar3 {
	padding-right: 14px;
}

.popup .listing ,
#popup .listing {
	background: none;	
	float: left;
	width: 715px;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 170px;
	overflow: hidden;
}

.popup .listing .breakdown,
#popup .listing .breakdown {
	padding-bottom: 50px;
}
.popup ul.itin span,
#popup ul.itin span {
	margin-left: 20px;
}

.popup a.closePop,
#popup a.closePop,
.popup a.closePop:visited,
#popup a.closePop:visited {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-closepop.gif') no-repeat 0px 0px;	
	margin-top: 14px;
	cursor: pointer;
}

.popup a.closePop:hover,
#popup a.closePop:hover {
	background-position: 0px -15px;
}

.popup a.saveQuote,
.popup a.saveQuote:visited,
#popup a.saveQuote,
#popup a.saveQuote:visited {
	display: block;
	width: 101px;
	height: 25px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-savequote.gif') no-repeat left top;	
	margin: 12px 0px 12px 18px;
}
.popup a.saveQuote:hover,
#popup a.saveQuote:hover {
	background-position: 0px -25px;
}
.popup span.required ,
#popup span.required {
	color: #e6a200;
	font: bold 10px tahoma, arial;
}
.popup label,
#popup label {
	font: bold 10px tahoma, arial;
	color: #293583;
	text-transform: uppercase;
	display: block;
	line-height: 12px;
	margin: 12px 0px 4px 0px;
}

.popup input.input,
.popup textarea.input,
#popup input.input,
#popup textarea.input {
	border: solid 1px #c2c7da;
	padding: 2px;
	font: normal 12px arial;
}
.popup select.input,
#popup select.input {
	border: solid 1px #c2c7da;
	padding: 1px;
}
.popup .wide,
#popup .wide {
	width: 200px;
}
.popup label.top,
#popup label.top {
	margin-top: 24px;
}

.popup .paddedRight,
#popup .paddedRight {
	padding-right: 18px;
}



/*Modal Popup*/
.tomtomPhoto,
#tomtomPhoto {
	float: right;
	margin: 10px 0 12px 30px;
	border-color:Gray;
	padding:3px;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:737px;
	height: 515px;
}

.modalPopup740 {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:740px;
	height: 550px;
}


/* changes by November 25th for save quote pop up --------------- */

#popup a.saveQuote,
#popup a.saveQuote:visited {
	margin: 12px 0px 12px 0px;
}

.popupFirstColCheckbox,
#popup .firstCol label,
#popup .firstCol input {
	margin-left: 18px;	
}

#popup input.wide,
#popup textarea.wide,
#popup select.wide {
	width: 180px;
}

/* changes by  November 27th --------------- */

table.itin {
	width: 440px;
}

table.itin td {
	margin: 0;
	padding: 0;
	border: 0;