/**********************  luna_core.css  *****************************/

/*
 * =================================================================
 * Gossamer Links - enhanced directory management system
 *
 *   Website  : http://gossamer-threads.com/
 *   Support  : http://gossamer-threads.com/scripts/support/
 *   Revision : $Id: luna_core.css,v 1.38 2006/08/11 04:30:25 brewt Exp $
 *
 * Copyright (c) 2005 Gossamer Threads Inc.  All Rights Reserved.
 * Redistribution in part or in whole strictly prohibited. Please
 * see LICENSE file for full details.
 * =================================================================
 */

/*
Do not make changes to this file.  Any changes will be overwritten the next
time you upgrade Gossamer Links.  You can override any css in this file by
defining overriding styles in luna.css.
*/

/*
There are a few CSS filters/hacks used in this file to fix bugs in various
browsers.  Here is a list of them:

- Star html selector bug (css rule only applies to ie)
    http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html
    eg. * html <selector> {}
- Simplified box model hack (hide css from ie5-5.5/win)
    http://www.doxdesk.com/personal/posts/css/20020212-bmh.html
    eg. w\idth: 100px;
- Commented backslash (hide css from ie5/mac)
    http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html
*/

/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  background: #ffffff;
  font: normal 11px tahoma, geneva, verdana, sans-serif;
  text-align: center;
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #212126;
}
a:visited {
  color: #8e8d9a;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 750px;
  text-align: left;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 250px;
  height: 80px;
/*  background: transparent url(images/logo.gif) top left no-repeat; */
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {
/*  background: transparent url(images/swirls.gif) top right no-repeat;*/
}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {
/*  background: transparent url(images/login.gif) center right no-repeat;*/
}
#loginbar a.out {
/*  background: transparent url(images/logout.gif) center right no-repeat;*/
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 1px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  background: #5c5b66;
}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
/*  background: transparent url(images/betweennav.gif) bottom right no-repeat;*/
}
ul.primarynav a {
  margin-right: 1px;
  padding: 7px 9px 7px 10px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: #737180;
}
ul.primarynav li.home {
  border-right: 1px solid #ffffff;
  background: #383741;
}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 3px;
  padding: 5px;
  border-top: 1px solid #57594b;
  background: #edf2cb;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 200px solid #e2e1eb;
  background: #e2e1eb;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 10px;
  padding: 10px;
  background: #ffffff;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.shadowtop {
/*  background: url(images/shadow-top.gif) bottom repeat-x;*/
}
.shadowbottom {
/*  background: url(images/shadow-bottom.gif) top left repeat-x;*/
}
.shadowleft {
/*  background: url(images/shadow-left.gif) left repeat-y;*/
}
.shadowright {
/*  background: url(images/shadow-right.gif) right repeat-y;*/
}
.shadowtopleft {
  float: left;
/*  background: url(images/shadow-topleft.gif) bottom left no-repeat;*/
}
.shadowtopright {
  float: right;
/*  background: url(images/shadow-topright.gif) bottom right no-repeat;*/
}
.shadowbottomleft {
  float: left;
/*  background: url(images/shadow-bottomleft.gif) top left no-repeat;*/
}
.shadowbottomright {
  float: right;
/*  background: url(images/shadow-bottomright.gif) top right no-repeat;*/
}

/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  background: transparent url(images/button-left.gif) top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
  background: transparent url(images/button-right.gif) top right no-repeat;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
/*  background: transparent url(images/swirls.gif) bottom right no-repeat;*/
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}


/****************************  luna.css  ********************************/

/*@import url(luna_core.css);*/

/****************************************************************************************************
 *                                                                                                  *
 *  Dimensions of template                                                                          *
 *  Width: 994 px;  Found in header_wrapper, wrapper, footer_wrapper                                *
 *  Right Sidebar: 260px;                                                                           *
 *  Right Sidebar right padding: 10px;                                                              *
 *  Blue Colour: #2843bb                                                                            *
 *  Left Shadow: 30px;                                                                              *
 *  Right Shadow: 20px;                                                                             *
 *  Content Area: 674px;                                                                            *
 *                                                                                                  *
 *   Colours:                                                                                       *
 *   #e7e6b6 beige;                                                                                 *
 *   #ffca00 yellow;                                                                                *
 *   #44960e green;                                                                                 *
 *   #7b7b7b grey;                                                                                  *
 *                                                                                                  *
 ****************************************************************************************************/

/************************
 *
 * Generic Classes
 *
 *   Used to replace deprecated html tages.
 * 
 ************************/
