﻿.csdd_container {
  background-color: #fff;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.csdd_container:focus {
outline: 0;
}
  
.csdd_container a {
cursor: pointer;
text-decoration: none;
font-weight:normal !important;
line-height:13px;
}

/* Opens the dropdown and holds the menu label */
.csdd_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url('../../../images/icon/srch-down.gif');
  background-repeat: no-repeat;
  background-position: 90% center;
  border-left: 1px solid #ccc;
  color: #999;
  padding: 6px 20px 7px 10px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  font-weight:normal !important;
}

  .csdd_toggle:hover {
	border-color: #8c8c8c;
  }

  /* Applied when the dropdown is focused */
  .csdd_focus .csdd_toggle {
	border-color: #40b5e2;
  }
  
  .csdd_focus .csdd_toggle {
	box-shadow: 0 0 5px #40b5e2;
	-moz-box-shadow: 0 0 5px #40b5e2;
	-webkit-box-shadow: 0 0 5px #40b5e2;
  }

/* Applied whenever the dropdown is open */
.csdd_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 99999;
}
 
  .csdd_open .csdd_toggle {
	background-color: #ececec;
	border-color: #8c8c8c;
	color: #aaa;
	box-shadow: inset 0 -2px 5px #ccc;
  }

/* The outer container of the options */
.csdd_options {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background-color:#fff;
}
  .csdd_options a {
	background-color: #fff;
	border-bottom: 1px solid #bababa;
	font-weight: bold;
	padding: 8px 10px;
  }
  .csdd_options li:last-child a {
	border-bottom: none;
	border-radius:0px;
  }
  
  .csdd_options a:hover,
  .csdd_option_current a {
	background-color: #e4e4e4;
	border-bottom-color: #bababa;
	color: #676767;
	text-decoration: none;
  }
  .csdd_options a:hover{
	background-color: #0468AA;
	color:#fff;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.csdd_options_inner {
  border: 1px solid #aaa;
  border-bottom-width: 1px;
  border-bottom-color: #a9a9a9;
  color: #333;
  max-height: 250px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  margin:0;
  padding:0;
  list-style-type:none;
}

/* Set a max-height on the options inner */
.csdd_options_inner,
.csdd_touch .csdd_options {
  max-height: 250px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.csdd_container {
  display: none;
  float: left;
  position: relative;
}
  .csdd_container a {
	outline: 0;
  }

.csdd_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.csdd_open {
  position: relative;
}
  .csdd_open .csdd_options {
	display: block;
  }
  .csdd_open .csdd_label {
	color: inherit;
	font-weight:normal !important;
  }

.csdd_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .csdd_options a,
  .csdd_options a:link,
  .csdd_options a:visited {
	display: block;
  }
  .csdd_options_inner {
	overflow: auto;
	position: relative;
  }

.csdd_touch .csdd_options {
  overflow: hidden;
}

.csdd_touch .csdd_options_inner {
  max-height: none;
  overflow: visible;
}

/**
 * Help: I'm seeing a flash of unstyled content
 * Try applying this class to your <select> elements
 */

.csdd_ie6 .csdd_options {
  right: 0;
}
.input-cont .csdd_container{
	position:absolute;
	top:0;
	right:0;
	color: #999;
	font-weight:normal;	
}

	
	/** Page style **/
	.SearchBoxNew tr td{
		text-align:right !important;	
	}
	.SearchBoxNew a {
		font-family:Arial, Sans-Serif !important;
	font-size: 11px;
	font-weight:bold;	
	}
	.cs-hd-srch-input-cont a,.cs-hd-srch-input-cont span,.cs-hd-srch-input-cont input,.cs-hd-srch-input-cont ul,.cs-hd-srch-input-cont li{
		font-size:12px !important;
		font-family:Arial, Sans-Serif !important;
	zoom:1;
	}
	.cs-hd-srch-input-outer
	{
	    position:relative;
		clear:both;
		float:none;
		margin:6px 40px 6px 0px;
		text-align:right !important;
		z-index:1038;
		zoom:1;
	}
	.cs-hd-srch-input-cont{
		margin: 0 !important;
		padding: 0 !important;
		position:relative;
		display:inline-block;
		line-height:20px !important;
		height:26px;
		width:260px;
		border:1px solid #BABABA;
		border-radius:2px 0px 0px 2px;
		vertical-align:top !important;
		background-color:#fff;
	text-align:left !important;
	}
	.cs-hd-srch-input-cont input{
		border:none !important;
		border-radius: 2px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	vertical-align:middle;
	margin:3px 0 0px;
	height:21px !important;
		line-height:16px !important;
	width:132px;
	zoom:1;
	position:relative;
}
.csdd-hidden-widget input#txtGlobalSearch{
	width:250px;	
	}

