/* CONTACT US */
form#contact_us input {
	height: 17px;
}
form#contact_us fieldset div#d_state_province,
form#contact_us fieldset div#d_country {
	position: relative;
	width: 100%;
	margin: 1px 0 5px 0;
}
form#contact_us div ul {
	list-style-type: none;
	width: 335px;
	border: 1px solid;
	position: absolute;
	top: 4px;
	left: 169px;
	line-height: 1.75em;
}
form#contact_us ul li {
	cursor: pointer;
	padding: 0 0 0 5px;
	display: none;
}
form#contact_us ul.open {
	z-index: 9999;
}
form#contact_us ul.open li {
	display: block;
}
form#contact_us ul.open li.first_child {
	background: 100% 50% no-repeat;
	border-bottom: 1px solid;
}

form#contact_us ul li.selected {
	font-weight: bold;
}
form#contact_us ul.closed li {
	display: none;
}
form#contact_us ul.closed li.selected {
	display: block;
	background: 100% 50% no-repeat;
	font-weight: bold;
}


/* Contact Informations */
.customer_service #contact #contact_phone,
.customer_service #contact #contact_address {
	width: 220px;
	float: left;
	margin: 0 30px 0 0;
}
.customer_service #contact .vcard {
	font-size: 1.1em;
	font-weight: bold;
}
.customer_service #contact #contact_address {
	float: right;
}
.customer_service #contact .vcard .adr, 
.customer_service #contact .vcard .tel,
.customer_service #contact .vcard .org {
	display: block;
}
.customer_service #contact .vcard .tel .type {
	display: none;
}


/* FAQ */
#faq_topics {
	position: relative;
	width:100%;
}
#faq_topics .panel {
	margin: 0;
	float:left;
}
#faq ul.panel_ref {
	width:565px;
	float:left;
	border:1px solid;
	border-bottom:0;
	margin:2em 0 0 0;
}
#faq ul.panel_ref li {
	float:left;
	list-style-type:none;
}
#faq ul.panel_ref li a {
	font-size: 1em;
	text-decoration:none;
	display:block;
	padding: 5px 25px;
	border-right:1px solid;
	border-bottom: 0;
	outline:none;
}
#faq ul.panel_ref li a.active {
	font-weight:bold;
}
#faq_topics ul.faq_q {
	margin: 0 0 3em 0;
	padding: 15px 0 10px 30px;
	border: 1px solid;
	border-top: 0;
	line-height: 1.8em;
	width:535px;
	float:left;
}
#faq_topics ul.faq_q li {
	list-style-type:none;
	background-repeat: no-repeat;
	background-position:0 6px;
	padding:0 0 0 15px;
}

#faq_topics ul.faq_q a {
	text-decoration: none;
	font-weight: bold;
}



div.faq_detail {
	float: left;
	width: 100%;
	margin: 1em 0;
	position: relative;
	line-height: 1.3em;
}
div.faq_detail h4 {
	margin: 0 0 1em 0;
	font-size: 1.1em;
}
div.faq_detail h4,
div.faq_detail p {
	float: right;
	width: 95%;
}

div.faq_detail a.top-page {
	position: absolute;
	top: 0;
	left: 0;
}


/* Warranty Registration */
.customer_service .model {
	float: left;
	margin: 0 0 40px 0;
}
.customer_service .model img {
	float: left;
}
.customer_service .model div {
	float: left;
	margin: 68px 0 0 10px;
	width: 240px;
}
.customer_service .model#M149D div {
	margin-top: 75px;
}

.customer_service .model div p span {
	display: block;	
}

