.mce-content-body img.ecwid-store-editor,
.mceContentBody img.ecwid-store-editor
{
	padding-top: 30px;
	background: #F1F1F1;
	border: 1px solid #E7E7E7;
	height: 200px;
	width: 100%;
	display: block;
}

.mce-content-body .ecwid-store-editor[data-ecwid-store-select="1"],
.mceContentBody .ecwid-store-editor[data-ecwid-store-select="1"]
{
	outline: 1px solid #777;
}

#ecwid-store-toolbar {
	position: absolute;
}

#ecwid-store-toolbar div {
	margin-top: 7px;
	margin-left: 7px;
	padding: 2px;
	width: 30px;
	height: 30px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	color: #FFF;
	font-size: 30px;
}



#ecwid-edit-store-button {
	padding: 0 12px 2px;
	height: 30px;
	line-height: 28px;

	font-size: 12px;

	background: #2EA2CC;
	color: #FFF;

	border: 1px solid #0074A2;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);

	cursor: pointer;
}


#ecwid-edit-store-button:hover {
	background: #1E8CBE;
}