/**
* Resellers styles
*/

.resellerspager {
	margin: 20px 0 0 0;
}

#resellers table {
	margin: 20px 0 0 0;
	border: 1px solid #c3c5c7;
	width: 455px;
}

#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: #11410d;
	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_green.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_green.gif) no-repeat left top;
}

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

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

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

.even {
	background: #eeecec;
}

.odd {
	background: #FFF;
}