/* Styling sheet for admin form of theme pages */

.theme-page-admin {
	margin-bottom: 20px;
	width: 940px;
}

.theme-page-admin h1,
.theme-page-admin h2 {
	color: #000;
	font-family: 'din', arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.title-line {
	background-color: #000;
	height: 2px;
	width: 940px;
}

.theme-page-admin h2,
.theme-page-admin .field {
	margin-top: 20px;
	margin-bottom: 20px;
}

.theme-page-admin span {
	font-weight: bold;
	color: #000000;
}

.theme-page-admin .title-page span,
.theme-page-admin .subtitle span,
.theme-page-admin .description span {
	min-width: 100px;
	display: inline-block;
}

.theme-page-admin input[type="text"],
.theme-page-admin input[type="number"] {
	border: 1px solid;
	border-color: #cccccc;
	font-family: 'Verdana';"
	font-size: 11px;
	height: 25px;
	padding-left: 5px;
	width: 220px;
}

.theme-page-admin .subtitle input[type="text"] {
	width: 400px;
}

.theme-page-admin .description span {
	padding-top:5px;
	vertical-align: top;
}

.theme-page-admin textarea {
	padding-left: 5px;
	width: 400px;
	height: 100px;
}

.theme-page-admin .banner-preview {
	margin: 10px;
	border: solid 1px #000000;
}

/* Reset/empty line field button */
.remove-button span {
	background: url(../../images/croix_rouge_suppr.gif);
	color: transparent;
	display: inline-block;
	height: 10px;
	vertical-align: middle;
	width: 10px;
}

.remove-button span:hover {
	background-position: bottom;
}

.remove-button .hidden {
	display: none;
}

.field li {
	display: list-item;
	list-style: disc inside;
	margin-top: 5px;
}

.field ol li {
	list-style: decimal inside;
}

.field .add-button {
	display: inline-block;
	margin-top: 10px;
}

.form-button {
	background-color: #CCC;
	border: none;
	border-radius: 2px;
/* 	display: inline-block; */
	font: 11px "Verdana", Arial;
	padding: 7px;
}
