﻿@charset "utf-8";

/* FAQ
----------------------------------------*/

#faq {
	width: 932px;
	font-size: 14px;
	letter-spacing: 0;
	border-collapse: collapse;}

#faq th,#faq td {
	padding: 15px 10px 15px 60px;
	line-height: 1.6em;}

#faq th {
	clear: both;
	width: 250px;
	text-align: left;
	vertical-align: top;
	color: #099;
	background: url(../img/q.gif) left 15px no-repeat;}

#faq td {
	color: #333;
	vertical-align: top;
	background: url(../img/a.gif) left 15px no-repeat;}

#faq td img {
	float: right;
	margin-left: 1em;}

.bdr th,.bdr td {border-bottom: 1px dotted #999;}
