.plan-name span{margin:0 auto; background:url(/main/style/v2/graphics/plan-names.png) left top no-repeat transparent; height:26px; width:200px; display:block;}
.plan-name span b{visibility:hidden;}
.plan-name span.vmarketing-personal{background-position:0 0; width:216px;}
.plan-name span.vmarketing-starter{background-position:0 -30px; width:205px;}
.plan-name span.vmarketing-plus{background-position:0 -60px; width:162px;}
.plan-name span.vmarketing-premium{background-position:0 -90px; width:225px;}
.plan-name span.vmarketing-professional{background-position:0 -120px; width:255px;}
.plan-name span.vmarketing-single{background-position:0 -419px; width:225px;}

.plan-name span.vsites-personal{background-position:0 -150px; width:161px;}
.plan-name span.vsites-starter{background-position:0 -180px; width:150px;}
.plan-name span.vsites-plus{background-position:0 -210px; width:107px;}
.plan-name span.vsites-premium{background-position:0 -240px; width:170px;}
.plan-name span.vsites-professional{background-position:0 -270px; width:200px;}

.plan-name span.starter,
.plan-name span.vsites-starter-with-vmarketing-starter, 
.plan-name span.vsites-starter-with-vmarketing-plus,
.plan-name span.vsites-starter-with-vmarketing-premium,
.plan-name span.vsites-starter-with-vmarketing-professional{
	background-position:0 -300px; width:172px;
}
.plan-name span.plus, 
.plan-name span.vsites-plus-with-vmarketing-starter,
.plan-name span.vsites-plus-with-vmarketing-plus,
.plan-name span.vsites-plus-with-vmarketing-premium,
.plan-name span.vsites-plus-with-vmarketing-professional{
	background-position:0 -330px; width:129px;
}
.plan-name span.premium, 
.plan-name span.vsites-premium-with-vmarketing-starter,
.plan-name span.vsites-premium-with-vmarketing-plus,
.plan-name span.vsites-premium-with-vmarketing-premium,
.plan-name span.vsites-premium-with-vmarketing-professional{
	background-position:0 -360px; width:193px;
}
.plan-name span.professional, 
.plan-name span.vsites-professional-with-vmarketing-starter,
.plan-name span.vsites-professional-with-vmarketing-plus,
.plan-name span.vsites-professional-with-vmarketing-premium,
.plan-name span.vsites-professional-with-vmarketing-professional{
	background-position:0 -390px; width:222px;
}

/* Pricing 2011-oct-19 */
table.price{
	margin-top:10px;
}
table.price.discountedPrice{
	margin-top:15px;
}
table.price td{
	color:#FFF; vertical-align:top; text-align:left;
	padding:0;
	margin:0;
}
table.price td.dollar-amt, table.price.discountedPrice td.dollar-amt{
	text-shadow:-1px -1px 1px #333;
}
table.price td.dollar-amt{
	line-height:60px;
	font-size: 60px;
}
table.price td.cents{
	font-size:35px;
	line-height:35px;
}
table.price td.plan-freq, table.price.discountedPrice td.plan-freq{
	font-size:18px;
	line-height:18px;
}
table.price.discountedPrice td.dollar-amt{
	line-height:48px;
	font-size: 48px;
}
table.price.discountedPrice td.cents{
	font-size:20px;
	line-height:20px;
	vertical-align:middle;
}
div.v2_full.pricing_container {
	padding:0 9px 9px 9px;
}
.regMsg, p.plan_other {
	width:650px;
	margin:0 auto;
	text-align:center;
}
.regMsg{
	font-size:14px;
	margin-bottom:10px;
	background-color:#FFFFCC;
	border:1px solid #F1F1F1;
	padding:7px;
}
p.plan_other{
	font-size:13px;
	margin-top:15px;
}

p.plan_other.need-more{
	text-align: left;
	color: #196ca9;
	font-weight: bold;
	padding-left: 10px;
}

.col-3 {
	margin: 20px 30px 20px 40px;
	}
