#resellers table {
	margin: 0 0 0 0;
	border: 1px solid #c3c5c7;
	width: 770px;
}

#resellers thead {
	padding: 8px;
	font-size: 12px;
}

#resellers th {
	background: #e7e7e7;
	border-bottom: 1px solid #c3c5c7;
	padding: 7px;
}

#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: 5px 30px 5px 5px;
}

#resellers td a {
	text-decoration: none;
	color: #29447a;
}

#resellers td a:hover {
	text-decoration: underline;
	color: #29447a;
}

#resellerdetails td {
	padding: 5px 30px 5px 5px;
}

.even {
	background: #eeecec;
}

.odd {
	background: #FFF;
}
