/*
Theme Name: Internet pro všechny
Description: Webové stránky portálu Internet pro všechny.cz
Theme URI: http://www.internetprovsechny.cz
Version: 1.0
Author: Tomáš Gluchman
Author URI: http://gluchman.sk
*/

body {
  margin: 0;
  padding: 0;
  background: url(img/bg-body2.png) repeat-x 0 0 #fff;
  text-align: center;
  font-family: Verdana, 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  font-size: 80%;
}

#shadower {
  background: url(./img/bg-shadow-1000.png) repeat-y top center;
}

#body-wrapper {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

#top-banner {
  position: relative;
  margin: 0;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  float: right;
}

#header {
  position: relative;
  height: 130px;
  margin: 30px 0 5px;
  padding: 0;
}

#header-meta {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 10px;
  line-height: 25px;
  font-size: 80%;
  text-align: right;
}

#header-meta a {
  text-decoration: none;
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 5px;
}

#header-meta a:hover {
  text-decoration: underline;
}

#body {
  background: url(eimg/bg-line.png) repeat-y 600px 0 #fff;
  padding-bottom: 20px;
  margin-right: 20px;
  font-size: 90%;
}

#body p {
  line-height: 150%;
}

#footer {
  clear: both;
  margin: 0;
  text-align: center;
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 85%;
  background: url(./img/bg-footer2.png) top left repeat-x;
}

#footer-content {
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  width: 1080px;
  background: url("./img/bg-shadow-1000.png") repeat-y scroll center top transparent;
}

#footer p {
  margin: 0 0 10px;
}

#footer ul {
  line-height: 150%;
}

#footer h3 {
  margin: 0 0 10px;
}

h1 {
  position: relative;
  top: 18px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 250px;
  height: 67px;
  line-height: 67px;
  overflow: hidden;
  font-size: 180%;
  text-align: center;
  cursor: pointer;
}

h1 span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/logo-sm.png) no-repeat top left;
  z-index: 999;
  cursor: pointer;
}

h2 {
  margin: 0;
}

a {
  color: #355675;
}

a:hover {
  color: #2174BF;
}

div.b-internet a {
}

#motto {
  position: absolute;
  left: 250px;
  top: 20px;
  width: 250px;
  text-align: center;
  font-size: 120%;
  line-height: 50px;
  color: #385B7B;
  font-style: italic;
}

#ipv46 {
  z-index: 1000;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -20px;
  top: 30px;
  width: 40px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-weight: normal;
  font-size: 90%;
}

#ipv46 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  background-repeat: no-repeat;
}

.ipv4 span {
  background-image: url(img/ipv46_orange.png);
}

.ipv6 span {
  background-image: url(img/ipv46_green.png);
}

#search-login {
  position: absolute;
  right: 170px;
  bottom: 0;
  background: url(img/button-gray-265.png) no-repeat 0 0;
  height: 40px;
  width: 265px;
}

#search-login p {
  float: left;
  margin: 0 20px;
  padding: 0;
  line-height: 40px;
  color: #fff;
}

#search-login a {
  color: white;
}

#rss-button, #fb-button, #tw-button {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  overflow: hidden;
}

#fb-button {
  right: 70px;
}

#tw-button {
  right: 120px;
}

#rss-button a, #fb-button a, #tw-button a {
  position: relative;
  display: block;
}

#rss-button a span, #fb-button a span, #tw-button a span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/rss.png) no-repeat top left;
  z-index: 999;
}

#fb-button a span {
  background: url(img/fb.png) no-repeat top left;
}

#tw-button a span {
  background: url(img/tw.png) no-repeat top left;
}

#rss-button a:hover span, #fb-button a:hover span, #tw-button a:hover span  {
  background-position: 0 -40px;
}

#top-menu, #mob-button {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 15px;
  top: -23px;
  height: 15px;
  line-height: 17px; 
}

#mob-button {
  left: 20px;
}

#top-menu li, #mob-button li {
  float: left;
  margin: 0;
  color: #fff;
}

#top-menu li a, #mob-button li a {
  color: #fff;
  font-size: 80%;
  text-decoration: none;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}

#mob-button li a {
  text-transform: uppercase;
  font-weight: normal;
}

