* {margin:0; padding:0; outline:none}
.table_body {
	margin:0px;
	background:#fff url(../images/sorter_images/bg.gif) repeat-x;
	color:#091f30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sortable {
	width:800px;
	margin-top: 12px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #a0a838;
}
.sortable th {
	text-align:left;
	color:#FFF;
	background-color: #72914E;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A0A838;
	border-right-color: #A0A838;
	border-bottom-color: #A0A838;
	border-left-color: #A0A838;
}
.sortable th h3 {font-size:10px; padding:6px 8px 8px}
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.sortable td  a, visited {
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
}
.sortable td  a:hover {
	font-size: 12px;
	color: #00CC00;
	text-decoration: underline;
}
.sortable_stock {
	font-size: 16px;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
}
.sortable_stock a, visited{
	font-size: 14px;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
	text-decoration: underline;
}
.sortable_stock a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
	text-decoration: underline;
}
.sortable .head h3 {background:url(../images/sorter_images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc, .sortable .asc {
	background-color: #464C32;
}
.sortable .desc h3 {background:url(../images/sorter_images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc h3 {background:url(../images/sorter_images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#ecf2f6}
.sortable td.oddselected {background:#dce6ee}

#controls {
	width:800px;
	margin:0;
	height:20px;
	display: block;
	float: left;
}
#perpage {float:left; width:200px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:380px; text-align:center}
#navigation img {cursor:pointer}
#text {float:left; width:200px; text-align:right; margin-top:2px}
