.skinselection span {
  vertical-align: top;
  padding-bottom: 3px;
}

.skinselection span.skinname {
  font-size: 120%;
}

.skinList {
  display: none;
}

.skinList .skinselection {
  padding: 5px;
}

.skinList .skinselection a {
  display: block;
  outline: none;
}

.skinList .skinselection.selected {
  background: #FFEAC1;
}

.skinList .skinselection.mobile {
  background: #EDEDED;
}

.skinList .noSkinsMessage {
  display: none;
  border: 1px solid #ED9A00;
  background: #FFFAC9;
  color: #D38600;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.skinList .noSkinsMessage a {
  outline: none;
  color: #D38600;
}

.skinList .choiceButtons {
  text-align: right;
}

.skinList .choiceButtons a {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 0 10px 5px;
  text-decoration: none;
  color: #fff;
  border: 1px solid  #1E1E1E;
	background: #1E1E1E;
	background: -moz-linear-gradient(top, #828282 0%, #1E1E1E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#1E1E1E));
	background: -o-linear-gradient(top, #828282 0%, #1E1E1E 100%);
	background: -ms-linear-gradient(top, #828282 0%, #1E1E1E 100%);
	background: linear-gradient(top, #828282 0%, #1E1E1E 100%);
  border-radius: 5px !important;
  box-shadow: none !important;
  outline: none !important;
}

.skinList .choiceButtons a.selected {
	background: #5B5B5B;
	background: -moz-linear-gradient(top, #5B5B5B 0%, #8E8E8E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5B5B5B), color-stop(100%,#8E8E8E));
	background: -o-linear-gradient(top, #5B5B5B 0%, #8E8E8E 100%);
	background: -ms-linear-gradient(top, #5B5B5B 0%, #8E8E8E 100%);
	background: linear-gradient(top, #5B5B5B 0%, #8E8E8E 100%);
}