#top-menu li a:hover, #mob-button li a:hover {
  text-decoration: underline;
  color: #F7E200;
}

ul#main-menu, ul#fb-menu {
  position: absolute;
  list-style: none;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  padding: 0;
  margin: 0;
}

ul#main-menu {
  left: 15px;
}

ul#main-menu li {
  display: block;
  float: left;
  margin: 0 5px;
}

ul#main-menu li strong, ul#main-menu li a {
  display: block;
  padding: 0 0 0 20px;
  background: url(img/button-white.png) no-repeat left top;
  text-transform: uppercase;
  font-size: 110%;
  text-decoration: none;
  color: #333;
}

ul#main-menu li span {
  display: block;
  padding: 0 20px 0 0;
  background: url(img/button-white.png) no-repeat right top;
}

ul#main-menu li.inactive strong, ul#main-menu li.inactive strong span {
  color: #ddd;
  background-image: url(img/button-gray.png);
  font-weight: normal;
}  

ul#main-menu li a, ul#main-menu li a span {
  color: #000;
  background-image: url(img/button-gray.png);
}

ul#main-menu li a:hover {
  background-position: 0 -40px;
}

ul#main-menu li a:hover span {
  background-position: right -40px;
}

ul#main-menu li#b-internet a, ul#main-menu li#b-internet a span {
  background-image: url(img/button-yellow.png);
  color: #fff;
}

ul#main-menu li#b-technologie a, ul#main-menu li#b-technologie a span {
  background-image: url(img/button-blue.png);
  color: #fff;
}

ul#main-menu li#b-technologie strong, ul#main-menu li#b-technologie strong span,
ul#main-menu li#b-technologie a.active, ul#main-menu li#b-technologie a.active span {
  background-image: url(img/button-blue-active.png);
  color: #fff;
}

ul#main-menu li#b-internet strong, ul#main-menu li#b-internet strong span,
ul#main-menu li#b-internet a.active, ul#main-menu li#b-internet a.active span {
  background-image: url(img/button-yellow-active.png);
  color: #fff;
}

ul#main-menu li a.active {
  font-weight: bold;
}

ul#main-menu li a.active:hover {
  background-position: top left;
}

ul#main-menu li a.active:hover span {
  background-position: top right;
}

ul#fb-menu {
  right: 10px;
}

ul#fb-menu li {
  width: 253px;
  position: relative;
}

ul#fb-menu li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 253px;
  background: url(img/button-facebook-40px.png) no-repeat left top;
}

div#main-column, div#front-column {
  position: relative;
  float: left;
  width: 570px;
}

#article #main-column {
  width: 650px;
}

div#front-column {
  width: 570px;
}

div#left-column {
  clear: both;
  float: left;
  font-size: 90%;
  width: 220px;
}

div#right-column, div#front-right-column {
  float: right;
  width: 410px;
  padding-top: 15px;
}

#article #right-column {
  width: 330px;
}

div#front-right-column {
  width: 410px;
}

div#right-column .right-left, div#front-right-column .right-left {
  float: left;
  width: 180px;
}

div#right-column .right-right, div#front-right-column .right-right {
  float: right;
  width: 220px;
}

div#section-header {
  color: #fff;
  width: 1000px;
}

div#section-header.sh-technologie {
  background: url(img/dot-blue.png) #274F7E;
  background-color: #2F487C;
}

div#section-header.sh-internet {
  background: url(img/dot-yellow.png) #645101;
  background: #645101;
}

div#section-header p {
  margin: 0;
  line-height: 30px;
  padding: 0 20px;
}

div#right-info {
  color: #fff;
  margin: 0 -20px;
  padding: 20px;
  line-height: 150%;
}

div#right-info p {
  margin: 0 0 10px;
}

div#right-info a {
  color: #fff;
}

#ad-1, #ad-2 {
  margin: 0;
  position: absolute;
  top: 150px;
  border: 0 none;
  border-color: rgb(85.1%, 85.1%, 85.1%);
  border-style: solid;
  background-color: #fff;
}

#ad-1 img, #ad-2 img {
  border: 0 none;
}

#ad-1 {
  /* left: 148px; */
  border-width: 1px 0 1px 1px;
  padding: 5px 5px 10px 10px;
  /* border-right: 1px solid #fff; */
}

