/* CSS Document */

/* NEWS MENU */
.menu_block
{
	border-left:10px solid #F5A71F;
}

.menu_item a
{
	padding-bottom:0px;
	display:block;
	width:100%;
	border-top:1px solid #F5A71F;
}

.menu_item a:hover
{
	text-decoration:none;
}

.menu_item_selected a
{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../../images/giadinh/bullet_01.gif);
	background-repeat:no-repeat;
	background-position:9px 14px;
	
	background-color:#DEDEDE;
	border-top:1px solid #D6D6D6;
	display: block;
	width:100%;
	height:28px;
	padding-top:9px;
	padding-left:18px;
}

.menu_item_selected a:hover
{
	text-decoration:none;
}

.menu_item_selected_no_child a
{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	display: block;
	width:100%;
	background-color:#DEDEDE;
	border-top:1px solid #D6D6D6;
	height:28px;
	padding-top:8px;
	padding-left:18px;
}

.menu_item_selected_no_child a:hover
{
	text-decoration:none;
}

.sub_menu_item a
{
	font-size:12px;
	color:#303030;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../../images/giadinh/bullet_01.gif);
	background-repeat:no-repeat;
	background-position:9px 14px;
	background-color:#FFFFFF;
	display: block;
	width:100%;
	border-top:1px solid #D6D6D6;
	height:28px;
	padding-top:9px;
	padding-left:18px;
}

.sub_menu_item a:hover
{
	color: #030303;
	text-decoration:none;
}

.sub_menu_item_no_child a
{
	font-size:12px;
	color:#303030;
	text-decoration:none;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:9px 17px;
	background-color:#FFFFFF;
	display: block;
	width:100%;
	border-top:1px solid #D6D6D6;
	height:28px;
	padding-top:7px;
	padding-left:18px;
}

.sub_menu_item_no_child a:hover
{
	color: #030303;
	text-decoration:none;
}
/* NEWS: Store */
.title_folder a
{
	letter-spacing:1.2px;
	color:#3A342E;
	font-size:12px;
	font-weight:bold;
	width:140px;
	display:block;
	text-decoration:none;
}

.news_more_title
{
	display:block;
	padding-left:25px;
	background-image:url(../../images/giadinh/bullet_04.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	color:#303030;
	text-decoration:none;
	font-size:11px;
}

.news_more_title:hover
{
	text-decoration:underline;
}

/* NEWS: Folder */
.news_category_title
{
	font-size:12px;
	font-weight:bold;
	color:#030303;
	text-decoration:none;
	word-spacing:1.5px;
}

.news_category_title:hover
{
	text-decoration:underline;
}

.news_category_quote
{
	font-size:12px;
	color:#030303;
	word-spacing:1.5px;
}

/* NEWS: Detail */
.newsTime
{
	font-size:10px;
	color:#666666;
}

.newsTitle
{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding-bottom:10px;
}

.newsQuote
{
	font-size:12px;
	font-weight:bold;
	color:#303030;
	word-spacing:1.5px;
}

.newsContent
{
	font-size:11px;
	color:#000000;
}