/****************************************************************************

	CSS Includes 
	
	This file controls the style of the news and VOD comments.

****************************************************************************/

/**** Comments *****/

/*body {
	background-color: #FFFFFF;
	font-family: tahoma, arial, sans-serif ;
	text-align: left;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
}
*/
/***** Font Styles *****/

/*
a	{
	color: #D80006;
	text-decoration: none;
}
a:hover {
	color: #767676;
}

p	{
	padding: 3px;
}
*/
/****************************************************************************

	Comments Style
	
****************************************************************************/

#commentbox {
	position: relative;
	width: 700px;
}

#commentbox #top {
	background: url('/images/comment-top.png');
	display: block;
	width: 700px;
	height: 17px;
}

#commentbox #body {
	background: url('/images/comment-body.png');
	display: block;
	padding: 4px 20px 0 20px;
	width: 660px;
}

#commentbox #btm {
	background: url('/images/comment-bottom.png');
	display: block;
	width: 700px;
	height: 29px;
}

#commentbox #author {
	font: 20px 'Trebuchet MS', Arial, sans-serif;
	margin: -7px 0 8px 12px;
}

#commentbox #time, #date { 	position: absolute; bottom: 15px; }

#commentbox #time { right: 50px;}
#commentbox #date { right: 150px;}

#comments-meta {
	margin: 10px;
}

