.delivery {
	display: none;
}

.delivery table {
	margin-top: 1em;
}

.dop_details  p {
	color: #17a017;
	font-size: 11pt;
	font-weight: bold;
}

.dataobj {
	display: none;
}

.fsItem .dop_details select {
	margin: 1em 0 0.75em;
}

.fsItem .dop_details input[type=radio] {
	position: absolute;
	left: -9999px;
}

/*
.fsItem select,
.fsItem input[type=text],
.fsItem textarea {
	margin: 0;
	margin-right: 5px;
	padding: 0.25em;
	font-size: 10pt;
}
*/

.fsItem table th {
	padding-top: 0.5em;
	text-align: left;
}

.template_cat {
	display: none;
}

.templateimg {
	border: 2px solid transparent;
	cursor: pointer;
	margin: 6px 0 2px 2px;
	opacity: 0.75;
}

.templateimg:hover {
	border-color: white;
	opacity: 1;
}

img.selected {
	border-color: black;
	opacity: 1;
}

img.selected:hover {
	border-color: black;
}

.wrapfloat {
	overflow: hidden;
}

#email_notification {
	background: white;
	border: 1px solid #e54343;
	display: none;
	height: 13em;
	left: 50%;
	margin-left: -15em;
	margin-top: -5em;
	padding: 2em;
	position: absolute;
	position: fixed; /* for those that support it */
	top: 50%;
	max-width: 30em;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#email_notification div {
	margin: 0.5em 0;
	text-align: left;
}

#email_notification div.ea {
	margin-top: 1em;
	text-align: center;
}

#email_notification h3 {
	color: #e54343;
}

#email_notification p {
	margin: 1em 0;
}

#email_notification span {
	padding: 0 1em;
}

#fix_input {
	margin-bottom: 0.8em;
	padding: 0;
	width: 99%;
}

#fix_input input {
	width: 37.25em;
}

.recipientInfo {
	box-sizing: border-box;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
	width: 140px;
}

#howtowrite  img {
	float: right;
	margin-left: 1em;
}

#lightbox_content {
	font-size: 9pt;
	padding: 0;
	padding-top: 210px;
	color: #4f4f4f;
}

#lightbox_content h4,
#lightbox_content h5 {
	font-size: 110%;
	margin-bottom: 0.25em;
}

#lightbox_content .heading {
	overflow: hidden;
	padding: 2em;
	padding-bottom: 1em;
	padding-top: 0;
	position: relative;
}
#lightbox_content .heading h2 {
	bottom: 0;
	margin: 0;
	margin-bottom: 0.9em;
	padding: 0;
	position: absolute;
}

#lightbox_content  .heading img {
	-webkit-box-shadow: 0 8px 6px -6px #666666;
	-moz-box-shadow: 0 8px 6px -6px #666666;
	box-shadow: 0 8px 6px -6px #666666;
	height: 85px;
	float: right;
	vertical-align: bottom;
	width: auto;
}

#lightbox_content ul {
	clear: both;
	margin: 0;
	margin-left: 2em;
	list-style-type: disc;
	font-size: 90%;
}

#lightbox_content .delivery_option {
	/* border-bottom: 1px solid #dddddd; */
	margin: 1em 0;
	overflow: hidden;
	width: 100%;
}

#lightbox_content .delivery_option h3 {
	padding: 1em 1em 0.25em;
}

#lightbox_content .delivery_option .shorten h3 {
	margin-bottom: 0;
}

#lightbox_content .delivery_option img {
	float: left;
	/* margin-left: 1em; */
	margin-right: 1em;
	margin-bottom: 1em;
}

#lightbox_content .delivery_option .shorten img {
	margin-bottom: 0;
}

#lightbox_content .delivery_option div.selected {
	border: 2px solid #e54343;
}

#lightbox_content .dop_details {
	/* border-left: 1px solid #dddddd; */
	cursor: pointer;
	/* float: left; */
	position: relative;
	text-align: left;
}

#lightbox_content .dop_details div.indicate,
#lightbox_content .dop_details div.indicate2,
#lightbox_content .selected:hover div.indicate,
#lightbox_content .selected:hover div.indicate2 {
	display: none;
	background-color: #e54343;
	color: white;
	font-weight: bold;
	padding: 0.75em 0.5em 0.8em;
	position: absolute;
	top: 0;
	right: 0;
}

