#content
{
    font-size: 11px;
    color: #333333;
}
    

#content .story_elements
{
    margin: 15px;
    border: thin solid #003366;
    min-height: 100px;
    display: inline-block;
    background-color: #F0F0FF;
}

.story_elements h1
{
    clear:both;
    margin: 10px;
}

#content .story_elements h3 a, #content .story_elements h3 a:visited
{
    text-decoration: none;
    color: #800000;
}

#content .story_elements a
{
    text-decoration: underline;
}

#content .story_elements:after
{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .OneOfTwo
{
    width:45%;
}

#content .TwoOfTwo
{
    width:45%;
}

#content .OneOfThree
{
    width:25%;
}

#content .TwoOfThree
{
    width:25%;
}

#content .ThreeOfThree
{
    width:25%;
}

#content .image
{
    float:left;
    padding-right:12px;
}

#content .details
{
    min-height:30px;
}

#content ul#support li
{
    float:left;
}

#content ul#support li.groupOne
{
    width:100px;
}

#content ul#support li.groupTwo
{
}
    
#content .story
{
    float: left;
    padding-left:20px;
    padding-bottom:20px;
}

#content .story .details p
{
    line-height:15px;
    font-weight:normal;
}

#content .last
{
    background: transparent
}

.content_bottom
{
    width: 925px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.convertform
{
	float:left;
	width:45%;
	margin-right:5%;
	font-weight:bold;
}

.ProductLightBox
{
    width: 100%;
    display: inline-block;
}

.ProductLightBox h3
{
    color: #800000;
    padding-left:10px;
}

.ProductLightBox h4
{
    color: #800000;
    text-decoration: underline;
}

.ProductLightBox ul {
	float: left;
	list-style: none;
}

.ProductLightBox ul li
{
    float: left;
    white-space: nowrap;
}

.ProductLightBox ul li a
{
    display: block;
}

.ProductLightBox ul li a img
{
    border: thin solid #800000;
    padding: 2px 2px 2px 2px;
    background-color: #FF9900;
}

.ProductLightBox ul li a:hover img
{
    border: thin solid #48bed9;
}
