* {
  padding:    0px;
  margin:     0px; 
}

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.8em;
  
  /*background-image: url(../images/body_background_1.jpg);
  background-repeat: repeat-x;*/
}

/* START PAGE STYLES */
#box_main {
  width:  900px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 90px;
}
.search #box_main {
	margin-left: 10px;
}
.page {
	margin-left: 15px !important;
}
#box_start {
  width: 900px;
  clear: both;
  margin: auto;
  min-width: 700px;
}
  #box_start_head {
	margin: auto;
	width: 900px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
 }#box_start_head  .logo { width: 100%; text-align: center; margin-bottom: 15px; }
 
 #box_start_description {
	text-align: center;
	font-weight: bold;
	color: #999999;
	margin-bottom: 20px;
 }
  #start_search_form {
    margin-top: 108px;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #box_start_search {
    margin-top: -24px;
  }
  
  .start_search_field {
    width: 310px;
    height: 18px;
	padding: 5px;
    color: #616161;
    font-family: Myriad, Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
	background-color: #f0f0f0;
    border: 1px solid #cccccc;
  }
  .search_button {
    width: 55px;
    height: 28px;
    border: 0px;
    background-color: #cc0000;
    color: #fff;
    font-weight: bold;
    font-family: Myriad, Arial, Verdana, sans-serif;
    font-size: 12px;
    cursor: pointer;
  }

#start_logo {
  margin-bottom: 20px;
}

#start_tour_button {
  width: 376px;
  height: 45px;
  
  background-image: url(../images/tour_button.jpg);
  margin: auto;
}
  #start_tour_button a {
    width: 376px;
    height: 45px;
    display: block;
    background: transparent;
  }
  #start_tour_button a:hover {
    background-image: url(../images/tour_button_active.jpg);
  }
  #start_tour_button span {
    display: none;
  }

#start_footer {
  margin-left: 10px;
  margin-top: 10px;
  width: 900px;
  padding: 10px;
  padding-bottom:15px;
  background-color: #f0f0f0;
  color: #666;
  font-size: 11px;
  margin-bottom: -20px; 
  clear: both;
 }
#start_footer span {
	margin-left: 20px;
}
.startpage #start_footer {
	margin: auto;
	width: 900px;
}
#start_footer a {
	color: #666;
}

#start_footer .left_footer {
	float: left;
	width: 60%;
}
#start_footer .spon {
	padding-bottom: 18px;
	text-align: right;
	margin-right: 15px;
}

#start_footer img {
	margin: 3px;
	margin-bottom: -5px;
	border: 0px;	
}

#start_footer .right_footer {
  float: right;
  text-align: right;
  margin-right: 15px;
}

#start_header {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #cccccc;
  z-index: 199;
}
#header_image {
  float: left;
  border: 0px;
}
#header_navigation {
  float: right;
  list-style: none;
  margin-top: 5px;
}
  #header_navigation li {
    float: left;
    padding: 5px;
  }
#header_search_form {
  margin-top: 10px;
  float: left;
  margin-left: 20px;
}


#box_search_layout {
  width: 100%;
  border: 0px;

}
  #box_search_layout .table_leftrow {
    width: 25%;
    margin: 10px;
  }
  #box_search_layout .table_rightrow {
    width: 70%;
  }
#box_sidebar_search {
  width: 90%;
  margin-top: 5px;
  padding: 4px;
  background-color: #F9F9F9;
  border: 3px solid #E9E9E9;
}
#box_overviewes_spacer {
  width: 100%;
}
/* PAGE STYLES */
#box_sidebar {
  margin-left: 620px;
  width: 280px;
}
#box_content {
  width: 600px;
  padding-bottom: 50px;
}

  #box_content p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  
.link_navigation {
  list-style: none;
  width: 267px;
}
  .link_navigation li.head_item {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1em;
    margin-left: 0px;
    border-bottom: 1px solid #616161;
  }
  .link_navigation li {
    margin-left: 10px;
  }
  
 .link_twitter   {
   list-style: none;
 }
  
  .link_twitter li {
    text-decoration: none;
    display: block;
    font-size: 0.9em;
    padding: 5px;	
    border-bottom: 1px dotted #ccc;	
  }
  
  .link_navigation li a {
    text-decoration: none;
    display: block;
    font-size: 0.9em;
    padding: 5px;
    border-bottom: 1px dotted #ccc;
  }
  .link_navigation li a:hover {
    background-color: #F0F0F0;
  }

/* DIRECTORY STYLES */
.directory_overview h3 {
  font-weight: bold;
  font-size: 1.0em;  
}

.directory_overview .directory_item {
  margin-bottom: 10px;
  width: 49%; 
  float: left;
}
.directory_item .count {
  font-weight: 500;
  color: #616161;
  font-size: 0.8em;
}
#box_start_ticker {
	margin: auto;
	margin-bottom: 30px;
	margin-top: 20px;
}
#box_start_directory {
  margin: auto;
}
#box_start_directory_menu {
  width: 100%;
  text-align: right;
  margin-top: 5px;
}
#box_start_directory_menu ul {
  list-style: none;
  float : right;
}
#box_start_directory_menu ul li{
  float: left;
  padding: 3px;
  padding-right: 10px;
  margin-left: 5px;
  border-right: 1px solid #ccc;
  font-weight: bold;
}
#box_start_directory_menu ul li.last_item {
  border: 0px !important;
}
#box_start_directory table {
	padding: 0px 0px 2px 10px;
	border-bottom: 1px dotted #ccc;
}

