div#support_contents{
	width:575px;
	margin: 10px 0 30px 10px;
}
div#support_contents a:link {
	font-family: arial, sans-serif; 
	color: #000000;
	text-decoration: underline;
}
div#support_contents a:visited {
	font-family: arial, sans-serif; 
	color: #000000;
	text-decoration: underline;
}
div#support_contents a:hover{
	color: #ffaa33;
}
div#support_contents  a:active{
	color: #ffaa33;
}
div#support_contents .head{
	font-size: 16px;
	font-weight: bold;
}
div#support_contents  .subhead{
	font-weight: bold;
}
div#support_contents  .text{
	font-family: arial, sans-serif; 
	font-size: small; 
	color: #000000; 
	margin: 10px 10px 30px 0; 
}
div#support_contents  .image{
	margin: 10px 0 30px 35px; 
}

ul#xvl_products{
	list-style: none;
	margin: 10px 12px 15px 10px;
	text-align:left;
}
ul#xvl_products li.product{
	background: url(../img/index/line_dash.gif) repeat-x top;
	padding: 6px 10px 5px 0px;
	font-family: Arial;	
}
ul#xvl_products li.small{
	padding: 0px 10px 0px 10px;
	font-size: x-small;
	font-family: Arial;	
}

ul#xvl_products a{
	text-decoration: none;
	color: #666666;
}
ul#xvl_products a:link{
	text-decoration: none;
	color: #666666;
}
ul#xvl_products a:visited{
	text-decoration: none;
	color: #333333;
}
ul#xvl_products a:hover{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
ul#xvl_products a:active{
	text-decoration: underline;
}

.title{
	font-weight: bold;
	margin: 26px 10px 0 10px;	
}

.question{
	font-weight: bold;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align:left;
}
.answer{ 
	font-family: arial, sans-serif; 
	font-size: small; 
	color: #000000; 
	margin: 10px 18px 30px 10px;
}
.conditions{ 
	font-family: arial, sans-serif; 
	font-size: small; 
	color: #000000; 
	margin: 10px 18px 20px 10px; 
}
.workaround{ 
	font-family: arial, sans-serif; 
	font-size: small; 
	color: #000000; 
	margin: 10px 18px 30px 10px; 
}
.code_example {
	margin: 25px 0 25px 25px;
}

ul.answers{
	list-style-type: decimal;
	margin: 16px 10px 10px 35px;
	text-align:left;
	list-sytle-position: outside;
}
ul.answers li{
	margin: 16px 0 10px 25px;
}	

