

table.ct_multi_free_products_selection {
	padding: 20px 10px;
	border-spacing: 20px;
	border-collapse: collapse;
}

table.ct_multi_free_products_selection tr {
	cursor: pointer;
}

table.ct_multi_free_products_selection td,
table.ct_multi_free_products_selection th {
	vertical-align:middle;
	border:1px solid #AAA;
	border-width:0px 0px 1px 0px;
	text-align:left;
	padding:7px;
	font-weight:normal;
	color:#000000;
}

table.ct_multi_free_products_selection td.text-center {
	margin: 5px 0px;
	text-align: center;
	font-weight: bold;
	color: #7f0000;
}

table.ct_multi_free_products_selection td.text-center:hover {
	color: #000;
}


table.ct_multi_free_products_selection h3 {
	margin-top: 0px;
}



table.ct_multi_free_products_selection tr:nth-child(even) {
	background-color:#fafafa;
}

table.ct_multi_free_products_selection tabletr:nth-child(odd)    {
	background-color:#ffffff;
}


table.ct_multi_free_products_selection tr:hover {
	background: #a9db80; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
}