/*
 *  -- article_text styles
 */

/*overwrite*/
div.pageLeft
{
	padding				:	10px 0 20px 0;
}

/*overwrite*/
div.pageRight
{
	width				:	404px;
	overflow			:	hidden;
	padding				:	10px 0 0 20px;
	/* padding				:	0px 0 0 20px; */
}



div.pageLeft div.colLeft
{
	width:				138px;
	float:				left;
}

div.pageLeft div.colRight
{
	margin-left			: 	150px;
	width				:	250px;
}

div.pageLeft div.colRightnew
{
	margin				: 	0px 30px 0 30px;
}

div.pageLeft div.colRight div.articleBody
{
	width				:	250px;
	height				:	270px;

	overflow			:	auto;
	margin				: 	10px 0px 10px 0px;
}

div.pageLeft div.colRightnew div.articleBody
{
	height				:	350px;

	overflow			:	auto;
	margin				: 	0px 0px 10px 0px;
}

div.pageRight div.colLeft
{
	width				:	205px;
	float				:	left;
}

div.comments
{
	height				:	350px;
	overflow			:	auto;
}

div.comments div.commentItem
{
	margin				:	0 0 10px 0;
}

div.pageRight .colRight
{
	margin				:	0px -20px 0px 0px;
	padding				:	0px;
}

div.pageRight div.commentDisplay
{
	height				:	330px;
	margin-bottom		:	5px;
}

