/* NEW */
/*
 * =================================================================
 * 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: #000000;  
	background: #ffffff;  
	font: normal 11px tahoma, geneva, verdana, sans-serif;  
	text-align: center; 
	background: url(images/bg_grad.jpg) #cccccc fixed;
}

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;
  color: black;
}
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 {
  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;
 
  font-size: small;
  color: #000000;
  font-family: arial;
  text-align: justify;
  text-decoration: none;
}
/* 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;  color: black;
}
/* .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;
  padding-bottom: 6px;
}

h2 {
	padding-bottom: 8px;
}

/* 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;
}

/* 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;
}



/* links */
a {
  color: #000000;
}
a:visited {
  color: #000000;
}



a {
text-decoration:none
}

/* 

body {
      background: #eeeeee;
    }

*/

/* Logo size and image source */

#logo {
  width: 950px;
  height: 80px;
  background-image: url(images/logo.jpg); 
}


#header {
  background: none;
}








.reviewcontentrefute {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #FFFF99;
  overflow: hidden;
  font-style: italic; 
}



.titreaccueilblanc {
	TEXT-ALIGN: left; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #ffffff; FONT-SIZE: 25px; FONT-WEIGHT: normal
}


.emailstylered {
      color: blue; 
      font-weight: bold;
      text-decoration: underline
}




.andystyle {
 border: 2px #ffffff solid;
 background: #DADADA;
 padding: 5px; 
}

.andystyle2 {
 border: 2px #ffffff solid;
 background: #edf2cb; 
 padding: 5px;
}

.andystyle3 {
 border: 1px #FF9500 solid; 
 background:url(/carttransparent.gif) left no-repeat; 
 padding: 5px;
}

.andystyle4 {
 border: 1px #FF9500 solid;
  background:url(/carttransparent2.gif) left no-repeat; 
 padding: 5px;
}

.andystyle5 {
 border: 2px #ffffff solid;
 background: #eeeeff; 
 padding: 5px;
}

.searchbar2 {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #eeeeee;
}

.searchbar3 {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}


/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .ajouter-review-item, .donner-note-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: 10px;
  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;
}
.ajouter-review-item {
  background-color: #92589c;
  font-size: 15px;
}
.donner-note-item {
  background-color: #8c3030;
  font-size: 15px;
}
.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;
}


.crumb {
  font-size:13px;
  font-style: italic;
}


/*
this is css for rounded corners
*/

