#select_product {
  margin-top: 12px;
  margin-bottom: 25px;
}
#select_product dd {
  position: relative;
}
#select_product dd ul {
  background: #F8F8F8 none repeat scroll 0 0;
  border: 1px solid #CCCCCC;
  color: #666666;
  display: none;
  left: 0px;
  position: absolute;
  z-index: 100;
  top: -1px;
  width: auto;
  min-width: 243px;
  list-style: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#select_product dd ul li {
  position: relative;
  border-top: 1px dotted #ccc;
}
#select_product dd ul li a {
  padding: 8px 0 8px 8px;
  display: block;
  overflow: hidden;
  position: relative;
}
#select_product dd ul li a .description {
  float: left;
  padding-left: 8px;
}
#select_product dd ul li a .description strong {
  display: block;
  font-size: 11px;
  color: #333333;
  margin-bottom: 5px;
  width: 134px;
}
#select_product dd ul li a .description img {
  display: block;
}
#select_product dd ul li a .description small {
  font-size: 9px;
  color: #666666;
}
#select_product dd ul li a .thumb {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
}
#select_product dd ul li a .thumb img.flag {
  border: none;
  vertical-align: middle;
}
#select_product dd ul li a .price {
  width: 42px;
  height: 52px;
  text-align: center;
  background: #90B358;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  padding-top: 15px;
}
#select_product dd ul li a .price small {
  font-size: 9px;
}
#select_product dd ul li a .price strong {
  display: block;
  font-size: 12px;
}
#select_product dd ul li a:hover {
  background-color: #fff;
}
#select_product dd ul li a:active {
  background-color: #DCE6F1;
}
#select_product dd ul li .locked {
  background: url(../assets/pro/locked.png) no-repeat;
  text-indent: -9999px;
  width: 243px;
  height: 65px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  padding: 0px!important;
}
#select_product dd ul li .locked:hover {
  background: url(../assets/pro/locked.png) no-repeat !important;
}
#select_product dd ul li:first-child {
  border-top: none;
}
#select_product a {
  color: #666666;
  text-decoration: none;
  outline: none;
}
#select_product a:hover {
  color: #333;
}
#select_product dt a {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff url(../assets/merchan/bg_dd-grey.png) no-repeat top right;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 6px 20px 5px 5px;
  width: 218px;
  color: #666666;
}
#select_product dt a:hover {
  color: #333;
  border: 1px solid #CFE2F1;
}
#select_product dt .selected {
  padding: 3px 20px 2px 5px;
}
#select_product dt span {
  cursor: pointer;
  display: block;
  padding: 5px;
}
#select_product span.value {
  display: none;
}
#product_type_families dt a {
  width: 213px;
  padding: 10px 20px 11px 10px;
  display: block;
}
#product_type_families dd ul {
  width: 243px;
}
#product_type_families dd ul li a {
  padding: 10px 20px 11px 10px;
}
.back_currency {
  float: left;
  margin: 0px!important;
}
.front_currency {
  margin: 0px!important;
  margin-top: 10px!important;
  display: none;
}
.front_currency dd ul {
  min-width: 140px!important;
}
.front_currency dt a {
  width: 115px!important;
}
.dropdown,
.categories {
  margin-top: 12px;
  margin-bottom: 25px;
}
.dropdown dd,
.categories dd {
  position: relative;
  z-index: 9000;
}
.dropdown dd ul,
.categories dd ul {
  background: #F8F8F8 none repeat scroll 0 0;
  border: 1px solid #CCCCCC;
  color: #666666;
  display: none;
  left: 0px;
  padding: 8px 0px;
  position: absolute;
  z-index: 8000;
  top: -1px;
  width: auto;
  min-width: 205px;
  list-style: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dropdown dd ul li a,
.categories dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover,
.categories dd ul li a:hover {
  background-color: #fff;
}
.dropdown a,
.categories a {
  color: #666666;
  text-decoration: none;
  outline: none;
}
.dropdown a:hover,
.categories a:hover {
  color: #333;
}
.dropdown dt a,
.categories dt a {
  display: block;
  padding-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff url(../assets/merchan/bg_dd-grey.png) no-repeat top right;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 6px 20px 5px 5px;
  width: 180px;
  color: #666666;
}
.dropdown dt a:hover,
.categories dt a:hover {
  color: #333;
  border: 1px solid #CFE2F1;
}
.dropdown dt .selected,
.categories dt .selected {
  padding: 3px 20px 2px 5px;
}
.dropdown dt span,
.categories dt span {
  cursor: pointer;
  display: block;
  padding: 5px;
}
.dropdown span.value,
.categories span.value {
  display: none;
}
.dropdown img.flag,
.categories img.flag {
  border: none;
  vertical-align: middle;
  margin-right: 5px;
}
