/* CSS Document */
.packagefeatureheading {
	padding: 0px 4px 0px 10px;
	height: 36px; 
	background: url(gradient-bg.gif) 0 -60px repeat-x transparent;
	color: #000000; 
	margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; 
	border-bottom:1px solid #ccc;
}
.packagefeatureheading2 {
	padding: 0px 4px 0px 10px;
	height: 36px; 
	background: url(gradient-bg.gif) 0 -60px repeat-x transparent;
	color: #000000; 
	margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; 
	border-bottom:1px solid #ccc;
}
.packagefeaturecell {
	padding: 6px 6px 6px 26px;
	margin: 4px; 
	color: #333;
	font-size:13px; 
	border-bottom:1px solid #efefef;
}
.packagefeaturecellpro {

	margin: 4px; 
	border-bottom:1px solid #efefef;
	background-color: #0080C0;
	width:100px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.packagefeaturecellpre {

	margin: 4px; 
	border-bottom:1px solid #efefef;
	width:100px;
	background-color:#009900;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-left:4px solid #ffffff;
}
.packagefeatureprice {
	padding: 0px 4px 0px 10px;
	height: 36px; 
	color: #000000; 
	margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; 
	border-bottom:1px solid #ccc;
}
.packagefeaturepricepro {
	padding: 0px 4px 0px 4px;
	height: 36px; 
	color: #000; 
	margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px; 
	border-bottom:1px solid #ccc;
	border-left:1px solid #cccccc;
}
.packagefeaturepricepre {
	padding: 0px 4px 0px 6px;
	height: 36px; 
	color: #000; 
	margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px; 
	border-bottom:1px solid #ccc;
	border-left:4px solid #cccccc;
}
.packagefeaturecellon {
	margin: 4px; 
	color: #333;
	background: url(check_on.gif) 50% 4px no-repeat transparent;
	border-bottom:1px solid #efefef;
	border-left:1px solid #cccccc;
}
.packagefeaturecelloff {
	margin: 4px; 
	color: #ffffff;
	border-bottom:1px solid #efefef;
	border-left:1px solid #cccccc;
	background: url(close.png) 50% 6px no-repeat transparent;
}
/* Round Buttons */
a.ovalbutton-gold {
	display: inline-block;
	zoom: 1; 
	/* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font:bold 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 15px .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .1em; 
	-moz-border-radius: .1em;
	border-radius: .1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em; 
}
a.ovalbutton-gold:hover	{text-decoration: none;}
a.ovalbutton-gold:active	{position: relative;top: 1px;}
a.ovalbutton-gold {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background:  #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
a.ovalbutton-gold:hover {background: #f47c20;color:#fff;}
a.ovalbutton-gold:active {background: #f78d1d;color:#fff;}


