/* tables */
#productSearch caption {
	text-transform:uppercase;
	font-weight:bold;
	width:744px;
	line-height:17px;
	height:31px;
}
table.tablesorter {
	background:none;
	width:743px;
	margin:1px 1px 10px 1px;
	border-collapse:collapse;
	border-bottom:1px solid #788a91;
}
th.width1 {
	width:10%;
}


.tablesorter td {
	text-align:left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background:#be2633;
	color:#fff;
	padding:4px 2px 4px 2px;
	text-align:center;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-position: top right;
	background-position: 100% 15%;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px 2px 4px 2px;
	background:#fff;
	vertical-align: top;
	text-align:center;
}
table.tablesorter tbody tr.odd td {
	background:#e1f1f2;
	background:#eee;
}
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: #be2633;
	

}

table.tablesorter tbody tr.hover td {
	background:#e1f1f2;
	cursor:pointer;
}