.purchaseItem
{
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 1.4;
	display: inline-block;
	width: 310px;
	height: 230px;
	padding: 0;
	margin: 10px 30px 0 0;
	text-align: center;

	border:solid 2px #ddd;
	-webkit-border-radius:10px;
	-ms-border-radius:7px;
	-o-border-radius:10px;
	border-radius:7px;
	overflow:hidden;

	position: relative;
}

.purchaseItem:hover
{
	border: 2px solid #f48829;
}

.purchaseItem .popular
{
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	height: 40px;
}

.extend_price
{
	font-weight: bold;
	font-size: 13px;
	color: #e47600;
	padding-left: 3px;
}

.extend_price_info
{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius:10px;
	-ms-border-radius:7px;
	-o-border-radius:10px;
	border-radius:7px;
	width: 866px;
}
.extend_price_info .extend_price
{
	padding: 0 !important;
	padding-right: 3px;
}

.purchaseItem .itemHeader
{
	background: #efefef;
	border-bottom: 1px solid #ddd;
}

.purchaseItem .itemTitle
{
	padding: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 14px;
}

.purchaseItem .itemPrice
{
	padding: 0 10px 10px 10px;
	font-size: 16px;
}

.purchaseItem .recurring
{
	font-size: 12px;
	color: #ccc;
}

.purchaseItem .itemDetails
{
	padding: 10px;
	line-height: 2.5;
}

.purchaseItem .itemButton
{
}

.purchaseItem .button
{
	display:inline-block;
	background:#f48829;
	background:-moz-linear-gradient(top,#f4964b 0,#d95700 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4964b),color-stop(100%,#d95700));
	background:-webkit-linear-gradient(top,#f4964b 0,#d95700 100%);
	background:-o-linear-gradient(top,#f4964b 0,#d95700 100%);
	background:-ms-linear-gradient(top,#f4964b 0,#d95700 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4964b',endColorstr='#d95700',GradientType=0);
	background:linear-gradient(top,#f4964b 0,#d95700 100%);
	-moz-border-radius:5px;-webkit-border-radius:5px;
	border-radius:5px;-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	color:white;
	border:1px solid #d0712b;
	-webkit-box-shadow:inset 0 1px 1px #ffd5b0;
	box-shadow:inset 0 1px 1px #ffd5b0;
	text-shadow:0 -1px 1px #bf5900;
	line-height:1;
	text-align:center;
	font-size: 15px;
	padding: 6px 15px;
	vertical-align: baseline;
	min-width: 50px;
	cursor: pointer;
}

.purchaseItem .button:hover
{
	background:#f59540;
	_background:#f48829;
	background:-moz-linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdb676),color-stop(100%,#ef7f1b));
	background:-webkit-linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	background:-o-linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	background:-ms-linear-gradient(top,#fdb676 0,#ef7f1b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb676',endColorstr='#ef7f1b',GradientType=0);
	background:linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	border:1px solid #eaa879;
	_border:1px solid #d0712b;
	-webkit-box-shadow:inset 0 1px 1px #ffd4ae;
	box-shadow:inset 0 1px 1px #ffd4ae;
	text-shadow:0 -1px 1px #e57f26;
	text-decoration:none;
	color:white;
}

.noticeAsterix
{
	font-weight: bold;
	font-size: 16px;
	color: #eaa879;
	vertical-align: middle;
}

.purchaseItemNotices
{
	color: #ccc;
	margin: 15px;
}

/* SERVICES */
.purchaseServiceItem
{
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 1.4;
	float: left;
	width: 200px;
	height: 220px;
	padding: 0;
	margin: 10px 12px 0 0;
	text-align: center;

	border:solid 2px #ddd;
	-webkit-border-radius:10px;
	-ms-border-radius:7px;
	-o-border-radius:10px;
	border-radius:7px;
	overflow:hidden;
}

.purchaseServiceItem:hover
{
	border: 2px solid #f48829;
}

.purchaseServiceItem .itemHeader
{
	background: #efefef;
	border-bottom: 1px solid #ddd;
}

.purchaseServiceItem .itemTitle
{
	padding: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 14px;
}

.purchaseServiceItem .itemTitleSmall
{
	padding: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 13px;
}

.purchaseServiceItem .itemPrice
{
	padding: 0 10px 10px 10px;
	font-size: 16px;
}

.purchaseServiceItem .recurring
{
	font-size: 12px;
	color: #ccc;
}

.purchaseServiceItem .itemDetails
{
	padding: 10px;
	line-height: 1.6;
	height: 100px;
}

.purchaseServiceItem .itemButton
{
}

.purchaseServiceItem .button
{
	display:inline-block;
	background:#f48829;
	background:-moz-linear-gradient(top,#f4964b 0,#d95700 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4964b),color-stop(100%,#d95700));
	background:-webkit-linear-gradient(top,#f4964b 0,#d95700 100%);
	background:-o-linear-gradient(top,#f4964b 0,#d95700 100%);
	background:-ms-linear-gradient(top,#f4964b 0,#d95700 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4964b',endColorstr='#d95700',GradientType=0);
	background:linear-gradient(top,#f4964b 0,#d95700 100%);
	-moz-border-radius:5px;-webkit-border-radius:5px;
	border-radius:5px;-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	color:white;
	border:1px solid #d0712b;
	-webkit-box-shadow:inset 0 1px 1px #ffd5b0;
	box-shadow:inset 0 1px 1px #ffd5b0;
	text-shadow:0 -1px 1px #bf5900;
	line-height:1;
	text-align:center;
	font-size: 15px;
	padding: 6px 15px;
	vertical-align: baseline;
	min-width: 50px;
	cursor: pointer;
}

.purchaseServiceItem .button:hover
{
	background:#f59540;
	_background:#f48829;
	background:-moz-linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdb676),color-stop(100%,#ef7f1b));
	background:-webkit-linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	background:-o-linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	background:-ms-linear-gradient(top,#fdb676 0,#ef7f1b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb676',endColorstr='#ef7f1b',GradientType=0);
	background:linear-gradient(top,#fdb676 0,#ef7f1b 100%);
	border:1px solid #eaa879;
	_border:1px solid #d0712b;
	-webkit-box-shadow:inset 0 1px 1px #ffd4ae;
	box-shadow:inset 0 1px 1px #ffd4ae;
	text-shadow:0 -1px 1px #e57f26;
	text-decoration:none;
	color:white;
}

.noticeAsterix
{
	font-weight: bold;
	font-size: 16px;
	color: #eaa879;
	vertical-align: middle;
}

.purchaseServiceItemNotices
{
	color: #ccc;
	margin: 15px;
}