/* CSS styles for the nameplate preview section and nameplate popup pages */

/* ===================== */
/*   NAMEPLATE PREVIEW   */
/* ===================== */
#times_new_roman {
	font-family: "Times New Roman";
	font-style: italic;
}
#helvetica {
	font-family: Helvetica;
}
#tempus_sans {
	font-family: "Tempus Sans ITC";
	font-style: italic;
}

.oneLine {
	margin: 0 auto 0 auto;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoLine {
	margin: 0 auto 0 auto;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 24px;
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.threeLine {
	margin: 0 auto 0 auto;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 18px;
	line-height: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.fourLine {
	margin: 0 auto 0 auto;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#nameplate_preview {
	width: 202px;
	height: 66px;
	background-image: url(../Photos_New_Website/8- Nameplates/Checkout/Bright_Blank.jpg);
}

.spacer {
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

/* =================== */
/*   NAMEPLATE POPUP   */
/* =================== */
.blue_txt {
	color: #1A2F5C;
}
.np_desc {
	font-size: 12px;
}
.red_txt {
	color: #5D2820;
	text-decoration: underline;
	font-weight: bold;
}
