
/* Grundlegende Angaben zum Layout*/

body 		{		background:#004 repeat-x url(http://www.wale-info.de/pics/whiteblue.gif);
					text-align:center;
					position:relative;
					top:0px; left:0px;
					margin:0px;
			}
			
#main {			position:relative; 
					top:0px;left:0px;
					width:730px;
					margin:0px;
					margin-bottom:20px;
					margin-left:auto;
					margin-right:auto;
					padding-top:50px;
					padding-left:30px;
					padding-right:30px;
					background:#fff;
					border:solid 3px #ccc;
					border-top:none;
					text-align:left;
					background:#fff;
			}

#top 		{		background:url(http://www.wale-info.de/pics/top_844.png) no-repeat;
					position:absolute;
					width:824px;
					padding-right:15px;
					height:42px;	
					top:0px; left:-25px;
					margin-left:auto;
					margin-right:auto;
					border:none;
			}			
			
			
			
#rechteSpalte
			{
					position:absolute;
					left:570px;
					top:70px;
					width:190px;
					background:#fff;
					padding:10px;
					border-left:solid 5px #eee;
					border-bottom:dotted 1px #eee;
					border-top:dotted 1px #eee;
					text-align: center;
			}


#bottomlink {
					width:700px;
					color:#b30000;
					font-size: 10px;
					text-align:center;
			}


/* Textauszeichnung allgemein*/

p,a,li
			{font-family:verdana,arial,sans-serif;}
			
h1,h2,h3,h4,h5		{
			font-family: 'lucida grande','lucida sans',helvetica,arial,sans-serif;
			}

p.caption {text-align:right;
			font-size:0.7em;
			color:#999999;
			margin-top:0px;
			}

.text	 {line-height:18px;
		 font-size:13px}
							
.text_ind	 {
			line-height:15px; 
			text-indent:20px; 
			margin-top:-10px;
			font-size:12px;
			}
		