.whiteBox {
	 BACKGROUND: #ffffff 
}
.whiteBox .whiteHeader {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/white_blue_TR.png) #ffffff no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.whiteBox .whiteHeader DIV {
	WIDTH: 8px; BACKGROUND: url(/links/static/luna/images/RoundedCorner/white_blue_TL.png) #ffffff no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.whiteBox .whiteFooter {
	TEXT-ALIGN: left; BACKGROUND: url(/links/static/luna/images/RoundedCorner/white_blue_BR.png) #ffffff no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.whiteBox .whiteFooter DIV {
	WIDTH: 8px; BACKGROUND: url(/links/static/luna/images/RoundedCorner/white_blue_BL.png) #ffffff no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.blueBox {
	BACKGROUND: #e2e2e2
}
.blueBox .blueHeader {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/blue_white_TR.png) no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.blueBox .blueHeader DIV {
	WIDTH: 8px; BACKGROUND: url(/links/static/luna/images/RoundedCorner/blue_white_TL.png) no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.blueBox .blueFooter {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/blue_white_BR.png) no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.blueBox .blueFooter DIV {
	WIDTH: 8px; BACKGROUND: url(/links/static/luna/images/RoundedCorner/blue_white_BL.png) no-repeat 100% 0pt; HEIGHT: 8px; OVERFLOW: hidden
}
.lightblueBox {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/lightblue_white_T.png) repeat-x right top
}
.lightblueBox .lightblueHeader {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/lightblue_white_TL.png) no-repeat left top; HEIGHT: 8px
}
.lightblueBox .lightblueHeader DIV {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/lightblue_white_TR.png) no-repeat right top; HEIGHT: 8px
}
.lightblueBox .lightblueFooter {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/lightblue_white_B.png) repeat-x left bottom; HEIGHT: 8px
}
.lightblueBox .lightblueFooter DIV {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/lightblue_white_BL.png) no-repeat left bottom; HEIGHT: 8px
}
.lightblueBox .lightblueFooter DIV DIV {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/lightblue_white_BR.png) no-repeat right bottom
}
.lightblueBox .boxContent {
	BORDER-LEFT: #ddddff 1px solid; BACKGROUND: #eeeeff; BORDER-RIGHT: #ddddff 1px solid
}
.mediumblueBox {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/mediumblue_white_T.png) repeat-x right top
}
.mediumblueBox .mediumblueHeader {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/mediumblue_white_TL.png) no-repeat left top; HEIGHT: 8px
}
.mediumblueBox .mediumblueHeader DIV {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/mediumblue_white_TR.png) no-repeat right top; HEIGHT: 8px
}
.mediumblueBox .mediumblueFooter {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/mediumblue_white_B.png) repeat-x left bottom; HEIGHT: 8px
}
.mediumblueBox .mediumblueFooter DIV {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/mediumblue_white_BL.png) no-repeat left bottom; HEIGHT: 8px
}
.mediumblueBox .mediumblueFooter DIV DIV {
	BACKGROUND: url(/links/static/luna/images/RoundedCorner/mediumblue_white_BR.png) no-repeat right bottom
}
.mediumblueBox .boxContent {
	BORDER-LEFT: #e2e2e2 1px solid; BACKGROUND: #ffffff; BORDER-RIGHT: #e2e2e2 1px solid
}
.mediumblueBox .boxHeader {
	BORDER-LEFT: #e2e2e2 1px solid; BACKGROUND: #ffffff; BORDER-RIGHT: #e2e2e2 1px solid
}
.boxContent {
	PADDING-BOTTOM: 2px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px
}



#sidecontent {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-BOTTOM: 10px; BACKGROUND: #fff; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
.sidecontent {
	LINE-HEIGHT: 130%; MARGIN-BOTTOM: 10px; FONT-SIZE: 12px
}


/*
end css for rounded corners
*/






.box { border: 1px #000000 solid; background: #eeeeee;  font-style: bold;  font-size: 11px; width: 50px; height: 60px;
float: right;
}


.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #000000;
  font-size: 11px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}








#content {
  width: 750px;
  margin: 0px 10px;
  padding: 10px;
  background: #DADADA;
}

#contentregion {
  width: 930px;
}

#contentregion {
  margin: 0px 0px;
  padding: 10px;
  background: #DADADA;
}

#contentor {
  width: 930px;
}

#contentor {
  margin: 0px 10px;
  padding: 10px;
  background: #eeeeee;
}


#ocwrapperregion {
  border-left-width: 0px;
}

/*Related department links resized here */

#contentwrapper {
FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: arial;  TEXT-ALIGN: justify; TEXT-DECORATION: none;

}




/* If the height of your logo changes from the original, then you will probably
want to also change the vertical position of the login link */
/*
#loginbar a {
  margin-top: 25px;
}
*/

/* Show the left sidebar */

#ocwrapper {
  border-left-width: 160px;
}


#leftsidebar {
  margin-left: -160px;
  position: relative;
  width: 150px;
  display: block;  
  background: #eeeeee;
  FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: arial; TEXT-ALIGN: justify; TEXT-DECORATION: none;
}








#contentheader .error, #contentheader .message {
  margin: 0px 150px 0px 200px;
}


/* Hide the right sidebar */

#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}


