body, h1, h2, h3, p, ul, ol, li {
  margin: 0px;
  padding: 0px;
}

body {
  background:  #f9f9f9;
  /*background: #fff url(/images/background.png) 0px 0px repeat; */
  color: black;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
  text-align: left;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #316e9d;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1 {
  color: #0090b1;
  font-size: 18px;
  font-weight: normal;
  padding: 28px 20px 14px 25px;
}

label {
  cursor: pointer;
}

button {
  border: none;
  overflow: visible;
  background-color: #b6eaf5;
  border: 1px solid #90daeb;
  color: #025367;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  cursor: pointer;
}

button:hover {
  background-color: #9FE3F2;
}

button.white {
  border: 1px solid #d2cfcb;
  background-color: #e6dfdd;
  color: #362d13;
}

button.white:hover {
  background-color: #f4f0ec;
}

.button_bg {
  /* background: transparent url(/images/button_shadow.png) center bottom no-repeat; */
  width: 120px;
  padding-bottom: 10px;
  overflow: hidden;
  padding-left: 28px;
}

a.button {
  float: left;
  display: block;
  padding-left: 12px;
  background: transparent url(/images/button_bg.png) 0px 0px no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}

a.button span {
  display: block;
  padding: 5px 12px 0px 0px;
  background: transparent url(/images/button_bg.png) right 0px no-repeat;
  height: 20px;
}

a.button:hover {
  background-position: 0px -25px;
}

a.button:hover span {
  background-position: right -25px;
}

a.button.green {
  background-position: 0px -150px;
  color: #243907;
}

a.button.green span {
  background-position: right -150px;
}

a.button.green:hover {
  background-position: 0px -175px;
}

a.button.green:hover span {
  background-position: right -175px;
}

a.button.blue {
  background-position: 0px -50px;
  color: #0b5f71;
}

a.button.blue span {
  background-position: right -50px;
}

a.button.blue:hover {
  background-position: 0px -75px;
}

a.button.blue:hover span {
  background-position: right -75px;
}

a.button.white {
  background-position: 0px -100px;
  color: #362d13;
}

a.button.white span {
  background-position: right -100px;
}

a.button.white:hover {
  background-position: 0px -125px;
}

a.button.white:hover span {
  background-position: right -125px;
}

/*** HEADER ***/

#header {
  height: 132px;
  background: #f1fbfe url(/images/header_bg2.png) top center no-repeat;
}

#header .center {
  width: 961px;
  height: 132px;
  margin: 0px auto;
}

#header a.logo {
  margin: 18px 0px 7px 0px;
  float: left;
}

#header form {
  float: right;
  padding-top: 18px;
}

#header label {
  color: #418fa0;
  display: block;
  font-size: 10px;
  padding: 0px 0px 2px 29px;
}

#header input {
  float: left;
  border: 1px solid #d1dbdd;
  background-color: #fff;
  padding: 5px 4px;
  color: #7B878A;
}

#header button {
  height: 29px;
  width: 29px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url(/images/icon_search.png) 0px 0px no-repeat;
  float: left;
  cursor: pointer;
  border: none;
  padding: 0px;
}

/*** NAVIGATION ***/

#nav ul {
  list-style-type: none;
  height: 47px;
  background: #c5effa url(/images/nav_bg.png) 0px 0px repeat-x;
  clear: both;
}

#nav li {
  float: left;
  position: relative;
  z-index: 1000;
}

#nav a {
  display: block;
  background: #c5effa url(/images/nav_bg.png) 0px -47px no-repeat;
  padding-left: 26px;
  color: #025367;
  text-decoration: none;
  font-size: 14px;
  text-shadow: #fff 1px 1px 0px;
}

#nav a span {
  display: block;
  background: #c5effa url(/images/nav_bg.png) right -47px no-repeat;
  padding: 16px 26px 0px 0px;
  height: 31px;
}

#nav a:hover {
  color: #0399BE;
}

#nav li.first a {
  background-position: -2px -47px;
}

#nav li.active a {
  background-position: 0px -94px;
  color: #264507;
}

#nav li.active a span {
  background-position: right -94px;
}

/*** SUBMENU ***/

#nav ul ul {
  display: none;
  position: absolute;
  left: 1px;
  top: 100%;
  z-index: 1100;
}

