#faq {
	background-image: url('../../images/support/faq/menu/faqBackground.png');
	background-repeat: repeat-x;
}
#faq_top{
	height: 150px;
	overflow: hidden;
    width: 965px;
    margin: auto;
}
#faq_title_and_search {
	float: left;
	width: 200px;
}
#faq_title_and_search h1{
	font-size: 4em;
	font-weight: normal;
	color: #c4c4c4;
	padding-top: 20px;
	padding-left: 20px;
}
.info {
	margin-top: 10px;
}
.inputSearch {
	margin-top: 15px;
}
.search {
	width: 30px;
	height: 28px;
	background-image: url('../../images/support/faq/menu/search3.png');
	border: none;
}
#faq_menu {
	float: left;
	margin-left: 30px;
	padding-top: 10px;
}/*
#faq_menu_global, #faq_menu_reference, #faq_menu_support {
	width: 150px;
	height: 140px;
	float:left;
	margin-left: 50px;
}*/
.faq_menu_part {
    width: 150px;
	height: 140px;
	float:left;
	margin-left: 50px;
}
.faq_menu_selected{
	background-image: url('../../images/support/faq/menu/menu_hover.png');
	background-repeat: no-repeat;
	background-position: center bottom;
    float: left;
}
.faq_menu_unselected {
    float: left;
}
.faq_menu_item_title h2 {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 5px;
}
.faq_menu_item_text {
	line-height: 1.2em;
	text-align: justify
}
#faq_content {
    width: 965px;
    margin: auto;
	clear: both;
	margin-top: 20px;
}
#faq_category {
	width: 250px;
	float: left;
}
#faq_category h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-left: 10px;
}
#faq_category ul li {
    width: 250px;
    min-height: 21px;
    background-image: url('../../images/support/faq/category/menu_background.png');
    background-repeat: no-repeat;
    padding-top: 8px;
    color: #9a9a9a;
    border-bottom: 1px dashed #dbdbdb;
}
    #faq_category ul li:hover {
        background-image: url('../../images/support/faq/category/menu_background_hover.png');
        background-repeat: no-repeat;
    }
#faq_category ul li a{
    font-size: 1.0em;
    padding-left: 35px;
}
#faq_items {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
#faq_category_select {
	margin-bottom: 20px;
}
#faq_category_select p {
	font-size: 0.9em;
}
#faq_category_select h2 {
	color: #6e6e6e;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.faq_item {
	clear: both;
	
	margin-bottom: 20px;
	width: 640px;
}
.faq_item_question  img{
	float: left;
	margin-right: 5px;
}
.faq_item_question  p{
	padding-top: 5px;
	font-weight: bold;
}
.faq_item_answer {
	display: none;
	margin-top: 10px;
	margin-left: 29px;
	clear: left;
	overflow: hidden;
	border: 1px dotted #d0d0d0;
	padding: 20px 10px 10px 10px;
}
.faq_item_content {
	float: left;
	width: 490px;
}
.faq_item_content_link {
	float: right;
	margin-top: 20px;
}
.faq_item_content_text {
	line-height: 1.3em;
}
/* ONE PAGE QUESTION */
#faq_top h2 {
	font-size: 1.6em;
	margin-right: 40px;
}
#faq_content_onepage {
	margin: 30px 100px 20px 100px;
	font-size: 1.1em;
	line-height: 1.3em;
}