#ad-2 {
  left: 1000px;
  border-width: 1px 1px 1px 0;
  padding: 5px 10px 10px 5px;
  /* border-left: 1px solid #fff; */
}

#sm-toolbar {
  margin: 5px 15px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  position: relative;
}

#sm-toolbar a {
  display: inline-block;
  position: relative;
  background-image: url(img/button-sm-bg.png);
  background-position: 0 -40px;
  color: #fff;
  margin: 0 1px 0 0;
  padding: 0;
  text-decoration: none;
}

#sm-toolbar a:hover, #sm-toolbar a:hover span {
  background-position: 0 -160px;
}

#sm-toolbar a span {
  margin: 0;
  display: block;
  padding: 0 15px;
  background-image: url(img/button-sm-bg.png);
  background-position: 0 -40px;
  background-repeat: no-repeat;
}

#sm-toolbar #sm-tb-left span, #sm-toolbar #traceroute span {
  background-position: 0 0;
}

#sm-toolbar #sm-tb-right span {
  background-position: 100% -80px;
}

#sm-toolbar #sm-tb-left:hover span, #sm-toolbar #traceroute:hover span {
  background-position: 0 -120px;
}

#sm-toolbar #sm-tb-right:hover span {
  background-position: 100% -200px;
}


div#tag-cloud {

}

div#tag-cloud .wrd{padding:0;position:relative}
div#tag-cloud .wrd a{text-decoration:none}
div#tag-cloud .tagcloud0{font-size:0.2em;color:#ACC1F3;z-index:10}
div#tag-cloud .tagcloud0 a{color:#ACC1F3}
div#tag-cloud .tagcloud1{font-size:0.4em;color:#ACC1F3;z-index:9}
div#tag-cloud .tagcloud1 a{color:#ACC1F3}
div#tag-cloud .tagcloud2{font-size:0.8em;color:#86A0DC;z-index:8}
div#tag-cloud .tagcloud2 a{color:#86A0DC}
div#tag-cloud .tagcloud3{font-size:1.2em;color:#86A0DC;z-index:7}
div#tag-cloud .tagcloud3 a{color:#86A0DC}
div#tag-cloud .tagcloud4{font-size:1.6em;color:#607EC5;z-index:6}
div#tag-cloud .tagcloud4 a{color:#607EC5}
div#tag-cloud .tagcloud5{font-size:2.0em;color:#607EC5;z-index:5}
div#tag-cloud .tagcloud5 a{color:#607EC5}
div#tag-cloud .tagcloud6{font-size:2.3em;color:#4C6DB9;z-index:4}
div#tag-cloud .tagcloud6 a{color:#4C6DB9}
div#tag-cloud .tagcloud7{font-size:2.6em;color:#395CAE;z-index:3}
div#tag-cloud .tagcloud7 a{color:#395CAE}
div#tag-cloud .tagcloud8{font-size:2.9em;color:#274F7E;z-index:2}
div#tag-cloud .tagcloud8 a{color:#274F7E}
div#tag-cloud .tagcloud9{font-size:3.2em;color:#274F7E;z-index:1}
div#tag-cloud .tagcloud9 a{color:#274F7E}
div#tag-cloud .tagcloud10{font-size:3.5em;color:#274F7E;z-index:0}
div#tag-cloud .tagcloud10 a{color:#274F7E}
div#tag-cloud .freq{font-size:10pt !important;color:#bbb}


div.ri-technologie {
  background-color: #5077a1;
}

div.ri-internet {
  background-color: #a37800;
}

div#numbers {
  position: relative;
  padding: 0 20px;
}

div#numbers * {
  margin: 0;
}

div#number-list {
  position: relative;
  top: 0;
  right: 0;
  width: 180px;
  background-color: #D5D8DF;
}

div#number-list h2 {
  background-color: #75889A;
  color: #fff;
  margin: 0;
  font-size: 110%;
  padding: 5px 10px 5px 15px;
}

div#number-list ul {
  margin-left: 10px;
  font-size: 80%;
  list-style: none;
  padding: 0 0 0 10px;
}

div#number-list ul li {
  line-height: 195%;
  margin: 0;
  padding: 0;
}

