#dhtmlgoodies_dragDropContainer {
	width: 800px;
	-moz-user-select:none;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_listOfItems {
	display: block;
	float: left;
	width: 550px;
	font-size: 55%;
	-moz-user-select:none;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_listOfItems .listofItems strong {
	font-size: 110%;
	color: #F00;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_listOfItems .listofItems li {
	padding: 5px;
	cursor: pointer;
	width: 200px;
	display: block;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.trtw_sample #dhtmlgoodies_dragDropContainer #dhtmlgoodies_listOfItems .listofItems li {
	cursor: default;
}
#dragContent {	/* Drag container */
		position:absolute;
		display:none;
		z-index:2000;
		font-size: 55%;
		width: 180px;
		color: red;
		cursor: pointer;
	}
	#dragContent a {
		display: none;
	}
	#dragContent strong {
		display: none;
	}
	
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer {
	display: block;
	width: 250px;
	margin-left: 550px;
	-moz-user-select:none;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div ul {
	background: #FFF;
	margin: 2px;
	border: 1px solid black;
	font-size: 55%;
	padding: 1px;
	border-right: none;
	padding-right: 50px;
	-moz-user-select:none;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div ul li {
	cursor: pointer;
	padding: 2px;
	display: block;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div ul li a{
	display: none;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div ul li strong {
	display: none;
}

#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box1 {
	background: #FFF url(../TR_images/rocket.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box2 {
	background: #FFF url(../TR_images/lightswitch.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box3 {
	background: #FFF url(../TR_images/stool.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box4 {
	background: #FFF url(../TR_images/car.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box5 {
	background: #FFF url(../TR_images/glove.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box6 {
	background: #FFF url(../TR_images/gun.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box7 {
	background: #FFF url(../TR_images/dice.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box8 {
	background: #FFF url(../TR_images/skate.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box9 {
	background: #FFF url(../TR_images/cat.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box10 {
	background: #FFF url(../TR_images/bowlingball.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box11 {
	background: #FFF url(../TR_images/goal.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box12 {
	background: #FFF url(../TR_images/eggs.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box13 {
	background: #FFF url(../TR_images/calendar.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box14 {
	background: #FFF url(../TR_images/ring.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box15 {
	background: #FFF url(../TR_images/rugby.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box16 {
	background: #FFF url(../TR_images/f16.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box17 {
	background: #FFF url(../TR_images/licence.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box18 {
	background: #FFF url(../TR_images/golf.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box19 {
	background: #FFF url(../TR_images/shirt.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer div #box20 {
	background: #FFF url(../TR_images/cigarettes.gif) no-repeat right;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_listOfItems div .listofItems {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.player {
	position: absolute;
	top: 4px;
	right: -21px;
	z-index: 200;
	padding: 1px;
}
.notavailable {
	position: absolute;
	top: 4px;
	right: -21px;
	z-index: 200;
	padding: 1px;
}
.listlines {
	border-bottom: 1px dotted #CCC;
	display: block;
	clear: left;
}
#dhtmlgoodies_dragDropContainer #dhtmlgoodies_mainContainer #saveTR #saver {
	color: #FFF;
	background: #F00;
	padding: 5px;
	margin: 2px;
	border: 1px solid #000;
	cursor: pointer;
}
.items {
	display: block;
	position: relative;
}
#MainContainer #dragDropIndicator img {
	display: none;
}
#saveContent {
	display: none;
}
#dragDropIndicator img {
	display: none;
}
#allItems .demo {
	color: #999;
}
#allItems2 .demo {
	color: #999;
}