/* Text Aligns */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

/* Vertical Align */
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

/* list types */
#content ul.disc {
  list-style: disc;
}
#content h3 {
  margin: 0px 0px 0px 0px;
  font-size: 13pt;
  font-weight: normal;
  border-bottom: none;
}

/* links */
a {
  color: #000f99;
}
a:visited {
  color: #000f99;
}
a:hover {
  color: #33cc33;
}
.no_decoration a {
  text-decoration: none;
}
.heading {
  background: url('/treatment/static/luna/green_header.gif') no-repeat;
  height: 30px;
  color: #000000;
  padding: 0;
  margin: 10px 0px !important;
  margin: 0;
}
.heading h1,h2 {
  padding: 4px 0 0 20px;
}

p, body {
  font-size: 14px;
}

#content {
  padding: 0 10px 10px 29px;
  //padding: 0 10px 10px 30px;
}

/* Removed for now 
#featured_camps ul {
  margin: 0px;
}
#featured_camps ul li {
  width: 120px;
  height: 90px;
  background: url('/treatment/static/luna/yellow_box.jpg') no-repeat;
  float: left;
  padding-left: 10px;
}

#featured_camps ul li:first {
  width: 120px;
  height: 90px;
  background: url('/treatment/static/luna/yellow_box.jpg') no-repeat;
  float: left;
  padding-left: 0;
}
*/

/* Runs across the entire page.  Has to be lined up with the nav bar */
#nav_bar_stripe {
  background: url('/treatment/static/luna/grey_stripe.gif') repeat-x 0px 98px;
}

/* Same as the nav_bar_stripe.  Has to be lined up with the  bar */
#footer_stripe {
  background: url('/treatment/static/luna/grey_stripe.gif') repeat-x;
}

/************************
 *
 * Header
 *
 ************************/
#header {
  background: none;
}
#logo {
  width: 167px;
  height: 164px;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/treatment/static/luna/sdclogo.png',sizingMethod='normal');*/
  background: url('/treatment/static/luna/sdclogo.png') top left no-repeat !important;
  background: none;
  float: left;
  margin: 0;
}

#signup {
  padding: 10px 10px 10px 0;
  font-size: 14px;
}

/************************
 *
 * Nav Bar
 *
 ************************/
.navbar {
  /* Shifts nav bar down.  Must be coordinated with the nav stripe */
  margin: 0 !important;
  margin: 68px 0 0 0;
  padding: 68px 0 0 0 !important;
  padding: 0;
  height: 42px;
}
ul.primarynav {
  margin: 0px;
  padding: 0;
  border-bottom: 0;
}
ul.primarynav {
  width: 817px; /* Increasing this will break template in IE6, increasing past 857 will break in FF as well */ 
  background: none;
  margin-bottom: -10px;
}
ul.primarynav li {
  background: none;
}
ul.primarynav a {
  font-weight: bold;
  padding: 10px 0px 3px 0px;
  color: #000000; 
  font-size: 14px; /* Might want to change this later */
}
ul.primarynav a:visited {
  color: #000000;
}
ul.primarynav a:hover {
  color: #33cc33;
  background: none;
  text-decoration: underline;
}
ul.primarynav li.Home {
  border-right: 0;
  background: none;
}
ul.primarynav li.active {
  background: url('/treatment/static/luna/navtab_middle.jpg') repeat-x;
}
ul.primarynav li.active a {
  color: #ffffff; 
}
ul.primarynav li.active a:visited {
  color: #ffffff;
}
ul.primarynav li.active a:hover {
  color: #ffffff;
}
ul.primarynav li.active_left {
  height: 30px;
  width: 9px;
  background: url('/treatment/static/luna/navtab_left.jpg') no-repeat;
}
ul.primarynav li.active_right {
  height: 30px;
  width: 9px;
  margin: 0px 0px -5px -2px;
  background: url('/treatment/static/luna/navtab_right.jpg') no-repeat;
}
ul.primarynav li.inactive {
  background: url('/treatment/static/luna/navtab_middle_y.jpg') repeat-x;
}
ul.primarynav li.inactive_left {
  height: 30px;
  width: 9px;
  background: url('/treatment/static/luna/navtab_left_y.jpg') no-repeat;
}
ul.primarynav li.inactive_right {
  height: 30px;
  width: 9px;
  margin: 0px 0px -5px -2px;
  background: url('/treatment/static/luna/navtab_right_y.jpg') no-repeat;
}
/** Secondary Nav **/
ul.secondarynav {
  margin: 0 0 0 5px;
  border-bottom: none;
  float: none;
  list-style: disc;
}
ul.secondarynav {
  background: none;
}
ul.secondarynav li {
  float: none;
  list-style: disc;
  margin-left: -10px;
 /* position: relative;
  left: -18px; */
}
ul.secondarynav li.first {
  padding-left: 0;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 0;
  float: none;
  color: #000f99;
  font-size: 14px;
  text-decoration: underline;
}
ul.secondarynav a:visited {
  color: #000f99;
}
ul.secondarynav a:hover {
  color: #33cc33;
}

