/* grundlegendes
================*/

body {
  margin: 0;
  padding: 0;
  font: 11px Arial, Verdana, sans-serif;
  height: 100%;
}


a, a:visited {
  color: #1C2882;
  outline: none;
}

a:hover{
  color: #0F7ABD;
  text-decoration: none;
}

a img { 
  border: none; 
}

hr {
  display: none;
}

form, img{
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
}


/* topnavigation 
================*/

#topnavi {
  margin: 0;
  padding: 5px 0 0 0;
  background-color: #0f7abd;
  height: 20px;
  width:100%;
  color: white;
  text-align: right;
}

#language_switch, #language_switch:hover {
  cursor: pointer;
}
#language-selection-menu {
  position:                     absolute;
  z-index:                      1000;
  border:                       1px solid #7F9DB9;
  background:                   #FFF;
}
#language-selection-menu img {
  vertical-align:               bottom;
}
#language-selection-menu a {
  background-repeat:            no-repeat;
  background-position:          left center;
  padding:                      0 0 0 19px;
  display:                      block;
  margin:                       3px 4px;
}
#language-selection-menu a.active {
  font-weight:                  bold;
  color:                        #000;
  text-decoration:              none;
  cursor:                       default;
}



/* header
================*/

#header {
  margin: 0;
  padding: 0;
  background-color: #fff;
  height: 86px;
}
#header-wrap, #wrap{
  margin: 0 auto;
  padding: 0;
  width: 990px;
}

/* logo - Project-logo
=====================*/

#logo, #project_logo {
    float: left;
    left: 0px;
    margin: 17px 0 0;
    padding: 0;
    position: relative;
}

#logo a,#project_logo a{
  display: block;
  width: 445px;
  height: 50px;
  background: url("../images/Link-Explorer-logo-web.jpg") no-repeat left center;
  border: none;
  overflow: hidden;
  text-indent: -2000px;
}

#logo.logo_de a {
  width: 510px;
  background-image: url("/members/images/de/logo_start_de.png");
}

#project_logo a{
  background:none;
  background-repeat: no-repeat;
  width: 140px;
}

#tagline{
  margin: 40px 0 0 0;
  padding: 0 0 0 11px;
  float: left;
  font-size: 10px;
  font-weight: lighter;
  color: #848b9b;
}

/* navigation 
================*/

#nav{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
  list-style: none;
}

#nav li{
  padding: 0 9px;
  display: block;
  float: left;
}

#nav strong{
  display: block;
  padding: 28px 9px 0;
  height: 50px;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#nav a{
  display: block;
  padding: 36px 9px 0;
  height: 50px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover{
  background-image: url("../images/nav_arrow_transp.png");
  background-repeat: no-repeat;
  background-position: top center;
}

#nav a:active, #nav .current_page_item a{
  color: #0f7bbe;
  font-weight: bold;
  text-decoration: none;
  background-image: url("../images/nav_arrow.png");
  background-repeat: no-repeat;
  background-position: top center;
} 


#nav li.page_item li a:hover {
  color: #fff;
}
#nav li.current_page_item li a:hover {
  color: #f00;
}



/* intro
================*/

#intro{
  margin: 0;
  padding: 0;
  background: url("../images/bg_intro.png") repeat-x 0% 0%;
  clear: both;
  height:240px;
}
#intro-wrap{
  margin: 0 auto;
  padding: 0;
  width: 940px;
  position: relative;
}

#intro-text{
  padding-top: 15px;
  width:500px;
  float:left;
}

#intro-text h1{
  font-size: 24px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.05em;
  margin: 0;

}

#intro-text p {
  font-size:14px;
  color:white;
  line-height: 1.5;
}

#intro-text li {
  font-size:14px;
  list-style-image: url("../images/icons/arrow_15px_white.png");
  color:white;
  line-height: 1.5;
  margin: 0;
}

#intro-image {
  float:right;
}

/* blauer balken, wenn kein intro 
================*/

#blue{
  margin: 0;
  height:15px;
  background-color: #0f7abd;
  box-shadow: 0px 5px 10px -6px #000000;
  position: relative;
  z-index: 108;
}

/* meta 
================*/

.meta{
  margin: 6px 0 0 6px;
  padding: 0 0 6px 23px;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
.meta a{
  text-decoration: none;
  color: #fc89a2;
}
.meta a:hover{
  text-decoration: none;
  color: #ffffff;
}

#rss-comments{
  background: url("../images/icons/comments.png") no-repeat 0% 0%;
}