.column {
	width: 33%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
div.plan-features ul li a, div.first-row-plan-features ul li a {
	font-weight:bold;
	font-size:18px;
}
div.first-row-plan-features ul li a, div.second-row ul li a{
	color: #333;
}
div.plan-features ul li, div.first-row-plan-features ul li {
	line-height:18px;
}
.column ul, .column p, .column h3 {
	list-style:none;
	margin:0;
	padding:0;
}
.column p.savepercent{
	margin-top:5px;
}
.column li {
	line-height: 16px;
	padding:2px;
}
.column div.pricing, .column ul.savings, .column div.plan-features, .column div.first-row-plan-features {
	padding:10px;
	margin-left:10px;
	margin-right: 10px;
}
.column ul.savings li a {
	color:#333;
}
.column div.pricing {
	position:relative;
	text-align:center;
	height:96px;
	background-color:#3c88c2;
	color:#fff;
	border: 1px solid #999;
	border-bottom:none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.column ul.savings {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color:#f58a20;
	background: #f68c1d; /* Old browsers */
	background: -moz-linear-gradient(top, #f68c1d 0%, #fd6a03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68c1d), color-stop(100%,#fd6a03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f68c1d 0%,#fd6a03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f68c1d 0%,#fd6a03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f68c1d 0%,#fd6a03 100%); /* IE10+ */
	background: linear-gradient(top, #f68c1d 0%,#fd6a03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68c1d', endColorstr='#fd6a03',GradientType=0 ); /* IE6-9 */
}
.column div.plan-features {
	color: #333;
	background-color:#f0f0f0;
	border: 1px solid #999;
	border-top:none;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.column em {
	font-style: normal;
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	}
.column .pricepoint {
	margin-top:10px;
	font-size: 60px;
	text-shadow:-1px -1px 1px #333;
	padding:0;
	line-height:60px;
	position:relative;
	display:inline-block;
	left:36px;
	}
.column .pricepoint.discountedPrice {
	margin-top:21px;
	font-size: 48px;
	line-height:48px;
	left:24px;
	}
.column .pricepoint u {
	text-decoration:none;
	font-size:35px;
	line-height:35px;
	position:relative;
	top:-18px;
	}
.column .pricepoint.discountedPrice u {
	font-size:23px;
	line-height:23px;
	top:-17px;
	}
.column .pricepoint i {
	font-style: normal;
	font-size:18px;
	line-height:18px;
	position:relative;
	text-shadow:none;
	left:-36px;
	}
.column .pricepoint.discountedPrice i {
	font-style: normal;
	font-size:18px;
	line-height:18px;
	text-shadow:none;
	left:-24px;
	}
p.oldprice {
	font-size:24px;
	margin:0;
	padding:0;
	position:absolute;
	top:5px;
	left:10px;
	text-decoration:line-through;
	}
p.oldprice i {
	font-style:normal;
	position:absolute;
	vertical-align:bottom;
	font-size: 50%;
	bottom: 4px;
	text-decoration:line-through;
	}
.column .finalWord {
	display:inline-block;
	margin-top: 10px;
	color:#000;
	}
	
.column h3#vsitespersonal, .column h3#vsitesstarter, .column h3#vsitesplus, .column h3#vsitespremium, div.mostpopular, p.tryvsites, p.pricing_tryvsites, p.pricing_tryvmarketing, h4.choose-plan {
    background-image: url("images/vSite-Signup-text.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 29px;
    margin: 0 auto;
    width: 155px;
}
.column h3#vsitespersonal span, .column h3#vsitesstarter span, .column h3#vsitesplus span, .column h3#vsitespremium span, div.mostpopular span, p.tryvsites span, p.pricing_tryvsites span, p.pricing_tryvmarketing span, #credit-cards-accepted span, #security-code span, #bbb-accredited span, a.button-choosePlan span {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
}
.column h3#vsitespersonal {
    background-position: 0 -178px;
    width: 175px;
}
.column h3#vsitesstarter {
    background-position: 0 0;
    width: 163px;
}
.column h3#vsitesplus {
    background-position: 0 -30px;
    width: 120px;
}
.column h3#vsitespremium {
    background-position: 0 -145px;
    width: 185px;
}
div.v2_content-body p.TryRiskFree {
    background-image: url("images/Seal-tryriskfree.png");
    background-repeat: no-repeat;
    height: 130px;
    position: absolute;
    right: -35px;
    top: -25px;
    width: 130px;
    z-index: 1;
}

a.button-choosePlan {
	display:inline-block;
	width:160px;
	height:40px;
	background:url("images/chooseplanbuttonsprite.png") no-repeat 0 0;
	margin-bottom: 4px;
	margin-top: 8px;
	}
a.button-choosePlan:hover {
	background-position: 0 -40px;
	}
a.button-choosePlan:active {
	background-position: 0 -80px;
	}
	
a.button-choosePlan.trial {
	display:inline-block;
	width:160px;
	height:40px;
	background:url("images/chooseplanbuttonsprite.png?v=2") no-repeat -200px 0;
	margin-bottom: 4px;
	margin-top: 8px;
	}
a.button-choosePlan.trial:hover {
	background-position: -200px -40px;
	}
a.button-choosePlan.trial:active {
	background-position: -200px -80px;
	}
/* Design Services - Pricing 2012-Jan-04 */
.column div.pricing.design-heading{
	height: auto;
	padding: 10px;
} 
div.designservices p{
	font-size: 16px;
}
div.designservices h2{
	color: #205796;
	margin-bottom: 10px;
}
.column div.first-row-plan-features{
	background-color: #a2a1a1;
	color: #333;
	border: 1px solid #999;
	border-top: none;
	
}
.column div.first-row-plan-features, .column div.second-row{
	height: 25px;
}
div.services-columns{
	margin:auto 58px;
}
div.narrow-col{
	width: 260px;
}
div.option-help{
	cursor: pointer;
	display: block;
	width: 15px;
	height: 15px;
	position: relative;
	left: 145px;
	top: -16px;
	background: url('/main/images/v2/pricing/question-mark.png') no-repeat 0 0;
	overflow: hidden;
}
div.option-help-msg{
	display: none;
}
#option-help-msg{
	display: none;
	position: absolute;
	z-index: 99999;
	width: 214px;
	height: 142px;
 	background: url('/main/styles/vflyer/internal/lightbox/images/help_bg.png') no-repeat 0 0;
	/*background: url('../../../images/help_bg.png') no-repeat 0 0;*/
	overflow: hidden;
	font-size: 12px;
	cursor: default;
}
#option-help-msg h3 {
	margin: 14px 0 0 9px;
	padding: 0;
	color: #3E92D0;
	font-weight: bold;
	font-size: 14px;
}
#option-help-close {
	text-decoration: none;
	display: table-cell;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 12px;
	width: 7px;
	height: 7px;
}
#option-help-msg div.msg {
	padding: 5px 20px 9px 9px;
	width: 182px;
	height: 92px;
	overflow-x: hidden;
	overflow-y: auto;
}