div#number-day {
  background: #FFB900;
  background: #D5D9DF;
  backgeround: #fff;
  backgrouend: #Ee7C97A;
 /* float: right; */
  width: 190px;
  text-align: center;
  border: 2px solid #080808;
  border-color: #75889A;
  border-coleor: #BA8701;
  border: 0 none;
  padding: 0 0 5px;
}

div#number-day p {
  line-height: 100%;
  padding: 0;
}

div#number-day h3 {
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 0 0;
  margin: 0;
  font-size: 150%;
}

div#number-day strong {
  display: block;
  font-size: 180%;
}

div#number-day small {
  font-size: 80%;
}

div#newsies, div.dark-box, div.light-box {
  border: 1px solid #385B7B;
  background-color: #E5E5E5;
  margin-top: 15px;
  /*margin-left: 20px;*/
}

div#newsies h2, div.dark-box h2, div.light-box h2 {
  background-color: #385B7B;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 130%;
}

div#newsies h2 a, div.dark-box h2 a, div.light-box h2 a {
  color: #fff;
}

div#newsies .newsie {
  margin: 5px 10px;
  border-bottom: 1px dashed #BABDAF;
  line-height: 150%;
  font-size: 90%;
}

div#newsies .newsie h3 {
  margin: 0 0 5px;
  font-size: 110%;
}

div#newsies .newsie .meta {
  margin: 0 0 5px;
  color: #385B7B;
}

div#article-list {
  clear: right;
  padding: 10px 0 10px 10px;
  font-size: 95%;
}

div#article-list-middle {
  clear: right;
  padding: 10px 0 10px 10px;
  margin-left: 210px;
  font-size: 95%;
}

div#sm-box {
  margin: 0 0 20px;
}

div#sm-box h2 {
  font-size: 110%;
  background: #75889A;
  color: #fff;
  padding: 5px 10px;
}

div#sm-box h2 a, div#number-list h2 a {
  color: #fff;
}

div#sm-box #sm-container {
  position: relative;
  width: 330px;
  width: 220px;
  height: 220px;
  overflow: hidden;
  background: #D5D8DF;
  background: #fff;
}

div#sm-box #sm-toolbar {
  margin: 0;
  padding: 0;
  width: 220px;
  line-height: 24px;
  background: #385B7B;
  color: #fff;
}

div#sm-box #sm-toolbar a {
  display: inline-block;
  width: 155px;
  font-size: 90%;
  text-align: center;
  color: #fff;
  background: #385B7B;
}

div#sm-box #sm-toolbar a:hover {
  background: #5086B7;
}

div#sm-right {
  position: absolute;
  right: 20px;
  top: 50px;
  width: 120px;
  z-index: 20;
}

div#sm-right a {
  display: block;
  line-height: 50px;
  text-align: right;
  font-size: 130%;
}

div#sm-starter {
  width: 330px;
  width: 310px;
  width: 220px;
  height: 220px;
  position: relative;
  background: url(img/start_ipv.png) no-repeat -5px top;
  background: url(img/speedmeter_budik_new_start.png) no-repeat center top;
  background: url(img/sm_start_1.png) no-repeat 10px top;
}

div#sm-starter a {
  position: absolute;
  left: -6px;
  top: 50px;
  display: block;
  width: 210px;
  height: 120px;
  background: url(img/start_ipv.png) no-repeat -65px -50px;
  background: url(img/speedmeter_budik_new_start.png) no-repeat -5px top;
  background: url(img/sm_start_1.png) no-repeat 16px -50px;
}

div#sm-starter a:hover {
  background-position: 16px -270px;
}

div.white-box {
  clear: both;
  font-size: 95%;
  border-bottom: 2px solid #E4E8EB;
  padding: 0 0 10px;
}

div.white-box h2 {
  font-size: 120%;
  margin: 5px 0;
  padding: 5px 10px;
  background: #D5D8DF;
}

div.white-box p {
  padding: 0;
  margin: 10px 10px 0;
  text-align: justify;
}

div.meta-box {
  /* background-color: rgb(98%, 97.6%, 70.6%); */
}

div.meta-box ul {
  list-style: none;
}

div.form {
  margin: 10px 20px;
}