#nav ul ul li {
  float: none;
  width: 160px;
  border: 1px solid #90daeb;
  border-top: none;
}

#nav ul ul a {
  background: #c5effa;
}

#nav ul ul span {
  background: #c5effa;
  padding: 10px 10px 10px 0px;
  height: auto;
}

#nav li:hover ul {
  display: block;
}

/*** WRAP ***/

#wrap {
  background: transparent url(/images/shadow.png) 0px 0px repeat-y;
  width: 975px;
  padding-left: 15px;
  margin: 0px auto;
  overflow: hidden;
}

/*** CONTENT ***/

#content {
  width: 632px;
  min-height: 1000px;
  float: left;
}

#content input, #content select {
  margin-left: 10px;
  border: 1px solid #9ed6e2;
  padding: 3px 4px;
  width: 350px;
  color: #308EA3;
  background: #fff;
}

#content textarea {
  padding: 4px;
  border: 1px solid #9ed6e2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -border-radius: 6px;
  margin-left: 10px;
  padding: 3px 4px;
  width: 350px;
  color: #308EA3;
  display: block;
}

#content label {
  color: #418fa0;
  display: block;
  padding: 10px 0px 2px 10px;
}

#content button {
  margin: 10px;
}

/*** LATEST NEWS ***/

#latest_news {
  height: 198px;
  padding: 25px 20px 0px 22px;
  background: #fdffff url(/images/top_row_bg.png) 0px 0px repeat-x;
  overflow: hidden;
}

#latest_news h2 {
  color: #608c8e;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}

#latest_news h3 {
  color: #0090b1;
  font-size: 18px;
  font-weight: normal;
}

#latest_news .item {
  overflow: hidden;
}

#latest_news .img {
  float: left;
  border: 1px solid #a4b1b4;
}

#latest_news .content {
  float: left;
  width: 390px;
  padding-left: 10px;
  color: #042d48;
}

#latest_news p {
  padding: 6px 0px;
}

#latest_news .info {
  color: #226276;
}

#latest_news .info a {
  color: #316e9d;
  text-decoration: underline;
}

#latest_news .info a:hover {
  text-decoration: none;
}

#latest_news .all {
  float: right;
}

/*** HOME SERVICES ***/

#home_services {
  overflow: hidden;
  border-bottom: 1px solid #e3ebed;
  padding: 20px;
}

#home_online_help {
  float: left;
  width: 285px;
  color: #09677c;
}

#home_online_help h2 {
  font-size: 16px;
  font-weight: normal;
  color: #0090b1;
}

#home_online_help .about {
  padding: 16px 0px 16px 45px;
  background: transparent url(/images/icon_questionmark.png) 0px 16px no-repeat;
}

#home_online_help ul {
  list-style-type: none;
  height: 165px;
}

#home_online_help li {
  padding: 0px 0px 14px 45px;
}

#home_online_help li a {
  display: block;
  padding-left: 24px;
  background: transparent url(/images/dot_blue.png) 0px center no-repeat;
  color: #042d48;
  text-decoration: underline;
  font-size: 14px;
}

#home_online_help li a:hover {
  text-decoration: none;
}

#home_online_help .button {
  margin-left: 69px;
}

#home_library {
  float: left;
  width: 280px;
  padding-left: 25px;
  color: #5b9913;
}

#home_library h2 {
  font-size: 16px;
  font-weight: normal;
  color: #5b8727;
}

#home_library .about {
  padding: 16px 0px 16px 45px;
  background: transparent url(/images/icon_detail.png) 0px 16px no-repeat;
}

#home_library ul {
  list-style-type: none;
  min-height: 165px;
}

#home_library li {
  padding: 0px 0px 15px 10px;
}

#home_library li a {
  display: block;
  padding-left: 24px;
  background: transparent url(/images/dot_green.png) 0px center no-repeat;
  color: #1d3700;
  text-decoration: underline;
  font-size: 14px;
}

#home_library li a:hover {
  text-decoration: none;
}

#home_library li span {
  display: block;
  padding-left: 24px;
}

#home_library .button {
  margin-left: 10px;
}

/*** HOME NEWS ***/

#home_news {
  padding: 18px 20px 0px 25px;
}

#home_news h2 {
  color: #608c8e;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 8px;
}

#home_news h2 span {
  float: right;
  color: #9a9ea2;
  font-weight: normal;
  font-size: 10px;
  margin-top: 2px;
}

