select {
}
/*#>webmasters page*/
#webmasters-page #site-content { background-image: url(../img/icon-content.png); }
#webmasters-page #money { background-image: url(../img/icon-money.png); }
#webmasters-page #traffic { background-image: url(../img/icon-traffic.png); }

#webmasters-page .w1 { width: 120px; } /* (width - 130) / 6 - 20   */
#webmasters-page .w2 { width: 260px; } /* (width - 130) / 3 - 20   */
#webmasters-page .w4 { width: 540px; } /* (width - 130) / 3 * 2 - 20   */
#webmasters-page .w6 { width: 820px; } /* (width - 130) - 20   */
#webmasters-page {
  color: #333;
  font-size: 13px;
}
#webmasters-page .wmbox {
  padding-left: 130px;
  background-repeat: no-repeat;
  background-position: 0 10px;
  min-height: 150px;
  margin-bottom: 20px;
}
#webmasters-page h1 {
  font-size: 1.7em;
  color: #003;
  margin-bottom: 0;
}
#webmasters-page h1+p {
  margin-top: 0;
}
#webmasters-page .wmbox h2 {
  color: #666;
  font-size: 1.5em;
  margin: 3px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #cbcbcb;
}
#webmasters-page .wmbox h3 {
  font-weight: bold;
  font-size: 1em;
  color: #333;
  margin: 8px 0 0;
}
#webmasters-page .wmbox p {
  margin: 8px 0;
}
#webmasters-page .wmbox h3+p {
  margin-top: 0;
}
#webmasters-page .wmbox ul {
  padding-left: 0px;
  margin: 0;
}
#webmasters-page .wmbox ul li {
  background-repeat: no-repeat;
  list-style-type: none;
  padding-left: 20px;
  margin: 8px 0;
}
#webmasters-page .wmbox ul.feeds li { background-image: url(../img/icon-rss.png); }
#webmasters-page .wmbox ul.dumps li { background-image: url(../img/icon-dumps.png); }
#webmasters-page .cell {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
#webmasters-page .alpha {
  margin-left: 0;
}
#webmasters-page .omega {
  margin-right: 0;
}
#webmasters-page table {
  margin: 10px 0;
  width: 100%;
}
#webmasters-page thead tr {
  color: #284d75;
  margin: 4px;
}
#webmasters-page thead th {
  font: 1.5em normal Kozuka Gothic, Trebuchet MS, sans-serif;
  padding: 6px 10px;
  text-align: center;
  font-weight: lighter;
}
#webmasters-page tbody tr {
  text-align: center;
}
#webmasters-page tr *:first-child {
  text-align: left;
}
#webmasters-page tbody td {
  border-top: 1px solid #bbbfc7;
  padding: 1px 10px;
}
#webmasters-page tr.e td {
  border-top: 1px solid #c8ccd4;
  background-color: #dfe3ec;
}
#webmasters-page .clear { /* http://sonspring.com/journal/clearing-floats */
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*#<*/

/*#>user profile page*/
/*#>User Info*/
#userprofile {
  font-size: 12px;
}
#userprofile .userinfo {
  font-size: 12px;

}



#userprofile div.userpicture img {
  max-height: 100px;
}

#userprofile div.userpicture {
  width: 100px;
  height: 100px;
  text-align: center;
  border: 1px solid #111;
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
#userprofile div.userpicture.none {
  background: url(../img/profilep.png) no-repeat 50% 50%;
  height: 20px;
}
#userprofile a img{
  border-width: 0px;
}
#userprofile div.userpicture a span {
  color: #FFFFFF;
  text-indent: -10000px;
  height: 68px;
  left: 0;
  position: absolute;
  padding-top: 32px;
  top: 0;
  width: 100%;
}
#userprofile div.userpicture:hover a span, #userprofile div.userpicture:active a span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  text-indent: 0;
}
#userprofile .action {
  float: right;
}
#userprofile .userinfo button {
  background-color: #777;
  color: #000;
  position: relative;
  padding: 5px;
  text-indent: 20px;
  width: 170px;
  white-space: nowrap;
}
#userprofile .userinfo button:active {
  padding: 6px 4px 4px 6px;
}
#userprofile .userinfo button .icon {
  position: absolute;
  display: block;
  background: url(../images/userprofileicons.png) no-repeat 2px -83px;
  width: 17px;
  height: 13px;
  border: 0;
  left: 32px;
  top: 7px;
}
#userprofile .action.none p,
#userprofile .action.accepted p,
#userprofile .action.pending #addtofriends,
#userprofile .action.ignored #addtofriends,
#userprofile .action.accepted #addtofriends,
#userprofile .action.none #cancelfriendship,
#userprofile .action.accepted #cancelfriendship,
#userprofile .action.none #removefromfriends,
#userprofile .action.pending #removefromfriends,
#userprofile .action.ignored #removefromfriends {
  display: none;
}
#userprofile .userinfo h2 {
  font-size: 1.2em;
  margin: 0 0 10px;
}
#userprofile .userinfo p {
  color: #666;
  margin: 0;
}
#userprofile .userinfo p em{
  font-style: normal;
  font-weight: bold;
  margin: 0;
}

