body{
	text-align: center;
	background: #fff;
	font:		12px/1.2em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: 		#333;
	margin:		0;
	padding:	0;
}

#wrap{
	margin: 0 30px;
	padding: 0;
	text-align: left;
}

#logo{
	text-align: left;
	padding: 0;
	margin: 0;
	width: 300px;
	
	position: absolute;
	top: 0;
	margin-top:10px;
}

#header{
       height: 70px;
}

html>body #header{
       height: 10px;
}

#logo a:hover{
	background: none;
}

a{
	color: #006;
}

a:hover{
	background: #ffc;
	text-decoration: none;
	color: #000;
}

form{
	margin: 0;
	padding: 0;
}

/* =Nav
----------------------------------------------- */

#nav {
  background-color:#fff;
  background-repeat:no-repeat;
  float:left;
  width:100%;
  border:solid #ddd;
  border-width:0 0 1px 0;
  margin-top: 5px;
  padding-top: 10px;
  }

#nav > #banner {
	text-align: right;
	height: 91px;
}
#banner > img {
	border: 1px solid Grey;
	padding: 2px;
}

.home #nav {
  background-position:0 -70px;
  }
#nav ul {
  margin:0 0 0 auto;
  padding:0 10px;
  list-style:none;
  font-size:95%;
  text-transform:lowercase;
  }
#nav li {
  float:right;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
  display:block;
  padding:5px 10px 6px;
  border:solid #ddd;
  border-width:0 0 0 0;
  color:#68a;
  text-decoration:underline;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#000;
  }
#nav a:hover {
  background-repeat:no-repeat;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }

#nav a.last{
	border: none;
}

#nav #home, #nav #press, #nav #add, #nav #help, #nav #about{
	padding-left: 25px;
	margin-left: 10px;
}

#home{
	background: url(images/home.gif) no-repeat left center;
}

#add{
	background: url(images/add.gif) no-repeat left center;
}

#help{
	background: url(images/help.gif) no-repeat left center;
}

#press {
	background: url(images/press.gif) no-repeat left center;
}

#about{
	background: url(images/about.gif) no-repeat left center;
}


/* =Content
----------------------------------------------- */
#content{
	padding: 20px;
	margin-right: 250px;
	clear: both;
}

html>body #content{
	padding: 1px 20px;
}

#contentFull{
	padding: 20px;
	clear: both;
}

html>body #contentFull{
	padding: 1px 20px;
}


#contentR{
	padding: 20px;
	margin-left: 270px;
}

html>body #contentR{
	padding: 1px 20px;
}

#contentIns{
	padding: 20px;
}

#categories td{
	vertical-align: top;
	width: 33%;
}

.someCat{
	float: left;
	padding: 2px 20px;
	list-style: none;
	min-width: 150px;
}

.someCat dd{
	background-image: url("images/dadot.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 9px;
	margin: 0 0 0 6px;
	font-size: 80%;
	font-weight: normal;
}

.someCat dt{
	font-weight: bold;
	padding-bottom: 2px;
}



h2{
  margin:0 0 .2em;
  font:175%/1.3em Georgia,Serif;
  line-height:1.3em;
  color:#685;
  }

html>body h2{
	margin:1em 0 .2em;
}

#contentR h2{
	margin-top: 0;
}

html>body #contentR h2{
	margin-top: 117px;
}

#contentR #foldTit{
	margin-top: 0;
}

html>body #contentR #foldTit{
	margin-top: 20px;
}

/*
html>body #contentR h2{
	margin-top: 115px;
}
*/

.grey{
	font-weight: normal;
	color: #aaa;
}

#breadcrumbs{
	border-bottom: 1px solid #eee;
	margin-left: 260px;
	padding: 3px 10px;
	font-size: 80%;
}

#breadcrumbsFull{
	border-bottom: 1px solid #eee;
	
	padding: 3px 10px;
	font-size: 80%;
}



/* =Sidebar
----------------------------------------------- */
#sidebar{
	position: absolute;
	right:30px;
	top:96px;
	width:220px;
	padding: 0 20px;
	border-left: 1px solid #ddd;
}

#sidebar h2, #sidebarL h2{
	margin: 25px 0 10px;
	font:145%/1.2em Georgia,Serif;
	line-height:1.3em;
	color:#685;
}

#sidebar ol, #sidebarL ol{
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 80%;
}

#sidebar li, #sidebarL li{
	margin: 0 0 10px 0;
}

#sidebar h3, #sidebarL h3{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#sidebar p, #sidebarL p{
	margin: 0;
	padding: 0;
}


