#BskCtrBox {
	margin: 0;
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
    font: 10px/20px Verdana,Arial,Helvetica, sans-serif, serif;
}

#BskCtrBox a {
	text-decoration: none;
    font: bold 11px/20px Verdana,Arial,Helvetica, sans-serif, serif;
}

#BskCtrMenu {
	position: absolute;
	right: 0;
	top: -21px;
}

#BskCtrBox div,#BskCtrBox p {
	margin: 0;
}

#BskCtrMenu ul {
	list-style-type: none;
	margin: 0;
	height: 22px;
}

#BskCtrMenu ul li {
	display: inline;
}

#BskCtrMenu ul li a {
	display: block;
	float: right;
	margin: 0;
	margin-left:-1px;
	padding: 0 6px;
	padding-top:2px;
    height: 18px;
	position: relative;
    color:#000;
    border:1px solid #F8B500;background:url(../i/tgrp.png) repeat-x 0 -220px;
    border-right: 0;
}

#BskCtrContent {
	clear: both;
	background: white;
	border-top: 1px solid #B5C6D0;
}

#BskCtrContent div {
	padding: 3px;
}

#BskCtrFull {
	border-top: 1px solid #ccc;
}

#BskCtrLite {
	color: #000;
	border-top: 1px solid #F3F3F3;
	background: url(../i/tgrp.png) repeat-x 0 -22px;
	text-align: right;
	font-weight: bold;
	height: 18px;
}
#BskCtrLite a{color:blue}
/****************************************************
 * Data ds
 ****************************************************/
#BskCtrContent ul {
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	height: 96px;
	overflow-x: hidden;
	overflow-y: auto;
}

#BskCtrContent ul li {
	display: inline;
	float: left;
	border:1px solid #FFF;
	border-right: 1px solid #ccc;
	padding: 2px 8px;
	width: 110px;
}

/****************************************************
 * item list
 ****************************************************/
#bskList .thumb {
	float: left;
	height: 80px;
	width: 80px;
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#bskList .des {
	border: 1px solid #FFF;
	float: right;
	width: 16px;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
	padding-top:50px;
}


#bskList .opts {
border-top:1px solid #fff;
	clear: both;
	line-height: 20px;
	margin: 0;
	text-align:center;
	vertical-align: middle;
}

#bskList .opts img {
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	clear:both;
}

#bskList .opts .more {
	background: url(../i/opts.gif) 0 0 no-repeat;
}

#bskList .opts .less {
	background: url(../i/opts.gif) 0 -16px no-repeat;
}

#bskList .opts .del {
	background: url(../i/opts.gif) 0 -32px no-repeat;
}

#bskList .opts .view {
	background: url(../i/opts.gif) 0 -48px no-repeat;
}

/**
 *
 */
#BskFtMini,#BskFtFull,#BskFtRefresh,#BskFtLite{
width:16px;
height:16px;
background-image: url('../i/16x16.2.icons.gif');
background-repeat:no-repeat;
}
#BskCtrMenu .BskCtr1{display:none;}

#BskFtMini{
background-position:0px 0px;
}
#BskFtFull{
background-position:0px -16px;
}
#BskFtRefresh{
background-position:0px -32px;
}
#BskFtLite{
background-position:0px -48px;
}

/****************************************************
 * item hint
 ****************************************************/
#bskItemPreview {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 220px;
	text-align: center;
}

#bskItemPreview p {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

#bskItemPreview h3 {
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

#bskItemPreview img {
	margin: 0;
	border: 0;
	width: 180px;
	height: 180px;
	border: 1px dotted #ddd;
	background: #F3F3F3 url(/images/s.gif) no-repeat top center;
}
