ul.us_class{
	margin:0;
	padding:0;
	list-style-type:none;
}
table.us_class{
	border:0;
	border-collapse:collapse;
}
table.us_class td{
	padding:0;
}

ul.menuSidebar li {
 	margin-bottom:8px;
	_height:1%;
	_margin-bottom:4px;
}
ul.menuSidebar li a{
	color:#124975;
	text-decoration:none;
	font-size:12px;
	display:block;
	background:url(/images/basket/icon/bg_msbifl.png) no-repeat left center;
	padding-left:20px;
}

ul.menuSidebar li a:hover{
	text-decoration:underline;
}
ul.menuSidebar li ul{
	margin:10px 0 0 20px;
}
ul.menuSidebar li ul a{
	color:#bd0d16;
	font-size: 8pt;
}

ul.menuSidebar li.active a{
	/*color: #000;*/
	color:#bd0d16;
	font-weight: bold;
}

div.menu{
	width:249px;
	border:1px solid #e6aa4a;
	background:#fff;
	position:relative;
}
div.menu ul.menuSidebar {
	background:url(/images/basket/bg_sbm.jpg) repeat-y left top;
	padding:20px 0 120px 12px;
	margin:4px;
}

div.menu  em{
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	background-image:url(/images/basket/bg_circle.png);
	_background-image:url(/images/basket/bg_circle.gif);
	background-repeat:no-repeat;
}
div.menu  em.lt{
	left:-1px;
	top:-1px;
	background-position:left top;
}
div.menu  em.rt{
	right:-1px;
	top:-1px;
	_right:-2px;
	background-position:right top;
}
div.menu  em.rb{
	right:-1px;
	bottom:-1px;
	_bottom:-2px;
	_right:-2px;
	background-position:right bottom;
}
div.menu em.lb{
	left:-1px;
	bottom:-1px;
	_bottom:-2px;
	background-position:left bottom;
}
div.menu .menufoot_acs{
	position:absolute;
	bottom:0px;
	left:5px;
}
	
.small {
	font-size: 8pt;
}

a.styliz_btn{
	/*display:block;*/
	display:none;
	float:left;
	height:30px;
	padding-left:7px;
	color:#fff;
	text-decoration:none;
	background:url(/images/basket/bg_btnl.png) no-repeat left center;
}
a.styliz_btn span {
	float:left;
	display:block;
	height:30px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:27px;
	padding-right:15px;
	padding-left:8px;
	cursor:pointer;
	text-decoration:none;
	background:url(/images/basket/bg_btnr.png) no-repeat right center;
}

.red{
	color:#b90710;
}