/* 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-width: 150px;
}
#rightsidebar {
  margin-right: -150px;
  width: 140px;
}
#contentheader .error, #contentheader .message {
  margin: 0px 150px 0px 0px;
}

*/

/* Change width of document */

#wrapper {
  width: 950px;
}




/*This is jumpwrapper for external frame*/
/*
#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 .jumpwrapper {
  height: 80px;
  
}







/* Don't want the shadows? */


.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}


/* If you change the globals category_cols or home_category_cols, then you will
need to change the width of the columns themselves.  Note that IE sometimes has
problems if this value adds up to 100%, so keep the width a little under 100%.
For example, if you changed category_cols to 3, then this example would set
the width of the columns to 33% (99% total).  If you want to change the columns
on the home page as well, then remember to set a rule for "#home dl" as well. */
/*
#category dl {
  width: 33%;
}
*/

.linklisting .phone{
  font-size: 9px;
  text-decoration: none;
}


/*
this is css for sliding panel
*/

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}


/* Panel Tab/button */
.tab {
  	background: url(/links/static/luna/images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}


.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 0px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(/links/static/luna/images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(/links/static/luna/images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/links/static/luna/images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}


.tab a.open {background: url(/links/static/luna/images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/links/static/luna/images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/links/static/luna/images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/links/static/luna/images/bt_close.png) no-repeat left -19px;}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}




/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;

}
	
	

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/js/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/js/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/js/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/js/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}






















.mc-sub-badge10 {
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:11px;
margin:0;
padding:0;
width:160px;
}
.mc-sub-badge10 li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:3px;
}
.mc-sub-badge10 li a {
text-decoration:none;
}
.mc-sub-badge10 li.mc-subscribers {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#BF1B32 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:3px 5px 2px 0;
text-align:left;
}
.mc-sub-badge10 li.mc-power {
padding:0 3px;
}
.mc-sub-badge10 li.mc-power a {
color:#999999;
font-size:10px;
}
.mc-sub-badge10 li.mc-power a:hover {
color:#333333;
}
.mc-sub-badge10 li strong {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:2px;
-moz-border-radius-bottomright:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-topright:2px;
background:#7E001B none repeat scroll 0 0;
color:#FFFFFF;
font-size:13px;
margin-right:3px;
padding:3px 6px;
}






.key_sprite {
   background: url(/links/images/camping_key.png) no-repeat top left;
}

