	body {
			font-size: 15px;
			color: #343d44;
			font-family: "segoe-ui", "open-sans", tahoma, arial;
			padding: 0;
			margin: 0;
		}
		table {
			margin: auto;
			font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe Ui";
			font-size: 12px;
		}

		h1 {
			margin: 25px auto 0;
			text-align: center;
			text-transform: uppercase;
			font-size: 17px;
		}

		table td {
			transition: all .5s;
		}
		
		/* Table */
		.data-table {
			border-collapse: collapse;
			font-size: 14px;
			min-width: 537px;
		}

		.data-table th, 
		.data-table td {
			border: 1px solid #e1edff;
			padding: 7px 17px;
		}
		.data-table caption {
			margin: 7px;
		}

		/* Table Header */
		.data-table thead th {
			background-color: #508abb;
			color: #FFFFFF;
			border-color: #6ea1cc !important;
			text-transform: uppercase;
		}

		/* Table Body */
		.data-table tbody td {
			color: #353535;
		}
		.data-table tbody td:first-child,
		.data-table tbody td:nth-child(4),
		.data-table tbody td:last-child {
			text-align: right;
		}

		.data-table tbody tr:nth-child(odd) td {
			background-color: #f4fbff;
		}
		.data-table tbody tr:hover td {
			background-color: #ffffa2;
			border-color: #ffff0f;
		}

		/* Table Footer */
		.data-table tfoot th {
			background-color: #e5f5ff;
			text-align: right;
		}
		.data-table tfoot th:first-child {
			text-align: left;
		}
		.data-table tbody td:empty
		{
			background-color: #ffcccc;
		}
		
		
			.ks {
    opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	border-radius: 10%;
	border:5px solid white;
	
}

.ks:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
border:2px solid #F1C40F;

	
}


.ks1:hover {
   
   border-left: 5px solid Green;
    background-color: White;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px 5px rgba(0, 0, 0, 0.1);

	
}





a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
		
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

	.searchproductmainth {
    
	color:#E6B0AA;
	
}
	.searchproductmaintd {
    
	color:#7F8C8D;
	
}