#login{
  background: url("../images/icons/login.png") no-repeat 0% 0%;
}

/* content
================*/

#content-container {
  background: #F8F8F8;
}

#sidebar-container {
  background: url("../images/bg_sidebar.png") repeat-y center;
}

#content {
  margin: auto;
  width: 940px;
}

#contentwide {
  margin: auto;
  width: 940px;
}

#left{
  width: 680px;
  float: left;
}

#leftwide{
  width: 940px;
  margin:auto;
  float: left;
}
#leftwide-tour{
  width: 940px;
  margin:auto;
  float: left;
}

#left h2,
#leftwide h2 {

  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0f7abd;
  line-height: 1.2em;
}

#left-tour h2,
#leftwide-tour h2 {
  margin: 30px 0 20px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.35em;
  font-weight: bold;
  color: #089863;
}

#left-tour h2 a,
#leftwide-tour h2 a {
  color: #089863;
  text-decoration: none;
}

#left-tour h2 a:hover,
#leftwide-tour h2 a:hover {
  color: #089863;
  text-decoration: underline;
}

#left-tour h3,
#leftwide-tour h3 {
  margin: 30px 0 20px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 0em;
  font-weight: bold;
  color: #0F7ABD;
}

#left-tour h3 a,
#leftwide-tour h3 a{
  color: #0F7ABD;
  text-decoration: none;
}

#left-tour h3 a:hover,
#leftwide-tour h3 a:hover{
  text-decoration: underline;
}

#left h3,
#leftwide h3 {
  margin: 0;
  padding: 0 0 0 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0f7abd;
}

#column4-container {
	width: 940px;
	margin: 0 auto;
}

#column4-left1 {
	float: left;
	width: 215px;
	padding-right: 25px;
}
#column4-left2 {
	float: left;
	width: 215px;
	padding-right: 25px;
}

#column4-right3 {
	float: left;
	width: 215px;
	padding-right: 25px;
}

#column4-right4 {
	float: left;
	width: 215px;
}

#column4-footer {
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
}

#column3-container {
	width: 940px;
	margin: 0 auto;
}

#left-column3 {
	float: left;
	width: 300px;
	padding-right: 20px;
}

#center-column3 {
	float: left;
	width: 300px;
	padding-right: 20px;
}

#right-column3 {
	float: left;
	width: 300px;
}

#column3-footer {
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
}

#column2-container {
	width: 940px;
	margin: 0 auto;
}

#left-column2 {
	float: left;
	width: 455px;
	padding-right: 30px;
}

#right-column2 {
	float: right;
	width: 455px;
}

#column2-footer {
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	color: #089863;
}


#column2b-container {
	width: 940px;
	margin: 0 auto;
}

#left-column2b {
	float: left;
	width: 400px;
	padding-right: 40px;
}

#right-column2b {
	float: right;
	width: 500px;
}

#column2b-footer {
	clear: both;
	padding: 0px 0 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	color: #089863;
}

#column2c-container {
	width: 940px;
	margin: 0 auto;
}

#left-column2c {
	float: left;
	width: 420px;
	padding-right: 50px;
}

#right-column2c {
	float: right;
	width: 470px;
}

#column2c-footer {
	clear: both;
	padding: 0px 0 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	color: #089863;
}

#column2d-container {
	width: 940px;
	margin: 0 auto;
}

#left-column2d {
	float: left;
	width: 360px;
	padding-right: 20px;
	margin-left:10px;
}

#right-column2d {
	float: right;
	width: 550px;
}

#column2d-footer {
	clear: both;
	padding: 0px 0 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	color: #089863;
}


/* post area 
================*/

#left #posts {
  width: 660px;
}
#leftwide #posts {
  width: 940px;
}

#leftwide-tour #posts {
  width: 940px;
}



.caption {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0f7abd;
}

/* images
================*/


#posts .wp-caption {
  background: #ddd;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}
#posts .wp-caption img {
  margin: 5px 5px 0;
}
#posts .wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 12px;
}

#posts .alignleft,
#posts img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
#posts .alignright,
#posts img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-top: 4px;
}
#posts .aligncenter,
#posts img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#posts img.alignleft, 
#posts img.alignright, 
#posts img.aligncenter {
  margin-bottom: 12px;
}

/* blogpost 
================*/

