.page-title {
	font-size: 20px;
	position: relative;
}

.type {
	color: #737373;
	font-size: 14px;
	margin-bottom: 24px;
}

.card {
	float: left;
}

.card .picture {
	position: relative;
	/*~left: 206px;*/
}

.card .text {
	color: #989C9F;
	font-size: smaller;
	font-weight: bolder;
	margin-top: 16px;
}

.buy {
	background: url(images/view/bck_buy.png) no-repeat;
	width: 202px;
	height: 300px;
}

.buy .submit {
	position: absolute;
	left: 10px;
	top: 250px;
}

.buy .buyContent {
	padding: 20px;
	position: relative;
}

.buy .description {
	color: #221E20;
	margin: 8px 0;
}

.buy .highlight {
	color: #7D7F7E;
	font-weight: bold;
	margin-bottom: 4px;
}

.buy label.highlight {
	margin-bottom: 0;
}

.buy label.highlight * {
	vertical-align: middle;
}

.folding {
    display: none;
	color: #4D5559;
	font-size: 16px;
	font-weight: bolder;
}

.folding img {
	display: block;
}

.forms {
	margin-left: 280px;
}

.landscape .forms {
	margin-left: 380px;
}

.forms .title,
.quickBuyTitle {
	font-size: larger;
	font-weight: bolder;
}

.personalize {
	display: block;
	float: left;
}

.cardType_2 .personalize {
	position: relative;
	top: -6px;
}

.personalize .buy .title {
	color: #544FDE;
}

.price {
	background: url(images/view/bck_priceTag.png) no-repeat;
	line-height: 64px;
	height: 74px;
	width: 83px;

	position: absolute;
	bottom: -37px;
	~top: 330px;
	right: -42px;
	
	color: white;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}

.quickBuyTitle {
	color: #221E20;
	margin-bottom: 4px;
}

.quickBuyTitle,
.quickBuy {
	margin-left: 32px;
}

.quickBuy {
	display: block;
	float: left;
}

.quickBuy .buy .title {
	color: #4A9C37;
}

.quickBuy .qty {
	background: url(images/view/bck_qty.png) no-repeat;
	display: inline-block;
	~display: inline;
	padding: 8px;
}

.quickBuy .qty input {
	border: none;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	width: 43px;
	height: 22px;
	padding: 0;
	line-height: 22px;
}

#pricing {	
	padding-left: 32px;
}

.insideGreeting,
.outsideGreeting {
	width: 168px;
	height: 50px;
	overflow: auto;
}

.cardType_2 .description .highlight,
.cardType_2 .card-title {
	visibility: hidden;
}
