/**
*  LTR STYLES *************************************************************
*/


/* Post body styles
----------------------------------------*/
.postbody {
	float: right;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	border-left: none;
	border-right: 1px solid #000000;
	float: left;
	margin-top: -5px;
}

.postprofile dt {
	margin-top: 5px;
}

.pm .postprofile {
	border-left: none;
	border-right: 1px solid #DDDDDD;
}

/**
*  RTL STYLES *************************************************************
*/


/* Post body styles
----------------------------------------*/
.rtl .postbody {
	float: left;
}

/* Poster profile block
----------------------------------------*/
.rtl .postprofile {
	border-left: 1px solid #FFFFFF;
	border-right: none;
	float: right;
}

.rtl .pm .postprofile {
	border-left: 1px solid #DDDDDD;
	border-right: none;
}