/* Email Landing */

#emailpackage {

}

#emailpackage p#emailaddcart {
	margin: 0px;
	padding: 180px 0px 0px 530px;
	background: url(/images/email/emailbg.jpg) no-repeat center 30px;
	height: 140px;
}

#emailpackage p.emailcontent {
	width: 320px;
	float: left;
	margin: 10px 0px 10px 20px;
}

#emailpackage .emailfeatures {
	background: url(/images/email/emailfeaturebg.gif) bottom left no-repeat;
	clear: both;
	width: 718px;
}

#emailpackage .emailfeatures ul {
	margin: 0px;
	width: 325px;
	float: left;
	padding: 10px 0px 10px 20px;
}

#emailpackage .emailfeatures li {
	line-height: 1.5em;
	list-style: none;
	background: url(/images/domains/tran_bull.gif) no-repeat;
	padding-left: 8px;
}

#emailpackage .emailfeatures .clearit {
	clear: both;
}

#emailpackage p.emailbottom {
	font-size: 11px;
}

/** Tabs **/

.ui-tabs-hide {
	display: none;
}

ul#tabs li img {
	vertical-align: bottom;
}

#tabs {
	margin: 0;
	padding: 0px;
	height: 32px;
	list-style: none;

	overflow: hidden;
	background: url(/images/email/emailfeaturetop.gif) bottom left no-repeat;
	}

#tabs li {
	margin: 0px 5px 0px 0px;
	padding: 0;
    list-style: none;
	display: inline;
	}

#tabs a {
	float: left;
	padding: 32px 0 0 0;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win only */
	}
	
#tabs a:focus {
	-moz-outline: none;
	}
	
.overview a  {
	width: 179px;
	background: url(/images/email/tran_overview.gif) top left no-repeat;
	}
	
.features a  {
	width: 179px;
	background: url(/images/email/tran_features.gif) top left no-repeat;
	}
	
#tabs a:active, .ui-tabs-selected a {
	background-position: 0 -32px;
	}
