﻿#DetailsContainer
{
	height: 550px;
	overflow: hidden;
	z-index: 100;
	left: 20px;
	background: silver;
}
#DetailsDescription
{
	display: block; 
	z-index: 200; 
	position: relative;
    text-align: left; 
    height: 15px; 
    text-decoration: none; 
    font-size: .8em;
}
#CloseDetails
{
	display: block; 
	z-index: 210;
    position: relative; 
    text-align: right; 
    margin-left:auto;
    height: 15px; 
    text-decoration: none; 
    background: silver;
    
}
#Details
{
	position: relative; 
	overflow: auto;
}
