/* CSS Document */
img.callNowButton{
	margin:				2px !important;
	margin-left:		5px !important;
	margin-bottom:		5px !important;
}
/* ---------------------------- summary table ------------------------ */
#package{
	margin-top:			20px;
}
table thead th{
	background-color:	#15A615;
	color:				white;
	font-weight:		bold;
}
table td, table th{
	padding:			0px 5px;
}
thead th{
	padding:			1px 5px;
}
.firstCol{
	width:				190px;
}
.package_1,.package_2,.package_3{
	text-align:			center;
	width:				130px;
}
tr th{
	font-weight:		normal;
}
td{
	text-align:			center;
}
.leftCell{
	background-image:	url(../images/pricing/table-head-tl.png);
	background-repeat:	no-repeat;
}
.rightCell{
	background-image:	url(../images/pricing/table-head-tr.png);
	background-repeat:	no-repeat;
	background-position:top right !important;
}
#standardFeatures,#package{
	width:				310px;
}
.bullets span{
	display:			none;
}
.bullets .true{
	background-image:	url(../images/pricing/bullet-blackOnWhite.png);
	background-repeat:	no-repeat;
}
.bullets .false{
	background-image:	url(../images/pricing/bullet-blackOnWhite-empty.png);
	background-repeat:	no-repeat;
}
#standardFeatures .true, #standardFeatures .false{
	background-position:5px 9px;
}
#package .true, #package .false{
	background-position:34px 7px;
}
.standardStatus{
	width:				30px;
}
/* ------------- logos ------------------------ */
#logos{
	position:			relative;
	font-size:			1.1em;
	margin-left:		33px;
}
#googleLogo{
	margin-top:			4px;
	margin-left:		-3px;
}
#flickrLogo{
display: none; 
	top:				-4px;
	position:			relative;
}
/* ------------- feature icons ----------------- */
#featureIcons{
	position:			absolute;
	top:				250px;
	left:				70px;
	width:				44px;
	text-align:			left;
	display:			none;
}
img.mailIcon{
	margin-left:		-8px !important;
}
#featureIcons img{
	display:			block;
	margin-bottom:		30px;
	margin-left:		0px;
}
/* ------------- video testimonial ------------- */
.videoTestimonial{
	background-image:	url(../images/pricing/video-frame.png);
	background-repeat:	no-repeat;
	width:				158px;
	height:				145px;
	float:				right;
	display:			none;
}
.videoTestimonial img{
	margin:				10px 12px !important;
	display:			block;
}
.videoTestimonial .liner{
	padding:			10px 5px;
	font-size:			0.8em;
	text-align:			center;
	font-weight:		bold;
	line-height:		1em;
}