/**
* Stylish Select 0.4.9 - $ plugin to replace a select drop down box with a stylable unordered list
* http://github.com/scottdarby/Stylish-Select/
* 
* Copyright (c) 2009 Scott Darby
* 
* Requires: jQuery 1.3 or newer
* 
* Dual licensed under the MIT and GPL licenses.
*/
/**
* Hide lists on page load
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
  left: -9999px;
}

/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
  margin: 0;
  padding: 0;
  width: 175px;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
}

.stylish-select ul.newList {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 300px !important;
  overflow: auto;
}

.stylish-select ul.newList * {
  margin: 0;
  padding: 0;
}

.stylish-select ul.newList a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 3px 8px;
}

.stylish-select .newListSelected {
  width: 285px;
  color: #000;
  height: 19px;
  padding: 3px 0 0 6px;
  float: left;
  background: url(select-bg.png) no-repeat;
}

.stylish-select ul.newList li a:focus {
  -moz-outline-style: none;
}

.stylish-select .selectedTxt {
  overflow: hidden;
  height: 16px;
  padding: 0 23px 0 0;
}

.stylish-select .hiLite {
  background: #650101!important;
  color: #fff!important;
}

.stylish-select .newListHover {
  background: #ccc!important;
  color: #000!important;
  cursor: default;
}

.stylish-select .newListDisabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.stylish-select .newListItemDisabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.stylish-select .newListOptionDisabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
  background-position: 0 -22px;
  cursor: default;
}

.stylish-select .newListOptionTitle {
  font-weight: bold;
}

.stylish-select .newListOptionTitle ul {
  margin: 3px 0 0;
}

.stylish-select .newListOptionTitle li {
  font-weight: normal;
}

/*
* overwrite
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
}

.stylish-select .tkp-select-category,
.stylish-select .tkp-select-date {
  float: left;
  font-size: 88%;
  line-height: 1.42857;
}

.stylish-select .tkp-select-category .newListSelected {
  height: 24px;
  border-bottom: 1px solid #adadad;
  width: 139px;
  cursor: pointer;
  background: url(/assets/img/common/select_bg_02.png) no-repeat;
}

.stylish-select .tkp-select-category .newListSelected {
  height: 24px;
  border-bottom: 1px solid #adadad;
  width: 139px;
  cursor: pointer;
  background: url(/assets/img/common/select_bg_02.png) no-repeat;
}

.tkp-select-category {
  margin-right: 20px !important;
}

.stylish-select .tkp-select-date .newListSelected {
  height: 24px;
  border-bottom: 1px solid #adadad;
  width: 169px;
  cursor: pointer;
  background: url(/assets/img/common/select_bg_01.png) no-repeat;
}

.stylish-select .tkp-select-date .newListSelected {
  height: 24px;
  border-bottom: 1px solid #adadad;
  width: 169px;
  cursor: pointer;
  background: url(/assets/img/common/select_bg_01.png) no-repeat;
}

.stylish-select .selectedTxt {
  color: #666666;
  overflow: hidden;
  height: 20px;
  padding: 2px 23px 0 0;
}

.stylish-select .hiLite {
  background: #3399ff!important;
  color: #fff!important;
}

.stylish-select .newListHover {
  background: #3399ff!important;
  color: #fff!important;
}

.newListHover selectedTxt {
  color: #000;
}

/*at now title panel */
.stylish-select .tkp-basic-select-block-A01 .newListSelected {
  height: 37px;
  width: 224px;
  cursor: pointer;
  background: url(/assets/img/common/search_select_bg_05.png) top left no-repeat;
}

.stylish-select .tkp-basic-select-block-A01 .newListSelected.newListSelHover {
background: url(/assets/img/common/search_select_bg_05.png) bottom left no-repeat;

}

.stylish-select .tkp-basic-select-block-A01 .selectedTxt {
  color: #000;
  overflow: hidden;
  height: 20px;
  width: 177px;
  padding: 5px 30px 5px 10px;
}

.stylish-select .SSContainerDivWrapper {
  margin-top: 3px;
  width: 224px;
}
