/*----------------------------------------------------------------------------
HTML share pricing
----------------------------------------------------------------------------*/

.shared_plans {
 	background: url(../images/pricing_payments/share_bg.png) no-repeat top center #0c0616;
 	width: 205px;
	height:268px;
}

.intro {
	background: url(../images/pricing_payments/intro.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

.basic {
	background: url(../images/pricing_payments/basic.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

.pro {
	background: url(../images/pricing_payments/pro.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

.expert {
	background: url(../images/pricing_payments/expert.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

span.inside_shareplans {
	background: url(../images/pricing_payments/share_plans_inside_bg.jpg) no-repeat top center;
	width: 190px;
	height:136px;
	line-height: 15px;
	display: block;
	margin: 0px 0 0 8px;
}

#share_btn_signup {
	background: url(../images/pricing_payments/sign_up.png) no-repeat top center;
	width: 138px;
	height:45px;
	display: block;
	text-indent: -900em;
	margin: 10px 0 0 35px;
}

strong {
	color: white;
	padding: 10px;
	font-size: 14px;
	font-family: Avenir, Myriad, "Myriad Pro", "Helvetica Neue","HelveticaNeue", Helvetica, "Lucida Grande", Lucida, Arial, sans-serif;
	font-weight: lighter;
}

p.title {
	color: white;
	padding: 10px;
	font-size: 14px;
	font-family: Avenir, Myriad, "Myriad Pro", "Helvetica Neue","HelveticaNeue", Helvetica, "Lucida Grande", Lucida, Arial, sans-serif;
	font-weight: lighter;
	}

p.subtext {
	color: white;
	margin: -45px 0 0 0px;
	padding: 10px;
	font-size: 12px;
	font-family: Avenir, Myriad, "Myriad Pro", "Helvetica Neue","HelveticaNeue", Helvetica, "Lucida Grande", Lucida, Arial, sans-serif;
	font-weight: lighter;
	
}

/*----------------------------------------------------------------------------
Banner
----------------------------------------------------------------------------*/
#built_banner {
	background: url(../images/pricing_payments/built_banner.jpg) no-repeat top center;
	width: 430px;
	height:88px;
	display: block;
	text-indent: -900em;
	margin: 40px 0 40px 0;
}

#built_banner_flash {
	background: url(../images/pricing_payments/built_banner_flash.jpg) no-repeat top center;
	width: 430px;
	height:88px;
	display: block;
	text-indent: -900em;
	margin: 40px 0 40px 0;
}
/*----------------------------------------------------------------------------
HTML dedicated pricing
----------------------------------------------------------------------------*/
.dedicated_plans {
 	background: url(../images/pricing_payments/dedicated_plan_bg.jpg) no-repeat top center #0c0616;
 	width: 205px;
	height:268px;
}

.starter {
	background: url(../images/pricing_payments/starter.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

.standard {
	background: url(../images/pricing_payments/standard.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

.elite {
	background: url(../images/pricing_payments/elite.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

.ultimate {
	background: url(../images/pricing_payments/ultimate.png) no-repeat top center;
	text-indent: -900em;
	padding: 10px 0 0 0px;
}

.inside_dedicatedplans {
	background: url(../images/pricing_payments/dedicated_inside.png) no-repeat top center;
	width: 190px;
	height:136px;
	line-height: 15px;
	display: block;
	margin: 0px 0 0 8px;
	color: black;
}

#share_btn_signup {
	background: url(../images/pricing_payments/sign_up.png) no-repeat top center;
	width: 138px;
	height:45px;
	display: block;
	text-indent: -900em;
	margin: 10px 0 0 35px;
}

p.title1 {
	color: black;
	padding: 10px;
	font-size: 14px;
	font-family: Avenir, Myriad, "Myriad Pro", "Helvetica Neue","HelveticaNeue", Helvetica, "Lucida Grande", Lucida, Arial, sans-serif;
	font-weight: lighter;
	}

p.subtext1 {
	color: black;
	margin: -25px 0 0 0px;
	padding: 10px;
	font-size: 12px;
	font-family: Avenir, Myriad, "Myriad Pro", "Helvetica Neue","HelveticaNeue", Helvetica, "Lucida Grande", Lucida, Arial, sans-serif;
	font-weight: lighter;
	
}

/*----------------------------------------------------------------------------
Table
----------------------------------------------------------------------------*/
#sh_plans
{
	margin: 10px 0px 0px 1px;
	border-collapse:collapse;
	height:90px;
	width:188px;
}

#sh_plans td
{
	color:#fff;
	font-size: 11px;
	text-align:left;
	padding:3px 0px 5px 11px; 
	border-top: solid; 
	border-top-width: 1px;
	border-top-color: #a29ec7;
	border-bottom-style: none; 
	border-bottom-color: #a29ec7;
	border-bottom-width: 1px;
}

td.hidden {
	width: 95px;
	border-style:hidden;
	border-bottom: solid 0px #38354a
}

#plans
{
	margin: -25px 0px 0px 1px;
	border-collapse:collapse;
	height:90px;
	width:188px;
}

#plans td
{

	color:#000;
	font-size: 11px;
	line-height: 13px;
	text-align:left;
	padding:3px 7px 5px 11px; 
	border-top: solid; 
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid; 
	border-bottom-color: #ffffff;
	border-bottom-style: none; 
	border-bottom-width: 1px;
}