/************************
 *
 * Search Bar
 *
 ************************/
.searchbar {
  float: left;
  width: 827px; /*827px */
  height: 54px;
  background: url('/treatment/static/luna/search_bar2.jpg') no-repeat;/* !important;*/
  /*background: url(/treatment/static/luna/search_bar_IE.jpg) no-repeat; */

  /*
  These next 3 rules remove the formatting in luna_core.css
  */
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
#right_side {
  width: 260px;
  height: 54px;
  float: right;
  background: #2843bb;
   
/*
  background: url('/treatment/static/luna/search_right_side.gif') no-repeat;
*/

}
.searchbar .search_form {
  padding: 22px 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 0;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
  // width: 40px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/************************
 *
 * Footer
 *
 ************************/
#footer {
  margin: 0 !important;
  margin: 12px 0 0 0;
  padding: 17px 5px 5px 5px !important;
  padding: 5px;
  border-top: 0;
  background: url('/treatment/static/luna/footer_stripe.gif') repeat-y;
}

#footer p {
  margin: 0;
  padding: 10px 0;
  color: #000000;
  text-align: right;
  font-size: 11px;
}
#footer_info {
  padding: 0;
  float: right;
  margin-right: -25px;
  font-size: 11px;
}
#footer_info p {
  
}
#footer_links {
  padding-right: 260px;
  padding-left: 10px;
  padding-bottom: 10px;
}
#footer_links a {
   color:#ffffff;
}
#footer_bottom {
 /* height: auto;
  min-height: 260px;
  height: 260px;
  padding: 0; */
  padding-top: 12px !important;
  padding-top: 0;
  background: url("/treatment/static/luna/footer_bottom.jpg") no-repeat; 
}
.crumb {
  font-size: 14px;
  margin: 5px 0 10px 0;
  clear: both;
}
#header_wrapper {
  margin: 0 auto;
  width: 994px;
  text-align: left;
}
#wrapper {
  margin: 0 auto;
  width: 994px;
  text-align: left;
}
#footer_wrapper {
  margin: 0 auto;
  width: 994px;
  text-align: left;
}

/* Change the right sidebar width.  Note that the sidebars have a 10px left or
right padding (left sidebar has a left padding and right sidebar has a right
padding), hence the 150px - 10px = 140px width */

#ocwrapper {
  border-right: 260px solid  #2843bb;
  background: #ffffff;
}
#contentheader {
  padding: 0;
  background: #ffffff;
}
#contentheader .error, #contentheader .message {
  margin: 0;
  padding: 0;
  border: 0 solid #ffffff;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
}
#contentheader .error {
  background: #ffffff;
}
#contentheader .message {
  background: #ffffff;
  color: #000000;
}
#contentheader .error *, #contentheader .message * {
  margin: 0;
  padding: 0;
}
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #0000ff;
  font-weight: bold;
}

/************************
 *
 * Right Sidebar
 *
 ************************/

#rightsidebar {
  margin-right: -260px;
  width: 250px;
  height: auto !important;
  min-height: 260px;
  height: 260px;
  padding: 10px 5px 10px 5px;
 // padding-left: 0px;
/*
  background: url('/treatment/static/luna/circles2.gif') no-repeat 80px 0;
*/
  position: relative;
  top: -50px;  
}
#login_bar {
  font-size: 14px;
  padding-bottom: 0;
  // position: relative;
 // left: 4px; 
}
#login_bar_top, #featured_sponsor_top {
  width: 238px;
  height: 11px;
  background: url('/treatment/static/luna/innerheadertop.jpg') no-repeat 10px 0;
}
#login_bar_middle {
  width: 238px;
  background: url('/treatment/static/luna/innerheadermiddle.jpg') repeat-y 10px 0;
}
#login_bar_middle ul {
  padding: 0 0 0 42px;
  margin: 0;
  list-style-type: none;
}
#login_bar_middle ul li a {
  text-decoration: none;
  font-weight: bold;
}
#login_bar_middle ul a:hover {
  color: #33cc33;
  text-decoration: none;
}
#login_bar_bottom {
  width: 238px;
  height: 16px;
  background: url('/treatment/static/luna/innerheaderbottom.jpg') no-repeat 10px 0;
}
#login_bar .sublist {
  margin-left: -20px;
}
#featured_sponsor_top {
  width: 255px; 
  height: 11px;