#sidebarL{
	float: left;
	top:96px;
	width:220px;
	padding: 0 20px;
	border-right: 1px solid #ddd;
}

#sidebarL form{
    margin-bottom: 20px;
}

.helpBox{
	border: 1px solid #ddd;
	padding: 20px;
	margin: 10px 0 20px;
}


/* =Footer
----------------------------------------------- */
#footer {
  clear:both;
  padding-top:0;
  border-bottom:1px solid #fff;
  font-size:85%;
  }

html>body #footer{
	margin-top: 20px;
}

#footer p {
  background-color:#fff;
  background-repeat:repeat-x;
  background-position:0 -4px;
  margin:0;
  padding:10px 20px;
  border-top:1px solid #ccc;
  color:#777;
  text-align:center;
  line-height:1.6em;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */
#footer a, #footer a:visited {
  color:#666;
  border-color:#444;
  }
#footer a:hover {
  color:#933;
  border-color:#b55;
  }


/* --------- Add Inserat ------------ */
#addNewInserat fieldset{
    border:         none;
    border-top:     1px solid #ccc;
	padding-left:	20px;
}

#addNewInserat fieldset legend{
	color: #685;
	margin-bottom: 10px;
}

html>body #addNewInserat fieldset legend{
	margin-top: 7px;
}

#addNewInserat label{
    font-weight:    bold;
}

#addNewInserat .nobold{
    font-weight:    normal;
}

#addNewInserat div{
    margin-bottom:  20px;
}

#addNewInserat .borders{
    border:         1px solid #aaa;
}

#addNewInserat .myinput{
    width:          500px;
}

#addNewInserat #title{
    width:          400px;
}

#addNewInserat .error{
    border:         1px solid #f00;
}


#addNewInserat #pricenum, #confNum{
    width:          70px;
}

#addNewInserat #thumbimagesgesgesge{
    padding:        3px;
    margin:         5px;
    border:         1px solid #eee;
}

#addNewInserat #desc{
	height:			200px;
}

#addNewInserat .helpBox{
    border:			none;
    margin:         0;
    padding:        0 15px;
    color:          #666;
	width:			150px;
	height:			200px;
	font-style:     italic;
}

#addNewInserat .helpBox h4{
    margin:         0;
    padding:        5px 0;
	font-size:		12px;
	
}

#addNewInserat .helpBox ul{
    margin:         0;
    padding:        0 0 5px 15px;
}

#addNewInserat .helpBox ul li{
    padding:        2px 0;
}

#addNewInserat #descHelp{
    font-style:     italic;
}

#addNewInserat #actualimagesgesgesge{
    width:          150px;
    text-align:     center;
}

/* --------- End Add Inserat --------- */


/* --------- List Inserats ----------- */
#helpBox{
    border:         1px solid #ccc;
    background:     #eee;
    padding:        0 10px;
    margin:         0 0 10px 0;
    text-align:     justify;
}

#folderInfo ul{
	margin:        4px 0 20px 0;
	padding:       0;
	list-style:    none;
}

#folderInfo li {
	margin:        0 0 0 15px;
	padding:       0 0 0 13px;
	background:    url(images/bullet_rounded.gif) no-repeat 0 4px;
	margin-bottom: .3em;
}

#folderInfo .selected{
    font-weight:    bold;
}

#folderContent{
    margin-left:    270px;
}

#folderContent h2{
    margin:         10px 0 0 0;
    padding:        10px 0;
}

#inseratListing td{
    padding:        5px;
}

.nopict, .pict{
    width:          90px;
    height:         70px;
    border:         1px solid #eee;
    background:     #fff;
    color:          #666;
    font-size:      80%;
    text-align:     center;
    line-height:    70px;
    padding:        3px;
}

#inseratListing h4{
    margin:         10px 0 0 0;
	font-size:		12px;
}

#inseratListing p{
	padding: 10px 0 0;
	margin: 0;
}

#inseratListing .botBorder{
    border-bottom:  1px solid #eee;
}

#inseratListing ul{
    margin:         10px 0;
}

#inseratListing ul li{
	padding:	5px 0;
}

#pager{
    margin:         10px 0 0 7px;
}

.pager{
    border:         1px solid #ccc;
    padding:        5px 10px;
}

.pager:hover{
    background:     #eee;
}

.current{
    font-weight:    bold;
}

#folderInfo #addListing{
	padding-left: 24px;
	background: url(images/add.gif) no-repeat left center;
	line-height: 20px
}
/* --------- End List Inserats ------- */



