/* --- global -------------------------------------------------------------- */
html, body, table, input, select, textarea {
   font-family: Tahoma, Gill Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   color: black;
}
* {
   padding: 0;
   margin: 0;
}
table {
   border-collapse: collapse;
}
tbody, tr, td {
   vertical-align: top;
}
a img {
   border: none 0px;
}
form {
   display: inline;
}
.floatl {
   float: left;
}
.floatr {
   float: right;
}
.floatc {
   margin-left: auto;
   margin-right: auto;
}
.clr {
   clear: both;
}
.alignl {
   text-align: left !important;
}
.alignr {
   text-align: right !important;
}
.alignc {
   text-align: center !important;
}
small {
   font-size: 11px;
}


/* --- links --------------------------------------------------------------- */
a:link,
a:visited {
   color: #0059b3;
   text-decoration: none;
   border-bottom: solid 1px #a1c3e5;
}
/*
a:visited {
   color: #528fcc;
   text-decoration: none;
   border-bottom: solid 1px #a1c3e5;
}
*/
a:hover,
a:active {
   color: #005fb3;
   text-decoration: none;   
   border-bottom: solid 1px #0059b3;
}
a.nob {
   border: none !important;
}
#aname:hover
{
   color: #000000;
   text-decoration: none;   
   border-bottom: solid 0px #0059b3;
}

/* debug 
* {
   border: solid 1px steelblue;
} */    

/* basic blocks */
body {
   background-color: white;
}
#wrapper {
   margin-top: 16px;
   margin-bottom: 24px;
}
.index #wrapper {
   width: 741px;
   margin-left: auto;
   margin-right: auto;
}
.inner #wrapper {
   min-width: 650px;
}
.popup #wrapper {
   margin-left: 20px;
   margin-right: 20px;
   min-width: 300px;
}
#header {
   padding-left: 50px;
   padding-right: 30px;
   height: 132px;
   border-bottom: solid 1px #528dc8;
}
.index #content {
   margin: 1.5em 0px 1.5em 20px; /* right - visual compensator */
}
.inner #content {
   margin-left: 50px;  /* 30+20 */
   margin-right: 30px;
   min-height: 25em;
}
#auth {
   margin-bottom: 16px;
   margin-right: 20px;
   padding-right: 1px; /* visual compensator */
   text-align: right;
   white-space: nowrap;
}
#auth img {
   margin-right: 3px;
   margin-bottom: -2px;
}
.index #logobox {
   text-align: center;
   margin-top: 32px;
   margin-bottom: 32px;
}
.inner #logobox {
   float: left;
   width: 250px;
   height: 71px;
   clear: both;
}
.iframe #content {
   margin-left: 10px;
   margin-right: 10px;
}
#logo {
   /* it's really empty */
}



/* --- 2-columns layout ---------------------------------------------------- */

.left {
   float: left;
   overflow: visible;
}
.right {
   float: right;
   overflow: visible;
}
.cols1stWide,
.cols2ndWide,
.colsEqual {
   width: 99.99%;  /* IE6 bugfix */
}
.cols1stWide .left {
   width: 65%;
/* margin-right: 35%; -> IE6 bug! */
}
.cols1stWide .right {
   width: 31%;
}
.cols2ndWide .left {
   width: 23%;
}
.cols2ndWide .right {
   width: 75.9%;
}
.colsEqual .left {
   width: 45.5%;
}
.colsEqual .right {
   width: 51.8%;
}




/* --- search bar ---------------------------------------------------------- */

