.Lab{ width: 1200px; margin-right: auto; margin-left: auto; font-size: 14px;}
.cul{ clear: both;}
.grid{
    margin-bottom: 10px;
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    border-left:2px solid #e0e0e0;
    border-top:1px solid #e0e0e0;
    }
.grid .cell{
    text-align: center;
    vertical-align: middle;
    width: 35px; 
    border-right:1px dashed #e0e0e0;
    background-color: #f7f7f7;
    }
.grid .cell h3{font-size: 16px;}
.grid .content{width: 100%;}

.grid .content .lat{ 
    line-height: 35px;
    background-color: #f7f7f7; 
    padding:2px 0px 0px 15px;
    color: #999;}
    
.grid .content .lat a {
        height: 35px; 
        margin:0px 10px 0px 10px;
        color: #33c;
        text-decoration: none;
    }
    .grid .content .lat a:hover{
        color:#f00;
        text-decoration:underline;
    }
    .grid .content .lat a:visited{
        color:#36c;
    }
    
.grid .content .latitude {
    line-height:35px;
    padding:10px 15px 10px 15px;

	
	}
	
.grid .content .latitude a {
    text-decoration: none; 
    margin:0px 12px 0px 6px;
    width: 170px;
	text-align:center;
    float: left;
	margin-bottom:10px;
    }
.grid .content .latitude p {
	color:#666666;
    }	
.grid .content .latitude a img{
	width:70px;
	height:70px;
    box-shadow: 1px 2px 4px #e0d0d0;
    border-radius: 5px;
} 
.gridys{ border-color:#FF6600; }
.gridys .cell{ background-color: #fffbe5; }

