#product-qa {
	margin: 10px 0 20px 8px;
	width: 465px;
	background: #fff url(../images/qanda/answer.gif) repeat-y;
	overflow: hidden;
}

#product-qa .product-qa .question {
	padding: 3px 10px 3px 0;
	background: #ff8454 url(../images/qanda/question.gif) no-repeat;
	color: #000;
	cursor:pointer;
}

#product-qa .question span {
	padding-left: 25px;
	display: block;
	background: url(../images/qanda/circle.gif) 9px 5px no-repeat;
}

#rightcol #product-qa .product-qa .question h2 {
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

#product-qa .product-qa .answer {
	padding: 8px 10px 8px 25px;
	color: #666;
}

#product-qa .only .question, #product-qa .first .question {
	background: #ff8454 url(../images/qanda/question-top.gif) no-repeat;
}

#product-qa .only .answer, #product-qa .last .answer {
	background: url(../images/qanda/answer-bottom.gif) 0 100% no-repeat;
}


#product-qa .closed .answer,
#product-qa .closed-penultimate .answer, 
#product-qa .closed-first .answer,
#product-qa .closed-last .answer, 
#product-qa .closed-only .answer {
	/*display: none; need to do this in JS */
}

#product-qa .closed-last .question {
	border-top:1px solid #ff4400;
	background: url(../images/qanda/question-bottom.gif) 0 100% no-repeat;
}


#product-qa .closed-last .question {
	padding-left: 0;
}

#product-qa .open-last .question {
	border-top:1px solid #ff4400;
	background: url(../images/qanda/question-bottom-open.gif) 0 100% no-repeat;
}

#product-qa .closed-only .question {
	background: url(../images/qanda/question-only.gif) 0 0 no-repeat;
	height:26px;
	padding-top:0px;
	padding-bottom:0px;
}

#product-qa .closed-only .question h2 {
	padding-top:3px !important;
}

#product-qa .open-only .question {
	background: url(../images/qanda/question-top.gif) 0 0 no-repeat;
}



