@CHARSET "UTF-8";

/* UL */
ul.OptionList {
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 10px;
	background: #FFFFFF;
	overflow: auto;
	
}

ul.OptionList li {
	background: url(/images/sideBar/list_bg.gif) repeat-x bottom left;
	padding: 3px 0px 7px 0px;
}


ul.OptionList li a {
	margin: 4px 4px 6px 10px;
}
ul.OptionList li img {
	margin: 2px 0px 0px 0px;
}

ul.OptionList li.last {
	background: none;
	/*padding: 5px 0px 0px 0px;*/
}


/* DL */

dl.OptionList {
	padding: 0px 0px 0px 10px;
	background: #FFFFFF;
	overflow: auto;
}

dl.OptionList dt, dl.OptionList dd {
	padding: 3px 0px 3px 0px;
}

dl.OptionList dt {
	float: left;
	width: 90%;
}

dl.OptionList dd {
	background: url(/images/sideBar/list_bg.gif) repeat-x bottom left;
	padding: 5px 0 5px 0;
}


dl.OptionList dt a {
	margin: 4px 4px 6px 10px;
}
dl.OptionList dt img {
	margin: 2px 0px 0px 0px;
}

dl.OptionList dt.last, dl.OptionList dd.last {
	background: none;
}

/* Table */

table.OptionList {
	width: 100%;
	overflow: auto;
	padding-left: 8px;
}

table.OptionList td {
	background: url(/images/sideBar/list_bg.gif) repeat-x bottom left;
	vertical-align: top;
	padding: 2px 0 7px 0;
}

table.OptionList tr.Last td {
	background: none;
}

table.OptionList td.Right {
	text-align: right;
}

/* Common */

ul.OptionList li a.Current, dl.OptionList dt a.Current, table.OptionList tr.Current a {
	font-weight: bold;
	text-decoration: none;
}

ul.OptionList li a.Current:hover, dl.OptionList dt a.Curren:hover, table.OptionList tr.Current a:hover {
	text-decoration: underline;
}
