﻿body, table, tr, td, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: 000000; line-height: 1.3}

input		{ font-size:12;color:333333; }
.txt		{ border:1 solid CCCCCC; }
select		{ background-color:FFFFFF;font-size:12;color:333333; }
strong          { font-size:12;color:666666; }

a:link		{ color:595959;text-decoration:none; }
a:active	{ color:595959;text-decoration:none; }
a:visited	{ color:595959;text-decoration:none; }
a:hover		{ color:003399;text-decoration:none; }


A:link.seller {font-size:11pt; font-family:"Arial, Helvetica, sans-serif";color:#FFFFFF;text-decoration:none; }
A:visited.seller {font-size:11pt; font-family:"Arial, Helvetica, sans-serif";  text-decoration:none; color:#FFFFFF;}
A:hover.seller {font-size:11pt; font-family:"Arial, Helvetica, sans-serif"; color:#FFFF00;text-decoration:none;}
a:active.seller {font-size:11pt; font-family:"Arial, Helvetica, sans-serif"; color:#FFFF00;text-decoration:none;}


.text12			{font-family:"Arial, Helvetica, sans-serif"; color:#000000; font-size:12px;}
.Black10		{font-family:"Arial, Helvetica, sans-serif"; color:#000000; font-size:10px; letter-spacing:-1px; Line-height: 12px}
.Black12	        {font-family:"Arial, Helvetica, sans-serif"; color:#000000; font-size:12px; letter-spacing:-1px; Line-height: 14px}
.Black14	        {font-family:"Arial, Helvetica, sans-serif"; color:#000000; font-size:14px; letter-spacing:-1px; Line-height: 18px}
.white12	        {font-family:"Arial, Helvetica, sans-serif"; color:#FFFFFF; font-size:12px; letter-spacing:-1px; Line-height: 18px}

.Level_1_Current        {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #660000; text-decoration: none;}
.DarkGray12A            {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none;}
.White12A{font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.Yellow12V              {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFF66; text-decoration: none;}
.White16A{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.White11A               {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.White11A:hover{font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #FFFF66; text-decoration: none;}

.title    {font-family:  tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #660000; text-decoration: none;}
.comments {font-family:  tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none;}
.price    {font-family:  Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #660000; text-decoration: none;}
.notice   {font-family:  Arial, Helvetica, sans-serif: 10px; font-style: normal; font-weight: normal; color: #660000; text-decoration: none;}
.Level_1 {font-family:  Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #660000; text-decoration: none;}
.Level_2 {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none;}
.Level_3 {font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none;}
.Level_4 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none;}
.foot   {font-family:  Arial, Helvetica, sans-serif: 10px; font-style: normal; font-weight: normal; color: #660000; text-decoration: none;}

.admtitle {font-family:  Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #545454; text-decoration: none;}

/* Paging */
#page{
	border:none;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display: inline;
}
#page li{
	border:0;
	margin:0px 4px 0px 0px;
	padding:0;
	font-size:11px;
	list-style:none;
	display: inline;
}
#page a{
	border:solid 1px #999999;
	margin-right:2px;
}
#page .selected{
    border:solid 1px #999999;
	background:#DEDEDE;
	color:#545454;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 6px;
}
#page a:link, #page a:visited {
	color:#545454;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#page a:hover{
	border:solid 1px #545454
}
#page .previous-off, #page .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#page .next a, #page .previous a {
	font-weight:bold;
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 2px;
}