.toeOrderDetailsBox {
	float: left;
	position:relative;
}
.toeOrderDetailsAuditBox {
	float: right;
}
.toeSystemAlert {
	background:#eeeccd url(../img/shortcodes/alert.png) 19px 9px no-repeat; 
	padding:13px 13px 13px 65px; 
	border:1px solid #d0d0d0; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	color:#6b6b6b; 
	font-size:14px; 
	font-weight:bold;
}
.toeReadonly {
	background-color: #EEEEEE !important;
}
/*.toeSidebarShell {
	border: 2px black dashed;
}*/
.toeSidebarShellClonned {
	border: 2px black dashed;
	position: absolute;
	min-width: 100px;
	min-height: 50px;
}
.toeSidebarShell {
	min-width: 100px;
	min-height: 50px;
}
.toeWidgetEditorShellClonned {
	border: 1px #484848 solid;
    padding:5px; height:auto !important;
	/*position: relative;*/
}
.toeSidebarShellClonedLabel {
	font-weight: bold;
	/*position: absolute;*/
    text-align:center;
}
.toeWidgetEditorShellClonnedLabel {
	font-weight: bold;
	margin-bottom:10px;
	/*float: left;*/
}
.toePageEditBody {
	opacity: 0.3;
}
.toeWidgetRemove {
	float: right;
	background: url(../img/cross.gif) 0px 0px no-repeat; 
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.toeWidgetRemove:hover {
	background-color: #ff9999;
}