@charset "utf-8";

#search A:link {
	COLOR: #000 /*The color of the link*/
}

#search A:visited {
	COLOR: #000 /*The color of the visited link*/
}

#search A:hover {
	COLOR: #999 /*The color of the mouseover or 'hover' link*/
}

input::-webkit-input-placeholder {color:#9d9c9c;}
input:-moz-placeholder {color:#9d9c9c;}
input:-ms-input-placeholder {color: #9d9c9c;}



/*search*/

#search {
	color: #6c6c6c;
	margin-bottom: 40px;
}

#search h2 {
	background: url(/common-images/common/bg_tit_3.gif) no-repeat;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px 0 10px;}
	

#search h2 span {
	float: right;
	color: #686868;}
	

#search h2 span strong {
	font-weight: bold;
	color: #686868;}

.relate {
	border-bottom: #cecece 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;}

.relate .keyword {
	float: left;
	width: 620px;}


.relate .num {
	float: right;
	width: 230px;
	text-align: right;}


.pager {
	text-align: right;
	margin-bottom: 30px;}

.pager strong {
	font-weight: bold;}

.resultBox {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: #e2e2e2 1px solid;
	cursor: pointer;}

.resultBox .limg {
	width: 176px;
	float: left;
	margin-right: 20px;}

.resultBox .data {
	width: 510px;
	float: left;}

.resultBox .price {
	width: 145px;
	float: left;}

.resultBox .icNew {
	font-weight: bold;
	color: #f18b00;
	font-size: 140%;
	margin-bottom: 7px;}

.resultBox .name {
	font-size: 180%;
	line-height: 1.3;
	color: #2b2b2b;}

.resultBox .id {
	line-height: 1.3;
	margin-bottom: 25px;
	color: #2b2b2b;
	font-size: 106%;}

.resultBox .memo {
	line-height: 1.3;
	color: #2b2b2b;
	font-size: 106%;}

.resultBox .memo {
	line-height: 1.3;
	color: #2b2b2b;}

.resultBox .discount {
	text-decoration: line-through;
	margin-bottom: 10px;}

.resultBox .discountPrice strong {
	font-weight: bold;
	color: #0364a8;
	margin-bottom: 10px;}
	

.resultBox .discountPrice {
	font-weight: bold;
	color: #0364a8;
	margin-bottom: 10px;}

.resultBox .priceusd {
	font-weight: bold;
	color: #2b2b2b;
	font-size: 140%;
	margin-bottom: 10px;}

#recently {
	color: #6c6c6c;
	margin-bottom: 60px;}

#recently h2 {
	background: url(../../common-images/common/bg_tit_3.gif) no-repeat;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px 0 10px;}

#recently dl {
	width: 190px;
	margin-right: 28px;
	float: left;
	display: block;
	cursor: pointer;}

#recently dt {
	margin-bottom: 10px;}

#recently dd {
	line-height: 1.5;
	font-size: 106%;}


#recently dd strong {
	line-height: 1.5;
	font-weight: bold;}


#recently dl:last-child {
	margin-right: 0;}


/*select_your_model.html*/


#select_your_model h2{
	
	background: url(/common-images/common/bg_tit_3.gif) no-repeat;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px 10px 10px;}


#select_your_model ul{
	overflow:hidden;
	margin-bottom:0;}


#select_your_model ul li dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;}
	

#select_your_model ul li{
	float:left;
	width:50%;
	margin-bottom:30px;}



#select_your_model ul li img{
	float:left;
	margin-right:10px;}
	
#select_your_model ul li a:hover img {
	opacity:0.7; filter: alpha(opacity=70);        /* ie lt 8 */-ms-filter: "alpha(opacity=70)";  /* ie 8 */-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */-khtml-opacity: 0.7;      /* Safari 1.x */zoom:1;}
	

#select_your_model ul dl{
	float:left;
	width:300px;}

#select_your_model ul dl dd p{
	line-height:1.4;
	font-size:12px;}


