.facet {
         	float : left;
             display:inline;
         }
.crossout { text-decoration:line-through;}
.grayout { color:gray;}

#currentSelection li {
  margin-top: 1px;
  padding-top: 1px;
  
}

.noDisplay { display:none;}
.narrowDownDialog 
	{
	overflow-y: auto;
	}
.productListDiv 
	{
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	border-color: #3399CC;
	overflow-y: auto;
	}

table.categoryProductListTable			
	 {
	 padding: 4px;
	 }

.categoryProductListTable th, .categoryProductListTable td
	{
	 border-bottom-width: 1px solid;
	 }
#categoryProductList, #categoryProductList th, #categoryProductList td			
	 {
	 border-bottom: 1px;
	 }

.facet_separator {
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-top-color: #999999;
    border-top-style: solid;
    
}

.facet_separator_white {
    border-top: 1px solid #FFFFFF;
    border-top-style: ridge;
}

.facet_separator_black {
    border-top: 1px solid #222222;
    border-top-style: ridge;
}

.category_separator {
    border-top: 1px solid #666666;
    border-top-style: solid;
}

/*what follows are Pager related css*/
#prod_result ul {
  padding-left: 3px;
  margin-left: 3px;
} 

#prod_result a {
  color: #000099;
  text-decoration: underline;
}
#prod_result a:hover {
  color: #000;
  text-decoration: none;
}

#prod_result a:active {
        color : #f00;
        text-decoration : none;
    }

#prod_result .clear {
  clear: both;
}

#prod_result li {
  margin-left: 1px;
  padding-left: 1px;
  
}


.facetListMenu a {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
 }

#prod_pager,
#prod_pager_note,
#prod_pager2,
#pager-links,
#prod_pager_note2 {
  display: inline;
}
#prod_pager li,
.links li {
  list-style-type: none;
  display: inline;
}
#prod_pager2 li,
#pager-links li,
.links li {
  list-style-type: none;
  display: inline;
}

.wait, .wait * { cursor: wait !important; } 



.backToTopButton:link{
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    background-color: rgba(235, 235, 235, 0.80);
    color: #000000;
    font-size: 12px;
    padding: 0.3em;
    display: none;
}

.backToTopButton:hover {    
    background-color: rgba(135, 135, 135, 0.80);
}


.loading {
	background:#c1c39a;
	color:#303030;
	font-size:14px;
	padding:5px 10px;
	text-align:center;
	width:450px;
	margin:0px auto;
	border-radius: 5px;
}

.filterList {
	background-color: 'transparent';
    border: '1px solid #666666';
	color: '#000000';
}

#filterList select
{
  margin-left: -18px;
  width: 173px;
}

#filterList div ul
{
  text-indent: -20px;
}

#filterList div input[type=checkbox], #filterList div input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}


#filterList div label {
    vertical-align: bottom;
    position: relative;
    bottom: 4px;
}

#filterList div input[type=radio]+label { 
	vertical-align: bottom;
    position: relative;
    bottom: 1px;
} 

#filterList div label font {
    vertical-align: bottom;
    position: relative;
    bottom: 0px;
}

.checkbox-list-scroll {
    max-height: 224px;
    min-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    margin-left: 4px;
	padding-left: 18px
}

#filterList div a.go-button {
	color: #000099;
	font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

td.selected-pic div.color {
    background-image: url("/images/icons/check-mark.png");
    background-position: 1px -1px;
    background-repeat: no-repeat;
}

td.selected-pic span.check-mark {
    background-image: url("/images/icons/check-mark.png");
    background-repeat: no-repeat;
    position:absolute;
    width: 15px;
    height: 15px;
    left:5px;
    top:10px;
    z-index:100;
}

.facet-image {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto
}

.facet-image-container {
	padding-left:10px;
	width:60px;
	height:65px;
	position:relative;
}

#prod_search_table td {
  	padding-top: .3em;
    padding-bottom: .3em;
}

#prod_search_table {
  	border-collapse: collapse;
}
#prod_search_table tr { 
  	border-bottom: solid;
  	border-top: none;
  	border-color:#EDEDED;
 	border-width: 2px 0;
 	
}

#prod_search_table tr:last-child { 
	border-bottom: none;
}

