#sr-table {
	border: 1px solid rgb(221, 221, 221); width: 100%; border-collapse: collapse;
}
#sr-table thead tr {
	background: url("images/bg.png") repeat-x rgb(221, 221, 221); border-top-color: rgb(221, 221, 221); border-bottom-color: rgb(170, 170, 170); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#sr-table tfoot tr {
	background: url("images/bg.png") repeat-x rgb(221, 221, 221); border-top-color: rgb(221, 221, 221); border-bottom-color: rgb(170, 170, 170); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#sr-table td {
	padding: 2px 10px; border-left-color: rgb(238, 238, 238); border-left-width: 1px; border-left-style: solid;
}
#sr-table th {
	padding: 2px 10px; border-left-color: rgb(238, 238, 238); border-left-width: 1px; border-left-style: solid;
}
#sr-table td.date {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
#sr-table th.date {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
#sr-table tfoot td {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
#sr-table th {
	font-size: 1.1em;
}
#sr-table tfoot {
	font-size: 0.9em;
}
#sr-table tfoot .sr-tips {
	padding: 0px 3px; float: left;
}
#sr-table tfoot .sr-plugin {
	padding: 0px 3px; float: right;
}
#sr-table tr.odd {
	background: rgb(241, 245, 250);
}
#sr-table tbody tr:hover {
	background: rgb(221, 238, 255);
}
#sr-table .hidden {
	display: none;
}
#sr-table thead .header {
	background-position: right; cursor: pointer; background-image: url("images/sort.gif"); background-repeat: no-repeat;
}
#sr-table thead .headerSortUp {
	background-image: url("images/asc.gif");
}
#sr-table thead .headerSortDown {
	background-image: url("images/desc.gif");
}
#sr-table thead .headerSortUp {
	background-color: rgb(221, 221, 221);
}
#sr-table thead .headerSortDown {
	background-color: rgb(221, 221, 221);
}
.sr-review {
	float: left;
}
.sr-rating {
	float: right;
}
.sr-clear {
	clear: both;
}
