﻿body
{
	font-family:"Calibri", "Arial", "宋体";
	font-size:14px;
	cursor:default;
	-moz-user-select:none;
/*	-khtml-user-select:none;*/
	margin:0;
	padding:0;
	width:1000px;
	_width:1002px;
}
#category_panel
{
	border:1px #ccc solid;
	width:230px;
	overflow:auto;
	height:520px;
	white-space:nowrap;
	display:inline-block;
	margin:10px 0;
	margin-left:10px;
	*display:inline;
	zoom:1;
}
#Repeater
{
	padding:0;
	margin:10px 15px;
	display:inline-table;
}
.Repeater_Li
{
	font-size:1em;
	font-weight:bold;
	line-height:2em;
	list-style:none;
	margin:0;
}
.Repeater_Span_close
{
	background-image:url('../Images/bullet_arrow_top.png');
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:18px;
}
.Repeater_Span_open
{
	background-image:url('../Images/bullet_arrow_down.png');
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:18px;    		
}
.BlList
{
	padding:0;
	margin:0 0 0 15px;
	cursor:default;
	font-weight:normal;
	width:inherit;
	list-style:none;
}
.BlList li
{
	line-height:1.5em;
}
.BliListInit
{
	background-image:url('../Images/bullet_arrow_right.png');
	background-repeat:no-repeat;
	background-position:3px center;
	display:block;
	padding-left:23px;
	padding-right:5px;
	border:1px white solid;
}
.BliListOn
{
	background-image:url('../Images/bullet_arrow_right_on.png');
	background-color:#f2f9fe;
	background-repeat:no-repeat;
	background-position:3px center;
	display:table;
	padding-left:23px;
	padding-right:5px;
	border:1px #9adffe solid;
}
#right_panel
{
	height:520px;
	width:740px;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	zoom:1;
	margin:10px 0;
	margin-left:10px;
}
#chooseGroup_panel
{
	margin:3px 0 5px 0;
	position:relative;
	z-index:1;
}
#chooseGroup_panel select
{
	font-family:"Calibri", "Arial", "宋体";
	font-size:14px;
}
#products_panel
{
	display:inline-block;
	width:740px;
	height:300px;
	overflow:auto;
	padding:5px 0;
	border-bottom:1px #ccc solid;
	border-top:1px #ccc solid;
	*position:relative;
	z-index:0;
}
.dataLoading{
	position:absolute;
	bottom:-38px;
	left:5px;
	padding:5px 10px;
	background-color:#d9eed1;
	border:1px #c1dfb6 solid;
	font-size:14px;
	line-height:20px;
	height:20px;
	z-index:999;
}
#LogList ul li
{
	overflow:hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right:10px;
}