.key-Adults_Only{ background-position: 0 0; width: 19px; height: 20px; } 
.key-Bar{ background-position: 0 -25px; width: 10px; height: 16px; } 
.key-Bath{ background-position: 0 -46px; width: 17px; height: 16px; } 
.key-Beach{ background-position: 0 -67px; width: 17px; height: 19px; } 
.key-Bike_Hire_on_site{ background-position: 0 -91px; width: 19px; height: 19px; } 
.key-Boat_Launching___Moorings{ background-position: 0 -115px; width: 19px; height: 19px; } 
.key-Campfires_Allowed{ background-position: 0 -139px; width: 15px; height: 17px; } 
.key-Caravan_Pitches{ background-position: 0 -161px; width: 24px; height: 16px; } 
.key-Disabled_Facilities{ background-position: 0 -182px; width: 16px; height: 16px; } 
.key-Dogs_Not_Permitted{ background-position: 0 -203px; width: 20px; height: 19px; } 
.key-Dogs_Welcome{ background-position: 0 -227px; width: 18px; height: 15px; } 
.key-Elsan_Points{ background-position: 0 -247px; width: 13px; height: 19px; } 
.key-Evening_Entertainment{ background-position: 0 -271px; width: 17px; height: 19px; } 
.key-Fishing{ background-position: 0 -295px; width: 19px; height: 16px; } 
.key-Fully_Serviced_Pitches{ background-position: 0 -316px; width: 20px; height: 16px; } 
.key-Games_Room{ background-position: 0 -337px; width: 16px; height: 16px; } 
.key-Gas_Available{ background-position: 0 -358px; width: 16px; height: 22px; } 
.key-Golf{ background-position: 0 -385px; width: 17px; height: 16px; } 
.key-Hardstandings{ background-position: 0 -406px; width: 22px; height: 19px; } 
.key-Holiday_Homes_for_Hire{ background-position: 0 -430px; width: 35px; height: 16px; } 
.key-Holiday_Homes_for_Sale{ background-position: 0 -451px; width: 35px; height: 16px; } 
.key-Hookups{ background-position: 0 -472px; width: 20px; height: 16px; } 
.key-Horse_Riding{ background-position: 0 -493px; width: 15px; height: 16px; } 
.key-Indoor_Pool{ background-position: 0 -514px; width: 13px; height: 20px; } 
.key-InternetAccess{ background-position: 0 -539px; width: 18px; height: 17px; } 
.key-Kids_Playground{ background-position: 0 -561px; width: 18px; height: 16px; } 
.key-Laundry{ background-position: 0 -582px; width: 15px; height: 20px; } 
.key-Members_Only{ background-position: 0 -607px; width: 20px; height: 22px; } 
.key-Motorhome_Pitches{ background-position: 0 -634px; width: 25px; height: 16px; } 
.key-Motorhome_Point{ background-position: 0 -655px; width: 19px; height: 19px; } 
.key-Open_All_Year{ background-position: 0 -679px; width: 20px; height: 20px; } 
.key-Outdoor_Pool{ background-position: 0 -704px; width: 13px; height: 20px; } 
.key-Pre-erected_Tents{ background-position: 0 -729px; width: 23px; height: 19px; } 
.key-Public_Transport{ background-position: 0 -753px; width: 20px; height: 20px; } 
.key-Rallies_Welcome{ background-position: 0 -778px; width: 18px; height: 20px; } 
.key-Restuarant__Cafe{ background-position: 0 -803px; width: 16px; height: 17px; } 
.key-Sea_View{ background-position: 0 -825px; width: 19px; height: 19px; } 
.key-Seasonal_Pitches{ background-position: 0 -849px; width: 18px; height: 18px; } 
.key-Shop{ background-position: 0 -872px; width: 17px; height: 16px; } 
.key-Showers{ background-position: 0 -893px; width: 16px; height: 16px; } 
.key-Storage_Pitches{ background-position: 0 -914px; width: 24px; height: 16px; } 
.key-TV_Room{ background-position: 0 -935px; width: 17px; height: 16px; } 
.key-Tennis{ background-position: 0 -956px; width: 16px; height: 16px; } 
.key-Tent_Pitches{ background-position: 0 -977px; width: 18px; height: 16px; } 
.key-Toilet_Block{ background-position: 0 -998px; width: 18px; height: 16px; } 
.key-Water___Washing_Up{ background-position: 0 -1019px; width: 16px; height: 19px; } 
.key-Watersports{ background-position: 0 -1043px; width: 18px; height: 19px; } 


.boxContent ul {
  padding-left: 25px;
}




#main_wrapper {
	width: 950px;
	border: 0px solid #666666;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
}

#main_content {
	background: #dadada;
	font-size: small; 
	color: #000000; 
	font-family: arial;  
	text-align: justify; 
	text-decoration: none;
}
#left_contents {
	padding-top: 15px;
	width: 170px; 
	float: left;
	padding-left: 15px;
	font-size: 13px;
	background: #eee;
}
#right_contents {
	padding-left: 10px;
	padding-top: 15px;
	width: 740px; 
	float: left;
}

#all_contents {
	padding-left: 10px;
	padding-top: 15px;
	width: 930px; 
	float: left;
}


