/* IE only needs this, to trigger hasLayout. */
#customizetabs .tabHeader, #selltabs .tabHeader{
	margin: 0;
	display:inline-block;
}

/* Note that .tab has to have display:block to trigger hasLayout in IE */
#customizetabs .tab, #selltabs .tab, #customizetabs .tabContainer, #selltabs .tabContainer{
	display:block;
}

#customizetabs .tabContainer, #selltabs .tabContainer{
	list-style-type:none;
	height:27px;
	margin: 0 3px -1px 1px;
	padding: 0;
	float:left;
/*	border:1px solid white; */
	background-color: #f2f8f4;
	padding:0;
	text-align:center;
	overflow:hidden;
	color:#444;
}

#customizetabs .tab{
	width:150px;
}

#selltabs .tab{
	width:200px;
}

#customizetabs .enabled, #customizetabs .current, #selltabs .enabled, #selltabs .current{
	border: 1px solid #dce9de;
}

#customizetabs .current, #selltabs .current{
	border-bottom: 1px solid #f2f8f4;
	font-weight:bold;
	text-transform:uppercase;
}

#customizetabs .tabInner, #selltabs .tabInner{
	display:block;
	padding-top: 5px;
}

#customizetabs .tabContentSection, #selltabs .tabContentSection{
	clear:left;
	top:0;
	border:1px solid #dce9de;
/*	background:#f2f8f4 url(../images/gradient.gif) top left repeat-x; */
	background-color: #f2f8f4;
	margin-bottom:12px;
	padding:12px;
}

#customizetabs .tabContentSection{
	padding-top:40px;
}

#selltabs .tabContentSection{
	padding-top:20px;
}

