/* Suggest a Product BEGIN */

.EditTable.MaxWidth400 { margin:0 auto; max-width:400px; }

.SuggestAProductSpacer  { height:20px; }

ul.PhotoUploadWrapper { list-style:none; }
ul.PhotoUploadWrapper li { display:inline-block; padding:15px; margin:10px; background-color:#f4f4f4; border:1px solid #ddd; border-radius:10px; }
ul.PhotoUploadWrapper li input { display:block; }
ul.PhotoUploadWrapper li img { display:inline; height:75px; vertical-align:middle; }
ul.PhotoUploadWrapper li > span { display:inline-block; vertical-align:top; margin-left:20px; }
ul.PhotoUploadWrapper li span.kOk { color:#a7cc3f; font-weight:bold; }
ul.PhotoUploadWrapper li span.kNotOk { color:#f00; font-weight:bold; }
p.Hint { font-size:small; text-align:left; }
p.Hint strong { letter-spacing:1px; }
span.Photo { display:block; padding:0; font-weight:bold; }
span.Photo::before            { padding-right:10px; font-weight:normal; font-size:small; }

table.SuggestAProduct th.Buttons { text-align:right; }
table.SuggestAProduct th.Buttons input { min-width:90px; }

table.SuggestAProduct th.Buttons input.Send,
table.SuggestAProduct td.Buttons input.Copy,
table.SuggestAProduct th.Buttons input.Cancel {
	padding:5px 10px;
	font-size:medium;
	font-weight:bold;
	line-height:normal;
	color:#000;
	border-radius:4px;
	border:1px solid #e0e0e0;
	background-color:#f8fafa;
}
table.SuggestAProduct th.Buttons input.Send   { color:var(--green-1); }
table.SuggestAProduct td.Buttons input.Copy   { color:var(--blue); }
table.SuggestAProduct th.Buttons input.Cancel { color:var(--red); }

table.SuggestAProduct th.Buttons input.Send:hover,
table.SuggestAProduct td.Buttons input.Copy:hover,
table.SuggestAProduct th.Buttons input.Cancel:hover {
	color:#fff;
	background-color:#bbb;
}

/* Suggest a Product END */
