DIV.tabs DIV.tabs-head
{
	margin-bottom:10px;
}

DIV.tabs DIV.tabs-body
{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:10px;
}

DIV.tabs DIV.tabs-head UL
{
	overflow:hidden;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

DIV.tabs DIV.tabs-head UL LI
{
	display:inline;
}



DIV.tabs DIV.tabs-head UL {

	margin:0;
	padding:0;

	background-position:left;
	background-image:url(../img/clxtabs-ul-bg.gif);
	background-repeat:repeat-x;

	list-style-type:none;
	list-style-image:none;
	list-style-position:inside;
}

DIV.tabs DIV.tabs-head UL LI
{
	margin:0;
	padding:0;

	float:left;
	display:inline;

	background-position:left;
	background-image:url(../img/clxtabs-left.gif);
	background-repeat:no-repeat;

	padding-left:3px;

}


DIV.tabs DIV.tabs-head UL LI DIV
{

	height:26px;

	background-position:right;
	background-image: url(../img/clxtabs-right.gif);
	background-repeat:no-repeat;

	padding-right:2px;

}

DIV.tabs DIV.tabs-head UL LI DIV A
{

	display:block;

	font-size:14px;
	font-family:arial;
	line-height:16px;

	padding-top:4px;
	padding-bottom:6px;

	color:#333333;
	text-decoration:none;

	background-image: url(../img/clxtabs-bg-default.gif);
	padding-left:20px;
	padding-right:20px;

}

DIV.tabs DIV.tabs-head UL LI.current
{
	padding-left:0px;
}

DIV.tabs DIV.tabs-head UL LI.current DIV
{
	padding-right:1px;
	margin-left:0px;
	margin-right:1px;
}

DIV.tabs DIV.tabs-head UL LI.current DIV A
{
	padding-left:23px;
}

DIV.tabs DIV.tabs-head UL LI.current DIV A
{
	background-image: url(../img/clxtabs-bg-current.gif);
}