#body div.form p {
  text-indent: 0;
  margin: 0 0 5px;
  padding: 0 5px;
  font-size: 110%;
}

#body div.form p.nolabel {
  margin-left: 155px;
}

#body .form p label {
  display: inline-block;
  width: 150px;
  text-align: right;
}

#body .form input.text {
  width: 200px;
  padding: 5px;
  border: 1px solid;
  border-color: #ccc #aaa #aaa #ccc;
}

#body .form input.submit {
  font-size: 120%;
  padding: 5px 20px;
  font-weight: bold;
}

#body .form textarea {
  width: 495px;
  height: 100px;
  padding: 10px;
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  font-size: 100%;
  border: 1px solid;
  border-color: #ccc #aaa #aaa #ccc;
}

div#paging-np {
  margin: 10px 20px;
  height: 20px;
}

div#paging-np #pnp-left {
  float: left;
  margin: 0;
}

div#paging-np #pnp-right {
  float: right;
  margin: 0;
}

#comments {
  border: 1px solid #ccc;
  border-top-width: 5px;
  padding: 10px 20px;
  font-size: 95%;
}

#comments h2 {
  font-weight: normal;
  font-size: 160%;
  border-bottom: 1px solid #7DA1C6;
}

#comments #c-list {
  margin-bottom: 20px;
}

#comments .c-comment {
  clear: left;
  border-bottom: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 5px 20px 5px 10px;
  background-color: #f5f5f5;
}

#comments .c-comment h3 {
  margin: 0 0 10px;
  font-weight: normal;
}

#comments .c-re {
  margin: 0;
  border-left: 1px solid #ccc;
}

#comments .c-re-1 {
  margin-left: 40px;
}

#comments .c-re-2 {
  margin-left: 80px;
}

#comments .c-re-3 {
  margin-left: 120px;
}

#comments .c-re-4 {
  margin-left: 140px;
}

#comments .c-comment img.avatar {
  margin: 10px 0 0 0;
  float: left;
}

#comments .c-comment .c-body {
  margin-left: 100px;
}

div.article {
  clear: left;
  margin: 15px 20px 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #E4E8EB;
}

div.article p {
  text-align: justify;
}

div.article p+p {
  text-indent: 2em;
}

div.article h2 {
  margin: 0 0 10px;
  padding: 0;
  line-height: 140%;
}

div.article h3 {
  font-size: 130%;
  color: #274F7E;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  margin: 10px 0;
}

div.article a img {
  border: 0 none;
}

div.article img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

div.article img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

div.top-article {
  border: 1px solid #E4E8EB;
  padding: 10px 20px;
  font-size: 100%;
  background-ceolor: #FFD974;
  border-bottom: 3px solid #E4E8EB;
  margin-bottom: 10px;
}

div.top-article h2, div.read-article h2 {
  font-size: 170%;
}

div.read-article h2 {
  color: #274F7E;
  font-size: 180%;
}

div.article img.perex-image {
  float: left;
  margin: 5px 15px 5px 0;
}

div.article p.meta {
  clear: left;
  color: #707684;
  font-size: 90%;
  text-indent: 0;
  text-align: left;
}

div.article p.meta a {
  color: #707684;
}

div.article p.meta a:hover {
  color: #385B7B;
}

div.read-article .a-perex {
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  background-color: #f5f5f5;
}

div.read-article .a-perex .perex-image {
  margin-top: 15px;
}

div.dark-box, div.light-box {
  margin: 10px 0;
  font-size: 95%;
}

div.light-box {
  border: 0 none;
  background-color: #D5D8DF;
}

div.light-box h2 {
  font-size: 120%;
  font-weight: bold;
  background-color: #75889A;
}

div.a-facebook {
  background: url(img/facebook_34x34.png) top right no-repeat;
}

div.a-facebook h2, div.a-twitter h2 {
  padding-right: 40px;
}

div.a-twitter {
  background: url(img/twitter_34x34.png) top right no-repeat;
}

div.wifi-list h2 {
  background-image: url(img/wifi-logo-30x20.png);
  background-repeat: no-repeat;
  background-position: 95% ;
}

div.wifi-list ul {
  margin: 10px 0 !important;
  line-height: 150%;
}

