/* Normal Bubble */
div.div_mmwCommentBubble {
	width: auto;
	
	margin-bottom: 24px;
}

div.div_mmwCommentBubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	font-size:11px;
}

div.div_mmwCommentBubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.div_mmwCommentBubble cite {
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	top: 8px;
	background: transparent url(../img/layout/comments/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

div.div_mmwCommentBubble cite a
{
	/*padding-left:12px;
	background:url(../img/icons/diagona/01/10/28_grey.png) no-repeat left center;*/
	font-weight:bold;
}

div.div_mmwCommentBubble cite span.commentDate
{
	color:#666666;
	margin-left:5px;
}

div.div_mmwCommentBubble cite span.commentTime
{
	color:#999999;
	margin-left:5px;
}

/* Rounded Bubble */
div.div_mmwCommentBubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.div_mmwCommentBubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.div_mmwCommentBubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.div_mmwCommentBubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}
