/************************************************************
GENERAL : 

All classes begin with sb prefix.

Side bar contain X levels : first with classes that contain levX prefix
and second with classes that contain levX prefix, ...

Each row contain item ( ref with text or image )

Item classes contain 3 groups :
	simple
	onmouseover  - with "h" prefix
	selected - with "s" prefix

Delimeters and images class contain transperent image with same classname as cell

*************************************************************/
.sb_container
{
}
.sb_container1
{
}

.sb_container2
{
}
/*************************************************************/
/* main table */
/*************************************************************/
.sb_table
{
	width: 184px;
}
/*************************************************************/
/*first line in main table*/
/*************************************************************/
tr.sb_first_part
{
	display: none;
}
td.sb_first_part
{
}
td.sb_first_part img
{
}
/*************************************************************/
/*last line in main table*/
/*************************************************************/
tr.sb_last_part
{
	display: none;
}
td.sb_last_part
{
}
td.sb_last_part img
{
}
/*************************************************************/
/* items container */
/*************************************************************/
tr.sb_sub_level1_container, tr.sb_sub_level2_container, tr.sb_sub_level3_container, tr.sb_sub_level4_container, tr.sb_sub_level5_container
{
}
td.sb_sub_level1_container, td.sb_sub_level2_container, td.sb_sub_level3_container, td.sb_sub_level4_container, td.sb_sub_level5_container
{
}
table.sb_sub_level1_container, table.sb_sub_level2_container, table.sb_sub_level3_container, table.sb_sub_level4_container, table.sb_sub_level5_container
{
}
/*************************************************************/
/* horizontal delimeter items*/
/*************************************************************/
tr.sb_h_delim_lev1, tr.sb_h_delim_lev2, tr.sb_h_delim_lev3, tr.sb_h_delim_lev4, tr.sb_h_delim_lev5
{
}
td.sb_h_delim_lev1, td.sb_h_delim_lev2, td.sb_h_delim_lev3, td.sb_h_delim_lev4, td.sb_h_delim_lev5
{
}
img.sb_h_delim_lev1, img.sb_h_delim_lev2, img.sb_h_delim_lev3, img.sb_h_delim_lev4, img.sb_h_delim_lev5
{
}
tr.sb_h_delim_lev1
{
}
td.sb_h_delim_lev1
{
}
img.sb_h_delim_lev1
{
}
td.sb_h_delim_lev1 br
{
	display: none;
}
/*************************************************************/
/* 1 level item classes*/
/*************************************************************/
tr.sb_item_lev1
{
}
tr.sb_item_lev1_h, tr.sb_item_lev1_s
{
}

td.sb_item_lev1
{
	background: #e8e7e7 url(../../Images/1.EN/SideBar/sb_item_lev1.gif) repeat-y left top;
}
td.sb_item_lev1_h
{
	background-color: #fff;
}
td.sb_item_lev1_s
{
	background-color: #fff;
}

div.sb_div_lev1
{
	width: 100%;
	line-height: 28px;
	padding-left: 10px;
}
div.sb_div_lev1_h
{
	width: 100%;
	line-height: 28px;
	padding-left: 10px;
}
div.sb_div_lev1_s
{
	width: 100%;
	line-height: 28px;
	padding-left: 10px;
}

img.sb_item_lev1
{
	float: right;
	width: 14px;
	height: 14px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet.gif) no-repeat -1px -1px;
	margin: 7px 14px 7px 7px;
}
img.sb_item_lev1_h
{
	float: right;
	width: 14px;
	height: 14px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet.gif) no-repeat -1px -15px;
	margin: 7px 14px 7px 7px;
}
img.sb_item_lev1_s
{
	float: right;
	width: 14px;
	height: 14px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet.gif) no-repeat -1px -15px;
	margin: 7px 14px 7px 7px;
}

a.sb_item_lev1, a.sb_item_lev1:link, a.sb_item_lev1:visited, a.sb_item_lev1:hover
{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	color: #6a6869;
	font-weight: bold;
	text-decoration: none;
}
a.sb_item_lev1_h, a.sb_item_lev1_h:link, a.sb_item_lev1_h:visited, a.sb_item_lev1_h:hover
{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	color: #0eb1f8;
	font-weight: bold;
	text-decoration: none;
}
a.sb_item_lev1_s, a.sb_item_lev1_s:link, a.sb_item_lev1_s:visited, a.sb_item_lev1_s:hover
{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	color: #0eb1f8;
	font-weight: bold;
	text-decoration: none;
}
/*************************************************************/
/* 2 level item classes*/
/*************************************************************/
table.sb_sub_level1_container
{
	width: 100%;
	background-color: #fff;
	border-top: solid 1px #cccbcb;
}
td.sb_sub_level1_container
{
}
tr.sb_item_lev2, tr.sb_item_lev2_h, tr.sb_item_lev2_s
{
}
td.sb_item_lev2
{
	padding: 0px;
	text-align: center;
}
td.sb_item_lev2_h
{
	padding: 0px;
	text-align: center;
}
td.sb_item_lev2_s
{
	padding: 0px;
	text-align: center;
}
div.sb_div_lev2
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	text-align: left;
	display: block;
	font-size: 11px;
	line-height: 20px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet_lev2_r.gif) no-repeat 8px 7px;
}
div.sb_div_lev2_h
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	text-align: left;
	display: block;
	font-size: 11px;
	line-height: 20px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet_lev2_o.gif) no-repeat 8px 7px;
}
div.sb_div_lev2_s
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	text-align: left;
	display: block;
	font-size: 11px;
	line-height: 20px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet_lev2_o.gif) no-repeat 8px 7px;
}
img.sb_item_lev2
{
	display: none;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet_lev2.gif) no-repeat -1px -1px;
}
img.sb_item_lev2_h
{
	display: none;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet_lev2.gif) no-repeat -1px -7px;
}
img.sb_item_lev2_s
{
	display: none;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background: url(../../Images/1.EN/SideBar/side_menu_bullet_lev2.gif) no-repeat -1px -7px;
}

a.sb_item_lev2, a.sb_item_lev2:link, a.sb_item_lev2:visited, a.sb_item_lev2:hover
{
	font-family: Arial;
	color: #6a6869;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
	display: block;
}
a.sb_item_lev2_h, a.sb_item_lev2_h:link, a.sb_item_lev2_h:visited, a.sb_item_lev2_h:hover
{
	font-family: Arial;
	color: #0eb1f8;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
	display: block;
}
a.sb_item_lev2_s, a.sb_item_lev2_s:link, a.sb_item_lev2_s:visited, a.sb_item_lev2_s:hover
{
	font-family: Arial;
	color: #0eb1f8;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
	display: block;
}
tr.sb_h_delim_lev2
{
	display: none;
}
td.sb_h_delim_lev2
{
	width: 100%;
	background-color:White;
}
img.sb_h_delim_lev2
{
	display: none;
}
td.sb_h_delim_lev2 br
{
	display: none;
}
.page_sidebar
{
	vertical-align: top;
	border: solid 1px #adbed6;
	border-top: 0px;
	border-bottom: 0px;
}
