﻿#detail_rightbar
{
	float: right;
	padding: 5px 10px 5px 5px; /* top right bottom left */
	width: 252px;
}
#detail_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background:url(images/detail_title_line.jpg) no-repeat bottom center;
	padding-bottom:5px;
	padding-top:5px;
}
#detail_rightbar img
{
	display: block;
}
#detail_content
{
	width: 680px;
	padding: 5px 15px 5px 15px; /* top right bottom left */
	float: left;
}
/* Muc tin noi bat trong trang chi tiet */
#detail_tinnb
{
	width: 248px;
	font-family: Arial, Helvetica, sans-serif; /*background: url(images/rng_bottom.jpg) no-repeat bottom left #8dc7db;*/
	background-color: #f1eff0;
	padding: 0px 0px 5px 0px; /* top right bottom left */
	border: solid 2px #5297b8;
	color: #1f76a3;
	margin: 5px 0px 5px 0px;
}
#detail_tinnb ul
{
	list-style: none;
	margin: 0;
	padding: 5px 5px 0px 5px; /* top right bottom left */
}
#detail_tinnb li
{
	background-image: url(images/dtnb_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding-left: 10px;
}
#detail_tinnb li a
{
	display: block;
	padding: 5px 5px 5px 0.5em; /* top right bottom left */ /*border-left: 12px solid #711515; 	border-right: 1px solid #711515;*/
	color: #333333;
	text-decoration: none;
}
#detail_tinnb li a:hover
{
	/*background-color: #711515;*/
	color: #cc3333;
}

