#tabs ul {
	margin: 5px 5px;
	padding: 0px 0px;
	position: relative;
}
#tabs  ul li {
	margin: 0px 0px;
	padding: 5px 0px;
	position: relative;
	list-style: none;
	background-image: url(none);
	border: none;
	height: 25px;
	float: left;
	width: 48%;
}

#tabs ul li.ui-state-default {
	background-image: url(ui-tab-selected.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#tabs  ul  li.ui-state-default a  {
	color: #FFFFFF;
	text-decoration: none;

}
#tabs ul li.ui-tabs-selected {
	background-color: none;
	background-image: url(none);
}

#tabs ul li.ui-tabs-selected a {
	color: #333333;
	text-decoration: none;
}
#tabs   ul   li.ui-state-default  a:hover {
	color: #CCCCCC;

}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;



}
.ui-tabs .ui-tabs-hide { display: none !important; }
#itemwrapper {
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	margin: 0px 5px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#itemwrapper.hover {
	cursor: pointer;
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
}
#itemwrapper.hover    p   strong     {
	color: #ec008c;

}
#itemwrapper  p a {
	text-decoration: none;

}

#itemwrapper.hover p a, #itemwrapper.hover p a:hover {
	color: #000000;
	text-decoration: none;
}
.ui-tabs {
	margin-top: 15px;
}

