@charset "iso-8859-2";
/* CSS Document */

.question{
	clear: both;
	background-image: url(../../images/bawImages/question.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #6C6C6C;
	padding: 0 0 0 22px;
	height: 20px;
	text-align: left;
}

#faq{
	width: 665px;
	float: left;
	padding: 0 0 10px 0;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #ddd;
}

#faq a:link, #faq a:visited{
	color: #6C6C6C;
	text-decoration: none;
}

#faq a:hover{
	color: #FF9721;
}

#faq ul li{
	background-image: url(../../images/bawImages/questions.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	list-style-type: none;
}

.top{
	width: 35px;
	height: 15px;
	text-align: right;
	padding: 0 0 10px 630px;
	color: #666699;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.topHead{
	clear: left;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	border-top: 1px solid #ddd;
	background-image: url(../../images/question.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}

ul.double1{
	width: 300px;
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	list-style-position: inside;
	list-style-type: disc;
}

ul.double2{
	width: 300px;
	float: right;
	text-align: left;
	margin: 0 5px 0 0;
	list-style-position: inside;
	list-style-type: disc;
}

/*------------------------------------------------------------------------------------------------LOCATIONS*/

#dimensions table{
	width: 325px;
	/*border-collapse: seperate;*/
	border-spacing: 2px;
	margin: 0 0 7px 0;
}

#dimensions table td{
	padding: 3px 5px 3px 0;	
}

.odd{
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	text-align: right;
}

#dimensions h3{
	margin: 0;
	padding: 0;
}
.infoList {
	/* [disabled]list-style-position: outside; */
	/* [disabled]list-style-type: disc; */
	text-align: left;
	/* [disabled]margin-left: 25px; */
	float: left;
}
.infoList li {
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
