@charset "utf-8";


/* Select
******************************************************/
div.superStyler-select {color: #000;}

/* select-selectedItem
******************************************************/
div.superStyler-select-selectedItem {color: #d1cbab;border-color: #908c78;background-color: #413F37;}
div.head-select div.superStyler-select-selectedItem {/*background-color: transparent;*/}
div.superStyler-select-selectedItem-highlight {color: #d1cbab; background-color: #797665;}
div.head-select div.superStyler-select-selectedItem-highlight {color: #d1cbab; background-color: #413F37;}
div.superStyler-select-selectedItem div.superStyler-select-selectedItem-button {background: transparent url('./img/button-down.png') no-repeat top left;}

/* Select-wrapper
******************************************************/
div.superStyler-select-wrapper {color: #d1cbab;background: #413F37;border-color: #908c78;}
div.superStyler-select-wrapper a.superStyler-select-option {color: #d1cbab;}
div.superStyler-select-wrapper a.superStyler-select-option-selected {color: #d1cbab; background-color: #413F37;}
div.superStyler-select-wrapper a.superStyler-select-option-disabled {color: #aaa;}
div.superStyler-select-wrapper a.superStyler-select-option-hightlight {color: #d1cbab; background-color: #797665;}
div.superStyler-select-optgroup-disabled {color: #aaa;}
div.superStyler-select-optgroup-disabled a.superStyler-select-option {color: #aaa;}

/* Radio & checkbox
******************************************************/
div.superStyler-radio div.focused {background-image: url('./img/radio.png')}
div.superStyler-radio {background-image: url('./img/radio.png');}
div.superStyler-checkbox div.focused {background-image: url('./img/checkbox.png')}
div.superStyler-checkbox {background-image: url('./img/checkbox.png')}

/* File
******************************************************/
div.superStyler-file {
	background-color: transparent;
	background-image: url('./img/superStyler-file.png');
}
div.superStyler-file-input {
	color: #d1cbab;
	border-color: #908c78;
	background-color: #413F37;
}

