
body {
        background: #ffffff;
        margin-left: 20px;
        margin-top: 20px;
 	font-family: tahoma, verdana;
}

.sold {
 	font-family: tahoma, verdana;
	font-size: 10pt;
	color: red;
	border-bottom: 0px;
	}
.sold a
{
/*	border-bottom: 0px; */
}

.bordersPopup {
             border-top: thin solid #333333;
             border-bottom: thin solid #333333;
             border-right: thin solid #333333;
             border-left: thin solid #333333;
             background: #eeeeee;
             width: 100%
}

.bordersRegistrars {
			 margin-top: 10px;
}

.register a {
			text-decoration: underline;
}


.comments { width: 85%}

.package {
 	font-family: tahoma, verdana;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	text-align: center;
}


.col li a {
 	font-family: tahoma, verdana;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
	border-bottom: 1px solid blue;
}

.package a {
	font-size: 10pt;
 	color: blue;
	text-decoration: underline;
}

.js-poweredBy div { display:none  }  /* Comment "powered by" */
.js-commentTool { display:none  } /* Hide "controls" */
.js-kit-comments input { text-decoration: none; } /* Hide underline */
#comments-container { width: 750px; }


/* Popup menus */
#popupmenu{
	float: left; /* to keep the other floating objects contained*/
	position: relative; /* This can also be fixed or absolute*/
	width: 100%;

	/*Format */
	background-color: #7FA7CD;
	color: #345D84;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px 0 1px 0;
}

#popupmenu ul{
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}


/* Tooltips */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
}

a.info:hover{z-index:1250}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:24em;
    padding: 8px;
    border:1px solid black;
    background-color:silver; color:#000;
    text-align: left;
	z-index: 1250;
	overflow:hidden;
	 }


.hiddenurl
{
	display:none;
}

.infosold {
	font-weight: bold;
	color: red;
	}

.infolabel { 	margin-top: 5px;	}
.infoclick { 	font-weight: bold;
	 margin-top: 5px; }
.infoheader { font-weight: bold; font-size: 14pt; }

#content-wrapper a { text-decoration: none; }