@charset "utf-8";
/* CSS Document */
body
{
	height:100%;
	
}



#ProductGrid
{	
	font-size:11px;
	border-collapse:collapse;
	
}

#ProductGrid th
{
	text-align:left;
	padding:0px 6px 12px 6px;
	border:none;
}


#ProductGrid td
{
	padding:4px 6px 4px 6px;
	border: solid 1px #CCCCCC;
	font-size:10px;
}

#ProductGrid td.leftColumn,
#ProductGrid th.leftColumn
{
/*	padding-left:18px;*/
	border-left:none;
	
}

#ProductGrid td.rightColumn
{
	border-right:none;
}

#ProductGrid input.qty
{
	border:solid 1px #CCCCCC;
	padding:2px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:30px;

}

#ProductGrid input.addButton
{
	border:none;
	background-color:#B31128;
	padding:2px;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}





#fixedChartContainer
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:184px;
	z-index:1000;
	visibility:hidden;
}


#fixedChart
{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:756px;
	padding:12px;
	background-color:#F3F3F3;
	border:solid 2px #506CAB;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	text-align:left;
}

#fixedChart table
{
	font-size:10px;
}

#fixedChart table.infoGrid
{
	border:solid 1px #cccccc;
}

#fixedChart td.leftCell
{
	padding-right:6px;
	
}

#fixedChart td.rightCell
{
	padding-left:6px;
	
}

#fixedChart .highlight
{
 	background-color:#e1e1e1;
}

#fixedChart .headline
{
	color:#B31128;
	font-size:11px;
}

#fixedChart #detailPanel
{
	position:absolute;
	width:500px;
	left:12px;
	bottom:6px;
	font-size:10px;
}

#fixedChart #closePanel
{
	position:absolute;
	width:60px;
	height:24px;
	bottom:0px;
	right:12px;
}

#fixedChart #closePanel a
{
	display:block;
	background-color:#B31128;
	padding:3px 4px 3px 4px;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
}

#toggleContainer
{
	position:relative;
	height:40px;
}

#togglePanel
{
  position:absolute;
  bottom:12px;
  right:0px;  
  width:180px;
  height:24px;
}

#togglePanel a
{
	display:block;
	background-color:#B31128;
	padding:2px 4px 2px 4px;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
}


