﻿
/* Containers */
#DetailsContainer
{
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Verdana, Tahoma;
	padding-bottom: 10px;
}

#DetailsContainer1
{
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Verdana, Tahoma;
	padding-bottom: 10px;
}
.HeadItem
{
	
	width: auto;
	padding: 10px;
	margin: 0px;
	color: White;
	background-image: url('images/slice.gif');
	background-repeat: repeat-x;
	height: 25px;	
}

.LeftSideItem
{
	width: 500px;
	float: left;
	margin: 10px;
	padding: 10px;
	border: solid 1px #eeeeee;
}

.LeftSideItem h1
{
	line-height: 0.5em;	
}

.RightSideItem
{
	width: 210px;
	float: right;
	margin: 10px;
	padding: 10px;
	border: solid 1px #eeeeee;
}

.RightSideItem h1
{
	line-height: 0.5em;	
}

/* Layout */
#DetailsContainer H1
{
	font-size: 1.5em;
}