/* CSS Document */
#sortable {
	list-style: none;
	margin:0px;
	padding:0px;
}

#sortable li {
	display: block;
	padding: 1px 1px; margin-bottom: 1px;
	/*background-color: #efefef;*/
}

#sortable li img.handle {
	/*margin-right: 5px;*/
	cursor: move;
}

.delstc
{
cursor: pointer;
}

.editexstc
{
width: 745px;
float:left;
margin-left:5px;
}
.editexstc:hover
{
	background-color: #383;
	color:#ffffff;
	cursor:pointer;
}

/*.inplace_save, .inplace_cancel
{
color:#383;
border:#383 thin solid;;
background-color:#ccc;
cursor:pointer;
}
.inplace_save:hover, .inplace_cancel:hover
{
color:#ffffff;
background-color:#383;
}
*/
.sortstcouter 
{

	min-height:50px; 
	height:auto;
	border:#383 thin solid;
	padding:3px;
}
* html .sortstcouter  
{
	height: 50px;
}

.sortstcbottom
{
/*clear:both;*/
/*border: thin black solid;*/
}




.sortstcimgs, .editexstc 
{
/*display:inline;*/
/*border:red 1px solid;*/
}
.sortstcimgs
{
width:80px;
float:left;
/*border:red 1px solid;*/
}
.sortstcimgsbottom
{
/*float: left;*/
clear:both;
/*border:pink thin solid;*/
   margin-left: auto;   
   margin-right: auto;
   width:100px;
}

.manageimage
{
/*border: thin solid blue;*/
/*text-align:center;*/
float: left;
}
#imagebottom
{
clear:both;
/*border: thin dashed blue;*/
}
.sortstcimage
{
 float:left;
 /*  border:thin solid red;*/
}
.stcpic
{
margin:5px;
}

.imgcenter 
{
   display: block;   
   margin-left: auto;   
   margin-right: auto; 
}
.imgcenter:hover
{
/*background-color:#383;*/
/*font-size:11px;*/
}

#sortable a:hover
{
/*background-color:#383;*/
}


.delstc, .sortstchandle
{
display:inline;
/*border:#00FF66 thin solid;*/
}

.delstc, .sortstchandle
{
width:20px;
}
.delstc
{
margin-left:10px;
}
.sortstchandle
{
float:left;
}