#lightbox_content .selected div.indicate,
#lightbox_content .dop_details.selected:hover div.indicate,
#lightbox_content .dop_details:hover div.indicate2 {
	display: block;
}
#lightbox_content .dop_details:hover div.indicate,
#lightbox_content .selected div.indicate2,
#lightbox_content .selected:hover div.indicate2 {
	display: none;
}

#lightbox_content .dop_details:hover {
	border-color: #dddddd;
}

#lightbox_content .dop_details:hover .indicate {
	display: none;
}
#lightbox_content .dop_details:hover .indicate2 {
	background-color: #dddddd;
	color: black;
}

#lightbox_content .dop_details div {
	padding: 0 1em;
	margin: 0;
}

#lightbox_content .float1x {
	border: 2px solid white;
	width: 49%;
}
#lightbox_content .float2x {
	border: 2px solid white;
	width: 49%;
}

#lightbox_content .float3x {
	border: 2px solid white;
	width: 33%;
}

#lightbox_content div.inner {
	background-color: white;
	padding: 0 2em
}

#lightbox_content #agreed_link_space,
#lightbox_content #agreed_link {
	font-size: 80%;
	height: 2.5em;
	overflow: hidden;
	padding: 0;
}

#pv_bounding {
	margin: 1em auto;
	/*margin-left: 87px;*/
	padding: 10px;
	width: 340px;
	max-width: 100%;
}

#pv_bounding.mail {
	border: 1px solid #999999;
	box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.5);
}

#pv_image  img{
	margin-bottom: 10px;
	height: auto;
	width: 340px;
	max-width: 100%;
}

#pv_bounding.mail #pv_image {
	border-bottom: 2px dotted #999999;
}

#pv_design img {
	height: 120px;
	width: auto;
}

#pv_subject {
	color: #1775A9;
	font-size: 140%;
	font-weight: bold;
	max-width: 95%;
	padding: 0.75em 0 0.75em;
	text-align: center;
}

#pv_bounding.mail #pv_subject {
	display: none;
}

#pv_message {
	color: #777777;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	max-width: 95%;
	overflow: hidden;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

#pv_message:empty {
	height: 0;
}

#pv_bounding.mail #pv_message {
	font-size: 12pt;
	min-height: 14em;
	line-height: 1.25em;
	padding: 20px 0 10px;
	text-align: center;
}

#scrollarea {
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	padding-bottom: 4em;
	transition: height 0.3s ease;
}

#scrollarea .fsItem {
	float: left;
	margin-right: 1%;
	overflow: hidden;
	padding: 0.75em 0;
	width: 100%;
}

#scrollarea .panelNav {
	background: rgba(255,255,255,0.9);
	border: 1px solid #DDDDDD;
	border-width: 1px 0;
	overflow: hidden;
	position: absolute;
		bottom: 0;
	margin: 0.75em 0;
	padding: 0.75em 0;
	width: 100%;
}

#scrollarea .panelNav:first-child div {
	margin-top: 0.25em;
}

#scrollarea .pnBack,
#scrollarea .pnCancel {
	float: left;
	font-size: 110%;
	text-align: left;
}
#scrollarea .pnSave,
#scrollarea .pnContinue {
	font-size: 110%;
}
#scrollarea .panelContent {
	padding-right: 0.2em;
}
a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:active:hover, a:visited:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.inputCounter {
	float: right;
}

#templates {
	background: #fff url('http://giftcards.quickgifts.com/images/new_default/pers_image_gradient.png') repeat-x 0 0;
	border: 1px solid #e3e3e3;
	margin: 0.5em 0 1em;
	overflow-x: scroll;
	overflow-y: hidden;
	vertical-align: middle;
}

#templates .tempty {
	background: white;
	border: 1px solid #cccccc;
	height: 85px;
	margin: 6px;
	width: 118px;
}

#templates .tempty p {
	color: #a9a9a9;
	font-size: 80%;
	padding: 3em 0.5em;
	text-align: center;
}
