﻿#snLinks 
{
    display:block;
    float:left;
    width:100%;
    height:auto;
    background-color:#f4f4f4;
   
  
  
}
.snLinksItem
{
    display:block;
    float:left;
    width:98%;
    height:18px;
    font-size:12px;
    line-height:14px;
    padding-left:4px;
    border-bottom:solid 1px #dcdcdc;
    margin-bottom:2px;
    margin-top:2px;
    
    
}

.snLinksItem a
{
    display:block;
    float:left;
    width:80%;
    height:18px;
    line-height:18px;
    text-indent:4px;
}
.snLinksItem_img
{
    display:block;
    float:left;
    height:18px;
    width:18px;
    margin-right:4px;
} 
.snLinkOver strong
{
    display:block;
    float:left;
    height:14px;
    width:100%;
}
.snLinkOver
{
    display:block;
    float:left;
    width:230px;
    height:auto;
    padding:8px 16px;
    background-color:white;
    border:solid 1px #dcdcdc;
    
}
.snLinkOver h1
{
    display:block;
    float:left;
    width:100%;
    height:18px;
    line-height:18px;
    font-size:16px;
    text-align:center;
    margin-top:4px;
     margin-bottom:4px;
}

.snLinkOver img
{
    display:block;
    float:none;
    width:100%;
    height:auto;
    margin:0px auto;
    border:solid 1px black;
   
}

.snLinkOver p
{
    display:block;
    float:left;
    width:100%;
    height:auto;
    margin:0px;
}

