.mslist-basic li, .mslist-detail li, .mslist-explorer li  {
	cursor: pointer;
	height: 22px;
	line-height: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mslist-basic li span, .mslist-detail li span, .mslist-explorer li span {
  overflow: hidden;
  height: 22px;
}

.mslist-basic, .mslist-detail {
	background: url(/shared/img/sortable-bkg.gif);
}

.mslist-basic img, .mslist-detail img {
  margin: 3px 3px 0 0;
}

.mslist-explorer {
  clear: both;	
}

.mslist-basic .mslist-item:hover, .mslist-detail .mslist-item:hover {
  background: #cecece;
}

.list-heading {
  background: #cecece;
  cursor: default !important;
  font-weight: bold;
}

.list-heading a, .list-heading a:hover {
  color: #000;
  /*text-decoration: none !important;*/
}

.list-heading a.sort-desc {
  background: url(/shared/img/sort-down.gif) no-repeat 0 6px;
  padding-left: 12px;
}

.list-heading a.sort-asc {
  background: url(/shared/img/sort-up.gif) no-repeat 0 6px;
  padding-left: 12px;
}

.mslist-paginator a {
  color: #000;
  text-decoration: none !important;
}
	
.mslist-explorer li {
	border: #cecece 1px solid;
  display: block;
  float: left;
  height: 110px;
  position: relative;
  margin: 0 15px 15px 0;
  text-align: center;
  width: 100px;
} 

.mslist-explorer .mslist-selected-item {
  margin-top: -0 !important;
}

.mslist-explorer .mslist-item-draggable {
  margin-top: -0 !important;
}

.mslist-item-draggable {
  border: transparent;
}

.mslist-explorer img {
  margin: 10px;
}

.mslist-explorer li p {
  padding: 0;
  margin: 0;
  line-height: 14px;
  text-align: center;
  width: 100px;
  position: absolute;
  left: -10px;
  top: 60px;
}

.mslist-selected-item  {
  font-weight: bold !important;
}

.mslist-hovered-item span {
	color: #f00 !important;
  font-weight: bold;
}

.mslist-overlay {
  background: #c3daf9;
  border: #cecece 2px dotted;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  display: none;
}

.mslist-selected {
  background: transparent;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.mslist-path {
  margin: 0;
  padding: 0;
  position: relative;
}

.mslist-path a {
  color: #000;
  margin-left: 20px;
  text-decoration: none;
}

.mslist-path img {
  top: 0px;
  position: absolute;
}

.button-disabled {
  color: #cecece !important;
}


.mslist-container {
	border-top: #cecece 1px solid;
	margin-left: -10px;
}

.mslist-path-container {
	border-bottom: #cecece 1px solid;
}
	
.mslist-detail-pane {
	background: #efefef;
	border-right: #cecece 1px solid;
  float: left;
  width: 15%;
}

.mslist-content-pane {
  float: left;
  width: 84%;
}
