﻿.yuanbao_sidebar_menu
{
	width: 205px;
}

.yuanbao_sidebar_menu_top
{
	height: 20px;
	background:  url(images/yuanbao_sidebar_menu_top.gif) no-repeat; 
}

.yuanbao_sidebar_top_text
{
	margin-left: 15px;
	padding-top: 2px;
	color: White;
	font-weight: bold;
}

.yuanbao_sidebar_menu_center
{
	background:  url(images/yuanbao_sidebar_menu_center.gif) repeat-y; 
}

.yuanbao_sidebar_menu_bottom
{
	height: 20px;
	background:  url(images/yuanbao_sidebar_menu_bottom.gif) no-repeat; 
}


#yuanbao_sidebar_menu_items ul
{
	padding-left: 1px;
	padding-right: 1px;
}

#yuanbao_sidebar_menu_items li
{
	list-style: none;
	display: inline;
}

#yuanbao_sidebar_menu_items a {
	text-decoration: none;
	border-bottom: 1px #999999;
	display: block;
	background:url(images/yuanbao_sidebar_menu_item_bg.gif) no-repeat;
	height: 49px;
}

.yuanbao_sidebar_menu_arrow
{
	margin-left:8px;
	margin-top: 16px;
	float: left;
	width: 8px;
	height: 9px;
	background:  url(images/yuanbao_sidebar_menu_item_arrow.gif) no-repeat; 
}

.yuanbao_sidebar_menu_text
{
	float: left;
	margin-left: 2px;
	margin-top: 14px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}

.yuanbao_sidebar_menu_icon
{
	margin: 1px 0 0 5px;
	float:left;
	width: 48px;
	height: 48px;
}

#yuanbao_sidebar_menu_items a div#yuanbao_sidebar_menu_icon_login
{
	background:  url(images/yuanbao_sidebar_menu_login.gif) no-repeat; 
}

#yuanbao_sidebar_menu_items a:hover div#yuanbao_sidebar_menu_icon_login
{
	background:  url(images/yuanbao_sidebar_menu_login_focus.gif) no-repeat; 
}


#yuanbao_sidebar_menu_items a div#yuanbao_sidebar_menu_icon_my_yuanbao
{
	background:  url(images/yuanbao_sidebar_menu_my_yuanbao.gif) no-repeat; 
}

#yuanbao_sidebar_menu_items a:hover div#yuanbao_sidebar_menu_icon_my_yuanbao
{
	background:  url(images/yuanbao_sidebar_menu_my_yuanbao_focus.gif) no-repeat; 
}

#yuanbao_sidebar_menu_items a div#yuanbao_sidebar_menu_icon_buy_test
{
	background:  url(images/yuanbao_sidebar_menu_buy_test.gif) no-repeat; 
}

#yuanbao_sidebar_menu_items a:hover div#yuanbao_sidebar_menu_icon_buy_test
{
	background:  url(images/yuanbao_sidebar_menu_buy_test_focus.gif) no-repeat; 
}

#yuanbao_sidebar_menu_items a div#yuanbao_sidebar_menu_icon_help
{
	background:  url(images/yuanbao_sidebar_menu_help.gif) no-repeat; 
}

#yuanbao_sidebar_menu_items a:hover div#yuanbao_sidebar_menu_icon_help
{
	background:  url(images/yuanbao_sidebar_menu_help_focus.gif) no-repeat; 
}

#yuanbao_sidebar_news_test {
	border-bottom: 1px #999999;
	display: block;
	background:url(images/yuanbao_sidebar_menu_item_bg.gif) no-repeat;
	height: 49px;
}

#yuanbao_sidebar_menu_icon_news
{
	background:  url(images/yuanbao_sidebar_menu_news.gif) no-repeat; 
}

.yuanbao_news_list
{
	color: #999999;
	height: 90px;
	
}

.yuanbao_news_list li
{
	list-style: none;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
}

.yuanbao_news_list a
{
}

.yuanbao_news_listt a:hover
{
	text-decoration: underline;
	color: #b1012f;
}

.yuanbao_news_list .listbox
{
}


.yuanbao_news_list .separator
{
}

/*==================================== Sidebar Promotion ===================================*/

.yuanbao_sidebar_promotion
{
	width: 205px;
}

.yuanbao_sidebar_promotion_item
{
	margin: 5px 5px 0 5px;
}

/*==================================== Category Navigation ===================================*/

.yuanbao_category_navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: auto;
}

.yuanbao_category_navigation li
{
	list-style: none;
	padding-top: 6px;
}

.yuanbao_category_navigation a
{
	color:#333333; 
	text-decoration:none;
}

.yuanbao_category_navigation a:hover
{
	text-decoration: underline;
	color: #b1012f;
}

.yuanbao_category_navigation .treeview
{
	padding-top: 22px;
	margin-left: 15px;
}

.yuanbao_category_navigation .treeview ul
{
	text-align:left; 
}

.yuanbao_category_navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.yuanbao_category_navigation .treeview ul .li_unselected
{
}



/*==============================================================================================================================================*/

.yuanbao_sidebar_recently
{
}

.yuanbao_sidebar_recently li
{
	list-style: none;
}

.yuanbao_sidebar_recently a
{
	color:#333333; 
}

.yuanbao_sidebar_recently a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #b1012f;
}

.yuanbao_sidebar_recently .listbox
{
	margin-left: 15px;
	margin-right: 15px;
	color: Black;
}

.yuanbao_sidebar_recently .listbox ul
{
	text-align: left; 
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.yuanbao_sidebar_recently .separator
{
	height: 1px;
	line-height: 1px;
	background: #b1012f;
	margin-top: 10px;
	margin-bottom: 10px;

}


