/* skinned styles */

.skinned-wrapper {
	background: url('/img/yamaha-selectSkin.gif') no-repeat scroll 0pt 100%;
    height: 46px;
    margin-top: 10px;
}
.skinned-wrapper select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
    height: 40px;
    border: none;
    cursor: pointer;
}
.skinned-wrapper .skinned-text {
  position: absolute;
	text-indent: 10px;
	width: 358px;
	z-index: 1;
  padding: 10px 0 0;
  height: 36px;
}
.skinned-wrapper .skinned-text,
.skinned-wrapper select,
.skinned-wrapper select option {
	width: 358px; /* dropdown width */
	font: 300 16px 'Roboto Condensed';
  color: #b7b7b7;
  height: 40px;
}

/* default: non javascript version of select */

.my-skinned-select select {
  width: 358px;
  font: 300 16px 'Roboto Condensed';
  color: #b7b7b7;
  border: 1px solid #D5E6EE;
  height: 46px;
  border: none;
}