#menu {
   margin: 4px 0px 4px 0px;
   padding-left: 50px;
   height: 26px;
   background-color: #d5d5d5;
   border-top: solid 1px #e5e5e5;
   border-bottom: solid 1px #999999;
   font-size: 15px;
}
#menu .wrap {
   float: left;
   width:  auto;
   height: 26px;
   border-left: solid 1px #999999;
   border-right: solid 1px white;
}
#menu a {
   display: block;
   float: left;
   width: auto;
   height: 22px;
   padding: 3px 24px 0px 24px;
   text-align: center;
   text-decoration: none;
   border-left: solid 1px white;
   border-right: solid 1px #999999;
   border-bottom: none 0px;  /* fix */
}
#menu a:link,
#menu a:visited {
   color: black;
   background-color: transparent;
}
#menu a:hover,
#menu a:active {
   color: black;
   background-color: #e5e5e5;
}

/* admin */
#menu2 {
   margin: 20px 0px 20px 50px;
}

/* --- search bar ---------------------------------------------------------- */
#searchbar {
   height: 71px;
   background-color: #f5f5f5;
   background: #f5f5f5 url(../images/searchbar_center.png) top center repeat-x;
}
.inner #searchbar {
   margin-left: 268px;
}
table#searcharea {
   width: 99.99%;
}
table#searcharea td {
   height: 70px;
   vertical-align: middle;
}
table#searcharea td.button {
   width: 118px;
   text-align: right;
}
#searchbar input.text {
   width: 99%;
   height: 28px;
   padding-top: 2px;
   padding-left: 8px;
   background-color: white;
   border-left: solid 1px #b2bac3;
   border-top: solid 1px #b2bac3;
   border-right: solid 1px white;
   border-bottom: solid 1px white;
   font-family: Trebuchet MS, Trebuchet, Tahoma, Gill Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
   font-weight: normal;
   font-size: 19px;
   color: black;
}

/* buttons */
.ibutton {
   width: 100px;
   height: 32px;
   background-color: transparent;
   background-position: top left;
   background-repeat: no-repeat;
   border: none 0px;
   cursor: pointer;
}
.find {
   background-image: url(../images/button_find.gif);
}
.send {
   background-image: url(../images/button_send.gif);
}
.ok {
   background-image: url(../images/button_ok.gif);
}
.cancel {
   background-image: url(../images/button_cancel.gif);
}
.yes {
   background-image: url(../images/button_yes.gif);
}
.no {
   background-image: url(../images/button_no.gif);
}
.login {
   background-image: url(../images/button_login.gif);
}








/* --- footer -------------------------------------------------------------- */
.index #footer {
   margin-top: 5em;
}
.inner #footer {
   margin: 3em 30px 0px 30px;
}
#footer {
   line-height: 20px;
}
#footer .hr {
   height: 5px;
   background: url(../images/footer_center.png) top left repeat-x;
   margin-bottom: 16px;   /* 18px, visual compensator for line-height */
}
.index #footer .links,
.index #footer .copy {
   padding-bottom: 2px;   /* underlines compensator */
   margin-bottom: 8px;
   text-align: center;
}
.inner #footer .links {
   float: left;
   margin-left: 20px;
   margin-right: 180px;
   padding-bottom: 2px;   /* underlines compensator */
}
.inner #footer .copy {
   float: right;
   width: 150px;
   margin-right: 20px;
   text-align: right;
}
#footer .links a {
   margin-right: 18px;
   white-space: nowrap;
}

/* ?????? */
#footer a {
   margin-right: 10px;
}

/* --- text ---------------------------------------------------------------- */
h1, h2, h3, h4 {
   padding: 0;
   font-family: Trebuchet MS, Trebuchet, Tahoma, Gill Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
   font-style: normal;
   font-weight: normal;
}
h2 {
   margin: 32px 0 26px 0;
   font-size: 22px;
   color: #0d8020;
   line-height: 30px;
}
h2 .aux {
   color: #202020;
}
h3 {
   margin-bottom: 16px;
   font-size: 17px;
   color: #202020;
   line-height: 25px;
}
.right h3 {
   margin-bottom: 12px;
   margin-left: -1px;   /* visual compensator */
   margin-top: -2px;   /* visual compensator */
}
h4 {
   margin: 16px 0 2px 0;
   font-size: 17px;
   color: #202020;
   line-height: 25px;
}

