@charset "windows-1251";
/* CSS Document */
@charset "utf-8";
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 3000px;
	height: 3000px;
	background-color: #fff;
	z-index:9999;
	-moz-opacity: 0.01;
	opacity:.01;
	filter: alpha(opacity=1);
}
.black_overlay iframe{
	background:#fff;
	filter: alpha(opacity=1);
	display:none}
* html .black_overlay iframe{
	position:absolute;
	display:block;
	width:100%;
	overflow:hidden;
	height:100%;}
.white_basketcontent {
	display: none;
	position: absolute;
	margin:5px 0 0 -150px;
	font-size:11px;
	width: 200px;
	padding:10px;
	z-index:10000;
	overflow: auto;
	background:#fff;
	border:1px solid #777
}

* html .white_basketcontent{
	margin-top:15px;}
.white_basketcontent .hd{
	height:20px;
	text-align:left;
	clear:both;}
.white_basketcontent .hd a, .white_basketcontent .hd a:hover{
	float:right;
	padding:0px 10px 0 0;
	margin:0 -10px 0 0}
.white_basketcontent .hd h1{
	font-size:12px;
	margin:0;
	padding:0;
	line-height:12px;
	font-weight:bold}

.white_basketcontent .cont{
	overflow:auto}
.white_basketcontent .cont table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%}
.white_basketcontent .cont td, .white_basketcontent .cont th{
	padding:1px 2px;}
.white_basketcontent .cont th{
	background:#666;
	color:#fff;
	font-size:10px;}
.white_basketcontent .cont td{
	font-size:11px}
.white_basketcontent .cont tr.odd{
	background:#f3f3f4}