/* CSS for the map search page */
#map_wrapper #left_bar_listings {
	width: 400px;
	min-height: 600px;
	float: left;
}
#map_wrapper #map {
 position:absolute;
 width:435px;height:300px;
 padding:16px;background:#FFFFFF;
 border:2px solid #2266AA;
 z-index:100;
	float: left;
}
#map_wrapper {
	width: 873px;
	position:relative;
}
#map_wrapper  #map_block {
 position:absolute;
 width:475px;height:300px;
 z-index:100;
	float: left;
}
#adcontainer2 {
	padding-top: 370px;
}
#map_wrapper .km { color: red; padding-left: 4px; } 

#map_wrapper  .sidebar_box {
	width: 385px;
	border: 2px solid white;
}

/* end css for the map stuff */



.services_left { float: left; width: 150px; padding-bottom: 4px; font-weight: bold; }
.services_right { float: left; width: 250px; padding-bottom: 4px;  }


#lang_bar {
	  margin-left: 445px;
	  display: none; 
      position:absolute; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
	  width: 200px;	  
	border-radius: 22px; 
	-moz-border-radius: 22px; 
	-webkit-border-radius: 22px; 
	border: 3px double #aaa;
}

.flagwithrounded {border-radius:14px; -moz-border-radius:14px;}

#langstuff img {
	vertical-align:	middle;
}
#langstuff span {
 font-weight: bold;
 vertical-align:middle; 
}


.offer_block h3 {
		padding: 4px 4px 0px 4px;
		margin: 0px;
		margin-top: 15px;
		width: 590px;
		background: #FF9933;
}
.offer_contents {		
	padding: 4px 4px 4px 4px; 		
	width: 588px;		
	border-left: 1px dashed #CDD11B;		
	border-right: 1px dashed #CDD11B;		
	border-bottom: 1px dashed #CDD11B;	
}

.submit , .submitit{ font-size: 18px; background: green;	color: white;}



/* For the "search suggest" stuff ON Google_Maps, not the header! */


#suggest {
	position:relative;
	z-index: 1000;
}
.suggestionsBox {		margin-left: 0px;		display: none;     	position:absolute; 		z-index: 100;		width: 390px;		padding:0px;		background-color: #7A7476;		border-top: 3px solid #000;		color: #fff;}
.suggestionList {		margin: 0px;	padding: 0px;}
.suggestionList ul li {	list-style:none;	margin: 0px;	padding: 6px;	border-bottom: 1px dotted #666;		cursor: pointer;
}
.suggestionList ul li:hover {	background-color: #FC3;	color:#000;}
#suggest ul {		font-family: Arial, Helvetica, sans-serif;		font-size:11px;		color:#FFF;		padding:0;		margin:0;
}

.load{	background-image:url(/links/static/suggest_loader.gif);	background-position:right;	background-repeat:no-repeat;}
/* END For the "search suggest" stuff ON Google_Maps, not the header! *//* For the "search suggest" stuff FOR HEADER */#suggest2 {	position:relative;	z-index: 1000;}.suggestionsBox2 {		margin-left: 0px;		display: none;     	position:absolute; 		z-index: 100;		width: 300px;		padding:0px;		background-color: #7A7476;		border-top: 3px solid #000;		color: #fff;}.suggestionList2 {		margin: 0px;	padding: 0px;}.suggestionList2 ul li {	list-style:none;	margin: 0px;	padding: 6px;	border-bottom: 1px dotted #666;		cursor: pointer;}.suggestionList2 ul li:hover {	background-color: #FC3;	color:#000;}#suggest2 ul {		font-family: Arial, Helvetica, sans-serif;		font-size:11px;		color:#FFF;		padding:0;		margin:0;}.load2{	background-image:url(/links/static/suggest_loader.gif);	background-position:right;	background-repeat:no-repeat;}/* END For the "search suggest" stuff FOR HEADER */


.content_white  {
	width: 98%;
	background: white;
	padding: 10px 10px 10px 10px;
}

/* used for google map stuff */
.test_block {
 border: 1px solid black; margin-top: 8px; background: yellow; padding: 5px;
 display: block;
}