#content-left
{
    width: 98%;
    float: left;
    position: relative;
}

/*
 * vendor highlight
 */
#vendor-highlight
{
    margin-top: -8px;
}

/*
 * vendor table
 */
#photo-table
{
    float: left;
    position: relative;
    width: 100%;
    border: 0px solid rgb(0, 0, 0);
    text-align: center;
    
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

    #photo-table td
       {
        padding: 15px 0 15px 0;
    }
    
    #photo-table img
       {
        border: 1px outset rgb(192, 192, 192);
	    padding: 0px;
        color: rgb(0, 0, 0);
        text-decoration: none;
    }
	
/*
  * definition list styles
  */
ul { 
  list-style-type: none; 
  margin-left: -30px !important;
  margin-left: 0px;
}