.post {
  margin: 30px 0;
}
#comments h2, #post-comments h2 {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0f7abd;
}
.post h2 a {
  color: #0f7abd;
  text-decoration: none;
  border: none;
}
.date {
  margin: -15px 0 20px;
  padding: 2px 0 1px 20px;
  background: url("../images/icons/date.png") no-repeat top left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #999;
}
.entry {
  font-size: 12px;
  line-height: 1.7em;
}
.entry p {
  margin: 10px 0;
  letter-spacing: 0;
}
.entry blockquote {
  margin: 25px 0 25px 25px;
  padding: 5px 0 5px 25px;
  border-left: 3px solid #0F7ABD;
}
.entry ul {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
  list-style: disc;
}
.entry li {
  margin: 0;
  padding: 0;
}

.entry h1, .entry h2, .entry h3 {
  margin: 10px 0 0 0px !important;
  padding: 0 !important;
  clear: left;
}
.entry h1 {
  color: #0066ff;
  font-size: 24px;
  line-height: 1.2em;
}
.entry h3 {
  font-size: 16px;
}

.subhead1 {
  color: #0F7ABD;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.subhead2 {
  color: #089863;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.subhead2 a {
  color: #089863;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.subhead2 a:hover {
  color: #10b183;
  text-decoration: underline;
  letter-spacing: 0.01em;
}

.subhead2-grey {
  color: #b9b8b8;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.subhead2-blue {
  color: #0F7ABD;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.subhead2-blue a{
  color: #0F7ABD;
  font-size: 17px;
  text-decoration: none;
}
.subhead2-blue a:hover{
  text-decoration: underline;
}



img.floatleft {
  margin: 0 10px 10px 0;
  float: left;
}
.postmetadata {
  margin: 8px 0 0 0;
  padding: 0;
  font: 11px Arial, Verdana, sans-serif;
  color: #999;
  clear: both;
}
.tags {
  margin: 0;
  padding: 2px 0 2px 22px;
  background: url("../images/icons/tag.png") no-repeat 0% 0%;
  line-height: 16px;
}

.tags a {
  color: #0F7ABD;
}

.comments-no static {
}
.postmetadata a:link {
  padding: 0;
  color: #0F7ABD;
}
.postmetadata a:hover {
  color: #0F7ABD;
}

/* kommentare 
================*/

#comments {
  margin: 20px 0 0 0;
  padding: 0;
}
.add-comment{
  margin: 4px 0 0 0;
  padding: 0;
}
.add-comment a {
  padding: 2px 0 2px 20px;
  background: url("../images/icons/add.png") no-repeat 0% 50%;
  font: 10px Arial, Verdana, sans-serif;
  color: #67707A;
  text-decoration: none;
  border: none;
}
.add-comment a:hover {
  color: #ff4e6a;
  text-decoration: none;
}
#comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #999;
}
#comments ol li {
  margin: 0;
  padding: 0;
  clear: both;
}
.author {
  margin: 0;
  padding: 18px 0 6px 0;
  float: left;
  width: 170px;
  font-family: Arial, Verdana, sans-serif;
  color: #bbbbbb;
}
.author a {
  font-family: Arial, Verdana, sans-serif; 
  color: #0F7ABD;
  text-decoration: none;
}

.comment {
  margin: 0;
  padding: 20px 0 6px 0;
  float: right;
  width: 400px;
}

.comment span, .no-find {
  margin: 0;
  padding: 0;
  background: #FFFFD3;
  color: #888;
  font-style: italic;
  font-size: 12px;
}

.comment p {
  margin: 0;
  padding: 0;
}

/* kommentarformular 
================*/

#post-comments {
  margin: 0;
  padding: 10px 0 0 0;
  clear: both;
  color: #999;
}
#reply {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 11px;
}
.comment-field {
  margin: 0;
  padding: 0 0 12px 0;
}
.comment-field textarea {
  padding: 2px;
  font: 11px Arial, Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #999;
}
.comment-field label {
  float: left;
  width: 170px;
}
.input-text {
  padding: 2px;
  font: 11px Arial, Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #999;
}
.input-button {
  margin: 0 0 0 171px;
  padding: 0 5px;
  color: #999;
}

/* sidebar
================*/

#right {
  margin-left: 680px;
  padding-top: 45px;
}


#sidebar{
  padding: 10px 0 10px 20px;
}
#sidebar h2 {
  margin: 20px 0 5px 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #0f7abd;
}