.ptext {
   margin-right: 2em;
   margin-bottom: 24px;
}
p, ol, ul {
   margin-top: 0;
   margin-bottom: 0.8em;
   line-height: 1.4em;
}
ul, ol {
   margin-left: 2.5em;
}
ul {
   list-style-type: none;
}
li {
   margin-bottom: 0.4em;
}


/* --- common forms -------------------------------------------------------- */
table.userform {
   table-layout: fixed;
   margin-bottom: 5em;
}
table.userform td {
   vertical-align: top;
   padding-bottom: 12px;
}
table.userform input.text,
table.userform textarea,
table.userform select {
   width: 95%;
   padding-top: 2px;
   padding-left: 8px;
   background-color: white;
   border: solid 1px #3f81c2;
   font-family: Trebuchet MS, Trebuchet, Tahoma, Gill Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
   font-weight: normal;
   font-size: 19px;
   color: black;
}
table.userform input.text,
table.userform select {
   height: 28px;
}

/* --- forms for editors & writers ----------------------------------------- */
table.editform {
   width: 680px;
   table-layout: fixed;
   margin-bottom: 5em;
}
table.editform col.captions {
   width: 160px;
}
table.editform col.full {
   width: 520px;

}
table.editform col.half {
   width: 250px;
}
table.editform td {
   vertical-align: top;
   padding-bottom: 16px;
   overflow: visible;
}
table.editform tr.captions td {
   padding-bottom: 6px;
}
table.editform tr.newgroup td {
   padding-top: 16px;
   border-top: solid 1px #a1c3e5;
}
table.editform input.text {
   padding-top: 2px;
   padding-bottom: 2px;
   width: 99%;
}
table.editform textarea {
   width: 99%;
}
table.editform select {
   width: 100%;
}

/* table.editform */ input.button {
   width: 110px;
   padding: 2px 5px 2px 5px;
}
/* table.editform */ input.minibutton {
   width: auto;
   padding: 0px 4px 0px 4px;
}
.hint {
   font-size: 11px;
   color: #9e9e9e;
   margin-top: 2px;
   line-height: 15px;
}
span.required {
   color: #cc0000;
}
#urlpreview {
   font-size: 11px;
   white-space: nowrap;
}
.readonly_input {
   background: transparent;
   border: none;
   text-align: left;
   width: 100%;
}
.bold {
   font-weight: bold;
}


/* --- summary tables ------------------------------------------------------ */
div.summary {
   width: 99.99%;  /* IE7 bugfix (wrong margin) */
}
div.addlink {
   float: left;
   text-align: left;
}
div.delbutton {
   float: left;
   text-align: left;
   margin-left: 15px;
}
div.movecategory {
   float: left;
   text-align: left;
   margin-left: 25px;
}

div.orderby,
div.totalcount {
   float: right;
   text-align: right;
}
div.addlink,
div.delbutton,
div.movecategory,
div.orderby {
   width: auto;
   height: 28px;
   padding-bottom: 2px;  /* for link underline */
   margin-bottom: 1em;
}
div.orderby select {
   width: 120px;
   margin-bottom: -2px;
}
div.totalcount {
   width: auto;
   padding-top: 8px;
   padding-bottom: 2px;  /* for link underline */
}

table.summary {
   width: 100%;
   table-layout: fixed;
   margin-bottom: 0.75em;
}
table.summary .check {
   width: 7%;
}
table.summary .check2 {
   width: 15%;
}
table.summary .id {
   width: 6%;
}
table.summary .user_login {
   width: 16%;
}
table.summary .name, table.summary .partner_name {
   width: auto;
}
table.summary .powers {
   width: 13%;
}
table.summary .status {
   width: 17%;
}
table.summary .status2 {
   width: 12%;
}
table.summary .action {
   width: 28%;
}
table.summary .action2 {
   width: 16%;
}
table.summary .order {
   width: 9%;
}
table.summary .on_homepage {
   width: 10%;
}
table.summary .subcats {
   width: 35%;
}
table.summary .description {
   width: 35%;
}
table.summary .description2 {
   width: 25%;
}
table.summary .source_code {
   width: 20%;
}
table.summary .revenue {
   width: 10%;
}
table.summary tr.even td {
   background-color: #f7f7f7;
}
table.summary tr.odd td {
   background-color: transparent !important;
}

