/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 11px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	/*background-color:#F0F0F6;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #9a9a9a;
}

.pager{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.pagedisplay{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
#prev{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#prev a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}
#prev a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7d00;
	text-decoration: underline;
}
a.next{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}
a.next:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7d00;
	text-decoration: underline;
}
.productReviewTitle {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.productReviewByLine {
	font-weight: bold;
	font-size: 10px;
}
.productReviewTopLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: d5d5d5;
}
#reviews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
#reviews a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #676767;
	text-decoration: none;
}
#reviews a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ff7d00;
	text-decoration: underline;
}

#productReviewLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #676767;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#productReviewLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ff7d00;
	text-decoration: underline;
}

