body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11; 
	color: #707070;
	margin: 0;
	}
	
table,td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11; 
	color: #707070;
	}








.prod_name {
	color:  #999999;
    font-size: 10; 
    text-decoration:none;
    }  
    
.prod_name:hover {
	color:  #999999; 
    text-decoration:none;
    }   
    
.prod_name:active {
    text-decoration:none;
    }
     
.prod_name:link {
    text-decoration:none;
    }
    
.prod_name:visited {
    text-decoration:none;
    }
   
    
.prod_nav {
	font-family: "MS Reference Sans Serif" ; 
	font-size: 13; 
	color:  #999999;
    }
    
.prod_nav:hover {
	color:  #595959; 
    text-decoration:none;
    }   
    
.prod_nav:active {
    text-decoration:none;
    }
     
.prod_nav:link {
    text-decoration:none;
    }
    
.prod_nav:visited {
    text-decoration:none;
    }
    
    
    
    
.sub_prod_list {
	color:  #000000;
    }
    
.sub_prod_list:hover {
	color:  #000000; 
    text-decoration:none;
    }   
    
.sub_prod_list:active {
    text-decoration:none;
    }
     
.sub_prod_list:link {
    text-decoration:none;
    }
    
.sub_prod_list:visited {
    text-decoration:none;
    }
    
    
    
.category_title {
    color:  #B9B9B9;
    font-size: 22;
    text-decoration:none;
    }
    
.product_title {
    color:  #B9B9B9;
    font-size: 22;
    text-decoration:none;
    }
    
.product_price {
    color:  #CCCCCC;
    font-size: 15;
    font-weight: bold;
    text-decoration:none;
    }    
    
    
    
.sale_tag {
    color:  red;
    font-size: 15;
    font-weight: bold;
    text-decoration:none;
    }   




.sale_disclaimer {
    font-size: 9;
    }  


.nine {
    font-size: 9;
    }

.page_title {
    font-size: 14;
    color:  #B9B9B9;
    } 
    
.fabric_title {
    font-size: 20;
    color:  #B9B9B9;
    } 
    
    
.footer_copyright {
    font-size: 9;
    }    
    
    
.cart_header {
	color:  #999999;
	font-size: 10;	
    }
    
.cart_black {
	color:  #000000;
	font-size: 10;	
    }
    
.cart_gray {
	color:  #777777;
	font-size: 10;	
    }
    
.black {
	color:  #000000;
    }
    
.blue {
	color:  #3477B6;
    }
    
.blue:hover {
	color:  #3477B6; 
    text-decoration:none;
    }
    
.charcoal {
    color: #404040;
    }
    
.blue:active {
    text-decoration:none;
    }
     
.blue:link {
    text-decoration:none;
    }
    
.sub_prod_list:visited {
    text-decoration:none;
    }
    
.test_mode {
    color: #FCC863;
	font-weight: bold;
	font-size: 24;
    }


.red {
	color: red;
	}

 
 
 .box {
	padding: 5px;
	margin: 0px; 
	color: #999999;
	height: 140;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    } 
    
.image_border {
	padding: 0px;
	margin: 0px; 
	color: #999999;
	height: 74;
	width: 74;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    }   





/* Usage :  Page heading on the search results page.
 */
h1.isearch
{
    color:#999999;

}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch_head
{
    color:#999999;
}

td.isearch_head
{
    font-size:140%;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch_title:link
{
color:#000000;
}

a.isearch_title:visited
{
color:#000000
}


/* Usage :  To display the page description in the results list.
 */
.isearch_description
{
	color:#999999;

    font-size:100%;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch_url:link
{
	color:#000000;

    font-size:80%;
}

a.isearch_url:visited
{
	color:#000000;
    font-size:80%;
}


/* Usage :  To display the file size in the results list.
 */
.isearch_size
{
    font-size:80%;
    color:#999999;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch_viewcache:link
{
    font-size:80%;
    color:#999999;
}

a.isearch_viewcache:visited
{
    font-size:80%;
    color:#999999;
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch_prevnext
{
}

td.isearch_prevnext
{
}

a.isearch_prevnext:link
{
}

a.isearch_prevnext:visited
{
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch_nomatch
{
    font-size:140%;
    color:#999999;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch_highlight
{
	color:#8BCE41;
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.isearch_search
{
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.isearch_cachedpage
{
    color:#999999;

    font-size:140%;
}





    
    
    
    
    
    
    
    
    
    
    
    