/* Comments layout
------------------------------------------------------------------*/
#comments {
	position:relative;
	float:left;
	display:inline;
}
.tablazathoz {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}


#comments h2 {
	float:left;
	position:relative;
	width:550px;
	padding:1px 25px 5px 25px;
	color:#999999;
}
#comments h2 span { font-size:10px; font-family: Arial; position:absolute; top:8px; right:5px; }
#comments h2 a, #comments h2 a:link, #comments h2 a:active, #comments h2 a:visited {
	color:#bbb;
}
#comments h2 a:hover { color:#fff; }

#article #comments h2 { 
	width:560px; 
	padding:1px 25px 5px 25px;
	margin-left:10px;
	margin-bottom:5px;
	color:#bbbbbb; 
	border-bottom:0; 
}

#comments p {
	text-align:center;
	font-family: Arial;
	font-size:13px;
	padding:30px 5px;
}

#comments .fbc_connect_button_area { text-align:center; margin-top:-35px; font-family: Arial; font-size:12px; }
#comments .fbc_connect_button_area, #comments .fbc_connect_button_area .dark span { float:none; }
#comments .FB_profile_pic { width:21px; height:21px; }

#comments .comment {
	position:relative;
	float:left;
	display:inline;
	color:#bbbbbb;
	padding:5px 0;
	margin-bottom:10px;
	width:610px;
}
#article #comments .comment { width:630px; }

#comments .comment .text {
	padding:8px 15px 5px 15px;
	background:#222222;
}

#comments .comment p {
	text-align:left;
	font-family: Arial;
	font-size:12px;
	line-height:140%;
	padding:5px 0;
}

#comments .comment .info {
	position:relative;
	width:595px;
	height:30px;
	padding:10px 0 0 15px;
	border-top:1px solid #343434;
	line-height:24px;
	color:#7e7e7e;
}
.content #comments .info { width:610px;}
#comments .comment .info span { color:#999; }

#comments .comment .info span.num { 
	position:absolute;
	top:10px;
	right:5px;
	color:#999;
}

#comments .comment .info img {
	float:left;
	display:inline;
	margin-right:10px;
}

#comments .comment .info a, #comments .comment .info a:link, #comments .comment .info a:active, #comments .comment .info a:visited {
	color:#fff;
}
#comments .comment .info a:hover { color:#bbb; }

#comments form {
	float:left;
	display:inline;
	margin-top:20px;
	padding-bottom:20px;
	width:610px;
}
.content #comments form { width:630px; margin-bottom:0; padding-bottom:0; }

#comments form p { 
	padding:0 !important; 
	margin:0 !important; 
	line-height:100% !important;
}

#comments textarea {
	background:#171717;
	border:1px solid #343434;
/*	width:575px; old*/
	width:600px;
	font-family: Arial;
	font-size:13px;
	padding:5px;
}
.content #comments textarea { width:605px; }

#comments .button {
	float:right;
	display:inline;
	margin:10px 0;
	background:#f20000;
	color:#fff;
	cursor:pointer;
	font-family: Arial;
	font-weight:bold;
	width:80px;
	padding:4px;
	font-size:11px;
}
.content #comments .button { margin-right:6px; }
#comments .button:hover { background:#a91616; }
#comments .pagination { width:610px; }
.content #comments .pagination { width:630px; }

/* TV Guide page layout
------------------------------------------------------------------*/


#guidepage table { width:100%; }
#guidepage table tr {	margin:5px 0; }
#guidepage table tr td {
	background:#FFFFFF;
	font-family: Arial;
	font-size:12px;
	padding:5px 10px;
	vertical-align:top;
	color:#000000;
}

#guidepage table tr td.time { 
	color:#fff;
	text-align:center;
	width:30px;
}
#guidepage table tr td.time.current, #guidepage table tr td span.title.current { color:#000000; font-family: Arial; font-weight:bold; }
#guidepage table tr td.details.more { cursor:pointer;	background:#FFFFFF; }
#guidepage table tr td.details.more .more { font-family: Arial; font-size:12px; }
#guidepage table tr td.details.more .more span { display:block; padding-top:5px ;}
#guidepage table tr td.details.more .more .description, #guidepage table tr td.details.more .more .age { color:#000000; }
