body
{
	margin: 0 auto;
	font-family: "Helvetica Neue", "Arial", "Sans-serif";
	font-size:11pt;	
}

.header, 
#menu, 
#submenu, 
.views, 
#tools, 
#topnav, 
#head, 
.expandHead, 
#altviews,
#homeCta,
form
{
	display: none;
}

#product #altviewcontainer li, #product #altviewcontainer a
{
	border: none;
}

.printonly
{
	display: block;
}

/* my product list */
#list-details
{
	display: none;
}

#list-details.submitted
{
	display: block;
}

#list-items
{
	clear: left;
	width: 100%;
	float: none;
	margin: 0;
}

#list-items .item
{
	float: none;
	width: 100%;
	height: 140pt;
	border-color: #CCC;
	page-break-before: auto;
}

.product-list-header
{
	background-color: #C00;
	height: 100pt;
}

.product-list-header h2
{
	color: #C00;
	font-weight: normal;
	size: 24px;
}

.product-list-header p
{
	color: #000;
}

input, textarea
{
	border-color: #CCC;
}

h3 a
{
	text-decoration: none;
}

#list-items a.remove
{
	display: none;
}

h3.name a
{
	color: #C00;
}

#list-items .comments textarea
{
	width: 400pt;
	height: 50pt;
}

#list-items div.desc
{
	clear: both;
	float: none;
}

#submitted
{
	display: none;
}

#customer-details
{
	width: 100%;
}

#customer-details div.buttons
{
	display: none;
}



