#itemDtl {
margin-top:20px;
}

#itemDtl .fl {
width:320px;
}
#itemDtl .fl img {
max-width:100%;
}


#itemDtl .fr {
width:410px;
}

#itemDtl .fr > table {
margin:20px 0;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
width:100%;
}
#itemDtl .fr > table tr > * {
padding:8px 10px;
}
#itemDtl .fr > table th{
font-weight:bold;
border-right:1px dotted #ccc;
width:5em;
}

#itemDtl .fr > table img {
max-width:100%;
}


.Links {
border:3px double #ccc;
background:#f6f6f6;
padding:5px;
margin:20px 0;
}
.Links > * {
border-bottom:1px dotted #ccc;
}
.Links > *:last-child {
border-bottom:none;
}
.Links a {
display:block;
padding:10px;
line-height:100%;
transition: all 0.3s ease-out;
}
.Links a:hover {
background:#fff;
}