table.summary .number {
   float: left;
   width: 2em;
   text-align: right;
}

table.summary th,
table.summary td {
   text-align: left;
   vertical-align: middle;
   padding-top: 0.4em;
   padding-bottom: 0.5em;
   overflow: visible;
}
table.summary th {
   font-weight: bold;
   border-top: solid 1px #528dc8;
   border-bottom: solid 1px #528dc8;
}
img.nosub,
img.expand,
img.collapse {
   width: 15px;
   height: 15px;
   vertical-align: bottom;
   margin-right: 5px;
   cursor: pointer;
}
img.expand {
   background: url(../images/expand.gif) top left no-repeat;
}
img.collapse {
   background: url(../images/collapse.gif) top left no-repeat;
}
img.expand:hover,
img.collapse:hover {
   background-position: bottom left;
   cursor: pointer;
}
img.nosub {
   cursor: default;
}
img.order {
   width: 13px !important;
   height: 13px !important;
   vertical-align: bottom;
   margin-left: 5px;
   margin-right: 5px;
   cursor: pointer;
}
.nested {
   margin: 6px 16px 12px 0px;
   padding: 16px;
   background-color: white;
   border: solid 1px #a1c3e5; /* #528dc8; */
}


/* --- messages ------------------------------------------------------------ */
span.updated {
   color: #ee0000;
}

.message {
   margin-left: -20px;
   margin-bottom: 28px;
   padding: 20px;
   border-style: solid;
   border-width: 1px;
   width: 675px;   /* table.editform.width - 5px (visual compensator) */
}
.error {
   color: #ee0000;
   border-color: #ee0000;
}
.success {
   color: #0d8020;
   border-color: #0d8020;
}
.info {
   color: black;
   border-color: #528dc8;
}



/* --- pagenation ---------------------------------------------------------- */
.summary .pages {
   text-align: center;
   font-size: 14px;
   margin-top: 1em;
   margin-bottom: 1.5em;
   padding-bottom: 2px;    /* for underline */
}
/* .summary & .results */
.pages a,
.pages span.active {
   margin-left: 3px;
   margin-right: 3px;
}
.summary .pages span.active {
   font-family: Trebuchet MS, Trebuchet, Tahoma, Gill Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
   font-weight: normal;
   font-size: 19px;
   color: #008015; 
   padding: 2px 3px 2px 3px;
}

.results .pages {
   font-family: Trebuchet MS, Trebuchet, Tahoma, Gill Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
   font-weight: normal;
   font-size: 19px;
   text-align: center;
   margin: 2em 1em 2em 0px;  /* mr: visual compensator */
   padding-bottom: 5px;      / * for underline & back * /
}
.results .pages span.active {
   font-size: 22px;
   color: #008015; 
/* background: url(p.png) top left no-repeat;
   padding: 2px 9px 2px 10px; */
   padding: 2px 3px 2px 3px;
   padding-bottom: 5px;
}



/* --- search results ------------------------------------------------------ */

.results {
   margin: 0px 20px 18px 0px;
}
.spons {
   background-color: #f5f5f5;
   margin: 0px 0px 24px -20px;
}
.spons .head {
   height: 22px;
}
.spons .head .caption {
   margin-left: 12px;
   margin-right: 12px;
   padding-top: 8px;
   text-align: right;
   font-size: 11px;
   color: #3678b3;
}
.spons .body {
   padding: 0px 20px 0px 20px;
}
.spons .foot {
   height: 10px;
}
.spons .round {
   width: 10px;
   height: 10px;
}