/* --------- Separate Inserat -------- */
#shortInsDesc{
    margin:         0 0 0 0;
    padding:        10px;
}

#sectionDesc, .sectionDesc{
    font-size: 80%;
    color: #999;
    padding-left: 10px;
    font-style: italic;
}

.sectionDesc{
	text-align: center;
}

#shortInsDesc .pict,#shortInsDesc .nopict {
    float:          left;
    clear:          left;
}

#shortInsDesc ul{
	margin:			0px 0 0 10px;
    padding:        0px 0 0 20px;
    color:          #666;
}

#fullInsDescription{
    clear:          left;
    margin:         10px;
}

#insimagesgesgesge{
    margin:         10px;
    border-top:     1px solid #eee;
    text-align:     center;
    padding:        10px;
}

.botStuff{
    background:     #eef;
    width: 50%;
}

.rightCol{
    padding: 10px;
}

#contactSeller{
    margin:         0;
    padding:        10px;
}

#contactSeller h3{
    margin: 10px 0;
}

#contactSeller .borders{
    border:         1px solid #aaa;
}

#contactSeller .myinput{
    width:          100%;
}

#contactSeller div{
    margin-bottom:  10px;
}

#contactSeller .error{
    border:         1px solid #a00;
}

#contactSeller #clientHuman{
    text-align:     left;
}

#contactSeller #clientHuman p{
    margin:         0;
    font-size:      80%;
}


#nospam{
    border:         1px solid #666;
    margin-bottom:  10px;
}

#colRight{
    float:          right;
    border:         1px solid #ddd;
    width:          320px;
    margin-top:     31px;
    background:     #fff;
    padding:        10px;
    margin-bottom:  10px;
}

#colRight h3{
	font-size:		14px;
}

html>body #colRight{
	margin-top:     52px;
}

#colLeft{
    margin-right:   350px;
}

#colRight .helpBox, #mainColRight .helpBox{
    background:     #fff;
    border:         none;
    margin:         0 0 15px;
    padding:        0 15px;
    color:          #666;
}

#colRight .helpBox h3{
    padding: 0;
    margin: 0;
}

#colRight .helpBox ul{
    padding: 5px 0 5px 0px;
}

html>body #colRight .helpBox ul{
    padding: 5px 0 5px 20px;
}

#colRight .helpBox ul li{
    font-size: 10px;
    padding: 0;
    margin: 0;
}

#colRight .submitButton{
    padding: 5px;
}

#colRight #submitQuestion{
    text-align: center;
}

.adminOptions{
    background:     #fff;
    border:         1px solid #eee;
    margin:         0 0 15px;
    padding:        0 15px;
    color:          #666;
}

#markers{
    border-top: 1px solid #ccc;
    padding: 10px 10px 0 17px;
    width: 90%;
}

html>body #markers{
  padding-top: 0px;
}

#markers dt{
    margin-bottom: 5px;
    color: #666;
}

#markers dd{
    padding-left: 13px;
    margin-left: 23px;
}

html>body #markers dd{
  margin-left: 6px;
}
/* --------- End Separate Inserat ------- */


/* --------- Information Boxes ---------- */

#confirmText{
    border:         1px solid #0a0;
    padding:        10px;
    background:     #efe url('images/tick.gif') no-repeat 10px -15px;
    margin-bottom:  10px;
}

#errorText{
    border:         1px solid #c00;
    padding:        10px;
    background:     #fee url('images/cross.gif') no-repeat 10px 0;
    margin-bottom:  10px;
}

#infoText{
    border:         1px solid #aa0;
    padding:        10px;
    background:     #ffe url('images/infohand.gif') no-repeat 10px 0;
    margin-bottom:  10px;
}

.hidden, .hide{
    display:        none;
}

.errorMessage{
    color: #f00;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: bold;
}

/* ---------- News & Stuff ----------- */
.newsOptions a{
    background-image: url("images/dadot.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 9px;
	margin: 0 0 0 6px;
	font-size: 80%;
	font-weight: normal;
}

.date{
    font-size: 80%;
    color: #aaa;
    font-weight: normal;
}

.newsEntry{
    padding-bottom: 20px;
}

h2.rootH{
    padding-top: 0px;
}

html>body h2.rootH{
    padding-top: 110px;
}

a.google{
    padding-left: 14px;
    background: url('images/globe.gif') no-repeat left center;
    margin-left: 10px;
}

#advert{
    position: absolute;
    top: 10px;
    right: 10px;
    border:1px solid #ccc;
}
