/*
.accordian {width: 500px;
	margin: 25px auto 0px auto;
	float: left;
	position: relative;}
*/

.accordian {margin: 25px 5px 0px 20px;
	float: left;
	position: relative;
border: 1px solid green;
}

.accordianHead {/*
width: 100%;
*/	background-color: #f4eee1;
	display: block;
	float: left;
	clear: both;
	position: relative;}

.showHide {margin: 5px;
	padding: 35px 15px 5px 398px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	background: url(/images/show.gif) no-repeat 445px 37px;
	display: block;
	position: absolute;
	top: 0px;
	border: 1px solid white;}

.accordianDescription {margin: 10px;}

.showHideAll {margin-right: 5px;
	padding: 0px 25px 0px 15px;
	text-align: Center;
	text-decoration: none;
	width: 75px;
	background: yellow url(/images/show.gif) no-repeat center right;
	display: block;
	float: right;
	position: absolute;
	top: -25px;
	right: 0px;}

.showHide.active, .showHideAll.active 
	{background: url(/images/hide.gif) no-repeat 445px 37px;}

.showHide:hover, .showHideAll:hover {border: 1px solid #f08080;}

.accordianBody {padding: 5px 5px 15px 5px;
	border-top: 1px solid #d6d6d6;
	background:  url(http://www.sohtanaka.com/web-design/examples/toggle/toggle_accordianBody_stretch.gif) repeat-y left top;
	overflow: hidden;
	float: left;
	clear: both;
	background-color: white;
	border: 1px solid #f4eee1;
	border-bottom: 5px solid #f4eee1;}

.accordianBody .accordianBody {
	padding: 20px;
	background: url(http://www.sohtanaka.com/web-design/examples/toggle/toggle_accordianBody_btm.gif) no-repeat left bottom;}

.accordianBody .accordianBody p {
	padding: 5px 0;
	margin: 5px 0;}

.accordianBody h4 {font: 2.5em; /*normal Georgia, "Times New Roman", Times, serif;*/
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;}