#home_news h3 {
  color: #0090b1;
  font-size: 14px;
  font-weight: normal;
}

#home_news .item {
  overflow: hidden;
  padding-bottom: 28px;
}

#home_news .img {
  float: left;
  border: 1px solid #a4b1b4;
  margin-right: 10px;
}

#home_news .content {
  float: left;
  /*width: 460px;*/
  width: 390px;
  /*padding-left: 24px;*/
  color: #042d48;
}

#home_news .wide {
  	width: 550px;
}

#home_news p {
  padding: 4px 0px;
}

#home_news .info {
  color: #226276;
}

#home_news .info a {
  color: #316e9d;
  text-decoration: underline;
}

#home_news .info a:hover {
  text-decoration: none;
}

/*** HOME BUSINESS NEWS ***/

#home_business_news {
  padding: 0px 20px 0px 25px;
}

#home_business_news h2 {
  color: #608c8e;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 8px;
}

#home_business_news h2 span {
 float: right;
  color: #9a9ea2;
  font-weight: normal;
  font-size: 10px;
  margin-top: 2px;

}

#home_business_news ul {
  list-style-type: none;
}

#home_business_news li {
  padding-bottom: 10px;
  color: #9a9ea2;
  overflow: hidden;
}

#home_business_news a {
  color: #0e4570;
  float: left;
  padding: 4px 0px 0px 12px;
}

#home_business_news .date {
  float: left;
  border: 1px solid #e0e0e0;
  padding: 3px 0px;
  text-align: center;
  width: 43px;
}


/* HOME LINKS */

#home_links {
  padding: 15px 20px 0px 25px;
}

#home_links h2 span a {
  float: right;
  color: #9a9ea2;
  font-weight: normal;
  font-size: 10px;
  margin-top: 2px;
}

#home_links h2 {
  display: block;
  padding: 0px;
  color: #608c8e;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 8px;
  text-decoration: none;
}

#home_links ul {
  list-style-type: none;
}

#home_links li {
  padding-bottom: 10px;
  color: #9a9ea2;
  overflow: hidden;
}

#home_links li ul {
  list-style-type: none;
  padding-left: 10px;
  padding-top: 4px;
}

#home_links li ul li {
  padding-bottom: 0;
}

#home_links a {
  color: #0e4570;
  float: none;
  padding: 4px 0px 0px 12px;
}

/*** ARTICLE ***/

#article {
  padding: 0px 20px 20px 25px;
  color: #042d48;
}

#article h2 {
  color: #0090b1;
  font-size: 16px;
  padding-top: 7px;
  font-weight: normal;
}

#article p {
  padding: 7px 0px;
}

#article ul, #article ol {
  padding-left: 25px;
}

#article .article_pad {
  padding-left: 45px;
}

#article .article_subpad {
  padding-left: 15px;
}

#article .img {
  float: left;
  margin-right: 10px;
}

/*** LIBRARY LIST ***/

#lib_intro {
  color: #5b9913;
  padding: 16px 20px 16px 70px !important;
  background: transparent url(/images/icon_detail.png) 25px 16px no-repeat;
}

#library_list {
  padding-left: 70px;
}

#library_list h2 {
  color: #0090b1;
  font-size: 16px;
  font-weight: normal;
}

#library_list ul {
  list-style-type: none;
  padding: 18px 20px 30px 15px;
}

#library_list li {
  padding-bottom: 16px;
  color: #232422;
}

#library_list li a {
  color: #ff7800;
}

#library_list li p {
  padding-top: 2px;
}

/*** FORUM THEMES ***/

#forum_intro {
  color: #09677c;
  padding: 16px 20px 16px 70px !important;
  background: transparent url(/images/icon_questionmark.png) 25px 16px no-repeat;
}

#forum_themes {
  padding-left: 70px;
}

#forum_themes h2 {
  color: #0090b1;
  font-size: 16px;
  font-weight: normal;
}

#forum_themes ul {
  list-style-type: none;
  padding-top: 20px;
}

#forum_themes li {
  float: left;
  width: 50%;
  padding-bottom: 14px;
}

#forum_themes li a {
  display: block;
  padding-left: 24px;
  background: transparent url(/images/dot_blue.png) 0px center no-repeat;
  color: #042d48;
  text-decoration: underline;
  font-size: 14px;
}