/*  background: url('/treatment/static/luna/innerheadertop_new.jpg') no-repeat;*/
}
#featured_sponsor_middle {
  width: 255px; 
  background: url('/treatment/static/luna/innerheadermiddle_new.jpg') repeat-y;
}
#featured_sponsor {
  text-align: center;
  //padding-left: 5px;
}
#featured_badge {
  text-align: center;
  //padding-left: 5px;
}
#badge a img {
  height: auto;
  margin-bottom: 10px;
}
#featured_sponsor a, #featured_article a {
  font: 16pt Verdana;
  text-decoration: none;
}
#featured_sponsor_bottom {
  width: 255px; 
  height: 15px;
  background: url('/treatment/static/luna/innerheaderbottom_new.jpg') no-repeat;
}
#featured_article {
  font-size: 12px;
  //margin-left: 4px;
} 
#featured_article_top {
  width: 255px; 
  height: 11px;
  background: url('/treatment/static/luna/innerheadertop_new.jpg') no-repeat;
}
#featured_article_middle {
  width: 255px; 
  background: url('/treatment/static/luna/innerheadermiddle_new.jpg') repeat-y;
}
#featured_article_middle {
  margin: 0;
}
#featured_article_middle p a, #featured_article_middle p {
  margin: 0px 5px 0px 5px;
  font-size: 12px;
}
#featured_article_middle a:hover {
  color: #33cc33;
  text-decoration: none;
}
#featured_article_bottom {
  width: 255px; 
  height: 15px;
  background: url('/treatment/static/luna/innerheaderbottom_new.jpg') no-repeat;
}
.right_grey_heading {
  background: url("/treatment/static/luna/grey_headerybg.jpg") no-repeat;
 /* background-color: #2843bb; */
  height: 30px; 
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-top: 5px;
  // padding-left: 5px;
  width: 250px;
}
#about_us_top {
  width: 238px;
  height: 11px;
  background: url('/treatment/static/luna/innerheadertop.jpg') no-repeat 10px 0;
}
#about_us_middle {
  width: 238px;
  background: url('/treatment/static/luna/innerheadermiddle.jpg') repeat-y 10px 0;
  margin-top: -15px;
}
#aboutus-new-top {
  width: 260px;
  height: 36px;
  background: url('/images/top-right.jpg') no-repeat;
  margin-bottom: 0px;
}
#aboutus-new-middle {
  width: 260px;
  background: url('/images/middle-right.jpg') repeat-y;
  margin-top: -17px;
}
#aboutus-new-bottom {
  width: 260px;
  height: 15px;
  background: url('/images/bottom-right.jpg') no-repeat;
  margin: -15px 0 10px 0;
}
/*
#aboutus_menu ul {
  margin: 0px;
}
#aboutus_menu ul li {
  margin: 2px 0px 0px 0px;
}

#aboutus_menu ul li a {
  height: 25px;
  width: 150px
  margin-left: 25px;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
  font: 14px Arial;
  text-decoration: none;
  display: block;
  list-style-type: none;
}
*/
#about_us_middle ul li {
  list-style-type: none;
}
#about_us_menu ul li a {
  margin-left: -10px;
/*  margin-top: 15px;
  padding-top: 10px;*/
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#about_us_menu {
 /*position: relative;*/
/* left: 4px; */
  /*// padding-left: 5px;
 // width: -5px; */
}
#about_us_menu a:hover {
  color: #33cc33;
  text-decoration: none;
} 
#about_us_bottom {
  width: 238px;
  height: 16px;
  background: url('/treatment/static/luna/innerheaderbottom.jpg') no-repeat 10px 0;
  margin-top: -15px;
}


/************************
 *
 * Link Listing
 *
 ************************/
