#tabs-min { 
    padding: 0px; 
    background: none; 
    border-width: 0px; 
	margin-top: -40px;
} 
#tabs-min .ui-tabs-nav { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
	border-color: #ccc;
	border-style: solid;
} 
#tabs-min .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 2px;
	border-bottom: 0 none !important;
    top: 1px;
}
#tabs-min .ui-tabs-panel { 
    background-color: #FFF; 
    border-width: 0px 1px 1px 1px; 
	border-style: solid;
	border-color: #ccc;
}
#tabs-min .ui-state-default a {
    color: #444444;
	padding-left: 40px;
    padding-right: 40px;
	font-size:12px;
}

#tabs-min .ui-state-default a:hover{
	color: #000;
}
#tabs-min .ui-state-active a {
    color: #808080;
	padding: 10px 30px;
	font-size: 12px;
}
#tabs-min .ui-state-default {
    background: #dcdcdc;
	color:#000;
	border:none;
	padding-bottom: 2px;
	top: 10px;
}
#tabs-min .ui-state-active {
    background-color: #FFF;
    border: 1px solid #CCC;
}

.tabs-layer1 {
	padding-left:15px;
	padding-right:15px;
	border:1px solid #fcfcfc;
}

.tabs-layer2 {
	margin-top:40px;
	background-color: #0bafb6;
	padding:10px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-size:15px;}
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete input { font-size: 18px; padding: 10px; border: 1px solid #d9d9d9; display: block; }
.autocomplete input:HOVER { border: 1px solid #b2b2b2;}
.autocomplete input:FOCUS { border: 1px solid #0bafb6;}
.autocomplete-suggestion em { display: inline-block; clear:both; color:#CCC; font-size: 9px; margin-left:20px;}
#autocomplete-ajax {z-index: 2; background: transparent;width:786px;text-indent:40px;}
.search_button_b {
    margin: -43px 0 20px 785px;
    position: absolute;
}
#search_button {
    background: #0bafb6;
	background: -moz-linear-gradient(center top , #0bafb6, #058287) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#058287), color-stop(100%,#0bafb6));
	background: -webkit-linear-gradient(center top, #058287 0%,#0bafb6 100%);
	background: -o-linear-gradient(center top, #058287 0%,#0bafb6 100%);
	background: -ms-linear-gradient(center top, #058287 0%,#0bafb6 100%);
	background: linear-gradient(to bottom, #058287 0%,#0bafb6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#058287', endColorstr='#0bafb6',GradientType=0 );
	
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 60px;
    -moz-user-select: none;
    border-radius: 2px;
    cursor: pointer !important;
    display: inline-block;
    font-weight: bold;
    height: 43px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
}
.search_button_icon {
    background: url("../../img/suggest_icon.png") no-repeat scroll 7px center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    margin: -1px;
    width: 30px;
}
#search_options {
	margin: 70px 0 50px 658px;
    position: absolute;
	color:#888888;
	font-size: 12px;
}
#search_options:hover{
	color:#0bafb6;
}



.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #cccccc;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:2px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #888888 5%, #b2b2b2 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #888888), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #888888 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#888888", endColorstr="#b2b2b2");	
	background: -o-linear-gradient(top,#888888,b2b2b2);
	color: #fff;
	background-color:#888888;
	border:0px solid #888888;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.search_options-response {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  font-family: arial,sans-serif;
  font-size: 14px;
  height: auto;
  padding: 10px;
  position: fixed;
  z-index: 4;
  border-radius: 0;
  margin-top:-2px;
  width: 200px;
  height:205px;
  display:none;
}

.search_options-response input {
	font-size:11px;
}

.search_options-response  span {
	margin-top:10px;
}

.search_options-response div {
	clear:both;
}

.search_diller * {
	float:left;
}

.search_sozlukler * {
	float:left;	
}

.pagination {
    display: inline-block;
    margin-top: -2px;
    padding-left: 0;
	margin-left: -1px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0bafb6;
    border-color: #0bafb6;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 11px;
    padding: 3px 7px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding-bottom: 2px;
  padding-left: 2px;
	padding-top: 2px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

a.list-group-item:hover {
  color: #0bafb6;
  text-decoration: none;
  background-color: #f5f5f5;
}
.qtipheader {
	font-size:13px;
	padding: 4px;
}
.search_setting_bar {
	margin:2px;
}
.search_setting_bar input,label{
	float:left;
	padding:4px;
	font-size:11px;
}

.search_setting_bar label {
	margin-right:25px;
}