#forum_themes li a:hover {
  text-decoration: none;
}

/*** FORUM TOPICS ***/

#forum_topics {
  padding: 0px 20px 0px 70px;
}

#forum_topics h2 {
  color: #0090b1;
  font-size: 16px;
  font-weight: normal;
}

#forum_topics table {
  width: 100%;
  margin-top: 5px;
  color: #334448;
}

#forum_topics th, #forum_topics td {
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 12px;
}

#forum_topics td .center {
  text-align: center;
}
#forum_topics th.center, #forum_topics td.center {
  text-align: center;
}

#forum_topics th {
  font-size: 10px;
}

#forum_topics a.title {
  color: #0090b1;
  font-size: 14px;
}

#forum_topics a.button {
  margin-top: 20px;
}

/*** FORUM TOPIC ***/

#forum_topic {
  padding: 0px 20px 0px 70px;
}

#forum_topic h2 {
  color: #0090b1;
  font-size: 16px;
  font-weight: normal;
}

#forum_topic .question {
  color: #249dc5;
  margin-top: 15px;
}

#forum_topic .answer {
  color: #40530e;
  margin-top: 18px;
}

#forum_topic .add_comment {
  color: #06252c;
  margin-top: 25px;
}

#forum_topic .box {
  border: 1px solid #b7eaf6;
  background-color: #f2fbfe;
  color: #114d5b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -border-radius: 6px;
  padding: 12px 14px;
  margin-top: 16px;
}

#forum_topic .box.green {
  border: 1px solid #ccf79b;
   background-color: #f3ffe6;
   color: #1a2b05;
}

#forum_topic .info {
  color: #042d48;
  padding-bottom: 16px;
}

#forum_topic textarea {
  padding: 4px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -border-radius: 6px;
  margin: 16px 0px 8px 0px;
  width: 534px;
}


/*** SIDEBAR ***/

#sidebar {
  width: 330px;
  float: left;
}

#sidebar .title {
  color: #0e4570;
  font-size: 14px;
  padding: 22px 0px 8px 0px;
  background: transparent url(/images/sidebar_title_bg.png) 0px bottom no-repeat;
}

/*** LOGIN FORM ***/

#sidebar_login {
  height: 196px;
  overflow: hidden;
  background: #fdffff url(/images/top_row_bg.png) 0px 0px repeat-x;
  padding: 22px 0px 5px 0px;
}

#sidebar_login form {
  border-left: 1px solid #d2ecf2;
  padding-left: 17px;
  background: transparent url(/images/maskot2.png) right 8px no-repeat;
  overflow: hidden;
}

#sidebar_login .title {
  color: #608c8e;
  background: none;
  padding-top: 0px;
}

#sidebar_login label {
  display: block;
  padding: 8px 0px 2px 10px;
  color: #88aab1;
}

#sidebar_login input {
  margin-left: 10px;
  border: 1px solid #9ed6e2;
  padding: 3px 4px;
  width: 190px;
  color: #308EA3;
  background: #fff;
}

#sidebar_login input.checkbox {
  margin: 0px;
  padding: 0px;
  width: auto;
  vertical-align: middle;
}

#sidebar_login .button_bg {
  padding-top: 32px;
  float: left;
}

#sidebar_login .remember_me {
  float: left;
  padding: 30px 0px 0px 5px;
  color: #616161;
  font-size: 10px;
}
#sidebar_login .forgotten {
  float: left;
  padding: 6px 0px 0px 21px;

  color: #616161;
  font-size: 10px;
}
#user-lost-password input{
width:220px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#user-lost-password {
margin-top:40px;
width: 270px;
margin-left: 170px;
background: #f7f7f7;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 10px;
}

/*** USER PROFILE ***/

#sidebar_user {
  height: 196px;
  overflow: hidden;
  background: #fdffff url(/images/top_row_bg.png) 0px 0px repeat-x;
  padding: 22px 0px 5px 0px;
}

#sidebar_user .content {
  border-left: 1px solid #d2ecf2;
  padding-left: 17px;
  background: transparent url(/images/maskot2.png) right 8px no-repeat;
  overflow: hidden;
  height: 180px;
}

#sidebar_user .title {
  color: #608c8e;
  background: none;
  padding-top: 0px;
}

