/* ------------------------------------------------------------------------
Toggle Style Sheet - U-Fit Rubber FLooring Company

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =Toggle
-------------------------------------------------------------------------*/

/* Kind thanks to http://www.mindsack.com/uxe/toggle/ (c) Kent Brewster */

.toggle
	{
	cursor:pointer;
	}

p.toggle 
	{
	color: #555;
	background-color: #ccc;
	padding: 10px;
	}
	
p.toggle:hover 
	{
	text-decoration: underline;
	}

.hidden
	{
	display:none;
	}
	
.answer
	{
	color: #ccc;
	background-color: #555;
	padding: 10px;
	}
	
.answer a
	{
	color: #ccc;
	background-color: #555;
	text-decoration: underline;
	}
	
.answer a:hover
	{
	text-decoration: none;
	}