.demo-gridReorderer-container ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.demo-gridReorderer-container ul li {
	list-style-type: none;
    margin:0px;
    padding:0px;
	padding-left:1em;
	border-right: none;
}

:focus{
    /* FLUID-3880: Fixes an IE8 problem where focus lines appear around blocks */
	outline: none;
}
	
	.demo-gridReorderer-container {
        width: 95%;
		margin: 0 auto; 
    }
     
    .demo-gridReorderer-alphabetGrid {
        width    : 510px;
        overflow : auto;
    }
     
    .demo-gridReorderer-alphabetGrid div,
    div.demo-gridReorderer-avatar {
        width       : 155px;
        height      : 155px;
        margin      : 5px;        
        text-align  : left;
        display     : inline;
        float       : left; 
        font-size   : 1em;
        font-style: : bold;
        padding-top : 10px;
        outline     : 1px solid #CCC;
    }
     
    div.demo-gridReorderer-dragging,
    .demo-gridReorderer-avatar {
        outline          : 2px solid #000;
        background-color : #9fff9f;
        filter           : alpha(opacity=75);
        opacity          : 0.75;
    }
     
    .demo-gridReorderer-container  div.demo-gridReorderer-selected {
        cursor : move;
		background-color : #9fff9f;
    }
     
    .demo-gridReorderer-container div.demo-gridReorderer-dropMarker {
        background-color : #008800;
        padding          : 0 3px;
        border-width     : 0;
        margin           : 10px -3px;
        list-style-type  : none;
        overflow         : hidden;
        width            : 0;
    }
	