#sidebar_user label {
  display: block;
  padding: 8px 0px 2px 10px;
  color: #88aab1;
  cursor: auto;
}

#sidebar_user .field {
  margin-left: 10px;
  color: #308EA3;
}

#sidebar_user a.logout {
  display: block;
  margin-top: 25px;
  padding-left: 10px;
  color: #e28d29;
  text-decoration: underline;
}

#sidebar_user a.logout:hover {
  text-decoration: none;
}

/*** REGISTER ***/

#sidebar_register {
  padding: 0px 0px 10px 17px;
  border-left: 1px solid #e4eced;
}

#sidebar_register ul {
  list-style-type: none;
}

#sidebar_register li {
  padding: 7px 0px 7px 32px;
  background: transparent url(/images/icon_check.png) 5px 10px no-repeat;
  color: #042d48;
}

#sidebar_register .button_bg {
  padding: 10px 0px 10px 20px;
  margin-left: 55px;
}

/*** FORUM ***/

#sidebar_forum {
  padding: 0px 0px 20px 17px;
  border-left: 1px solid #e4eced;
  background: transparent url(/images/icon_coffee.png) 20px 110px no-repeat;
  overflow: hidden;
}

#sidebar_forum p {
  padding: 14px 30px 40px 14px;
  color: #042d48;
}

#sidebar_forum .button {
  margin-left: 110px;
  width: 110px;
  text-align: center;
}

#sidebar_forum .note {
  position: relative;
  top: -25px;
  left: 100px;
  width: 150px;
  font-size: 80%;
}

/*** POLL ***/

#sidebar_poll {
  padding: 0px 0px 10px 17px;
  border-left: 1px solid #e4eced;
}

#sidebar_poll p {
  padding: 14px 30px 0px 14px;
  color: #042d48;
}

#sidebar_poll ul {
  list-style-type: none;
}

#sidebar_poll li {
  padding: 10px 30px 0px 14px;
}

#sidebar_poll a {
  color: #042d48;
}

#sidebar_poll .bar-bg {
  width: 264px;
  background: #dee6ef;
}

#sidebar_poll .bar {
  background-color: #13c4ef;
  color: #fff;
  padding: 2px;
  text-align: right;
}

/*** CONTACT FORM ***/

#sidebar_contact {
  padding: 0px 0px 20px 17px;
  border-left: 1px solid #e4eced;
}

#sidebar_contact form {
  padding: 14px 30px 0px 14px;
  color: #042d48;
}

#sidebar_contact input, #sidebar_contact textarea {
  margin-top: 10px;
  border: 1px solid #d0d0d0;
  color: #9c9c9c;
  padding: 4px;
}

#sidebar_contact input {
  width: 140px;
}

#sidebar_contact textarea {
  width: 246px;
  margin-bottom: 10px;
}

/*** CONTACT PARTNERS ***/

#sidebar_partners {
  padding: 0px 20px 20px 17px;
  border-left: 1px solid #e4eced;
}

/*** FOOTER ***/

#footer {
  clear: both;
  width: 990px;
  margin: 0px auto;
  background: transparent url(/images/shadow_bottom.png) 0px 0px no-repeat;
  padding: 35px 0px 25px 0px;
  overflow: hidden;
}

#footer .about {
  float: left;
  width: 550px;
  padding-left: 30px;
  color: #6a6b6c;
}

#footer .title {
  font-size: 15px;
  font-weight: bold;
}

#footer p {
  padding: 10px 0px 8px 0px;
}

#footer a {
  color: #6a6b6c;
}

#footer .partners {
  float: left;
  padding: 10px;
}

#footer .partners a {
  margin-right: 20px;
}

/*** FORM ***/

#content .form {
  min-height: 410px;
  padding: 20px 30px 35px 34px;
  color: #06163D;
}

#content .form th {
  text-align: right;
  font-weight: normal;
  padding-right: 12px;
  color: #08266e;
}

#content .form th.required {
  background: transparent url(/images/required.gif) right center no-repeat;
}

#content .form td {
  padding: 6px 0px;
}

#content .form input.checkbox {
  margin: 0px;
  padding: 0px;
  width: auto;
  vertical-align: middle;
}

#content .form input, #content .form textarea, #content .form select {
  width: 255px;
  padding: 5px;
  border: 1px solid #d0e2ea;
  background: #ecf4ff;
  color: #08266e;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#content .form textarea {
  width: 450px;
}

