#resellers table {
	width: 100%;
	margin: 0 0 0 0;
	border: 1px solid #a5a8ac;
}

#resellers thead {
	padding: 8px;
	font-size: 12px;
}

#resellers th {
	background: #e7e7e7;
	border-bottom: 1px solid #a5a8ac;
	padding: 7px;
	text-align:left;
}

#resellers thead a {
	color: #000;
	text-decoration: none;
	padding: 0 0 0 23px;
}

#resellers thead a:hover {
	color: #29447a;
	padding: 0 0 0 23px;
}

#resellers thead .up a {
	background: url(images/arrow_up.gif) no-repeat left top;
}

#resellers thead .up a:hover {
	background: url(images/arrow_up_grey.gif) no-repeat left top;
}

#resellers thead .down a {
	background: url(images/arrow_down.gif) no-repeat left top;
}

#resellers thead .down a:hover {
	background: url(images/arrow_down_grey.gif) no-repeat left top;
}

#resellers td {
	padding: 10px 30px 10px 10px;
}

#resellers td a {
	text-decoration: none;
	color: #29447a;
}

#resellers td a:hover {
	text-decoration: underline;
	color: #29447a;
}

#resellerdetails td {
	padding: 5px 30px 5px 5px;
}

#resellerdetails img {float:right;}

.even {
	background: #e0edf9;
}

.odd {
	background: #FFF;
}