@charset "UTF-8";

.core-option-group {
}

.core-option-section {
	margin-top: 20px;
}

.core-option-section h2 {
	margin-bottom: 0 !important;
}

.core-option {
	margin-bottom: 10px;
}

	.core-option textarea {
		width: 380px;
		height: 150px;
		padding: 5px;
	}

	.core-option input {
		margin: 0;
		vertical-align: top;
	}

	.core-option input[type=text] {
		width: 250px;
		padding: 5px;
	}

	.core-option input[type=checkbox] {
		height: 30px;
	}

	.core-option input[type=button], .core-option-submit {
		padding: 5px 8px 5px 8px;
		width: 130px;
		margin-left: 5px;
		cursor: pointer;
	}

	.core-option select {
		height: 27px;
		cursor: pointer;
		margin: 0;
		vertical-align: top;
	}

	.core-option > select {
		min-width: 250px;
	}

.core-option-name {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	line-height: 30px;
	margin: 0;
}

.core-option-description {
	font-style: italic;
	font-size: 0.95em;
	color: #777;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 150px;
}

.core-option-color {
	display: inline-block;
	width: 45px;
	height: 27px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 3px;
}

.core-option-color-input {
	width: 75px !important;
}

.core-option-number-input {
	width: 45px !important;
}

.core-option-number-up, .core-option-number-down {
	width: 16px;
	height: 25px;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
	background-image: url(../images/buttons-number-arrows.png);
	background-repeat: no-repeat;
}

.core-option-number-up {
	border-right: none;
	background-position: 0px 0px;
}

.core-option-number-down {
	border-left: none;
	background-position: -16px 0px;
}

#core-options-busy {
	background-image: url(../../images/busy.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 29px;
	height: 29px;
	margin: 0 0 0 5px;
	opacity: 0;
	display: inline-block;
}

#core-options-result {
	font-weight: 700;
	margin: 0;
	display: inline-block;
}

.core-option-image-select-container {
	display: inline-block;
	max-width: 380px;
}

	.core-option-image-select-container input {
		width: 380px !important;
	}

	.core-option-image-select-container > .preview-thumb {
		background-color: #f0f0f0;
		border: 1px solid #ddd;
		margin-bottom: 5px;
		padding: 10px;
		background-image: url(../images/select.png);
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	.core-option-image-select-container > .preview-thumb > .remove {
		display: inline-block;
		cursor: pointer;
		background-image: url(../images/delete.png);
		width: 16px;
		height: 16px;
		position: absolute;
		top: 5px;
		right: 4px;
	}

	.core-option-image-select-container > .preview-thumb > img {
		max-width: 380px;
		max-height: 228px;
		background-color: #f0f0f0;
		display: block;
	}

#core-option-group-ads .core-option-section {
	padding-right: 60px;
	float: left;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

#core-option-group-ads .core-option-section textarea {
	height: 80px;
}

#core-option-group-ads:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#core-option-group-ads .core-option-section h2 {
	margin-top: 0 !important;
}