/* Element Fusion Content Management System */
/* Pricing.css */
/* Modified September 29, 2008
------------------------------------------ */

/* Pricing Table
-------------------------------------- */

div.tableholder {
	padding: 0px;
	border: 2px solid #CCC;
	margin-bottom: 1.5em;
	position: relative;
}

table.signup col.col2 {background: #f4fafd;}
table.signup col.col3 {background: #eef8fc;}
table.signup col.col4 {background: #e7f5fc;}
table.signup col.col5 {background: #def1fc;}
table.signup col.col6 {background: #d8eefb;}
table.signup col.col7 {background: #cee7f9;}

table.signup th img {
	margin-top: 2px;
	border: none;
}

table.signup h3 {
	margin: 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 1.125em;
	line-height: 1em;
}

table.signup .heading {
	background: #CCC;
	color: #FFF;
	padding: 0.5em 1em;
}

table.signup th {
	font-size: 1.25em;
	line-height: 1.2em;
	padding: 0.5em;
	text-align: center;
	color: #799e12;
	font-weight: bold;
	border: 1px solid #CCC;
}

table.signup th strong {
	color: #333;
	font-size: larger;
}

table.signup th .small {
	font-size: smaller;
}


table.signup td.shadedw {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

table.signup td.shaded {

}

table.signup td.shadedleft {
	text-align: right;
	font-weight: bold;
}


table.signup td {
	text-align: center;
	line-height: 1.5em;
	padding: 0.25em 0.5em;
	border: 1px solid #CCC;
}

table.signup td.banner {
	background-color: #FFF;
	color: #333;
	font-weight: bold;
}

table.signup td.dsmall {
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
}

.closeLink {
	outline: none;
	font-weight: bold;
}

.popup {
	position: absolute;
	visibility: hidden;
	background-color: #FFF;
	layer-background-color: #FFF;
	width: 16em;
	border: 1px solid #333;
	padding: 1em 1.5em;
	z-index: 100;
	margin: 0;
	text-align: center;
}

a.signUpBtn, a.learnMoreBtn {
	width: 87px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background: url(i/btn_sign-up_sm.png) no-repeat left top;
	padding-top: 34px !important;
	height: 0px !important;	
	margin: 1em auto;
	display: block;
}

a.learnMoreBtn {
	background-image: url(i/btn_learn_more.png);
	width: 121px;
}

* html  a.signUpBtn, * html a.learnMoreBtn {
	padding-top: 0 !important;
	height: 34px !important;
}

a.signUpBtn:hover, a.learnMoreBtn:hover {background-position: left -34px;}

.tableholder .tableHead {
	background: url(i/feature_content_bg.jpg) no-repeat left -150px;
	color: #e7f5fc;
	text-align: left;
	padding: 0.5em 2em 0;
}

.tableholder .tableHead p {
	font-size: larger;
	line-height: 1.5em;
	margin-bottom: 2.5em;
}

.tableholder .tableHead a {color: #33ddf7;}

.tableholder .tableHead h1, .tableholder .tableHead h2, .tableholder .tableHead h3, .tableholder .tableHead h4, .tableholder .tableHead h5 {
	color: #FFF;
	font-size: 2.25em;
}
.templateThumbDisplay {
	width: 330px; 
	height: 198px;
	float: right;
	margin: 0 0 0 10px;
	display: inline;
	background: url('i/templateThumbDisplay-water.jpg') 0 0 no-repeat;	
}