.linklisting {
  padding: 5px 5px 0px 10px;
  margin: 15px 5px;
  position: relative;
  left: 0;
  width: 96%;
  border: 1px solid #ffca00;/* #000000;*/
  background: #ffffff; /*#FCFBC9;*/
}
.linktitle {
  padding-bottom: 4px;
}
.camp_logo {
  margin: 5px 5px 0 0;
}
.linklisting div.linktitle {
  font-size: 14px;
  font-weight: bold;
}
.listingCampType, .linkLocation {
  font-size: 14px;
}
.linklisting .linkdescription {
  font-size: 14px;
  border: none;
  background: none;
}
.listingPhone {
  font-size: 14px;
}
.linklisting .linkactions {
  padding: 0px 0px 4px 0px;
}
.linklisting p.linkactions a, .linklisting_free p.linkactions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 11px;
  text-decoration: none;
  background: #ffca00;
  color: #0000ff;
}
.linkactions a:hover {
  background: #e2e1eb; 
}
.linklisting_free {
  padding: 0 30px;
  background: none;
  border: none;
}
.linklisting_free .with_logo {
  height: auto !important;
  min-height: 90px;
  height: 90px;
}
.linklisting_free .linkactions {
  padding: 4px 0px 4px 0px;
}
.linklisting_free div.linktitle {
  font-size: 14px;
  padding-bottom: 3px;
  margin: 8px 0 0 0;
}
.linklisting_free .listingCampType, .linklisting_free .listingPhone, .linklisting_free .linkLocation, .linklisting_free .linkdescription {
  font-size: 11px;
  background: none;
  border: none;
}

/************************
 *
 * Detailed
 *
 ************************/
.detailed_listing {
  margin: 0 10px;
  font-size: 14px;
  height: auto !important;
 /* height: 1px; */
}
.detailed_next_prev {
  font-size: 12px;
}
.detailed_heading {
  margin-bottom: 10px !important;
  margin-bottom: 0;
  color: #000000;
}
.detailed_heading a {
  text-decoration: none;
  color: #000000;
}
.detailed_links {
  width: 500px;
  font-size: 14px;
  height: auto !important;
/*  min-height: 110px;
  height: 110px; */
  margin-left: 200px;
}
.detailed_links_free {
  font-size: 14px;
  margin: 0 280px 10px 0 !important;
  margin: 0 0 10px 0;
/*
  height: auto !important;
  min-height: 180px;
  height: 180px;
*/
}
.detailed_links .spacing, .detailed_links_free .spacing {
  margin: 0 0 12px 0;
}
#detailed .detailed_links table, #detailed .detailed_links_free table {
  padding: 0 0px 0 40px;
}
#detailed .detailed_links td, #detailed .detailed_links_free td {
  width: 130px;
  height: 25px;
  border: 1px solid #bbbfa1;
  color: #0000ff;
  background: #ffca00;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 4px;
  padding: 2px 6px;
  text-align: center;
  
}
#detailed .detailed_links td a, #detailed .detailed_links_free td a {
  text-decoration: none;
}
#detailed .detailed_links td:hover, #detailed .detailed_links_free td:hover {
  background: #e2e1eb; 
}
.detailed_address_phone {
  padding-left: 8px;
}
.detailed_phone {
  padding-top: 10px;
}

#detailed .right_grey_heading {
  width: 260px;
}
#detailed .accreditations ul, #detailed .accommodations ul {
  margin: 0;
  padding-left: 5px;
}
#detailed .accreditations {
  margin-bottom: 10px;
}
.detailed_description {
  display: block;
  padding: 10px;
/*
  margin-top: 10px;
  border: 1px solid #000000;
*/
}
.detailed_images {
  margin: 5px 0;
  text-align: center;
}
.detailed_camp_type {
  text-align: left;
  margin: 0;
  padding: 0;
}
.detailed_request_information .bold {
  font-size: 12px;
}
.detailed_map {
  text-align: right;
}

#center_detailed_logo {
  width: 240px;
  height: auto;
}
.right_side_detailed_information {
  padding: 0 5px;
  margin-bottom: 10px;
}
#rightsidebar_detailed .accreditations {
  margin-bottom: 10px;
}
#rightsidebar_detailed .accommodations {
  margin-bottom: 10px;
}
.right_side_detailed_related_camps {
  padding: 0 5px;
  margin-bottom: 10px;
}

/************************
 *
 * Shadows
 *
 ************************/
