	/* START show items GALLERY layout definitons  */

	.productGroup
	{
		width:730px;
		display: block;
		padding: 0 0 10px 0;
	/* This clears floats so items use the float specified below. FF needs this.   */
		clear: both;
	}
	
	.productGroupHeader
	{
		width:730px;
		height: 16px;
		float:left;
		margin: 0px 0px 5px 0px;
		padding: 5px;
		background: #AAAAAA;
	}
/*for ff*/
  html>body .productGroupHeader
	{
		width:720px;
	}
.productGroupHeader.notgrouped
	{
		text-align:right;
		padding: 3px 5px;
	}
/*for ff*/
  html>body .productGroupHeader.notgrouped
	{
		padding:3px 5px 8px 5px;
	}
	.productGroupTitle
	{
		font-size: 8pt;
		width: auto;
		display: inline;
		float: left;
		color: #FFFFFF;
		vertical-align: middle;
		text-transform: uppercase;
		border-right: 1px solid #FFFFFF;
		padding-right: 5px;
		margin-right: 5px;
		font-weight: bold;
	}
	.productGroupCount
	{
		width: auto;
		display: inline;
		float: left;
		color: #FFFFFF;
	}
	.productGroupHeader a,.productGroupHeader a:hover{
		color:#FFFFFF;
	}
	
	.productGroupSubCategories
	{
		width: auto;
		display: inline;
		float: right;
		text-align: right;
		color: #FFFFFF;
	}
	.productGroupViewAll
	{
		width:100%;
		display: block;
		margin: 10px;
		padding: 5px;
	/* This clears floats so items use the float specified below. FF needs this.   */
		clear: both;
	}

	/* END show items GALLERY layout definitons  */
	
	
	/* start breadcrumb FAST display  */			
	#breadcrumbFastDisplay
	{
		width:100%;
		margin: 10px 0;		
		padding: 5px 0;		
		display: block;
		clear: both;	
	}
	#breadcrumbFastDisplay ul 
	{
		display: inline;
		list-style: none;
		margin-left: 0;
		padding-left: 0;		
	}
	#breadcrumbFastDisplay ul li 
	{
		font-size: 1em;
		font-weight: bold;
		display: inline;
		padding-top: 3px;				
		padding-bottom: 3px;						
		padding-left: 12px;
		/* space breadcrumbs to fill full width  */		
		padding-right: 0;					
		background-image: url("/ctlimg/keeneland/orangeArrow.gif");
		background-repeat: no-repeat;
		background-position: 0 .2em;			
	}
	li.breadcrumbFirstItem
	{
		color: #000000;
	}
	#breadcrumbFastDisplay .breadcrumbFirstItem
	{
		padding-left: 4px;		
		background-image: none;		
	}
	#breadcrumbFastCountText
	{
		font-weight: bold;	
		display: inline;
		float: left
	}
	/* end Facet breadcrumb FAST display  */			
	
	/* start Category FAST display  */		
	.showFacetColumnCategory
	{
		width:730px;
		margin: 5px 0;		
		padding: 5px 0;	
		border: 0px;
	
	}
	.showFacetColumnHeader
	{
		font-size: 10pt;
		font-color: #333333;
		font-weight: bold;		
	}
	.showFacetColumnCategory ul 
	{
		display: inline;
		list-style: none;
		margin-left: 0;
		padding-left: 0;		
	}
	.showFacetColumnCategory ul li 
	{
		font-size: 0.9em;
		font-weight: normal;	
		display: inline;
		padding-top: 4px;				
		padding-bottom: 4px;						
		width: 20%;
		vertical-align: top;
	}	
	.showFacetColumnCategory ul li a
	{
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #0066CC;
	text-decoration: none;	
	}		
	.showFacetColumnCategory ul li a:hover
	{
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #0066CC;
	text-decoration: underline;	
	}		
	/* end Facet Category FAST display  */		

	/* start Facet FAST display  */		
	.showFacets
	{
		width:730px;
		margin: 5px 0;		
		padding: 5px 0;		
	}
	.showFacetColumn
	{
		margin-right: 7px;
		display: block;	
		float:left;
	}
	.showFacetColumn .showFacetColumnHeader
	{
		font-size: 8pt;
		font-color: #333333;
		font-weight: bold;
		display: block;		
	}
	.showFacetColumn ul 
	{
		display: inline;
		list-style: none;
		margin-left: 0;
		padding-left: 0;		
	}
	.showFacetColumn ul li 
	{
		font-size: 0.9em;
		font-weight: normal;	
		display: inline;
		padding-top: 4px;				
		padding-bottom: 4px;						
		width: 20%;
		vertical-align: top;
	}	
	.showFacetColumn ul li a
	{
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #0066CC;
	text-decoration: none;	
	}		
	.showFacetColumn ul li a:hover
	{
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #0066CC;
	text-decoration: underline;	
	}		
	
	.showFacetsRemoveLink
	{
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	background : #D4DBEB;
	padding: 2px;
	margin-bottom: 5px;
	}			

	/* end Facet FAST display  */			
	
	.formStandard
	{
		display: block;	
		clear: both;
	}

	/* start global pagination display */
	.paginationDisplay
	{
		float: right;
		padding: 0px;
		margin: 0 10px;	
		color:#FFFFFF;
	}
	.paginationPagePrevious
	{
		width: 10px;
		height: 15px;					
		background-image: url("/ctlimg/dell/orangeArrowLeft_grey.gif");
		background-repeat: no-repeat;	
		background-position: 0 .2em;			
	}
	.paginationPageNext
	{
		width: 10px;
		height: 15px;					
		background-image: url("/ctlimg/dell/orangeArrowRight_grey.gif");
		background-repeat: no-repeat;	
		background-position: 0 .2em;			
	}
	.paginationPage10Previous
	{
		width: 20px;
		height: 15px;					
		background-image: url("/ctlimg/dell/orangeArrowLeft10_grey.gif");
		background-repeat: no-repeat;	
		background-position: 0 .2em;			
	}
	.paginationPage10Next
	{
		width: 20px;
		height: 15px;					
		background-image: url("/ctlimg/dell/orangeArrowRight10_grey.gif");
		background-repeat: no-repeat;	
		background-position: 0 .2em;			
	}		

	.paginationPageNumCurrent
	{
		color: #FF6600;
		font-weight: bold;
	}
	.sortby{
		float: right;
		padding: 0px;
  		margin: 0 10px;
		color:#FFFFFF;
	}
	/*for ff*/
  html>body .sortby{
		margin:-10px 10px 0 10px;
	}
	.narrowValue
	{
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #990000;   
	line-height: 11pt;
	padding-bottom: 8px;
	}
	
	a.grey:link 
	{
	font-size : 8pt;
	color : #333333;
	text-decoration: none;
	}	
	a.grey:visited 
	{
	font-size : 8pt;
	color : #333333;	
	text-decoration: none;
	}
	a.grey:hover 
	{
	font-size : 8pt;
	color : #333333;
	text-decoration: underline;
	}			
	
	.standardTableHeader
	{
		width: 94%;
		margin: 0 auto;
		padding: 6px;
		color: #006699;
		font-weight: bold;
		float: left;
		display: block;
		clear: both;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
		
	.standardTableRowColumn1
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}	
	.standardTableRowColumn2
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn3
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn4
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn5
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn6
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn7
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn8
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn9
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}
	.standardTableRowColumn10
	{
		margin: 0 auto;	
		padding: 0 auto;		
		width: 10%;		
	}									
	/* end global pagination display */
	
	/* start promotion style display */
	.promotionName
	{
		display: none;
	}
	/* end promotion style display */	
