﻿div.segment_box 
{
    float:left;
    width:400px;
    margin-right:15px;
}

div.seg_head 
{
    margin:10px 0px;
}
div.seg_head a
{
    font-size:1.4em;
    font-weight:bold;
}

div.seg_body 
{
    display:none;
}

.head_seg_body { display: none; }

div.segment_cont { width:159px; height:250px; margin:2px; padding:3px; float:left; border: solid 1px #ccc; }
div.segment_image { text-align:center; }
.segment_image img { max-height:100px; max-width:100px; }
div.segment_name { font-weight:bold; font-size:0.9em; margin:5px 0px 7px 5px;}
div.segment_desc { margin-left:5px; font-size: 0.9em; }