#select_your_model ul li dl dt a{
	font-weight:bold;
	color:#333;}


#select_your_model .select_result{
	text-align:center;
	border-top:#CCC 1px solid;
	padding-top:10px;}


/*search 検索窓*/


#search_window{
	width:100%;
	overflow:hidden;
	padding:15px 0px 0px 55px;
	height:auto;}


#search_window dl{
	width:200px;
	float:left;
	margin-right: 55px;
}

#search_window dl:first-child{
	border-right:#CCC 1px solid;}

#search_window dl:last-child{
	padding-right: 40px;
}

#search_window h3{
	color:#666;
	font-size:14px;
	border-bottom:#666 1px solid;
	margin:0 0 15px 0;
	font-weight:bold;
	width:500px;
	padding:0;
	text-align:center}

#search_window dt{
	font-weight:bold;
	margin-bottom:10px}
	
#search_window dd{
	height: 19px;
	margin-bottom: 10px;
	padding-bottom:3px;
	font-size:12px;}
	
#search_window select{
width: 180px;
overflow:hidden;}

#search_window dd p{
	margin-bottom:2px;
	font-size:11px;}


#search_window dd.search_bt{
	border-radius: 4px;        /* CSS3草案 */  
　　-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
　　-moz-border-radius: 4px;   /* Firefox用 */
background:#F00;
text-align:center;

}

#search_window dd.search_bt a{
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:20px;
line-height:20px;
}


#search_window dd.search_bt a:hover{
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	background:#FF6600;
	text-decoration:none;
	height:20px;
line-height:20px;
border-radius: 4px;        /* CSS3草案 */  
　　-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
　　-moz-border-radius: 4px;   /* Firefox用 */
}

#search_window section{
	overflow:hidden;
}

#search_window #japanparts_number{
	border-top:1px #CCCCCC solid;
	width:445px;
	padding-top:10px;
	color:#999;}
	

#search_window #japanparts_number dt{
	font-weight:normal;
	float:left;
	padding:4px 7px 0 0;
	color:#999;}

#search_window #japanparts_number dd{
	float:left;}

#search_window #japanparts_number dd.search_bt2{
background:#b9b9b9;
height:18px;
width:15%;
margin-left:10px;
text-align:center;
border-radius: 4px;        /* CSS3草案 */  
　　-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
　　-moz-border-radius: 4px;   /* Firefox用 */
}
	
#search_window .clear_bt a{
	display:block;
	border:solid #b2b1b1 1px;
	color:#b2b1b1;
	text-align:center;
	padding:2px 0;
	margin-left:57px;
	width:60px;}
	
#search_window .clear_bt a:visited{
	display:block;
	border:solid #b2b1b1 1px;
	color:#b2b1b1;
	text-align:center;
	margin:2px 0;
	width:60px;}
	
#search_window .clear_bt a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:#b2b1b1;}
	

#pcate2  {
	background:#eee;
	// display:none;}
option#pcate3 {
border: 1px solid #ccc;
margin: -1px 0 0;
padding: 0.2em 0.2em 0.2em 24px;
font-weight: normal;
line-height: 1em;
color: #000;
}
#search_window dd#search_sub_title{
	margin-bottom: 0px;
}

#search_window .right_border{
	border-right:#CCC 1px solid;
}

.search_right_bg{
	background:url(/common-images/common/yaji.png) no-repeat right top;
	background-position: 162px 11px;
//	margin-top:-25px;}

/*input[type=button], input[type=submit], button {
  width:170px;
  margin:0px 5px;
  padding: 2px;
  height: 26px;
  text-align: center;
  line-height:1.2em;
  border-style: none;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;}*/

input[type=submit]:disabled {
  background-color: #a9a9a9;
}
 
  input[type=button]#search_bt2 {
	  background:#999;
	border-radius: 4px;        
　　-webkit-border-radius: 4px;    
　　-moz-border-radius: 4px;   
text-decoration:none;
	 width:80px;
	 height:20px;}

.search_right_bottom{
	height:1000px;}


