#Pricing #subNav_features_holder{
/*display:none;*/
}

.serviceBtn {
	width: 75px;
	height: 65px;
	background-image: url(../img/service_icons.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	display: block;
	position: relative;
	margin-left: 50px;
}
#btnSuites {
	background-position: 0px -10px;
}
#btnVirtual {
	background-position: -75px -10px;
}
#btnPhones {
	background-position: -150px -10px;
}
#btnConference {
	background-position: -225px -10px;
}
#btnLocations {
	background-position: -300px -10px;
}
#btnPricing {
	background-position: -375px -10px;
}
#btnSuites:hover {
	background-position: 0px -85px;
}
#btnVirtual:hover {
	background-position: -75px -85px;
}
#btnPhones:hover {
	background-position: -150px -85px;
}
#btnConference:hover {
	background-position: -225px -85px;
}
#btnLocations:hover {
	background-position: -300px -85px;
}
#btnPricing:hover {
	background-position: -375px -85px;
}
#btnSuites span, #btnVirtual span, #btnPhones span, #btnConference span, #btnLocations span, #btnPricing span {
	display: none;
}


#table_content_area h3 {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	color: #F1AC1C;
	font-size: 16px;
	text-decoration: underline;
	margin: 14px 20px 0px;
}
.ul_pricing_features {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 35px 15px 35px;
	padding: 0px;
}
.ul_pricing_features li h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
}
.ul_pricing_features li {
	padding-bottom: 8px;
}



.ul_pricing_features span {
	display: block;
	padding-bottom: 8px;
	padding-left: 16px;
}


.ul_CTA {
	font-family: Helvetica, Arial, sans-serif;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 35px 25px;
	padding: 0px;
	clear: both;
}

body.layout2col .ul_CTA {
	margin-right: 65px;
	margin-left: 65px;
	
}


.ul_pricing_tabs {
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin: 0px 0px 25px;
	padding: 10px 0px 25px;
}
#pricingButtons.ul_pricing_tabs {
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}


.ul_pricing_tabs li {
	display: block;
	margin: 0px 30px;
	padding: 5px;
	float: left;
	width: 130px;
	text-align: center;
	border: 1px dotted #F1AC1C;
	height: 120px;

}

.ul_pricing_tabs li a{
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: oblique;
	text-align: center;

}

.ul_pricing_tabs li:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #850E23;
}

.ul_pricing_tabs li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #850E23;
}

.ul_CTA li {
	clear:left;
	border-bottom:dashed 1px #aaa;
	height:15px;
	margin-top:10px;
	position:relative;
	
}

.ul_CTA li a {

	display: block;
	color: #666;
}

.ul_CTA li a:hover,
.ul_CTA li a:hover span.pricing{
	text-decoration: none;
	color: #F1AC1C;
}


.ul_CTA li a span {
    background:#fff;
    padding:0 3px 0 0;
    float:left;
    position:absolute;
    text-decoration:none;
	
}

.ul_CTA li a span.pricing {
	color: #871024;
	padding:0px 0px 0px 3px;
	right:0;
}

ol.toc li {
    clear:left;
    border-bottom:dashed 1px #aaa;
    height:1.05em;
    margin-top:10px;
    position:relative;
}
ol.toc a, ol.toc span {
    background:#fff;
    padding:0 3px 0 0;
    float:left;
    position:absolute;
    text-decoration:none;
}
ol.toc a {
    padding:0 0 0 3px;
    right:0;
}
.ul_standard {
}
.ul_standard li {
	margin-bottom: 10px;
}

#pricingTable tr td {
	border-bottom: 1px solid #FFF;
}
.serviceBtn {
	margin-left: 30px;
	margin-top: 15px;
}
.buyNowBtn {
	background-image: url(../img/buy_now_save_50_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 43px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
}
.buyNowBtn span {
	display: none;
}


.buyNowBtn:hover{
	background-position: 0px -55px;
	
}

.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFEFC;
	padding: 10px;
	width: 280px;
	font-size: 11px;
	background-image: url(../img/gradient_orange_vert.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px dotted #F1AC1C;
}

.tooltipContent p
{
	font-size: 12px;
	line-height: normal;
	margin-bottom: 5px;
}
th.tt_trigger {
	cursor: pointer;	
}

th.tt_trigger:hover {
	background-color: #000;	
}