/* --- search listings ----------------------------------------------------- */
.results .listing {
   margin-bottom: 18px;
}
.spons .listing {
   margin-bottom: 15px;
}
.spons .mini {
   float: left;
   width: 24.5%;
   margin-bottom: 12px;
}
.listing .title {
   font-family: Trebuchet MS, Trebuchet, Tahoma, Gill Sans, Verdana, Helvetica, Arial, Geneva, sans-serif;
   font-weight: normal;
   font-size: 19px;
   line-height: 26px;
   margin-bottom: 3px;
}
.listing .descr {
   /* it's really empty */
}
.listing .url {
   color: #008015;
}



/* --- site map ------------------------------------------------------------ */

#sitemap {
   /* it's really empty */
}
#sitemap .cat {
   font-size: 14px;
   margin-bottom: 16px;
   color: #adc3d9;
}
#sitemap .cat .count {
   font-size: 12px;
   color: #008015;
   padding-left: 1px;
   padding-right: 1px;
}
#sitemap .subcats,
#sitemap .items {
   font-size: 13px;
   line-height: 1.5em;
   paddin-bottom: 2px;  /* fix IE */
}
#sitemap .subcats {
   /* fix common .subcats */
   margin: 0;
   padding: 0;
   /* end fix */
   margin-top: 12px;
   margin-left: 18px;
}
#sitemap .items {
   margin-bottom: 16px;
}
#sitemap h3 {
   margin-left: -1px;   /* visual compensator */
}
#sitemap tr.newgroup td {
   border-top: solid 1px #a1c3e5;
   padding-top: 24px;
}


/* -------------------------------------------------------------------- */


/* Contact Us form */
#contact input,
#contact textarea {
   font-family: trebuchet ms;
   font-size: 17px;
   color: #202020;
   border: solid 1px #3f81c2;
   width: 357px; /* 365 */
   padding: 4px 0 4px 6px;
}
#contact textarea {
   height: 118px;
}
table#contact td.text {
   font-size: 14px;
   padding-top: 8px;
}
sup.asterisk {
   font-size: 12px;
   color: #cc0000;
}

/* categories on index page */
table#cats td {
   padding-bottom: 2px;
}

/* */
.subcats,
.related {
   font-size: 14px;
   margin-bottom: 32px;
}
.subcats .cat,
.related .cat {
   display: block;
   float: left;
   padding-bottom: 8px;
   width: 23%;
   height: auto;
}

.cols1stWide .subcats .cat,
.cols2ndWide .subcats .cat,
.cols1stWide .related .cat,
.cols2ndWide .related .cat {
   width: 99.99%;
}
.colsEqual .subcats .cat,
.colsEqual .related .cat {
   width: 48%;
}
.subcats .cat sup.count {
   font-size: 11px;
   color: #008015;
}
.subcats .cat .count {
   color: #008015;
   font-size: 12px;
   padding-left: 1px;
   padding-right: 1px;
}


/* custom content */
.custom {
   text-align: center;
   border: solid 1px #528dc8;
   margin-bottom: 24px;
   padding-top: 1em;
   height: auto;
}

.server_overload {
   padding: 20;
   margin: 20;
   border: 1px solid red;
   background-color:lightpink;
   font-size:12px;
   font-family:Verdana;
}

.no_data_found {
   font-weight: bold;
   font-size: 12px;
   font-family: Verdana;
   text-align: center;
}

.checkall {
    background: url(../images/checkall.gif); 
    width: 16px; 
    height: 24px;
    border: none; 
    cursor: pointer;
}

.error-field{
   color: #e00;
   font-weight: bold;
}
input.submit {
width:100px;
height:32px;
border:0;
cursor:pointer;
background:url(http://www.goodbuynow.com/images/button_search.gif) no-repeat;

}
.new {
   margin: 0px;
}
.new h3{
   margin: -2em 0px 0px 70px;
}