.shadowtop {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft {
  width: 30px;
/*
  height: 30px;
*/
  font-size: 1px;
}
.shadowtopright {
  width: 20px;
/*
  height: 30px;
*/
  font-size: 1px;
}
.shadowbottom {
  height: 30px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowbottomleft {
  width: 30px;
  height: 30px;
  font-size: 1px;
}
.shadowbottomright {
  width: 20px;
  height: 30px;
  font-size: 1px;
}
.shadowtop {
  background: none;
}
.shadowbottom {
  background: none;
}
.shadowleft {
  background: none;
}
.shadowright {
  background: none;
}
.shadowtopleft {
  float: left;
  background: none;
}
.shadowtopright {
  float: right;
  background: none;
}
.shadowbottomleft {
  float: left;
  background: none;
}
.shadowbottomright {
  float: right;
  background: none;
}

/************************
 *
 * Misc
 *
 ************************/

p {
  margin: 0;
  padding: 0;
}
div {
  margin: 0;
  padding: 0;
}
.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
/*
  content: ".";
*/
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 0;
}
.clear {
  display: block;
  clear: both;
}
/* end non ie/mac css */
.clear_left {
  clear: left;
}

.formborder {
  border: 1px solid #ffe401;
}
.formheading {
  background: #FFCC00;
  font-weight: bold;
  padding: 8px 0;
  font-size: 16px;
}
h2.descrip {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}
.search_category {
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: 10px !important;
  left: 0;
  color: #000000;
}
.search_category table {
  border: 2px; 
  outset: #A80606; 
  border-collapse: collapse; 
  background-color: #FFCC00; 
}

#category dl {
  width: 49%;
}
#home dl {
  width: 100%;
}

#privacy ol, #privacy li {
  font-size: 12px;
}
.site_map_country {
  font-size: 18px;
}
.site_map_state {
  font-size: 14px;
}

#add div.checkboxes, #modify div.checkboxes {
  margin-left: 171px;
}
div.checkboxes-add {
  margin-left: -10px;
}

p.row label.name {
  padding-right: 0;
  width: 100%;
  float: none;
}
.search_group {
  padding-bottom: 30px;
}

#modify_select input.radio {
  margin-top: 10px;
}

#modify_select div.link {
  margin-left: 10px;
}
.menu_links {
  padding: 0 4px;
}
#contact_us form.contact {
  border: 1px solid #000000;
  background: #e7e6b6;
  margin: 0 auto;
  width: 60%;
}
#contact_us form.contact table.contact {
  margin: 10px auto;
}
/* FAQ */
.dotted {
  border-bottom: 1px none #bbbfa1;
}

#add_camp_info dt {
  font-size: 15px;
}
#add_camp_info dd h3 {
  margin: 10px 0;
  padding: 0;
  border-bottom: none;
  font-weight: normal;
}
#add_camp_info .help_pic {
  position: relative !important;
  position: fixed;
  left: -20px !important;
  left: -50px;
}
dl#faq_DL {

}
/*  "Show All" + "Hide All" links */
#faq_ToggleON, #faq_ToggleOFF {
  border: 1px solid #333;
  padding: 0 5px;
  margin-right: 5px;
}
/* zeroing out padding and margin */
#faq_DL dd, #faq_DL dt {
  margin: 0;
  padding: 0;
} 
/* margin for the DTs (shorthand) */
#faq_DL dt {
  margin: 7px 0;
}
/* image and left padding for DDs */
#faq_DL dd {
  padding-left: 15px;
}
/* styling all anchors in the DTs */
#faq_DL dt a {
  background: 0 50% no-repeat;
  padding-left: 32px;
  color: #000000;
  text-decoration: none;
}
#faq_DL dt a:visited {
  color: #666;
}
#faq_DL dt a:visited:hover, #faq_DL dt a:hover, #faq_DL dt a:active, #faq_DL dt a:focus {
  font-weight: bold;
}
/* the + and - gif in the anchors */
#faq_DL .DTplus a {
  background-image: url(/treatment/static/luna/toggleDLplus.gif);
}
#faq_DL .DTminus a {
  background-image: url(/treatment/static/luna/toggleDLminus.gif);
}
#faq_DL .showDD {
  position: relative;
  top: 0;
}
#faq_DL dd, .hideDD {
  top: -9999px; 
  position: absolute;
}
#faq_ToggleON, #faq_ToggleOFF {
  display: inline;
  cursor:pointer;
  cursor:hand;
  text-decoration: none;
}
/*\*//*/
#faq_DL .showDD {display:block}
#faq_DL dd,.hideDD {top:0;position:relative;display:none}
/**/

/************************
 *
 * Columns
 *
 ************************/

