.clearColumns {
	clear: both;
}

.hideLayer {
	display: none;
}

.moveLeft {
	float: left;
}

/* DGP popup Styles */
#popupOverlay {
	position: fixed;
	z-index: 210000; /* beats floating Buick header */
	top: 0px;
	left: 0px;
	height:100%;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

#dgpPopup {
    position: fixed;
    color: #000000;
    left: 50%;
    margin-left: -420px;
    margin-top: -270px;
    top: 50%;
    z-index: 220000;
}

#popupBody {
	float: left;
}

#popupThankYouMessage {
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 18px;
	color: #11527F;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	float: left;
}

.popupContent {
	background-color: #FFFFFF;
	border: 1px solid #CDCCCC;
	position: relative;
	width: 794px;
	height: 515px;
	font-family: verdana;
}

#popupCloseButton {
    position: absolute;
    right: 15px;
    top: -10px;
    z-index: 110;
	cursor: pointer;
	height: 23px;
	width: 23px;
}

#dgpPopupContainer {
  	position: relative;
  	float: left;
  	width: 820px;
  	padding: 8px 10px 10px 8px;
}

.dgpPopupOverlay{
  	position: absolute;
  	top: 0; /* These positions makes sure that the overlay */
  	bottom: 0;  /* will cover the entire parent */
  	left: 0;
  	background: #FFFFFF;
  	opacity: 0.90;
  	-moz-opacity: 0.90; /* older Gecko-based browsers */
  	filter: alpha(opacity=90); /* For IE6&7 */
  	width: 812px;
	height: 533px;
}

#popupBodyContactUs, #popupBodyDirections, #popupBodyGAQ, #popupBodyServices {
	float: left;
	padding: 5px 5px 0px 0px;
}

.printPosition {
	padding-left: 10px;
}

#popupHeader {
	float: left;
	width: 768px;
	background-color: #F2F2F2;
	padding: 0px 13px 10px 13px;
}

#directionsWrapper {
	float: left;
	clear: left;
	width: 793px;
	background-color: #ffffff;
}

.dealerNameInfo {
	float: left;
	clear: left;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	width: 100%;
}

.dealerAddressInfo {
	float: left;
	margin-bottom: 5px;
	width: 180px;
	padding-right: 25px;
}

.dealerDetailInfo {
	float: left;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: normal;
}

.dealerDetailInfo a {
	color: #6E7FF5;
}

.contactUsInfo {
	float: left;
	width: 400px;
	padding-right: 25px;
}

#moreActions, #moreActionsColumnTwo {
	float: left;
	width: 135px;
}

.colTitle {
	font-weight: bold;
}

.directionsPrint {
	float: right;
	text-align: right;
	width: 65px;
	top: 17px;
	margin-top: 20px;
	cursor: pointer;
}

