@charset "utf-8";
/* CSS Document */

#tech-support
{
	background:url(../images/shared/clipart/big-question.png) top right no-repeat;
}

.faq_question
{
	margin:0 0 20px 10px;
}

.faq_question a
{
	font-size:16px;
}

.faq_question a.anchor
{
	color:#333;
}

.faq_answer
{
	display:block;
	clear:both;
	padding:0 0 20px 20px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	color:#555;
	font-size:12px;
}

h2
{
	clear:both;
}

#webex-meeting-center
{
	display:block;
	clear:both;
	margin:20px auto;
	width:268px;
	height:218px;
	background:url(/images/shared/buttons/webex-meeting-center.png) no-repeat;
}

#webex-meeting-center a
{
	display:block;
	clear:both;
	width:248px;
	height:98px;
	margin:10px 10px 0 10px;
}

/**
 * Firmware Chart
 */

#firmware-chart
{
	display:table;
	border-collapse:collapse;
	width:100%;
}

#firmware-chart th
{
	padding:10px 5px;
	background-color:#4c96ca;
	border-right:1px solid #6aabd9;
	border-left:1px solid #6aabd9;
	color:#fff;
}

#firmware-chart td
{
	padding:10px;
	border:1px solid #eee;
}

#firmware-chart .center
{
	text-align:center;
}

#firmware-chart .odd td
{
	background-color:#f2f2f2;
}

#firmware-chart .product
{
	width:220px;
}

.red
{
	color:#d00;
}

/**
 * comment for comment sake
 */