.six_column ul {
  width: 54em;
}
/* float & allow room for the widest item */
.six_column ul li {
  float: left;
  width: 9em;
}
/* separate the list from subsequent markup */
div.six_column {
  margin-bottom: 1em;
}
.five_column ul {
  width: 50em;
}
/* float & allow room for the widest item */
.five_column ul li {
  float: left;
  width: 10em;
}
/* separate the list from subsequent markup */
div.five_column {
  margin-bottom: 1em;
}
.four_column ul {
  width: 40em;
}
/* float & allow room for the widest item */
.four_column ul li {
  float: left;
  width: 10em;
}
/* separate the list from subsequent markup */
div.four_column {
  margin-bottom: 1em;
}
.three_column ul {
  width: 39em;
}
/* float & allow room for the widest item */
.three_column ul li {
  float: left;
  width: 13em;
}
/* separate the list from subsequent markup */
div.three_column {
  margin-bottom: 1em;
}
ul.t-column li {
  list-style-type: disc;
}
.two_column_detailed ul {
  width: 60em;
}
/* float & allow room for the widest item */
.two_column_detailed ul li {
  float: left;
  width: 25em;
}
/* separate the list from subsequent markup */
div.two_column_detailed {
  margin-bottom: 2em;
}
.two_column_add ul {
  width: 75em;
}
/* float & allow room for the widest item */
.two_column_add ul li {
  float: left;
  width: 28em;
}
/* separate the list from subsequent markup */
div.two_column_add {
  margin-bottom: 3em;
}
.two_column ul {
  width: 40em;
}
/* float & allow room for the widest item */
.two_column ul li {
  float: left;
  width: 20em;
}
/* separate the list from subsequent markup */
div.two_column {
  margin-bottom: 1em;
}
.two_column_half ul {
  width: 22em;
}
/* float & allow room for the widest item */
.two_column_half ul li {
  float: left;
  width: 11em;
}
/* separate the list from subsequent markup */
div.two_column_half {
  margin-bottom: 1em;
}
.noside #signup {
  position: relative;
  left: 60px;
}
.advanced_search {
  margin: 12px 0 0 0;
  border: 1px solid #000000;
  padding: 5px;
}

/************************
 *
 * Home Tabs
 *
 ************************/

div#home_tabs {
  padding-top: 6px;
  background: url('/treatment/static/luna/table_slice_01_2.jpg') 0 22px no-repeat;
}
div#home_tabs .shadetabs{
  margin-left: 20px;
}
div#home_tabs div.tabcontentstyle {
  border: none;
  border-left: #F9AD1C solid 2px;
  border-right: #F9AD1C solid 2px;
  padding: 15px 12px 6px 10px;
// padding: 15px 13px 6px 10px; 
  margin-bottom: 3px;
}
.tabcontentstyle-home { /*style of tab content container*/
position: relative;
top: 3px;
border: 1px solid gray;
width: 641px;
margin-bottom: 1em;
padding: 10px;
}
div#close_tabs {
  height: 7px;
/*  background: url('/treatment/static/luna/table_slice_05.jpg') no-repeat;*/
}
div#home_tabs .shadetabs li a {
  text-decoration: none;
}
div#home_tabs .shadetabs li a:visited{
  color: #000000;/* #2d2b2b;*/
}
div#home_tabs .shadetabs li a:hover{
  text-decoration: underline;
  color: #33cc33;/* #2d2b2b;*/
}
div#home_tabs .shadetabs li.selected {
/*
  position: relative;
  top: -1px;
*/
}

div#home_tabs .shadetabs li.selected a{ /*selected main tab style */

}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
#linked_cats p {
  padding: 2px 0 2px 5px;
}
#txtarea {
// width: 280px;
}
#firefox {
 margin-left: 160px;
 // margin-left: 30px;
}

#google {
 // padding-left: 5px;
}

div.value {
/*  background-color: #ffffff;*/
  border: 0px;
}

#friend {
  font-size: 14px;
  //font-size: 14px;
}
/*
#ifriend {
  //width: 120px;
  //height: 18px;
}*/

ul.t-column li {
  list-style-type: disc;
}
#article {
 font-size: 40%;
 font-weight: bold;
 text-align: center;
 color: blue;
}

.article-wrap {
  border-right: black 1px solid; 
  border-top: black 1px solid; 
  border-left: black 1px solid; 
  border-bottom: black 1px solid;
}
.catlist {
  margin: 0px -15px 5px 0px;
}

#h1-detail {
  color: black;
  text-decoration: none;
}
.value span {
 color:#8C3030;
}
#copy-right {
  color:#8C3030;
}
.p-padding {
  margin-top: 7px;
}
#badge {
  float: left;
  margin-bottom: 60px;
}
#remove-ad {
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 10px;
}
#featured_image {
  padding-bottom: 5px;
}

#search .searchoption {
  border-top: 0px;
}