div.wifi-list ul li, div.wifi-list #wb-cr, div.wifi-list #wb-sr {
  line-height: 25px;
  padding-left: 50px;
}

#wb-cr {
  background: url(img/vlajka-cr.png) no-repeat left;
}

#wb-sr {
  background: url(img/vlajka-sr.png) no-repeat left;
}

div.wifi-list p#wl-toolbar {
  margin: 0;
  padding: 0;
  font-size: 80%;
}

div.wifi-list p#wl-toolbar a {
  display: block;
  text-align: right;
  padding: 0 10px;
  line-height: 25px;
  font-size: 95%;
  font-weight: bold;
  color: #fff;
  background-color: #385B7B;
}

div.wifi-list p#wl-toolbar a:hover {
  background-color: #5086B7;
}

ul.no-ul {
  margin: 10px;
  padding: 0;
  list-style: none;
}

ul.no-ul li {
  margin: 0 0 5px;
}

ul.twitter, ul.last-comments {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

ul.twitter li, ul.last-comments li {
  margin: 5px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #BABDAF;
}

ul.twitter li strong {
  color: #345;
}

ul.twitter li span {
  color: #385B7B;
}

ul.last-comments li span {
  display: block;
}

p.a-more {
  text-align: right;
  padding-right: 20px;
}

div.tab-box {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}

#body div.tab-box h2 {
  position: absolute;
  float: left;
  top: 0;
  padding: 0;
  line-height: 30px;
  height: 30px;
  text-indent: 20px;
  background-color: #75889A;
  overflow: hidden;
  font-size: 110%;
}

#body div.tb-duo h2 {
  width: 50%;
}

#body div.tb-trio h2 {
  width: 33.5%;
}

#body div.tab-box h2 a {
  text-decoration: none;
  display: block;
}

div.tab-box h2.tb-1 {
  left: 0;
}

#body div.tab-box h2.tb-hon {
  background-color: #385B7B;
  background-color: #E5E5E5;
  font-weight: bold;
  height: 35px;
  z-index: 999;
}

#body div.tab-box h2.tb-hon a{
  color: #fff;
  color: #000;
}

div.tb-duo h2.tb-2 {
  left: 50%;
}

div.tb-trio h2.tb-2 {
  left: 33.3333333%;
}

div.tb-trio h2.tb-3 {
  left: 66.6666666%;
}

div.tab-box .tb-tb {
  display: none;
  border-top: 3px solid #385B7B;
  padding-top: 10px;
}

div.tab-box .tb-on {
  display: block;
}

div#ad {
  margin: 10px;
}

p.ad {
  text-align: center;
  margin: 0px;
  padding: 0;
  /*border-bottom: 1px dashed #75889A;*/
}

div.ad-box {
  border: 1px solid #D5D8DF;
  padding: 0 5px 5px 5px;
  color: #999;
}

div#ad1-sub, div#ad2-sub {
  display:none;
  text-align: center;
  padding: 0 5px 5px 5px;
  color: #999;
}

div#ad1-sub img, div#ad2-sub img {
  border: 0 none;
}

.sharer a {
  margin-right: 10px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}

.share-fb {
  background: url(img/connect_favicon.png) no-repeat left;
  padding-left: 20px;
}

.share-tw {
  background: url(img/connect_twitter.jpg) no-repeat left;
  padding-left: 20px;
}

.share-del {
  background: url(img/connect_delicious.gif) no-repeat left;
  padding-left: 15px;
}

.share-jagg {
  background: url(img/connect_jagg.png) no-repeat left;
  padding-left: 20px;
}

.ipv6-marker {
  font-weieght: bold;
  background-color: #1E9500;
  color: #fff;
  padding: 1px 2px;
  position: absolute;
  margin-left: 10px;
}

.hidden {
  display: none;
}

.clearer {
  clear: both;
}

.wf-lblue-box { border: 1px solid #385B7B;  margin: 10px 0 0 0;}
.wf-lblue-box p { background-color: #385b7b; margin: 0; color: #fff; padding: 2px 10px; font-size: 110%; line-height: 180%;}

.wf-lblue-box a { color: #fed004; text-decoration: underline; font-weight: bold;}

