/* ######################## */
/* ### PS_GREETINGCARDS ### */
/* ######################## */

.ps_greetcards_textheader {
	font-size: 17px;
	color: #83A819;
	height: 18px;
	font-weight: bold;
	line-height: 17px;
}

div#ps_greetcards_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

	div#ps_greetcards_item {
		position: relative;
		top: 0px;
		margin: 0px auto;
		padding-bottom: 25px;
		width: 700px;
	}
	
		div#ps_greetcards_header {
			width: 100%;
			padding-bottom: 5px;
			border-bottom: 1px dashed #83A819;
		}
		
		div#ps_greetcards_images {
			background-color: #FFFFFF;
			width: 100%;
		}
		
			div.ps_greetcards_image {
				float: left;
				margin: 7px;
				text-align: center;
				cursor: pointer;
				border: 2px solid #FFFFFF;
			}
			
		div#ps_greetcards_contentbg {
			margin-top: 10px;
			clear: left;
			background-color: #F1F1F1;
		}
		
			div.ps_greetcards_inner {
				margin: 5px;
			}
			
				div#ps_greetcards_slogans {
					padding-top: 5px;
					padding-bottom: 5px;
					width: 100%;
				}
				
				div.ps_greetcards_submit {
					width: 100%;
					height: 20px;
					display: none;
					padding-top: 5px;
					padding-bottom: 5px;
				}
				
					div.ps_greetcards_submit_final {
						float: left;
						margin-right: 3px;
						height: 100%;
					}
					
					div#ps_greetcards_submit_button {
						float: right;
						height: 100%;
					}