@charset "utf-8";

@import url("../../css/accomm_common.css");

#tri5 {
	background: url(../../../img/common/left/pink_tri_down.gif) no-repeat left center;
}

#container #right-contents #faq {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #143F6A;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	padding-left: 10px;
	line-height: 25px;
	margin-right: 15px;
	margin-bottom: 30px;
	width: 642px;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

p#faqtitle {
	background-image: url(../img/faq_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 65px;
	font-size: 14px;
	margin: 0;
}

#q1{
background-image: url(../img/q01.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q2{
background-image: url(../img/q02.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q3{
background-image: url(../img/q03.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q4{
background-image: url(../img/q04.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q5{
background-image: url(../img/q05.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q6{
background-image: url(../img/q06.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q7{
background-image: url(../img/q07.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q8{
background-image: url(../img/q08.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q9{
background-image: url(../img/q09.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

#q10{
background-image: url(../img/q10.gif);
background-repeat: no-repeat;
text-indent: -9000px;
height: 26px;
}

.dott {
	background-image: url(../../../../img/common/topics/dott.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 9px;
	text-indent: -9999px;
	font-size: 5px;
	clear: both;
}

/*powerFailure*/
div#powerFailure {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 10px;
	color: #454545;
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#powerFailure h2 {
	color: #DE0C79;
	margin-bottom: 20px;
	margin-top: 5px;
}


div#powerFailure em,
div#powerFailure address {
	font-style: normal;
	font-weight: normal;
}

p.caution {
	border-top:1px dotted #b1b1b1;
	padding-top:5px;
}

