.mxguide {
	float:left;
	width:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}

#mxmcontainer {
	position:relative;
	float:left;
	width:100%;
	padding:5px 0 0 0;
	overflow:hidden;
	z-index:10;	
}

#mxmap {
	float:left;
	width:100%;
	height:580px;
	overflow:hidden;	
}

#map_canvas {
	float:left;
	width:100%;
	height:450px;
	margin:5px 0 30px 0;
	overflow:hidden;	
}

#infowindow {
	width:400px;	
}
#infowindow h2 {
	text-transform:none;	
}
#infowindow p {
	padding:0 0 5px 0;	
}

#planRoute {
	background:#fff;
	position:absolute;
	top:50px;
	right:6px;
	border:1px solid #ccc;
	float:left;
	padding:10px;
	width:220px;
	z-index:500;
}

#planRoute h2 {
	clear:both;
	color:#D7110E;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#planRoute .routebar .box {
	float:left;
	margin:0 0 10px;
}

#planRoute .routebar .box h3 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#planRoute .routebar .box .form input {
	float:left;
	margin:0 0 5px 0;
	border:none;
	padding:2px 0px 2px 3px;
	background:#fff;
	border: 1px solid #ccc;
}

#planRoute .routebar .box .form input.street, #planRoute .routebar .box .form input.country {
	width:174px;
}

#planRoute .routebar .box .form input.zip {
	width:40px;
}

#planRoute .routebar .box input.submit {
	display:block;
	float:left;
	border:1px solid #333;
	background:#333;
	line-height:28px;
	color:#f5f5f5;
	font-weight:bold;	
}

#planRoute .routebar .box input.submitall {
	display:block;
	float:left;
	border:1px solid #D7110E;
	background:#D7110E;
	padding:2px 0; 
	width:178px;
	cursor:pointer;
	outline:none;
	color:#fff;
	font-weight:bold;	
}

#planRoute .routebar .box .form input.city {
	margin-left:5px;
	width:124px;
}

#planRoute .routebar .box .map {
	background:url(/static/img/horizontalDottetLine.gif) no-repeat;
	padding:10px 0 0 0;
}

#planRoute .routebar .box .map .showFormLink {
	display:block;
	font-weight:bold;
	color:#D7110E;
	margin-bottom:5px;
	cursor:pointer;
}

#planRoute .routebar .box input.submit {
	cursor: pointer;
}

.mxinfo {
	float:left;
	width:100%;
	overflow:hidden;	
}

.trackdetails {
	float:left;
	width:100%;
	padding:0 0 30px 0;
	overflow:hidden;
}
.trackdetails .center {
	width:100%;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	overflow:hidden;
}
.trackdetails .center.info {
	background:#f5f5f5;
	padding:20px 30px 0 30px;
}
.trackdetails .center.products {
	padding:30px 0;
}
.trackdetails h2 {
	font-size:24px;
	padding:0 0 15px 0;
}
.trackdetails h3 {
	padding:0 0 5px 0;
}
.trackdetails p {
	padding:0 0 25px 0;
}
.trackdetails .block {
	float:left;
	border:0;
	margin:0;
	width:380px;
}

.mxguidehelp {
	float:left;
	width:1180px;
	padding:20px 10px;
	overflow:hidden;
}

.mxguidehelp h2 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
}

.mxguidehelp .helpline {
	float:left;
	width:470px;
	padding:0 0 10px 0;
	overflow:hidden;
}

.mxguidehelp .helpline .left {
	float:left;
	width:100px;
	overflow:hidden;
}

.mxguidehelp .helpline .right {
	float:left;
	width:350px;
	padding:10px;
	overflow:hidden;
}

.mxguide .sizechart {
	padding:0 0 30px 0;
}
.mxguide .sizechart h2 {
	padding:30px 0 10px 0;
}
.mxguide .sizechart .sct {
	text-transform:none;	
}
.mxguide .sizechart .scc {
	background:#fff;
	border-top:none;
	border-bottom:2px solid #999;	
}
.mxguide .sizechart p {
	padding:5px 0 15px 10px;
	font-size:16px;
	color:#333;
}
.mxguide .sizechart h3 {
	margin:0;
	padding:0 0 10px 10px;
	font-size:15px;
	color:#333;
}
.mxguide .sizechart h3 a {
	font-weight:normal;
	color:#444;
}

.gels-input {
	border:1px solid #666 !important;
}

.gels-button {
	border:1px solid #D7110E !important;
	background:#D7110E !important;
	line-height:28px;
	color:#fff !important;
	font-weight:bold;
}

.routeWindow {
	border-top:1px solid #ccc;
	margin:12px 0 0;
	padding:8px 0 0;
}

.routeWindow span {
	font-weight:bold;
	padding:0 10px 0 0;
}
.routeWindow span.end {
	color:#D7110E;
	font-weight:bold;
	cursor:pointer;
}

.routeWindow span.end {
	padding:0 0 0 10px;
}

.trackdetails .pritem h2 {
	font-size: 70px;
    padding: 0;
}