.cs-hd-srch-input-cont .watermark_text,.cs-hd-srch-input-cont .csdd_label{
	color: #999 !important;	
}
.cs-hd-srch-input-cont .body {
	color: #999;
}
.cs-hd-srch-input-cont input.body::-moz-placeholder, .cs-hd-srch-input-cont input.watermark_text::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.cs-hd-srch-input-cont input.body::-webkit-input-placeholder, .cs-hd-srch-input-cont input.watermark_text::-webkit-input-placeholder{
	color: #999;
}
.cs-hd-srch-input-cont input.body:-ms-input-placeholder , .cs-hd-srch-input-cont input.watermark_text:-ms-input-placeholder{
	color: #999;
}



	.cs-hd-srch-input-cont .csdd_container {
		color: #999999;
		font-weight: normal;
		position: absolute;
		right: 0;
		top: 0;
	}
	.SearchBoxNew input{
		border:0px !important;	
	} 
	.cs-hd-srch-input-cont a.csdd_toggle{
		padding: 3px 20px 1px 10px !important;
	}
	.cs-hd-srch-input-cont a.csdd_toggle dk_label{
		color:#999;
	}
	.cs-hd-srch-input-outer .cs-srch-btn-cont{
		margin: 0 !important;
		padding: 0 !important;
		position: absolute;
	right: -36px;
		top: -1px;
		border-radius: 0 2px 2px 0;
		border:1px solid #003e7f;
		overflow:hidden;
	}
	.cs-srch-btn-cont button {
		border-radius:0px;
		width: 35px;
		border:0px !important;
		color: #FFFFFF;
		font-size: 15px;
		line-height: 25px;
	height:28px;
		margin:-1px;
		vertical-align: middle;
		cursor:pointer;
		font-family:Arial, Sans-Serif;
		text-decoration:none;
		font-weight:700 !important;
		text-transform:uppercase;
		text-align:center;
		background: rgb(85,150,201); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(85,150,201,1) 0%, rgba(6,112,182,1) 2%, rgba(0,91,151,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,150,201,1)), color-stop(2%,rgba(6,112,182,1)), color-stop(100%,rgba(0,91,151,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(85,150,201,1) 0%,rgba(6,112,182,1) 2%,rgba(0,91,151,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(85,150,201,1) 0%,rgba(6,112,182,1) 2%,rgba(0,91,151,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(85,150,201,1) 0%,rgba(6,112,182,1) 2%,rgba(0,91,151,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(85,150,201,1) 0%,rgba(6,112,182,1) 2%,rgba(0,91,151,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5596c9', endColorstr='#005b97',GradientType=0 ); /* IE6-8 */
	}
	.cs-srch-btn-cont button:hover {
		background: rgb(85,150,201); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(85,150,201,1) 0%, rgba(0,91,151,1) 2%, rgba(6,112,182,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,150,201,1)), color-stop(2%,rgba(0,91,151,1)), color-stop(100%,rgba(6,112,182,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(85,150,201,1) 0%,rgba(0,91,151,1) 2%,rgba(6,112,182,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(85,150,201,1) 0%,rgba(0,91,151,1) 2%,rgba(6,112,182,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(85,150,201,1) 0%,rgba(0,91,151,1) 2%,rgba(6,112,182,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(85,150,201,1) 0%,rgba(0,91,151,1) 2%,rgba(6,112,182,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5596c9', endColorstr='#0670b6',GradientType=0 ); /* IE6-8 */
		border-width:0px !important;
		outline:none !important;
		background-position: 0 27px;
	}
	.cs-srch-btn-cont button:active{
		background: rgb(0,91,151); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(0,91,151,1) 0%, rgba(6,112,182,1) 48%, rgba(0,91,151,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,91,151,1)), color-stop(48%,rgba(6,112,182,1)), color-stop(100%,rgba(0,91,151,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,91,151,1) 0%,rgba(6,112,182,1) 48%,rgba(0,91,151,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,91,151,1) 0%,rgba(6,112,182,1) 48%,rgba(0,91,151,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,91,151,1) 0%,rgba(6,112,182,1) 48%,rgba(0,91,151,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,91,151,1) 0%,rgba(6,112,182,1) 48%,rgba(0,91,151,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b97', endColorstr='#005b97',GradientType=0 ); /* IE6-8 */
	}
	.cs-srch-btn-cont button span{
		background: url("../images/icon/search-main.gif") no-repeat scroll center center transparent;
		display: block;
		height: 20px;
		margin: 0 auto;
		padding: 0 !important;
		text-align: center;
		text-indent: -9999px;
		width: 20px;
	}
	