/* Get Domain styles*/
.links-wrapper {
float:left;
height:auto;
margin-bottom:10px;
margin-top:38px;
width:663px;
}

.links-wrapper .links-top{
float:left;
height:30px;
width:663px;
}

.links-wrapper .links-top h2{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

.links-wrapper .links-center{
background:transparent url(images/cbg.png) repeat-y scroll 0 0;
float:left;
margin-left:8px;
width:646px;
}


.links-wrapper .link {
background:transparent url(images/bg_03.gif) repeat-y scroll 0 0;
float:left;
margin-bottom:10px;
margin-right:7px;
width:316px;
}

.link .anchor{
background: url(images/bg_01.gif) no-repeat;
float:left;
height:46px;
text-align:left;
width:316px;
}

.link .anchor .key{
float:left;
margin-left:4px;
margin-top:14px;
text-align:left;
width:290px;
}

.link .anchor .key a{
color:#000000;
font-size:11px;
font-weight:bold;
margin-left:10px;
text-decoration:none;
text-transform:capitalize;
}

.link .anchor a:hover{
color:#02B9F1;
}

.domain-details {
background: url(images/bg_02.gif) no-repeat;
float:left;
min-height:93px;
width:305px;
}

.domain-details .web-img{
float:left;
height:84px;
width:100px;
}

.domain-details .desc{
float:left;
margin-left:18px;
min-height:85px;
width:270px;
}

.domain-details .desc p{
color:#000000;
float:left;
font-size:11px;
}


.link .options{
background: url(images/bg_04.gif) no-repeat;
float:left;
font-size:10px;
height:29px;
width:316px;
}

.link .options .options_ {
border-top:1px dotted #CCCCCC;
float:left;
margin-left:10px;
width:281px;
}

.options .feature{
float:left;
font-size:10px;
height:23px;
margin-left:8px;
}

.options .feature span{
color:#000000;
float:left;
font-size:10px;
margin-left:2px;
margin-top:3px;
}

.options .feature a{
color: #BF6C06;
cursor: pointer;
font-size: 10px;
}

.options .feature a:hover{
color: #EFB458;
cursor: pointer;
font-size: 10px;
}

.pagerank{
float:left;
height:23px;
margin-left:104px;
margin-top:3px;
width:96px;
}

.pagerank img{
border: 0px;
}

.link .bottom-curve{
background: url(images/bg_bottom.gif) no-repeat;
float: left;
height: 10px;
width: 528px;
}

.links-wrapper .link-bottom{
background: transparent url(images/cfoot.png) no-repeat scroll 0 0;
height:30px;
margin-bottom:20px;
width:570px;
float: left;
}

/* POP-UP rollover */
a.imPop {  
       position:relative;  
       z-index:20;  
	}  
    a.imPop:hover {  
    display:inline;   
	z-index:30;  
 } 
a.imPop span {  
	display:none;  
 }
 
a.imPop:hover span {  
    display:block;  
    position:absolute;  
    top:1em;  
    left:1em;  
	border: 1px solid #02B9F1;
	margin-top: 5px;
}
/* EoF Get Domain styles*/