#search_layout {
	margin-top: 30px;
}
#search_leftrow {
   vertical-align: top;
}
#search_rightrow {
  width: 220px;
  vertical-align: top;
  padding-left: 10px;
}


/* LINK LISTS */
#link_list {
  margin-top: 10px;
}
#link_list p.link_item_description {
  color: #606060 !important;
  font-size: 0.9em !important;
  padding-left: 5px;
  padding-top: 5px;
  font-weight: 500 !important;
  margin-top: 20px;
}
.link_item_description a {
  color: #606060;
  text-decoration: none;
}
.more_wiki {
	background-color: #f0f0f0;
	padding: 3px;
	border-bottom: 1px dotted #ccc;
}
	.more_wiki b {
		color: #999999;
	}
	.more_wiki a{
		padding: 5px;
	}
	
.lexica_list {
  margin: 0px;
  padding: 0px;
  list-style: none; 
}
  .lexica_list li {
   
  }
  .lexica_list .news_date {
    font-weight: 500;
    font-size: 0.8em;
    color: #999;
  }
  .lexica_list li div.link_item {
    clear: right;
    padding: 5px;
  }
  .lexica_list li div.link_item img {
    margin-top: 3px;
    margin-bottom: -2px;
  }
.link_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.link_item {
  border-bottom: 1px dotted #ccc;
  padding: 7px;
  padding-bottom: 8px;
  display: block;
  clear: both;
}
/*.link_item:hover {
  background-color: #F0F0F0;

}*/
.link_item .link_item_title {
  font-weight: bold;
  font-size: 1.2em;
  color: #AA3233;
  margin-left: 140px;

}
.link_item .no_margin {
  margin-left: 0px !important;
}
.link_item .news_title {
  margin-left: 10px !important;
}
.link_item .link_item_title a {
  text-decoration: none;
  color: #AA3233;
  
}
.link_item .link_item_title a:Hover {
	text-decoration: underline;
}
.link_item .link_item_thumbnail {
  float: left;
}
.link_item .link_item_thumbnail img {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #FFFFFF;
}
.link_item .link_item_url {
  color: #999;
  font-size: 11px !important;
  font-weight: 100 !important;
  margin-top: 5px;
}
.link_item div.link_item_description {
  display: block;
  color: #606060 !important;
  font-size: 0.9em !important;
  padding-left: 5px;
  padding-top: 5px;
  font-weight: 500 !important;
  margin-left: 145px;
}
.link_item_more {
  text-align: right;
}
.link_item_more a {
  color: #999;
  font-size: 0.9em;
  text-decoration: none;
}
.link_item_more a:hover {
  text-decoration: underline;
}
.link_item_more_menu {
  width: 30%;
  float: right;
}
.link_item .link_item_order {
  font-weight: 800;
  font-size: 25px;
  color: #D0D0D0;
  margin-right: 10px;
  margin-bottom: -20px;

}
.link_item_more_button {
  float: right;
  background-color: #E6E6E6;
  padding: 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  display: block;
  width: 30px;
  text-align: center;
  border: 3px solid #fff;
}

.link_item_details {
  display: none;
  clear: both;
  padding-top: 2px;
}
.link_button_close {
  position: relative;
  right: 5px;

  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  margin-left: 205px;
}

#overlayer {
  z-index: 97;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#advertisment {
  width: 250px;
  background-color: #FFF3D4;
  padding: 10px;
  color: #666666 !important;
}
  #advertisment a {
    font-weight: bold;
    text-decoration: none;
  }
  #advertisment font {
    color: #333 !important;
  }
.ajax_loading_top {
  float: right;
  margin-right: 5px;
  margin-top: 9px;
}
.ajax_loading_right {
  position: fixed;
 /* top: 50%;
  left: 50%;
 */
 top: 60px;
 right: 40px;
 z-index: 222;
  width: 32px;
  height: 32px;
  border: 7px solid #F0F0F0;
  padding: 25px;
  margin-left: -19px;
  margin-top: -19px;
  background-color: #fff;
  color: #cc0000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

#sidebar {
	float: left;
	margin-left: 10px;
	margin-top: 80px;
	width: 220px;
}

.social_bookmarks a img{
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px;
}
.social_bookmarks a:Hover img {
	background-color: #f0f0f0;
	border-color: #cc0000;
}

.sidebar_widget {
	margin-bottom: 25px;
}

.sidebar_news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}	
.sidebar_news li {
	border-bottom: 1px solid #e0e0e0;
	padding: 2px;
}

#sl_layer {
	background-color: #cc0000;
	border: 1px solid #f0f0f0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #ffffff;
	
	text-align: center;
}
	#sl_layer .content {
		padding: 5px;
		text-align: left;
	}
	#sl_layer .content ul {
		margin-left: 15px;
		font-weight: bold;
		margin-top: 10px;
	}
	#sl_layer a {
		color: #fff;
	}	
	#sl_layer .sl_arrow {
		margin-top: -15px;
	}