
	body {
		background:#eddff3;
		
	}

        #content {
                   font-family:Lucida Grande, Geneva, Verdana, Arial, Helvetica;  
                   padding:5px;
                   
                                      
                  }   
        	  	
	p, td {
		
		font-size:10pt;
		font-weight:normal;
		text-decoration:none;
		color:#000000;
	}
	
	.heading {
		
		font-size:18pt;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}

	.subheading {
		
		font-size:12pt;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	
	.product_title {
		
		font-size:14pt;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	
	.product_description {
		
		font-size:10pt;
		text-decoration:none;
		font-style:italic;
		color:#000000;
	}
	
	.product_price {
		
		font-size:12pt;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	
	.product_offer_price {
		
		font-size:14pt;
		font-weight:bold;
		text-decoration:none;
		color:red;
	}
	
	.product_normal_price {
		
		font-size:10pt;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	
	a.menu:link, a.menu:active, a.menu:visited {
		color:#8529b6; 
		font-size:12pt; 
		
		font-weight:normal;
		text-decoration:none;
	}

	a.menu:hover { 
		color:#002aaf; 
		font-size:12pt; 
		
		font-weight:normal; 
		text-decoration:underline; 
	}
	
	a.normal:link, a.normal:active, a.normal:visited {
		color:#8529b6; 
		font-size:10pt; 
		
		font-weight:normal;
		text-decoration:none;
	}

	a.normal:hover { 
		color:#002aaf; 
		font-size:10pt; 
		
		font-weight:normal; 
		text-decoration:underline; 
	}
	
	table.mini_cart {
    border-width:6px;
    border-color:#a27db6;
    border-style:double;
	}
	
	input.matching_set_button {
	  background-color: #eddff1;
	  color:#8529b6; 
		font-size:10pt; 
		
		font-weight:normal;
		text-decoration:none;
		border:0px solid;
		cursor:pointer;
	}
	
	input.matching_set_button_hover {
	  background-color: #eddff1;
	  color:#002aaf; 
		font-size:10pt; 
		
		font-weight:normal; 
		text-decoration:underline; 
		border:0px solid;
		cursor:pointer;
	}
	
	input.yes_no_buttons {
	  background-color:#dc0c0c;
	  color:#ffffff; 
	}
