/* ---- Start JCE Drop Down Editor Styles ------*/

.ImageRight {
	float: right;
	clear: right;
	margin: 1.5rem 0 1.5rem 1.5rem;
	font-size: .8rem;
	line-height: 1.3rem;
}
.ImageLeft {
	float: left;
	clear: left;
	margin: 1.5rem 1.5rem 1.5rem 0;
	font-size: .8rem;
	line-height: 1.3rem;
}
.ImageCenter {
	display: block;
	float: none;
	clear: both;
	margin: 1.5rem auto;
	font-size: .8rem;
	line-height: 1.3rem;
}
.AdSample {
	float: left;
	margin: 0rem 2rem 2rem 0;
	font-size: .8rem;
	line-height: 1.3rem;
}
.AdSample:nth-child(odd) {
	clear: left;
}
.AdSample img {
	border:2px solid #f3f3f3;
}
.TableRowHeader {
	font-weight: 600;
	background: #bfbfbf;
}

.DrivelineProductsPreviewThumb {
	margin-right: 1rem;
}

.PersonnelImage {
	float: left;
	margin: 0rem 1.15rem 1.15rem 0rem;
	font-size: .8rem;
	line-height: 1.3rem;
}

a.button {
	display: inline-block;
	padding: .35rem 1rem;
	color: #ffffff !important;
	border-radius: 5px;
	background: #53b89c;
	margin: 0 0 1.625rem 0;
}
a.button:hover {
	text-decoration: none;
}
a.button:after {
	font-family: FontAwesome;
	content: "\f061";
	padding:0 0 0 .5rem;
	font-size: .75rem;
	line-height: 1.2rem;
	vertical-align: middle;
}	


a.ImageGalleryRight,
a.ImageGalleryRight:hover {
	display: inline-block !important;
	padding: .35rem 1rem !important;
	color: #ffffff !important;
	border-radius: 5px !important;
	background: #53b89c !important;
	margin: 0 0 1.625rem 0 !important;
	line-height: 1.625rem !important;
	text-decoration: none;

	float: right !important;
	clear: right !important;
	margin: 0rem 0 1.5rem 1.5rem !important;
}
a.ImageGalleryRight:after {
	font-family: FontAwesome;
	content: "\f061";
	padding:0 0 0 .5rem;
	font-size: .75rem;
	line-height: 1.2rem;
	vertical-align: middle;
}	

.mceContentBody .jcepopup img {
	width: 50px;
	height: auto;

}