#form form input[type=checkbox]{
  display: inline;
  margin: 0 5px 0 0;
  padding: 0px;
  width: 16px;
  height: 13px;
}

#form .multi-file-upload > span {
  display: block;
  font-size: .9em;
  margin-bottom: 10px;
}


#upload_form > div.tags {
  margin-top: 20px;
}

#upload_form > div.tags > .autotag {
  cursor: text;
  overflow: hidden;
}

#upload_form > div.tags > .autotag .tag {
  border: 1px solid #CCC;
  padding: 2px 5px;
  margin: 3px 4px;
  font-size: 0.8em;
  display: block;
  float: left;
  border-radius: 5px;
  background-color:   #EEE;
  cursor: default;
  color: #333;
  font-size: 11px;
}

#upload_form > div.tags > .autotag .tag a {
  text-decoration: none;
  height: 9px;
  display: block;
  float: right;
  padding: 1px;
  margin: 3px 0 0px 4px;
  width: 8px;
  line-height: 8px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
}

#upload_form > div.tags > .autotag .tag a:hover {
  background: #222;
  color: #CCC;
}


#upload_form > div.tags > .autotag .tag + input {
  float: left;
  clear: left;
  margin-top: 10px;
}

/*#<*/
/*#>Friends*/
#userprofile img {
  background-color: #aaa;
}
#userprofile #friends {
  margin-top: 10px;
  float: right;
  width: 160px;
}
#userprofile #friends .title {
  clear: both;
  background-color: #eee;
  padding: 6px;
  border: 1px solid #ccc;
  border-top-right-radius: 5px;
  box-shadow: 0 -8px 4px -4px rgba(0, 0, 0, 0.05) inset;
  border-bottom-color: #d6d6d6;
  margin: 0;
}
#userprofile #friends h2 {
  float: left;
  color: #000;
  font: bold 1.2em Arial, sans-serif;
  margin: 0;
}
#userprofile #friends .title p {
  color: #000;
  font: 0.92em Arial, sans-serif;
  text-align: right;
  margin: 4px 0;
}
#userprofile #friends .list {
  padding: 4px;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-right-radius: 5px;
  min-height: 10px;
}
#userprofile #friends .list .clear {
  display: block;
  width: 0;
  visibility: hidden;
  clear: both;
}

#userprofile #friends .list a {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
}
#userprofile #friends .list img {
  margin: 4px;
  width: 65px;
  height: 65px;
  float: left;
  border: 1px solid #333;
}
#userprofile #friends .list .noimg {
  margin: 4px;
  width: 55px;
  height: 15px;
  float: left;
  border: 1px solid #333;
  background: #666;
  color: #ddd;
  font-size: 10px;
  padding: 25px 5px;
  background: #888 url(../img/avatar.png) no-repeat 50% 50%;
}
#userprofile #friends .list .seemore {
  margin: 15px 5px 5px;
  text-align: right;
}
#userprofile #friends .list .seemore a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
/*#<*/
/*#>Videos*/
#userprofile .lists .clear {
  display: none;
}
#userprofile .videoslist {
  clear: left;
  border-top: 1px solid #ccc;
  margin: 10px 160px 20px 0;
  padding: 15px 0 0;
}

