/* E-Commerce Page */

#ecommerce {
	background: url(/images/studio/ecommerce_bg.jpg) no-repeat center top;
	padding-top: 316px;
}

.ecom1, .ecom2, .ecom3 {
	margin: 15px;
	padding-left: 152px;
	min-height: 111px;
}

.ecom1 {
	background: url(/images/studio/ecommerce-img1.jpg) no-repeat left top;
}

.ecom2 {
	background: url(/images/studio/ecommerce-img2.jpg) no-repeat left top;
}

.ecom3 {
	background: url(/images/studio/ecommerce-img3.jpg) no-repeat left top;
}

/** 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;
	}
	
.simple a  {
	width: 179px;
	background: url(/images/studio/simple.gif) top left no-repeat;
	}
	
.robust a  {
	width: 179px;
	background: url(/images/studio/robust.gif) top left no-repeat;
	}
	
.selfmanaged a  {
	width: 179px;
	background: url(/images/studio/selfmanaged.gif) top left no-repeat;
	}
	
#tabs a:active, .ui-tabs-selected a {
	background-position: 0 -32px;
	}

#ecommercetabs .ecommercefeatures {
	background: url(/images/ssl/emailfeaturebg.gif) bottom left no-repeat;
	clear: both;
	width: 718px;
	padding: 5px 0px;
	}
	
div.left {
float: left;
}

div.col1 {
width: 430px;
}

div.col2 {
margin: 15px;
width: 250px;
}

div.col2 p {
margin: 0px;
padding: 0px;
}

div.clear {
clear: both;
}