﻿.reconOptions 
{
    border: solid 1px #000;
    width: 270px;
    overflow: auto;
}

.reconOptions .content 
{
    margin: 5px 5px 5px 5px;
}

.reconOptions .content .Row
{
    clear: left;
}

.reconOptions .content .itemPic
{
    margin-left: 10px;
    width: 50px;
    float: left;
}

.reconOptions .content .itemDesc
{
    float: left;
    width: 190px;
}



.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
/*.Clearfix {display: inline-block;}*/
 
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */
