
#expandable
{
	background-color: #fff;
}
#expandable div
{
	background-color: #fff;
}

#expandable .more-button
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	text-indent: -9999px;
	background: url(/images/www/button_read_more.gif) no-repeat 0px 0px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
}
#expandable .more-button:hover
{
	background: url(/images/www/button_read_more.gif) no-repeat 0px -27px;
}

#expandable div.selected .more-button
{
	display: none;
	background: none;
}

/*** Accordion used on Customer Stories page ***/

.drop-down
{
	background-color: #fff;
}
.drop-down div
{
	background-color: #e2e2e2;
}

.drop-down div div
{
	padding-bottom: 10px;
}

.drop-down div ul, #container-generic .content .drop-down div ul
{
	margin: 10px 0 0 40px;
	padding: 0 0 0 0;
}

.drop-down div ul li
{
	padding-bottom: 2px;
}

.drop-down .drop-button
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	background: url(/images/www/drop_button_bg.gif) no-repeat right 0px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
}

.drop-down .drop-button span
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/www/drop_button_left.gif) no-repeat left 0px;
	line-height: 12px;
	padding: 7px 0px 8px 26px;
	margin: 0px;
	display: block;
	cursor: pointer;
}

.drop-down .drop-button:hover
{
	background-position: right -27px;
}

.drop-down div.selected .drop-button
{
	background-position: right -54px;
}

.drop-down div.selected .drop-button:hover
{
	background-position: right -81px;
}

.drop-down .drop-button:hover span
{
	background-position: 0px -27px;
}

.drop-down div.selected .drop-button span
{
	background-position: 0px -54px;
}

.drop-down div.selected .drop-button span:hover
{
	background-position: 0px -81px;
}


@media print
{
	#expandable div, .drop-down div
	{
		display: block !important;
		height: auto !important;
	}
}


