.product-name {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
	float:left;
	width: 35%;
	text-align: left;
}

.product-quantity {
	float:left;
}
.product-action {
	float:right;
}
#column-left {
margin-top: 50px;
	background: #FFF;
	float: left;
	width: 25%;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-radius: 5px;
	
	
}
#column-right {
margin-top: 50px;
	background: #FFF;
	float: right;
	width: 73%;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-radius: 5px;
}

.placeholder {
	outline: 2px solid #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: -1px;
}

.mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ol {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ol.sortable, ol.sortable ol {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

.sortable li {
	margin: 5px 0 0 0;
	padding: 0;
}

.sortable li div  {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	padding: 6px;
	margin: 0;
	cursor: pointer;
	
	
}

li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
	border-color: #999;
	background: #fafafa;
}

.disclose {
	cursor: pointer;
	width: 16px;
	display: none;
	margin-right: 3px;
}

.sortable li.mjs-nestedSortable-collapsed > ol {
	display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
	display: inline-block;
}

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
    content: " ";  
    float: left;  
    position: relative;  
    background: url(../image/cat_custom/toggle.png);  
    display: block;  
    height: 16px;  
    width: 16px;  
}

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
    content: " ";  
    float: left;  
    position: relative;  
    background: url(../image/cat_custom/collapse.png);  
    display: block;  
    height: 16px;  
    width: 16px;  
}

.hl-selected {
	background: #0063cc !important;
	color: #fff; 
}
#loader {
	display:none;
	position:absolute; 
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity:0.6;
}
#ajaxSpinnerImage {
    position:relative; 
    top:45%;
    left: 48%;
}

#product-sortable {
	float: left;
	width: 100%;
	margin-top: 0;
	padding-left: 20px;
}

#contentWrap {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

#contentLeft {
	float: left;
	width: 100%;
}

#contentLeft li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 10px;
	border: #CCCCCC solid 1px;
	float: left;
	clear:both;
	width: 87%;
	border-radius: 5px;
}

#left_content {
	margin-right: 10px;
	margin-bottom: 200px;
}
.disable-products {
	opacity: 0.6;
}
