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

.links-wrapper .links-top{
float:left;
height:27px;
margin-bottom:5px;
width:650px;
}

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

.links-wrapper .links-center{
float:left;
width:650px;
}

.links-wrapper .link {
float:left;
margin:4px;
width:316px;
}

.links-wrapper .link img{
background:transparent none repeat scroll 0 0;
margin-right:3px;
padding:0;
}

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

.link .anchor .key{
margin-left:22px;
margin-top:6px;
text-align:left;
width:290px;
}

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

.link .anchor a:hover{
color:#5D9CE9;
}

.domain-details {
background:#FFFFFF url(images/bg_space.gif) repeat-y;
float:left;
min-height:100px;
width:314px;
}

.domain-details .web-img{
float:left;
height:90px;
width:110px;
border: 0px;
}

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

.post-content .links-wrapper .links-center .link .domain-details .desc p{
color:#225278;
float:left;
width:330px;
}

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

.link .options .options_ {
float:left;
margin-top:11px;
}

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

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

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

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

.pagerank{
float:right;
height:20px;
margin-right:-2px;
margin-top:13px;
width:100px;
}

.pagerank .pagerank-img{
margin: 3px;
}

/* 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;  
    width:100px;  
    height:100px;  
	border: 2px solid #1481C6;
	margin-top: 5px;
}
/* EoF Get Domain styles*/