#sidebar ul {
  margin: 12px 0 16px 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 12px;
}
#sidebar ul .widget_pages ul,
#sidebar ul .widget_recent_entries ul {
  list-style: url("../images/icons/arrow_blue_8px.png") outside;
}

#sidebar ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
#sidebar ul ul ul {
  margin: 6px 0 0;
}

#sidebar ul ul li {
  margin: 0 0 0 20px;
  padding: 4px 0;
}

#sidebar .textwidgetlist li {
  color: #34445F;
  text-decoration: none;
  padding: 0 0 0 36px;
  background: url("../images/icons/arrow_blue_8px.png") no-repeat 23px 7px;
  border: none;
}

#sidebar a {
  color: #34445F;
  border: none;
}

#sidebar p {
  color: #34445F;
  text-decoration: none;
  padding: 0 0 0 15px;
  line-height: 22px;
}

#sidebar a:hover {
  color: #0f7abd;
  text-decoration: none;
}

#sidebar hr {
  color: #34445F;
  background-color: #34445F;
  height: 4px;
  width: 100%
}

/* footer 
================*/

#footer{
  background-color: #525252;
  width:100%;
}

#footer p {
  color: #eee;
}

#footer a:link, #footer a:visited, #footer a:active {
  color:#eee;
}

#footer a:hover {
  color:#fff;
  text-decoration: none;
}

#footer-wrap{
  margin: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  width:940px;
  color: white;
  text-align: center;
}

#submenu {
  margin: 0;
  padding: 0 8px 8px 8px;
  position: relative;
  z-index: 0;
}
#submenu-login,
#submenu-login:visited {
  background: url("../images/icons/key.png") no-repeat;
  padding-left: 18px;
  color: #FFF;
}
#submenu a,
#submenu a:visited {
  color: #FFF;
}

/* products 
================*/

#products {
  width:600px;
}

#products p {
  line-height: 1.3;
}

#products img {
  float:left;
  padding-right: 10px;
  border: 0;
}

#colt, #ljt, #batt, #blp, #sspt, #mlt {
  width: 295px;
  float:left;
  margin-bottom: 10px;
}

#cblt, #juice, #dlt, #god, #hdm {
  width: 295px;
  float:right;
  margin-bottom: 10px;

}

/* products overview
====================*/
#products-overview {
  width: 100%;
  margin-top: 30px;
}
#products-overview th,
#products-overview strong {
  color: #0F7ABD;
  font-weight: bold;
}
#products-overview span {
  color: #666;
  font-weight: normal;

}
#products-overview td,
#products-overview th {
  padding: 3px;
  font-size: 1.1em;
}
#products-overview th {
  text-align: left;
  border: 1px solid #FFF;
  border-bottom: 0;
}
#products-overview td {
  border: 1px solid #FFF;
  border-width: 1px 1px 0 0;
  text-align: center;
}

#products-overview-header th {
  border-left: 0;
  width: 100px;
  padding: 0;
}
#products-overview-header td {
  border-top: 0;
  vertical-align: top;
  text-align: left;
}
#products-overview-header td h2 {
  margin: 0;
}

#products-overview .products-overview-icon {
  background-repeat: no-repeat;
  background-position: 3px 3px;
  padding: 11px 0 12px 41px;
}

#products-overview .products-overview-signup-row td {
  border-right: 0;
  padding-bottom: 20px;
}

#products-overview .products-overview-sub-headline,
#products-overview .products-overview-sub-headline-center {
  background: #2C8AC6;
  color: #FFF;
  padding: 5px 3px;
}
#products-overview .products-overview-sub-headline-center {
  border-left: 0;
  text-align: center;
}

/* notice
===============*/
.notice {
  background: #FFC;
  border: 1px solid #993;
  padding: 0 10px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.error-notice {
  background: #FCC;
  border: 1px solid #933;
  padding: 0 10px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.error-notice h4 {
  margin: 9px 0;
}
.error-notice ul {
  margin: 9px 0;
}
.success-notice {
  background: #E6FFE6;
  border: 1px solid #393;
  padding: 0 10px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* startpage
============*/
#leftwide h2.tool_headline {
  color: #CC0000;
  font-style: italic;
  border-bottom: dotted;
  border-bottom-color: #999999;
  padding-bottom: 8px !important;
}
.tool_box {
  width: 445px;
  float: left;
  padding: 10px;
}
.tool_box div {
  margin-left: 100px;
}
.tool_box h2 {
  clear: none;
  margin: 0 !important;
}
.tool_box h2 a {
  text-decoration: underline;
}
.tool_box h2 a:hover {
  text-decoration: none;
}
.tool_box small {
  padding: 0;
  margin: 0 0 18px 0;
  color: #666;
}
.tool_box .tool_logo {
  float: left;
}
#project_slider h3 {
  float: left;
  width: 150px;
  margin-top: 0; 
  color: white;
}

#project_container {
  z-index: 100; 
  position: relative; 
  width: 940px; 
  margin: auto;
}