a {			text-decoration:none;}					
a:link 		{ color:#00c;}
a:visited 	{ color:#00c;}
a:hover 	{ color:#009;text-decoration:underline;}
a:active 	{color:#c00; }


a.black {color:#000}



/* Textauszeichnungen */


span.gesperrt {letter-spacing:3px;color:#aaaacc}

span.grau {color:#666666}
		
span.mittelgrau {color:#cccccc}
		
.center {text-align:center;}

.grau		{color:#666666}




/* Copyright Info am Seitenboden */
p.bottomlink {font-family:helvetica,arial,sans-serif;
		color:#aaaaaa;
		font-size:10px;
		text-align:center;
		}


a.bottomlink:link {
		font-family: verdana, helvetica, arial, sans-serif;
		color:#0000b3;
		font-size: 10px
		}

a.bottomlink:visited {
		font-family: verdana, helvetica, arial, sans-serif;
		color:#0000b3;
		font-size: 10px
		}

a.bottomlink:active {
		font-family: verdana, helvetica, arial, sans-serif;
		color:red;
		font-size: 10px
		}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:790px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:130px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:130px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#999; 
width:119px; 
height:25px; 
border:1px solid #336; 
border-width:0 1px 0 0; 
background:#000541; 
padding-left:10px; 
line-height:25px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:130px;
w\idth:119px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#99a;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#669;
}
.menu ul ul :hover > a.drop {
background:#669;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#dde;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#336;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:130px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:130px; 
top:0;
width:130px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-130px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ccd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:109px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
w\idth:109px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#336;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#336;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


/* Weitere CSS Angaben f&uuml;r die Antiquariatsseiten */


/* Buch-Antiquariat allgemein*/

h1 {		font-size:22px;}
h2 {		font-size:16px;color:#226;}
a.name {color:#ffc;font-weight:normal;letter-spacing:0.1em}

a.best		 {	background:#ffcccc;
				color:#000000;
				font-weight:bold;
				text-decoration:none;
				border:solid 1px #666666;
				padding:2px;
				}					
a.best:hover {	background:#cc3333;
				color:#ffffff;
				}					
a.best:active {	background:#ff3333;
				color:#000000;
				}
				
p.offer {	font-size:0.7em;
			background:#eeeeee; 
			border:solid 1px #666666;
			padding:5px;
			line-height:16px;
			margin-top:20px;
			min-height:150px;
		}
				
p.best {	font-size:0.7em;
			text-align:right;
			margin-top:-10px;
		}
p.caption {font-size:11px;color:#666;}		
p.small {font-size:10px;}
p.text09 {font-size:0.9em}		
p.text07 {font-size:0.7em}		
			

/* Poster allgemein*/

h1.poster {font-size:16px;color:#336;text-align:center;}

p.posterpreis {background:#FFFFCC;
					padding:5px;
					text-align:center;
					font-weight:bold;
					}
#rechteSpalte {font-size: 11px ;}

#rechteSpalte img {border:solid 3px #eee;}

#rechteSpalte img:hover {
						border:solid 3px #eec;
						opacity:.70;
						}
					


















/* Alles von MLF */


body                     { margin:0; padding:0; font-family: verdana, arial, sans-serif; font-size:100.1%; }
h1                       { margin-top:0; font-size:1.25em; font-weight: bold; }
h2                       { margin-top:20px; font-size:1.25em; font-weight: bold; }
p                        { margin-top:0px; }
img                      { border: 0px }
form                     { display: inline; }

/* standard links: */
/* habe ich rausgeschmissen*/


/* strong links */

a.stronglink:link        { padding-left: 13px; color: #0000cc; text-decoration: none;  font-weight: bold; background: url(images/link.png) no-repeat left;  }
a.stronglink:visited     { padding-left: 13px; color: #0000cc; text-decoration: none; font-weight: bold; background: url(images/link.png) no-repeat left; }
a.stronglink:hover       { padding-left: 13px; color: #0000ff; text-decoration: underline; font-weight: bold; background: url(images/link_hover.png) no-repeat left; }
a.stronglink:active      { padding-left: 13px; color: #ff0000; text-decoration: none; font-weight: bold; background: url(images/link.png) no-repeat left; }

img.reload               { background: url(images/reload.png) no-repeat top left;  }
img.reload:hover         { background: url(images/reload.png) no-repeat bottom left; }
img.next                 { background: url(images/next.png) no-repeat top left;  }
img.next:hover           { background: url(images/next.png) no-repeat bottom left; }
img.previous             { background: url(images/previous.png) no-repeat top left;  }
img.previous:hover       { background: url(images/previous.png) no-repeat bottom left; }

#top_mlf                     { position:relative;margin:0; padding:0; height:4.4em; color:#000000; background:#fff; }
/* background war url(images/bg_top.png) repeat-x bottom und #d2ddea */


#top_mlf div.left            { margin:0; padding:7px 0 7px 20px; float: left; }
#top_mlf div.left .home      { margin:0 0 0.3em 0; padding:0; font-size:0.69em; }
#top_mlf div.left h1         { margin:0; padding:0; font-size:1.75em; }
#top_mlf div.left h1 a       { color:#000080; text-decoration:none; }
#top_mlf div.left h1 a:hover { color:#0000aa; text-decoration:none; }
#top_mlf div.left .index     { margin:0px; padding:0px; font-size:0.82em; }
#top_mlf div.right           { margin:0px; padding:7px 20px 7px 0px; text-align: right; }
p.usermenu               { margin:0 0 1em 0; font-size:0.69em; }

.search                  { display:inline; font-size:0.69em; }
.search .searchfield     { font-size:1em; width:12em; }

#topnav                  { clear:both; margin:0; padding:0; height:1.88em; color:#000000; background:#f9f9f9; border-top: 1px solid #bacbdf; border-bottom: 1px solid #bacbdf; line-height:1.88em; }
#topnav div.left         { font-size: 0.82em; margin: 0px; padding:0 0 0 20px; float: left; }
#topnav div.right        { font-size: 0.82em; margin: 0px; padding:0em 20px 0 0; text-align: right; }
* html #topnav div.right { padding-top:0.4em; } 


/* IE 6 only */

#topnav p.subnav         { margin: 0px; padding:0 0 0 12px; font-weight:bold; background-image:url(images/location.png); background-repeat:no-repeat; background-position: left; }
#topnav .small           { font-size:0.82em; }

#content                 { margin:0; padding:20px; min-height:200px; background:#fff; }
#content p               { font-size:0.82em; line-height:1.45em; max-width:60em; }
#content ul              { font-size:0.82em; line-height:1.45em; max-width:60em; }
#content li,
#content ul ul           { font-size:1em; }

#content .xsmall         { font-size:0.69em; line-height:1.19em; color: #808080; font-weight: normal; }
#content .small          { font-size:0.69em; line-height:1.19em; font-weight: normal; }

#bottom                  { clear:both; font-size:0.69em; line-height:1.19em; margin: 0px; padding: 0px; color: #000000; background:#d2ddea; background:#f9f9f9; border-top: 1px solid #bacbdf; }
#bottom div.left         { margin:0; padding: 7px 0 10px 20px; float: left; }
#bottom div.right        { margin:0; padding: 7px 20px 10px 0; text-align: right; }

#pbmlf                   { margin:0px; padding:3px 20px 11px 20px; text-align:center; font-size:0.69em; color:#808080; }
#pbmlf a                 { color:#808080; text-decoration: none; }

#sidebar                 { position:relative; float:right; margin:0; padding:0; }
#sidebar h3.sidebar      { position:absolute; top:0; right:0; font-size:0.69em; line-height:1.7em; font-weight:normal; margin:0; padding:0 17px 0 5px; background:#d2ddea; background-image:url(images/bg_th.png); background-repeat: repeat-x; background-position: bottom; border:1px solid #bacbdf; }
#sidebar h3.sidebar a    { color:#000; text-decoration:none; }

#sidebartoggle           { position:absolute; top:5px; right:4px; margin:0; padding:0; z-index:3; }
#sidebarcontent          {  }

#latest-postings         { position:relative; margin:0px 0px 20px 20px; background:#f9f9f9; border:1px solid #bacbdf; padding:0px; width:13em; } 
#latest-postings a.hide-sidebar
                         { position:absolute; top:2px; right:4px; margin:0; padding:0; line-height:11px; } 
#latest-postings h3      { font-size:0.69em; line-height:1.7em; font-weight:normal; margin:0px; padding:0 5px 0 5px; background:#d2ddea; background-image:url(images/bg_th.png); background-repeat: repeat-x; background-position: bottom; }
#latest-postings ul      { font-size:0.82em; list-style:none; margin:0; padding:0; }
#latest-postings li      { margin:0; padding:0; }
#latest-postings li a    { font-size:0.82em; line-height:1.4em; color:#808080; text-decoration:none; display:block; margin:0; padding:3px 5px 3px 5px; }
#latest-postings li a:hover
                         { background:#efefef; text-decoration:none; }
#latest-postings li a span
                         { font-size:1.2em; color:#0000cc; }
#latest-postings li a:hover span
                         { /*text-decoration:underline;*/ }
#latest-postings li a:visited span
                         { color:#800080; }

#tagcloud                { position:relative; margin:0px 0px 20px 20px; background:#f9f9f9; border:1px solid #bacbdf; padding:0px; width:13em; }
#tagcloud a.hide-sidebar { position:absolute; top:2px; right:4px; margin:0; padding:0; line-height:11px; } 
#tagcloud h3             { font-size:0.69em; line-height:1.7em; font-weight:normal; margin:0px; padding:0 5px 0 5px;  background:#d2ddea; background-image:url(images/bg_th.png); background-repeat: repeat-x; background-position: bottom; }
#tagcloud p              { margin:0px; padding:5px; font-size:0.69em; line-height:1.5em; }
#tagcloud strong         { font-weight:bold; font-size:1.051em; }

#modmenu                 { position:relative; margin:0px 0px 20px 20px; background:#f9f9f9; border:1px solid #bacbdf; width:13em; }
#modmenu h3              { font-size:0.69em; line-height:1.7em; font-weight:normal; margin:0px; padding:0 5px 0 5px; background:#d2ddea; background-image:url(images/bg_th.png); background-repeat: repeat-x; background-position: bottom; }
#modmenu ul              { list-style:none; margin:0; padding:5px; font-size:0.69em; line-height:1.7em; }

#bottombar               { position:relative; margin:20px 0 -20px 0; }
#bottombar h3.sidebar    { position:relative; float:right; font-size:0.69em; line-height:1.6em; font-weight:normal; margin:0 0 20px 0; padding:0 17px 0 5px; background:#d2ddea; background-image:url(images/bg_th.png); background-repeat: repeat-x; background-position: bottom; border:1px solid #bacbdf; }
#bottombar h3.sidebar a  { color:#000; text-decoration:none; }
#bottombarhandle         { position:absolute; top:0px; right:4px; margin:0; padding:0; z-index:3; }
#bottombar #sidebarcontent  {  }
#bottombar #sidebarcontent div { position:relative; z-index:2; background:#f9f9f9; border:1px solid #bacbdf; margin:0 0 20px 0; }
#bottombar h3            { font-size:0.69em; line-height:1.7em; font-weight:normal; margin:0px; padding:0 5px 0 5px; background:#d2ddea; background-image:url(images/bg_th.png); background-repeat: repeat-x; background-position: bottom; }
#bottombar p.tagcloud    { margin:0px; padding:10px 5px 10px 5px; font-size:0.69em; line-height:1.5em; }
#bottombar p.tagcloud strong         { font-weight:bold; font-size:1.051em; }
#bottombar .xsmall       { font-size:0.82em; }
#bottombar .latestposts  { margin:0; padding:10px 5px 10px 30px; }
#bottombar .latestposts a:visited  { color:#800080; }
#bottombar .options      { margin:0; padding:10px 5px 10px 5px; list-style-type:none; }

#postingform             { font-size:0.82em }
#postingform .small,
#postingform .xsmall     { font-size:0.82em }     
#delete_cookie           { font-size:0.82em }

.posting                 {  }
.posting img.avatar      { float:right; }
.posting h1              { margin: 0px 0px 2px 0px; padding: 0px; }
.posting h1 .category    { font-size:0.57em; }
.posting .author         { margin: 1px 0px 18px 0px; font-style: italic; }
.posting p               {  }
*+html .posting ul       { padding-left:17px; } 


/* IE 7 only */

.posting li              { font-size:0.82em; line-height:1.45em; }
.posting li li           { font-size:1em; }
.quote                   { color:#6f6f6f; font-style:italic; }
.edited                  { font-size:0.82em; color:#808080; }
img.no-text              { cursor:help; }
pre                      { max-width:100%; overflow:auto; }
code                     { font-family:"courier new",courier; color:#000080; }
code.monospace           { color:#000; }   
blockquote               { margin:0px; padding:0px 0px 0px 30px; color:#6f6f6f; font-style: italic; background:url(images/quote.png) no-repeat top left; }
blockquote code          { font-family:"courier new",courier; color:#6f6f6f; }

.postingbottom           { clear:both; margin:25px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.postinganswer           { font-size:0.82em; }
html>body .postinganswer { float:left; } /* all but not IE */
*+html .postinganswer    { float:left; } /* IE 7 only */

.postingedit             { text-align: right; }

div.ct-posting           { position:relative; border-left:10px solid #d2ddea; border-right:1px solid #f0f0f0; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; margin:0px 0px 20px 0px; padding:0px 0px 0px 0px; background:#fff; /*border-right:1px solid blue;border-top:1px solid blue;border-bottom:1px solid blue;*/ }
.new                     { border-left:10px solid #88a9cf !important; }   
.ct-posting h1           { margin: 0px 0px 2px 0px; padding: 0px; }
.ct-posting h1 .category { font-size:0.57em; }
div.ct-postinghead       { background:#f5f5f5; margin:0px 0px 0px 0px; padding:0px 0px 5px 10px; }
div.ct-postinghead img.avatar 
                         { padding:5px; background:#f5f5f5; float:right; }
div.ct-postingbody       { margin:0px; padding:10px 10px 10px 10px; }
div.ct-postingfooter     { margin:0px; padding:0px 10px 10px 10px; }
p.ct-author              { margin: 1px 0px 0px 0px; font-style: italic; }
.hide-posting            { position:absolute; top:0px; left:-10px; }

.op-link,
.op-link a               { font-size:0.9em; color:#808080; }

#content p.tags          { margin:20px 0 0 0; padding:0; color:#808080; font-size:0.69em; line-height:1.42em; }

#content p.signature     { margin:10px 0px 0px 0px; padding:0px; color:#808080; font-weight:normal; font-size:0.69em; line-height:1.42em; }

h2.postingform           { margin: 0px 0px 20px 0px; }
p.reply-to               { margin: 0px 0px 20px 0px; }

div.complete-thread      { margin-bottom:30px; }
* html div.complete-thread
                         { margin-bottom:20px; } 

/* IE only */

div.complete-thread p.left
                         { float:left; }
#content div.complete-thread p.right
                         { float:right; text-align:right; font-size:0.69em; }

.searchresults ul        { font-size:1em; margin: 0px 0px 15px 0px; }
.searchresults li        { font-size:1em; }
.searchresults li li     { font-size:1em; }

.usernav                 { margin:0px 0px 15px 0px; padding:0px; }
.usernav .usersearch     { float:left; font-size:0.69em; }
.usernav .usersearch input
                         { font-size:1em; } 
.usernav .userbrowse     { text-align:right; font-size:0.82em; }
.usernav-bottom          { margin:15px 0px 0px 0px; padding:0px; text-align:right; font-size:0.82em; }

.actthread               { padding-left: 18px; color: #ff0000; font-weight: bold; background-image:url(images/thread.png); background-repeat:no-repeat; background-position: top left; }

.actreply                { padding-left: 16px; color: #ff0000; font-weight: bold; background-image:url(images/reply.png); background-repeat:no-repeat; background-position: top left; }

.spam                    { color: #ff0000; font-weight: bold; background:yellow; }

.spam-note               { font-weight:bold; color:red; background:yellow; padding:5px; }

.thread ul               { font-size:1em; }
.thread li               { font-size:1em; }
.thread li li            { font-size:1em; }
.thrbeg                  { font-weight: bold; }
.caution                 { padding: 0px 0px 0px 20px; color: red; font-weight: bold; background-image:url(images/caution.png); background-repeat:no-repeat; background-position: left; }
.ok                      { padding: 0px 0px 0px 20px; font-weight:bold; color:red; background-image:url(images/tick.png); background-repeat:no-repeat; background-position: left; }

.entryline               { margin: 15px 0px 15px 0px; border-top: 1px dotted #808080; border-left: 0; border-right: 0; border-bottom: 0; height: 1px; }

.marked-threads          { margin:30px 0px 0px 0px; font-size:11px; }
.marked-threads-board    { margin:10px 1px 0px 1px; font-size:11px; }
.ip                      { font-size: 11px; color: #808080; }

span.userdata            { margin: 0px; padding: 0px; }
.online                  { color: red; }
.underline               { text-decoration:underline; }

label.main               { font-weight:bold; }
label.active             { color:#000; }
label.inactive           { color:#808080 !important; }
label.inactive input     { color:#808080; }
label.unavailable        { color:#c0c0c0; }

fieldset.active          { border:none; margin:0; padding:0; }
fieldset.active label,
fieldset.active input    { color:#000; }
fieldset.inactive        { border:none; margin:0; padding:0; }
fieldset.inactive label,
fieldset.inactive input  { color:#808080; }

ul.filelist              { list-style-type: none; padding-left:0px; margin-left:0px; font-size:0.82em; line-height:1.7em !important; }
ul.filelist img          { margin:0px 5px -3px 0px; padding:0px; }

span.admin               { /*border-bottom:1px dotted #c0c0c0;*/ }
span.mod                 { /*border-bottom:1px dotted #c0c0c0;*/ }
ul.thread span.mod,
ul.thread span.admin,
td span.admin,
td span.mod              { cursor:help; }

#captcha                 { margin:0; padding:0; }
#captcha p               { font-size:1em; }          
#captcha img,
img.captcha              { border:1px solid #000; }


/* categories: */

.category                { color: #000080; font-size:0.82em; font-weight: normal; }
.category-regusers       { color: #000080; font-size:0.82em; font-weight: normal; background:#e7e7e7; }
.category-adminmod       { color: #000080; font-size:0.82em; font-weight: normal; background:#d5d5d5; }
.category-b              { color: #0000cc; font-size:0.82em; font-weight: normal; }
.category-regusers-b     { color: #0000cc; font-size:0.82em; font-weight: normal; border-bottom: 1px dotted #0000cc; }
.category-adminmod-b     { color: #0000cc; font-size:0.82em; font-weight: normal; border-bottom: 1px solid #0000cc; }

h3.preview               { margin: 10px 0px 3px 0px; font-size:0.82em; font-weight:bold; color:red; }

div.preview              { margin: 0px 0px 0px 0px; padding: 10px; color: #000000; border: 1px dotted red; }

table.wide               { width: 100%; }

table.normaltab          { width:100%; border:1px solid #bacbdf; background:#fff; }

table.normaltab th       { vertical-align: top; font-size:0.82em; font-weight: bold; text-align:left; color: #000000; background:#d2ddea; background-image:url(images/bg_th.png); background-repeat: repeat-x; background-position: bottom; }

table.normaltab td.a     { vertical-align: top; font-size:0.82em; font-weight: normal; color: #000000; background: #f5f5f5; }

table.normaltab td.b     { vertical-align: top; font-size:0.82em; font-weight: normal; color: #000000; background: #f9f9f9; }

table.normaltab td.c     { width:150px; vertical-align: top; font-size:0.82em; font-weight: normal; color: #000000; background: #d2ddea; background-image:url(images/bg_td.png); background-repeat: repeat-y; background-position: right; }

table.normaltab td.d     { vertical-align: top; font-size:0.82em; font-weight: normal; color: #000000; background: #f5f5f5; }

#content table.normaltab p
                         { font-size:1em; }
#content table.normaltab .small,
#content table.normaltab .xsmall 
                         { font-size:0.82em; }

p.userdata               { margin:0; }

table.normaltab ul.thread { margin:0; padding:0; list-style-type:none; font-size:1em !important; }

table.normaltab ul.thread ul { font-size:0.82em !important; line-height:1em; }

table.normaltab ul.thread ul ul { font-size:1em !important; }

ul.thread                { max-width:100% !important; }

ul.reply                 { margin: 0px; padding: 0px 0px 0px 30px; list-style-type:none; max-width:100% !important; }

ul.reply ul              { /*background-image:url(images/reply_subsidiary_line.png); background-repeat:repeat-y; background-position: left;*/ }

ul.deep-reply            { margin: 0px; padding: 0px 0px 0px 15px; list-style-type:none; }

ul.very-deep-reply       { margin: 0px; padding: 0px 0px 0px 0px; list-style-type:none; }

ul.thread li             { margin:0px; padding:0px; line-height:1.45em; display:inline; }

ul.complete-thread       { margin: 0px 0px 18px 0px; padding: 0px 0px 0px 0px; list-style-type:none; clear:both; max-width:100% !important; }

.normalform              { font-size:0.82em; }

.kat                     { font-family:verdana, arial, sans-serif; font-size:0.82em; }

.inline                  { display:inline; }

input.bbcode-button      { width:45px; font-size:11px; font-weight:normal; margin:0px 0px 3px 0px; }

button.smiley-button     { margin:0; padding:0; font-size:11px; font-weight:normal; }

button.smiley-button img {  }

.browse                  { margin:5px 0px 5px 0px; padding:0px; text-align:right; }

.pagebrowse              { margin:0; padding:0;  max-width:100% !important; text-align:right; font-size:0.69em !important; }


/* ajax preview: */

#ajax-preview            { position: absolute; margin:0; padding:0; z-index:10; width:400px; display:none; background:transparent url(images/ajax_preview_top.png) repeat-x top left; }
#ajax-preview-top        { margin:0; padding:0; height:16px; background:transparent url(images/ajax_preview_tail.png) no-repeat top left; }
#ajax-preview-close      { margin:0px; padding:0px; }
#ajax-preview-close img  { position:absolute; margin:0px; padding:0px; top:16px; right:1px; }
#ajax-preview-handle     { margin:0px; padding:10px; }
#ajax-preview-body       { background:#ffc; margin:0; padding:0; border-left:1px solid #c0c0c0; border-right:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0; max-height:350px; overflow:auto; }
#ajax-preview-content    { line-height:19px; }
#ajax-preview-replylink  { display:none; margin-bottom:0px; font-size:11px; } 
#ajax-preview-throbber   { padding:10px; text-align:center; display:none; }
#ajax-preview-content ul { font-size:13px;  }

#more-smilies            { position:absolute; width:200px; background:#ffc; border:1px solid #c0c0c0; display:none; }
#more-smilies .close     { position:absolute; top:0px; right:0px; padding:0px; }
#more-smilies-body       { overflow:auto; }
#more-smilies-content    { max-height:300px;}
#more-smilies-content p  { padding:10px; }
#more-smilies-content img
                         { padding:5px; }
                         
#colorpicker             { position:absolute; /*width:100px; height:100px;*/ background:#bbb; border:1px solid #bbb; display:none; }

#colorpicker table       { margin:0; padding:0; line-height:10px; }

#colorpicker table img   { margin:0; padding:0; border:1px solid #bbb; }

#colorpicker table a:hover img { margin:0; padding:0; border:1px solid #fff; }

#sizepicker              { position:absolute;  background:#efefef; border:1px solid #c0c0c0; display:none; padding:0; }

#sizepicker p            { margin:0; padding:0; }

#sizepicker p a          { color:#000; display:block; text-decoration:none; padding:3px; }

#sizepicker p a:hover    { background:#e0e0e0; }

.adminmenu               { list-style-type: none; padding-left:0px; margin-left:0px; font-size:0.82em; line-height:1.7em !important; }
.adminmenu li            {  }
.adminmenu a             { text-decoration:none; }
.adminmenu a:hover span  { text-decoration:underline; }
.adminmenu a img         { margin:0px 5px -3px 0px; padding:0px; }
#content .adminmenu .small
                         { font-size:0.82em; }


/* thread links: */

a.thread:link            { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread.png); background-repeat:no-repeat; background-position: top left; }

a.thread:visited         { padding-left: 18px; color: #800080; text-decoration: none; font-weight: bold; background-image:url(images/thread.png); background-repeat:no-repeat; background-position: top left; }

a.thread:hover           { padding-left: 18px; color: #0000ff; text-decoration: underline; font-weight: bold; background-image:url(images/thread.png); background-repeat:no-repeat; background-position: top left; }

a.thread:active          { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread.png); background-repeat:no-repeat; background-position: top left; }


/* sticky threads: */

a.thread-sticky:link     { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread_sticky.png); background-repeat:no-repeat; background-position: top left; }

a.thread-sticky:visited  { padding-left: 18px; color: #800080; text-decoration: none; font-weight: bold; background-image:url(images/thread_sticky.png); background-repeat:no-repeat; background-position: top left; }

a.thread-sticky:hover    { padding-left: 18px; color: #0000ff; text-decoration: underline; font-weight: bold; background-image:url(images/thread_sticky.png); background-repeat:no-repeat; background-position: top left; }

a.thread-sticky:active   { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread_sticky.png); background-repeat:no-repeat; background-position: top left; }


/* new threads: */      

a.threadnew-sticky:link  { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread_new_sticky.png); background-repeat:no-repeat; background-position: top left; }

a.threadnew-sticky:visited
                         { padding-left: 18px; color: #800080; text-decoration: none; font-weight: bold; background-image:url(images/thread_new_sticky.png); background-repeat:no-repeat; background-position: top left; }

a.threadnew-sticky:hover { padding-left: 18px; color: #0000ff; text-decoration: underline; font-weight: bold; background-image:url(images/thread_new_sticky.png); background-repeat:no-repeat; background-position: top left; }

a.threadnew-sticky:active
                         { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread_new_sticky.png); background-repeat:no-repeat; background-position: top left; }


/* new threads: */

a.threadnew:link         { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread_new.png); background-repeat:no-repeat; background-position: top left; }

a.threadnew:visited      { padding-left: 18px; color: #800080; text-decoration: none; font-weight: bold; background-image:url(images/thread_new.png); background-repeat:no-repeat; background-position: top left; }

a.threadnew:hover        { padding-left: 18px; color: #0000ff; text-decoration: underline; font-weight: bold; background-image:url(images/thread_new.png); background-repeat:no-repeat; background-position: top left; }

a.threadnew:active       { padding-left: 18px; color: #0000cc; text-decoration: none; font-weight: bold; background-image:url(images/thread_new.png); background-repeat:no-repeat; background-position: top left; }


/* replies: */

a.reply:link             { padding-left: 16px; color: #0000cc; text-decoration: none; font-weight: normal; background-image:url(images/reply.png); background-repeat:no-repeat; background-position: top left; }

a.reply:visited          { padding-left: 16px; color: #800080; text-decoration: none; font-weight: normal; background-image:url(images/reply.png); background-repeat:no-repeat; background-position: top left; }

a.reply:hover            { padding-left: 16px; color: #0000ff; text-decoration: underline; font-weight: normal; background-image:url(images/reply.png); background-repeat:no-repeat; background-position: top left; }

a.reply:active           { padding-left: 16px; color: #0000cc; text-decoration: none; font-weight: normal; background-image:url(images/reply.png); background-repeat:no-repeat; background-position: top left; }

a.replynew:link          { padding-left: 16px; color: #0000cc; text-decoration: none; font-weight: normal; background-image:url(images/reply_new.png); background-repeat:no-repeat; background-position: top left; }

a.replynew:visited       { padding-left: 16px; color: #800080; text-decoration: none; font-weight: normal; background-image:url(images/reply_new.png); background-repeat:no-repeat; background-position: top left; }

a.replynew:hover         { padding-left: 16px; color: #0000ff; text-decoration: underline; font-weight: normal; background-image:url(images/reply_new.png); background-repeat:no-repeat; background-position: top left; }

a.replynew:active        { padding-left: 16px; color: #0000cc; text-decoration: none; font-weight: normal; background-image:url(images/reply_new.png); background-repeat:no-repeat; background-position: top left; }

.visited                 { color:#800080 !important; }


/* thread tree: */

ul.thread                { margin: 0px 0px 18px 0px; padding: 0px 0px 0px 0px; list-style-type:none; }

ul.reply                 { margin: 0px; padding: 0px 0px 0px 30px; list-style-type:none; }

ul.reply ul              { /*background-image:url(images/reply_subsidiary_line.png); background-repeat:repeat-y; background-position: left;*/ }

ul.deep-reply            { margin: 0px; padding: 0px 0px 0px 15px; list-style-type:none; }

ul.very-deep-reply       { margin: 0px; padding: 0px 0px 0px 0px; list-style-type:none; }

ul.thread li             { margin:0px; padding:0px; line-height:1.45em; display:inline; }

ul.complete-thread       { margin: 0px 0px 18px 0px; padding: 0px 0px 0px 0px; list-style-type:none; clear:both; }


/* postings in search results: */

ul.searchresults         { margin: 0px 0px 18px 0px; padding: 0px 0px 0px 0px; list-style-type:none; }

ul.searchresults li      { padding:0px 0px 10px 0px; }

a.thread-search          { padding-left: 18px; color: #0000cc; font-weight: bold; background-image:url(images/thread.png); background-repeat:no-repeat; background-position: top left; }

a.reply-search           { padding-left: 18px; color: #0000cc; font-weight: bold; background-image:url(images/reply_search.png); background-repeat:no-repeat; background-position: top left; }

div.ct-thread            { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
div.ct-reply             { margin: 0px 0px 0px 30px; padding: 0px 0px 0px 0px; list-style-type:none; }
div.ct-deep-reply        { margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; list-style-type:none; }
div.ct-very-deep-reply   { margin: 0px; padding: 0px 0px 0px 0px; list-style-type:none; }

