@CHARSET "UTF-8";

table.mediafile td{
	vertical-align: top;
	padding: 10px;
}

table.mediafile td img{
	border: 1px solid grey;
	cursor: pointer;
}

table.mediafile td textarea{
	height: 86px;
}

table.mediafile td input,textarea{
	width: 270px;
}



table.tableeditor{
	margin: 10px;
}

table.tableeditor td{
	padding: 10px;
	margin: 0px;
	/*border: 1px solid black;*/
}

table.tableeditor th{
	height: 28px;
}

table.tovar_description td{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.tableeditor select{
	width: 256px;
	height: 229px;
}

table.tableeditor textarea{
	width: 256px;
	height: 200px;	
}

/*
table.tableeditor textarea,input,select{
	border: 1px solid black;
}*/

table.tableeditor textarea.notsaved,input.notsaved,select.notsaved{
	border: 1px solid red;
}