#userprofile .videosmall {
  float: left;
  margin-bottom: 20px;
}
#userprofile .video .info {
  margin-left: 193px;
}
#userprofile .video h2 {
  font-size: 1.33em;
}
#userprofile .meta em {
  background: url(../images/userprofileicons.png) no-repeat;
  width: 17px;
  height: 12px;
  display: block;
  margin: 2px 5px 2px 0;
  float: left;
  text-indent: -10000px;
}
#userprofile .meta b {
  font-weight: normal;
  color: #666;
}
#userprofile .views:after { content: " views"; font-weight: normal; color: #666;}
#userprofile .stars:after { content: " users"; font-weight: normal; color: #666;}

#userprofile .runtime { float: left; width: 200px; }
#userprofile .runtime em { background-position: 2px 0 }
#userprofile .pubdate { float: left; }
#userprofile .pubdate em { background-position: 2px -45px }
#userprofile .views { float: left; width: 200px; }
#userprofile .views em { background-position: 2px -23px }
#userprofile .stars { float: left; }
#userprofile .stars em { background-position: 2px -65px }

#userprofile .videoslist .seemore {
  margin: 15px 5px 5px;
  text-align: right;
  color: #bfbfbf;
  background: url(../images/userprofileicons.png) no-repeat;
  background-position: 100% -103px;
  padding-right: 20px;
  clear: left;
}
#userprofile .videoslist .seemore a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

/*#<*/
/*#<*/


#social {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  font-size: 10px;
  text-align: right;
}

#social .share {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #eee;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e4e4e4',GradientType=0 );
  width: 50px;
  height: 20px;
  margin: 0 3px;
  float: right;
}

#social .share:active {
  background-color: #eee;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #f6f6f6 100%);
  background: linear-gradient(top, #e5e5e5 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f6f6f6',GradientType=0 );
}

#social .share a{
  color: #333333;
  display: block;
  font-family: sans-serif;
  font-size: 11px;
  font-family: "Helvetica Neue",Arial,sans-serif;
  padding: 4px 2px 2px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
}

#social .share a i{
  background-image: url("../img/share-logos.png");
  display: block;
  float: left;
  height: 20px;
  left: 0;
  top: 3px;
  position: absolute;
  width: 15px;
}

#social .plusone{
  width: 30px;
}
#social .plusone a{
  padding-left: 13px;
  font-weight: bold;
  color: #DB583B;
}
#social .plusone i{
  background-position: 0 17px;
}


/*#>jqui*/
/*#>datepicker*/

.ui-datepicker { width: 17em; padding: .2em .2em 0; background-color: inherit; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; border: 1px solid transparent; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

/*#<*/
/*#>autocomplete*/

.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em;
  resize: none;
}

/*#<*/
/*#>dialog*/

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-helper-clearfix {
  display: block;
}

.ui-helper-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 6px;
  position: relative;
}

.ui-icon {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -99999px;
}

.ui-dialog .ui-dialog-titlebar-close {
  height: 18px;
  margin: -11px 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
}

.ui-dialog {
  overflow: hidden;
  padding: 0.2em;
  position: absolute;
  border: 1px solid #fff;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-content {
  border: 0 none;
  overflow: auto;
  padding: 0.5em 1em;
  position: relative;
}

.ui-dialog-buttonpane {
  text-align: right;
  padding: 5px;
}
/*#<*/

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
  font-weight: normal !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999 /*{borderColorHover}*/;
  background: #dfe5e9 50% 50% repeat-x;
  font-weight: normal !important;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

.ui-widget-header {
  background-color: rgba(192, 192, 192, 0.5);
  color: #222222;
}

.ui-widget-content a {
  color: #777777;
}

.ui-icon-closethick {
  background-image: url("../../img/icoclose.png");
}

.ui-widget-overlay {
  background-color: #000;
  opacity: 0.3;
  left: 0;
  position: absolute;
  top: 0;
}