#heading {
  font-size: 14px;
  font-weight: bold;
}

.detailed-span {
  display: none; 
  font-size: 12px; 
  font-weight: bold;
}

.detailed-span-phone {
  color: blue; 
  font-size: 12px; 
  font-weight: bold;
}
#detailed_center_info {
  line-height: 17px;
}
#detailed-space {
  clear: both;
  height: 10px;
}
.module-body {
  color: #dbd9a8;/*#a1a8ca;*/
}
#span {
  color: red;
  font-size: 10px;
}
.req {
  text-align: left;
  font-size: 12px;
}
.req label {
  font-weight: bold;
}
p#terms a {
  color: #aabbcc;
}
p#terms a:hover {
  color: #33cc33;
}

/* Tabs on the home page styles */
div#home-img {
  width: 672px;
  height: 12px;
  background: url('/treatment/static/luna/home-top.jpg') no-repeat;
}
div#home-middle {
  background: url('/treatment/static/luna/home-middle.jpg') repeat-y;
}
div#home-bottom {
  height: 16px;
  width: 672px;
  background: url('/treatment/static/luna/home-bottom.jpg') bottom left no-repeat;
  margin: 0 0px 0 -3px;
}
#content ul.shadetabs-new {
  font: bold 12pt Verdana;
  list-style-type: none;
}
#content ul.shadetabs-new li {
  width: 150px;
  height: 30px;
  background: url("/treatment/static/luna/active.jpg") no-repeat;
  float: left;
  text-align: center;
  margin: 0px 0 -7px 5px;
  padding-top: 6px;
}
ul.shadetabs-new li a {
  margin-top: 18px;
  padding: 15px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.clear_left {
  clear: left;
  _clear: none; 
  margin-left: 1px;
}
#content ul.shadetabs-new li.selected {
  width: 150px;
  height: 30px;
  background: url('/treatment/static/luna/inactive.jpg') no-repeat;
  float: left;
}
ul.shadetabs-new li.selected a {
  width: 150px;
  color:#ffffff;
  font-weight: bold;
}
ul.shadetabs-new li a:hover {
  color: #33cc33;
}
/* End of tabs on the home page styles */

.adsearch {
  width: 176px;
}
.cat-minus, .cat-plus {
  margin-left: 5px;
  margin-top: 5px;
  float: left;
  padding-right: 5px;
}
#subcat h2 {
  font-size: 14px;
  margin: 12px 0 5px 5px;
}
#subcat h2 a {
  text-decoration: none;
}
#subcat h2 a:hover {
  color: #33cc33;
}
.desc-line .desc {
  margin-left: 50px;
}
.refinedropdown {
  margin-bottom: -4px;
}

.refinebutton {
  margin: 0 0 -8px 20px;
}

.refinebox a {
  text-decoration: none;
}
/* paging */
.paging {
  float: right;
  text-align: right;
  width: 200px;
  margin-bottom: 5px;
}

p#advertise-here a {
  font-size: 13pt;
  font-weight: bolt;
  color: #fff;
}


/*****************  /javascript/tabcontent/tabcontent.css  ********************/

.shadetabs, .shadetabs-home {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #0000ff;/* #2d2b2b;*/
background: #ffca00;/* url(shade.gif) top left repeat-x;*/
}

.shadetabs-home li a{
text-decoration: none;
padding: 3px 7px;
}

.shadetabs li a:visited{
color: #0000ff;/* #2d2b2b;*/
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0000ff;/* #2d2b2b;*/
}

.shadetabs li.selected{
/*
position: relative;
top: -1px;
*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('/javascript/tabcontent/shadeactive.gif');
border-bottom-color: white;
  position: relative;
  border-bottom: 1px solid #ffffff;
  z-index: 10;
}

.shadetabs-home li.selected a{ /*selected main tab style */
  position: relative;
  border-bottom: 1px solid #ffffff;
  z-index: 10;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
position: relative;
top: 3px;
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontentstyle-home{ /*style of tab content container*/
position: relative;
top: 3px;
border: 1px solid gray;
width: 641px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


/************************  /treatment/static/luna/facebox.css  ****************/

#facebox .b {
/*  background:url(/facebox/b.png); */
}

#facebox .tl {
/*  background:url(/facebox/tl.png); */
}

#facebox .tr {
/*  background:url(/facebox/tr.png); */
}

#facebox .bl {
/*  background:url(/facebox/bl.png); */
}

#facebox .br {
/*  background:url(/facebox/br.png); */
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
}


/*****************  /facebox/facebox.css  ***********************/

#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
}
