/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

===================================================================*/

body{
font-size: medium;
	}
.faq-q{
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	}

.faq-a{
	padding-top:0px;
	padding-right:15px;
	padding-bottom:15px;
}

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch li.liquid a {
	background: url(/img/lq_on.gif) no-repeat left center;
	}

ul#css_switch li.fixed a {
	background: url(/img/fx_off.gif) no-repeat left center;
	}