.ui-dialog-buttonset button {
  color: #fff;
  font: bold 14px Arial, sans-serif;
  border: 1px solid #fff;
  background: #3b3b3b;
  width: auto;
  padding: 3px 20px;
  margin: 3px 5px;;
  background: -moz-linear-gradient(top, #525252 0%, #3c3c3c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#3c3c3c));
  background: -webkit-linear-gradient(top, #525252 0%, #3c3c3c 100%);
  background: -o-linear-gradient(top, #525252 0%, #3c3c3c 100%);
  background: -ms-linear-gradient(top, #525252 0%, #3c3c3c 100%);
  background: linear-gradient(top, #525252 0%, #3c3c3c 100%);
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 5px;
  cursor: default;
  font-weight: bold;
  line-height: normal;
}
/*#<*/

#adduserdialog #form textarea {
  width: 100%;
  height: 100px;
}
#adduserdialog #form form .col{
  width: auto;
}
/*#<*/
.listing{
}
.listing .item{
  float: left;
  margin: 5px;
  padding: 5px;
  width: 200px;
  height: 96px;
  overflow: hidden;
}
.listing .userpicture{
  width: 64px;
  height: 64px;
  border: 1px solid #747879;
  background-color: #222;
  float: left;
}
.listing .userpicture.none {
  height: 14px;
  width: 54px;
  padding: 25px 5px;
  text-align: center;
  color: #ddd;
  background: #777 url(../img/avatar.png) no-repeat 50% 50%;
  text-indent: -1000em;
}
.listing .item img{
  width: 64px;
  height: 64px;
}
.listing .item .content{
  margin-left: 75px;
}
.listing .item .content h2{
  font-size: 12px;
  margin: 0 0 5px;
}
.listing .item .content p{
  font-size: 11px;
  margin: 0 0 5px;
}

.listing .item .action {
  margin-left: 75px;
}
.tab-container .tab {
    display:none;
}
.tab-container .tab.selected {
    display: block;
}
.tab-container .tab h2 {
    font-size:24px;
    font-weight:bold;
    margin-top:20px;
}

#pause-ad {
    position: absolute;
    background: transparent;
    text-align: center;
    width:300px;
    height:299px;
    padding:0px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -159px;
    zoom:1;
    display:block;
    z-index: 100;
}

.txt-a {
    text-align:center;
    font-size:11px;
    color:#ddd;
    background:#000;
    margin:0 0 4px 0;
    line-height: 11px;
    padding:2px 0;
}

.jwplayer .close-ad, .close-ad {
    background: #3e3e3e !important;
    background: -moz-linear-gradient(top,  #3e3e3e 0%, #0d0d0d 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#0d0d0d)) !important;
    background: -webkit-linear-gradient(top,  #3e3e3e 0%,#0d0d0d 100%) !important;
    background: -o-linear-gradient(top,  #3e3e3e 0%,#0d0d0d 100%) !important;
    background: -ms-linear-gradient(top,  #3e3e3e 0%,#0d0d0d 100%) !important;
    background: linear-gradient(to bottom,  #3e3e3e 0%,#0d0d0d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#0d0d0d',GradientType=0 ) !important;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    display:block;
    position:absolute;
    height:25px;
    line-height:25px;
    bottom:0px;
    width:100%;
    -webkit-box-shadow: inset 0px 1px 0px 0px #656565;
    box-shadow: inset 0px 1px 0px 0px #656565; 
    color:#fff !important;
    font-size:12px !important;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    }

.close-ad:hover {
    background: #0d0d0d !important;
    }

.txt-a-onpage {
    text-align:center;
    font-size:11px;
    color:#999;
    margin:0 0 3px 0;
}

/* COMMENT BLOCK */ 
div.commentBlock { overflow: hidden; border: 1px dashed #EA7825; padding: 10px; margin-bottom: 10px; }
div.commentBlock span { display: block; width: 50%; float: left; } 
div.commentBlock span.commentBlockInnerLeft { font-weight: bold; } 
div.commentBlock span.commentBlockInnerRight { text-align: right; } 
div.commentBlock div { clear: both; padding: 10px 0 0; } 

/* COMMENT FORM */
#commentForm { font-size: 13px; padding: 10px 20px 10px 0; width: 400px; } 
#commentForm label { display: block; padding-bottom: 3px; } 
#commentForm input, #commentForm textarea { border: 1px solid #ddd; }
#commentForm input { width: 190px; height: 20px; } 
#commentForm textarea { width: 310px; height: 120px; }
#commentForm input.submit-post { padding: 3px 10px; width: auto; height: auto; cursor: pointer; background: #F6A828; color: #fff; border: none; font-weight: bold; } 
#commentForm input#id_url, #commentForm #input.submit-preview { display: none; }

.show-comments-toggle {text-align: center;}

