/******************************************************************************/
/* styles used on the "FAQ" sales page                                        */
/******************************************************************************/
.question
{
	display:			block;
	position:			relative;
}

.question:hover
{
	text-decoration:	underline;
	cursor:				pointer;
}

.answer, .answer a
{
	display:			block;
	display:			none;
	position:			relative;
	background:			#F7F7FF;
/*			color:				#999999;	*/
	color:				#666677;
	padding-left:		10px;
	padding-right:		10px;
	border:				1px dotted #CCCCDD;
/*			border-bottom:		1px dotted #CCCCCC; */
	text-decoration:	none;
}

li.question
{
	margin-bottom:		10px;
}

li.question a
{
	color:				#333333;
}
		


/* styles used on the "Buy Extras" sales page */
img.hangingLeft
{
	float:			left;
	margin-top:		10px;
	margin-bottom:	10px;
	margin-right:	10px;
	border:			1px solid #CCCCCC;
	padding:		10px;
}

.salesImageCol
{
	float:			left;
	width:			300px;
}

.salesTextCol
{
	float:			left;
	width:			460px;
}