@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	}
	
#electrolyticstable {
	height: auto;
	width: 626px;
	}

.electrolyticspics	{
	margin: 0px;
	padding: 0px;
	width: 626px;
	}

ul.electrolyticspics	{
	list-style-type: none;
	text-align: center;
	}

ul.electrolyticspics li	{
	float: left;
	border: 1px solid #009;
	width: 154px;	/* Change width here */
	height: 140px;	/* Change height here */
	}

.electrolyticsnames	{
	margin: 0px;
	padding: 0px;
	width: 626px;
	height: 30px;
	}
	
ul.electrolyticsnames	{
	list-style-type: none;
	text-align: center;
	}

ul.electrolyticsnames li	{
	float: left;
	border: 1px solid #009;
	width: 154px;	/* Change width here */
	height: 30px;	/* Change height here */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border-top: 1px solid #009;
	background-color: #eeeece;
	}

/* ******************************* */
	
#electrolyticstable2 {
	height: auto;
	width: 626px;
	}

.electrolyticspics2	{
	margin: 0px;
	padding: 0px;
	width: 626px;
	}

ul.electrolyticspics2	{
	list-style-type: none;
	text-align: center;
	}

ul.electrolyticspics2 li	{
	float: left;
	border: 1px solid #009;
	width: 123px;	/* Change width here */
	height: 140px;	/* Change height here */
	}

.electrolyticsnames2	{
	margin: 0px;
	padding: 0px;
	width: 626px;
	height: 30px;
	}
	
ul.electrolyticsnames2	{
	list-style-type: none;
	text-align: center;
	}

ul.electrolyticsnames2 li	{
	float: left;
	border: 1px solid #009;
	width: 123px;	/* Change width here */
	height: 30px;	/* Change height here */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border-top: 1px solid #009;
	background-color: #eeeece;
	}	
	
.discounts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	width: 624px;
	height: 70px;
	padding-bottom: 14px;
	padding-top: 14px;
	}
