/* --- module: pdf e-card --- */

/***********************************************************/
/******* COMMON *******/
.pdfcard {}
.pdfcard button.button {
	font-weight: bold;
	padding: 10px;
	margin: 10px auto !important;
	display: block;
}
.pdfcard .linkIconLeft {
	float: right;
	clear: both;
	margin: 20px 0px 0px 0px;
	display: block;
}
.pdfcard h2 {
	margin: 0px 0px 10px 0px;
}
.pdfcard h2 span {
	font-weight: normal;
	font-size: 11px;
}

/***********************************************************/
/******* LIST *******/
.pdfcardList {}
.pdfcardList a.item {
	float: left;
	margin: 4px;
	padding: 3px 3px 10px 3px;
	background-color: #f5f5f5;
	color: #000000;
	width: 120px;
}
.pdfcardList a:hover.item {
	background-color: #EEF1FB;
	color: #000000;
}
/* --- START: center image vertically + horizontally -> ie quirksy... --- */
.pdfcardList .item .imageWrapper {
	#position: relative;
	height: 120px;
	width: 120px;
	overflow: hidden;
	display: table;
}
.pdfcardList .item .image {
	#position: absolute;
	#top: 50%;
	width: 120px;
	display: table-cell;
	vertical-align: middle;
}
.pdfcardList .item .image img {
	#position: relative;
	#top: -50%;
	display: block;
	margin: 0px auto;
	cursor: pointer;
}
/* --- END: center image vertically --- */
.pdfcardList .item .title {
	text-align: center;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #ffffff;
}

/***********************************************************/
/******* DETAIL *******/
.pdfcardDetail {}
.pdfcardDetail .image img {
	margin: 15px auto;
	display: block;
}

/***********************************************************/
/******* PREVIEW *******/
.pdfcardPreview {}
.pdfcardPreview .content {
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	padding: 20px 0px 20px 0px;
	font-family: "Times New Roman", Times, serif;
}
.pdfcardPreview .messagetitle {
	font-size: 22px;
	font-style: italic;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.pdfcardPreview .image {
	text-align: center;
	background-color: #f5f5f5;
}
.pdfcardPreview .message {
	font-size: 15px;
}
.pdfcardPreview .fromto {
	padding: 40px 0px 0px 0px;
	font-style: italic;
	font-size: 15px;
}
.pdfcardPreview .fromto span {
	display: block;
	width: 50px;
	float: left;
	clear: both;
	font-size: 12px;
}

/***********************************************************/
/******* SEND *******/
.pdfcardSend {
	padding-bottom: 40px;
}
.pdfcardSend h2 {
	margin-bottom: 20px;
}


