﻿/* DATA LIST */
#thedatalist
{
	display:block;
	float:right;
	width: 600px;
}
.prdInnerContent
{
	display: block;
	margin: 2px;
	padding: 2px;
	width: 284px;
	vertical-align:top;
}
.illustratedImage
{
    width: 130px;
    height: 130px;
    display: block;
    float: left;
}
.modelTitle
{
	vertical-align:top;
	padding-left: 4px;
	font-family: 'Arial Narrow';
    font-size: 11px;
	color: #232323;
    display: block;
    float: left;
}

/* VIEW PANEL */

.formscontainer
{
	width: 742px;
}

#LeftBox
{
	display: block;
	float: left;
	width: 132px;
	padding: 10px 4px 10px 4px;
}

.DisplayBox
{
	display: block;
	float: left;
	width: 600px;
}

/* MENU */

.botmenu
{
	width: 132px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
}
.botmenu ul
{
	position:fixed;
	float: left;
}
.botmenu li
{
	list-style: none;
	display: block;
	width: auto;
	float: left;
}
.botmenu a
{
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.botmenu a:hover
{
	background: #42438F;
	color: #FFF;
}