/* @group Base */

#header #hSearch #manufacturer .hs li {
  border-right: none;
  height: auto;
  margin-right: 2px;
  padding-right: 2px;
  float: none;
  font-size: 12px;}

#header #hSearch #search_window .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;}
  
#header #hSearch #search_window .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  font-size: 12px;}
  
#header #hSearch #search_window .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;}
  
#header #hSearch #search_window .chosen-container a {
  cursor: pointer;}

/* @end */
/* @group Single Chosen */
#header #hSearch #search_window .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  width: 170px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
#header #hSearch #search_window .chosen-container-single .chosen-default {
  color: #999;
}
#header #hSearch #search_window .chosen-container-single .chosen-single span {
  font-size:12px;
  display: block;
  overflow: hidden;
  margin-top: 4px;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header #hSearch #search_window .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
#header #hSearch #search_window .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/common-images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
#header #hSearch #search_window .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#header #hSearch #search_window .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#header #hSearch #search_window .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
#header #hSearch #search_window .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/common-images/chosen-sprite.png') no-repeat 0px 2px;
}
#header #hSearch #search_window .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
#header #hSearch #search_window .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/common-images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
#header #hSearch #search_window .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  width: 180px;
//  max-height: 110px;
height: 190px;

  background-clip: padding-box;
}
#header #hSearch #search_window .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
#header #hSearch #search_window .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 150px;
  -webkit-overflow-scrolling: touch;
}
#header #hSearch #search_window .chosen-container .chosen-results li {
  display: none;
  padding: 2px 3px;
  list-style: none;
  line-height: 15px;
  border-right: none;
  height: auto;
  margin-right: 2px;
  padding-right: 2px;
  float: none;
  font-size: 10px;
}
#header #hSearch #search_window .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
#header #hSearch #search_window .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
#search_window .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
  border-right: none;
  height: auto;
  margin-right: 2px;
  padding-right: 2px;
  float: none;
  font-size: 10px;
}
#header #hSearch #search_window .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
#header #hSearch #search_window .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
#header #hSearch #search_window .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
#header #hSearch #search_window .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
#header #hSearch #search_window .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/common-images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
#header #hSearch #search_window .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
#header #hSearch #search_window .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
#header #hSearch #search_window .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
#header #hSearch #search_window .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#header #hSearch #search_window .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
#header #hSearch #search_window .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
#header #hSearch #search_window .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
#header #hSearch #search_window .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#header #hSearch #search_window .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
#header #hSearch #search_window .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
#header #hSearch #search_window .chosen-disabled .chosen-single {
  cursor: default;
}
#header #hSearch #search_window .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
#header #hSearch #search_window .chosen-rtl {
  text-align: right;
}
#header #hSearch #search_window .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
#header #hSearch #search_window .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
#header #hSearch #search_window .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
#header #hSearch #search_window .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
#header #hSearch #search_window .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
#header #hSearch #search_window .chosen-rtl .chosen-choices li {
  float: right;
}
#header #hSearch #search_window .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
#header #hSearch #search_window .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
#header #hSearch #search_window .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
#header #hSearch #search_window .chosen-rtl.chosen-container-single-nosearch .chosen-search,
#header #hSearch #search_window .chosen-rtl .chosen-drop {
  left: 9999px;
}
#header #hSearch #search_window .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
#header #hSearch #search_window .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
#header #hSearch #search_window .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
#header #hSearch #search_window .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/common-images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
#header #hSearch #search_window .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
#header #hSearch #search_window .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/common-images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/** suggest style **/
#suggest {
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  width: 420px;
  height: 100px;
  overflow: auto;
  z-index:999;
}
#suggest div {
  padding: 1px;
  display: block;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  z-index:999;
}
#suggest div.select{
  color: #FFFFFF;
  background-color: #3366FF;
  z-index:999;
}
#suggest div.over{
  background-color: #99CCFF;
  z-index:999;
}
#suggest strong{
  font-weight: bold;
  z-index:999;
}

