/********************************************************************
 * Commentaires
 *******************************************************************/

/** Gray bubbles **/
div.bubble
{
	background: url(images/bubbles/b_comment_gray_left.gif) repeat-y;
	padding-top: 1px; /* IEFIX */
}
div.bubble div.top
{
	display: block;
	background: url(images/bubbles/b_comment_gray_top.gif) repeat-x;
}
div.bubble div.tl
{
	display: block;
	background: url(images/bubbles/b_comment_gray_topleft.gif) no-repeat;
}
div.bubble div.tr
{
	display: block;
	background: top right url(images/bubbles/b_comment_gray_topright.gif) no-repeat;
}
div.bubble div.bottom
{
	display: block;
	background: bottom url(images/bubbles/b_comment_gray_bottom.gif) repeat-x;
}
div.bubble div.bl
{
	display: block;
	background: bottom left url(images/bubbles/b_comment_gray_bottomleft.gif) no-repeat;
}
div.bubble div.br
{
	display: block;
	background: bottom right url(images/bubbles/b_comment_gray_bottomright.gif) no-repeat;
}
div.bubble div.r
{
	display: block;
	background: top right url(images/bubbles/b_comment_gray_right.gif) repeat-y;
}
/** Gray + rightpanel bubbles **/
div.bubble.more div.r
{
	background: top right url(images/bubbles/b_comment_gray_right_more.gif) repeat-y;
}
div.bubble.more div.tr
{
	background: top right url(images/bubbles/b_comment_gray_topright_more.gif) no-repeat;
}
div.bubble.more div.br
{
	background: bottom right url(images/bubbles/b_comment_gray_bottomright_more.gif) no-repeat;
}
/** Green bubbles **/
div.bubble.green
{
	background: url(images/bubbles/b_comment_green_left.gif) repeat-y;
}
div.bubble.green div.top
{
	background: url(images/bubbles/b_comment_green_top.gif) repeat-x;
}
div.bubble.green div.tl
{
	background: url(images/bubbles/b_comment_green_topleft.gif) no-repeat;
}
div.bubble.green div.tr
{
	background: top right url(images/bubbles/b_comment_green_topright.gif) no-repeat;
}
div.bubble.green div.bottom
{
	background: bottom url(images/bubbles/b_comment_green_bottom.gif) repeat-x;
}
div.bubble.green div.bl
{
	background: bottom left url(images/bubbles/b_comment_green_bottomleft.gif) no-repeat;
}
div.bubble.green div.br
{
	background: bottom right url(images/bubbles/b_comment_green_bottomright.gif) no-repeat;
}
div.bubble.green div.r
{
	background: top right url(images/bubbles/b_comment_green_right.gif) repeat-y;
}
div.bubble.best div.tr
{
	background: top right url(images/bubbles/b_comment_answer_best_topright.gif) no-repeat;
}
div.bubble div.evaluation
{
	clear: both;
	background: #F1EFE9 url(images/bubbles/b_comment_answer_best_left.gif) repeat-y;
}
div.bubble div.evaluation div.bl
{
	background: bottom left url(images/bubbles/b_comment_answer_best_bottomleft.gif) no-repeat;
}
div.bubble div.evaluation div.br
{
	background: bottom right url(images/bubbles/b_comment_answer_best_bottomright.gif) no-repeat;
}
div.bubble div.evaluation div.bottom
{
	background: bottom url(images/bubbles/b_comment_answer_best_bottom.gif) repeat-x;
}
/** Purple bubbles **/
div.bubble.purple
{
	background: url(images/bubbles/b_comment_purple_left.gif) repeat-y;
}
div.bubble.purple div.top
{
	background: url(images/bubbles/b_comment_purple_top.gif) repeat-x;
}
div.bubble.purple div.tl
{
	background: url(images/bubbles/b_comment_purple_topleft.gif) no-repeat;
}
div.bubble.purple div.tr
{
	background: top right url(images/bubbles/b_comment_purple_topright.gif) no-repeat;
}
div.bubble.purple div.bottom
{
	background: bottom url(images/bubbles/b_comment_purple_bottom.gif) repeat-x;
}
div.bubble.purple div.bl
{
	background: bottom left url(images/bubbles/b_comment_purple_bottomleft.gif) no-repeat;
}
div.bubble.purple div.br
{
	background: bottom right url(images/bubbles/b_comment_purple_bottomright.gif) no-repeat;
}
div.bubble.purple div.r
{
	background: top right url(images/bubbles/b_comment_purple_right.gif) repeat-y;
}
div.bubble.best div.tr
{
	background: top right url(images/bubbles/b_comment_answer_best_topright.gif) no-repeat;
}
/** Bubble content **/
div.bubble div.content
{
	float: left;
	padding: 10px 10px 10px 25px;
	text-align: left;
}
div.bubble div.content h3
{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000 !important;
}
div.bubble div.content h2
{
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #92a906;
}
div.bubble div.content .h2link
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #B5D020;
}
div.bubble div.content span.date
{
	margin-left: 0px;
	font-weight: bold;
	font-size: 1em;
}
div.bubble div.content span.text
{
	display: block;
	padding-top: 5px;
	text-align: justify;
}
div.bubble div.content a
{
	padding-left: 5px;
	color: #000;
	font-size: 0.8em;
}
/** Bubble rightpanel **/
div.bubble.more div.more
{
	float: right;
	width: 65px;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #393632;
	font-size: 0.8em;
}
div.bubble.more img
{
	border: solid 2px #fff;
}
div.bubble.more div.more div.separator
{
	background: url(images/bubbles/b_comment_separator.png);
	margin: 10px 2px 10px 0;
	height: 2px;
	overflow: hidden;
}
div.bubble.more div.more span.gain
{
	display: block;
	margin: auto;
	width: 55px;
	height: 19px;
	padding-top: 2px;
	margin: 5px auto 0 auto;
	background: url(images/bubbles/b_comment_gain.png) no-repeat;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
/** List bubble **/
div.question div.bubble.more div.content
{
	width: 365px;
	padding-right: 15px;
}
div.question
{
	clear: both;
	border: solid 1px #fff; /** IE FIX **/
}
div.question div.user
{
	float: left;
	font-size: 0.9em;
	text-align: center;
	width: 80px;
}
div.question div.user div.avatar, div.avatar
{
	margin: auto;
	background: url(images/bubbles/b_comment_avatar_medium.png) no-repeat;
	width: 65px;
	height: 57px;
	padding: 7px 0 0 0px;
}
div.avatar
{
	padding-left: 7px;
}
div.question div.bubble
{
	margin-bottom: 10px;
	width: 475px;
}
/** Evaluation **/
div.bubble div.arrow {
	width:19px;
	height:7px;
	background:url(images/bubbles/b_comment_arrow.png);
	margin-left:40px;
	overflow:hidden;
}
div.bubble div.evaluation {
	clear:both;
	background:#F1EFE9 url(images/bubbles/b_comment_answer_best_left.gif) repeat-y;
}
div.bubble div.evaluation div.bl {
	background:bottom left url(images/bubbles/b_comment_answer_best_bottomleft.gif) no-repeat;
}
div.bubble div.evaluation div.br {
	background:bottom right url(images/bubbles/b_comment_answer_best_bottomright.gif) no-repeat;
}
div.bubble div.evaluation div.bottom {
	background:bottom url(images/bubbles/b_comment_answer_best_bottom.gif) repeat-x;
}
div.bubble div.evaluation div.content {
	display:block;
	float:none;
}
div.bubble div.evaluation div.content div.answer div.leftcol {
	width:36px;
	height:35px;
	background:url(images/bubbles/b_eval.png) no-repeat;
}
div.bubble div.evaluation div.content div.answer div.rightcol {
	float:left !important;
	text-align:left;
	padding:5px 0 0 10px;
	width:375px;
}

/** Question payante **/
div.bubble div.denied, div.bubble div.answer
{
	text-align: center;
	width: 435px;
}
div.bubble div.denied div.fix
{
	margin: 10px 0 10px 0;
}
div.bubble div.denied div.filters span.filter
{
	margin: 10px 0 0 0;
}
div.bubble div.denied div.leftcol
{
	background: top right url(images/jbda/b_price_separator.png) repeat-y;
	width: 48%;
}
div.bubble div.denied div.leftcol div.filters
{
	margin: auto;
	width: 100px;
}
div.bubble div.denied div.rightcol
{
	width: 48%;
	text-align: center;
}
div.bubble div.denied div.rightcol div.filters
{
	margin: auto;
	width: 130px;
}

