﻿body
{
	background-color: #333333;
}
.ShellMain
{	
	margin: 0 auto;
	text-align: left;
	width: 930px;
	height:600px;
}
/*MASTER PAGE*/
.ShellColumns
{
	float:left;
	clear:both;
	width:100%;
}
.ShellLeftSidebar
{
	background:#676767;
	vertical-align:top;
	width:165px;
}
.ShellLeftSidebar ul.topnav 
{
	list-style: none;
	margin: 0;
	width:100%;
	float:left;
	padding:0;
}
.ShellLeftSidebar ul.topnav li 
{
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	float:left;
	vertical-align:top;
	width:100%;
}
.ShellHeader .ShellLinks {
    margin-top:10px;
}.ShellLeftSidebar ul.topnav li a {
    color: #E1E1E1;
    display: block;
    width: 164px;
    vertical-align: middle;
    padding: 15px 10px;
    text-decoration: none;
    border-bottom: #000000 solid 1px;
}
.ShellLeftSidebar ul.topnav li a:hover
{
	background:#999999;
}
.ShellMainContent
{
	width:100%;
}
.HeaderSearchBox .SearchTextBox{
    color:#000;
}
/*****************************OVERRIDE STANDARD*/
div.ShellStoreMainContent {
    width: 730px;
    padding: 15px 15px 10px 15px;
}
div.ShellInformation
{
	width:370px;
}
div.InformationField input
{
	width: 220px;
	float: right;
}
.CartTitleMFG
{
	font-size:7.5pt;
	width:80px;
}
/* Main Store Area */
.ShellItems
{
	clear:right;
	float:right;
	width:597px;
	position:relative;
	left:0px;
	top:6px;
	padding:5px;
	background-color:#FFFFFF;
}
.ShellStoreMainContent
{
	background-color: #FFFFFF;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;
	float: left;
	width:650px;
	min-height:600px;
}
.ShellStoreItems
{
	display: block;
	width: 575px;
	margin-bottom: 0.8em;
	clear: both;
	float: left;
	background: white;
	padding-bottom: 5px;
}
.SearchBasicLabel
{
	display:none;	
}
.SearchBasicTextBox
{
	float:left;
	width:100px;
}
.ShellStoreItems td.ShellTemplate
{
	min-width:200px;
}
Test