#project-selection {
  position: absolute; 
  right: 0;
}

#project_slider {
  color: white; 
  display: none; 
  border-radius: 0 0 0 5px; 
  background-color: rgb(15, 122, 189); 
  float: right; 
  width: 350px; 
  padding: 10px 0 20px 20px;
  box-shadow: 0px 6px 10px -7px #000000;
}

span.project_actions {
  font-size: 12px; 
  float: right; 
  margin-right: 15px; 
  color: white;
}

span.project_actions a {
  color: white;
}

ul.project_list {
  padding: 5px 0;
}

ul.project_list li {
  width: 150px;  
  float: left;
  line-height: 17px;
  list-style-type: none;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  margin-right: 15px;
}

ul.project_list li a {
  color: #eee;
}

ul.project_list li.active {
  width: 130px;
  padding-left: 20px;
  font-weight: bold;
  background: url("../images/icons/arrow_15px_white.png") no-repeat left center;
}

ul.project_list li.active a {
  color: white;
}

#project {
  white-space: nowrap;
  overflow: hidden; 
  max-width: 260px; 
  text-align: center; 
  font-size: 14px; 
  color: white;
  height: 25px;
  background-color: rgb(15, 122, 189);
  float: right;
  border-radius: 0 0 5px 5px;
  padding: 5px 15px 0;
  clear: both;
  box-shadow: 0px 6px 10px -7px #000000;
}

span#projects {
  max-width: 260px; 
  cursor: pointer;
}

.dataTables_wrapper {
  position: static !important;
}

.dialog-box-settings {
  line-height: 25px;
}

.dialog-box-settings p {
  width: 330px;
  margin-top: 5px !important;
}

#change_project_settings div input[type=text] {
  width: 325px;
  margin-bottom: 5px;
  float: none;
}

.data_table_fancy tbody tr.odd:hover td, .data_table_fancy tbody tr.even:hover td {
  background-color: #E9ECF2 !important;
}

#success_message {
  background: #E6FFE6;
  padding-top: 7px;
  border-bottom: 1px solid #993;
}

#success_message div {
  margin: 0 auto;
  width: 940px;
}

#success_message p {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 7px;
}

.data_type_multiselect {
  width: 20px;
}

div#keyword_tool_form {
  position: absolute; 
  right: 0pt; 
  top: 0pt; 
  margin-top: 0pt; 
  width: 166px;
}

div#keyword_tool_form select#keyword-research-tool-results {
  float: none; 
  width: 30%; 
  display: inline;
}

div#keyword_tool_form select#input_values {
  float: none; 
  display: inline; 
  width: 68%;
}

.displaynone {
  display: none;
}

.welcome_cloud {
    margin-top: 15px;       
}

.tool_box_welcome {
  width: 445px;
  float: left;
  padding: 10px;
}

.tool_box_welcome h2 {
  clear: none;
  margin: 0 !important;
}

.tool_box_welcome h2 a {
  text-decoration: underline;
}

.tool_box_welcome h2 a:hover {
  text-decoration: none;
}

.tool_box_welcome small {
  padding: 0;
  margin: 0 0 18px 0;
  color: #666;
}

.tool_box_welcome .tool_logo {
  float: left;
}

.tool_box_welcome .tbinleft {
  float:left;
  width: 75px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  height: 120px;
}

div#search_engine p.input-fields {
  width: 32% !important;
  display: inline-block;
}

div#search_engine p.input-fields select {
  width: 100% !important;
}

div#navigation_select {
  float: right;
  margin-top: 33px;
  width: 250px;
  text-align: right;
}

div#navigation_select ul {
  margin: 0; 
  list-style-type:  none; 
  display: inline-block;
}

div#navigation_select ul li {
  display: inline;
}

div#navigation_select ul li a.active {
  font-weight: bold;
}

div#navigation_select ul li.separator {
  border-right: 1px dotted #666;
  padding: 0 8px 0 8px;
}