#content .form select {
  padding: 4px 5px;
  width: 265px;
}

/*** STATUS ***/

.status_success, .status_warning, .status_failed {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 98%;
  padding: 10px 0px;
  font-size: 16px;
  text-align: center;
  z-index: 1500;
  font-weight: bold;
  display: none;
  opacity: 0.9;
  z-index: 9999;
}

.status_success {
  border: 2px solid #5cb327;
  background-color: #86ca5d;
  color: white;
}

.status_warning {
  border: 2px solid #FFFF62;
  background-color: #FFFFC4;
  color: black;
}

.status_failed {
  border: 2px solid #be1a25;
  background-color: #ff1f28;
  color: white;
}

.status_success.static, .status_warning.static, .status_failed.static {
  position: static;
  left: auto;
  top: auto;
  margin-bottom: 10px;
}

/*** PAGING ***/
  
.paging {
  float: left;
  height: 40px;
  padding: 8px 0px 0px 0px;
  clear: both;
  color: #025367;
}
  
.paging a, .paging span {
  display: block;
  float: left;
  width: 21px;
  height: 17px;
  margin-right: 5px;
  padding-top: 4px;
  border: 1px solid #90daeb;
  color: #025367;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

.paging a:hover, .paging a.active {
  border: 1px solid #90daeb;
  background-color: #9fe3f2;
}
  
.paging a.active {
  cursor: default;
}
  
.paging span {
  border: none;
}

.paging a.first, .paging a.prev, .paging a.next, .paging a.last {
  width: 23px;
  height: 23px;
  padding: 0px;
  border: none;
  background: transparent url(/images/paging_bg.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.paging a.first:hover {
  background-position: left bottom;
}

.paging a.prev {
  background-position: -23px top;
}

.paging a.prev:hover {
  background-position: -23px bottom;
}

.paging a.next {
  background-position: -46px top;
}

.paging a.next:hover {
  background-position: -46px bottom;
}

.paging a.last {
  background-position: right top;
}

.paging a.last:hover {
  background-position: right bottom;
}

.paging em {
  float: left;	
  font-style: normal;
  margin-top: 5px;
}


/*** GOTO ***/

#goto_page {
  float: right;
  padding: 0px 0px 0px 0px;
  color: #272727;
  font-size: 11px;
}

#goto_page label {
  display: block;
  float: left;
  padding: 14px 5px 0px 0px;
}

#goto_page .input {
  margin-right: 5px;
}

#goto_page .input input {
  width: 25px;
  text-align: center;
}

input#goto_input {
  width: 21px;
  margin-top:0;
}



#library {
  float: left;
  width: 500px;
  padding-left: 25px;
  color: #5b9913;
}

#library ul {
  list-style-type: none;
  min-height: 260px;
}

#library li {
  padding: 0px 0px 25px 10px;
}

#library li a {
  display: block;
  padding-left: 24px;
  background: transparent url(/images/dot_green.png) 0px center no-repeat;
  color: #1d3700;
  text-decoration: underline;
  font-size: 14px;
}

#library li a:hover {
  text-decoration: none;
}

#library li span {
  display: block;
  padding-left: 24px;
}


/********* FACEBOOK *********/

#facebook {
  padding-top:34px;
  /*padding-left: 570px;*/
  padding-left: 50px;
  width: 140px;
  color: #a1b1b5;
  float: left;
}

#facebook a {
  color: #2baed3;
}

#facebook img {
  padding-right: 5px;
  float: left;
}

a.link {
  text-decoration:underline;
}

/********* PODNIKATELSKY KLUB *********/

#klub-loga {
  clear: both;
}

#klub-loga li {
  float: left; 
  margin: 0px 30px 20px 0px;
  list-style: none;
  -moz-box-shadow: 0px 0px 10px #aeaeae;
  -webkit-box-shadow: 0px 0px 10px #aeaeae;
  box-shadow: 0px 0px 10px #aeaeae;
  border: 2px solid #fff;
}

.ads {
	border: 1px dotted #a7ec03;
	margin-left: -5px;
	margin-bottom: 15px;
	padding: 20px;
	color: #8fcb00;
	font-weight:bold;
	text-align: center;
	background-color: #f7fcea;
	font-size: 14px;
}

.ads a {
	color: #8fcb00;	
}	
