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

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background:#be2633;
	background:#e6b943;
	color:#fff;
	padding:4px 10px 4px 10px;
}
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 2px 4px 2px;
	padding:4px 10px 4px 10px;
	background:#fff;
	vertical-align: top;
}
th.first {
	width:5%;
}
th.second {
	width:80%;
}
th.third {
	width:15%;
}

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 {
	text-decoration:underline;

}

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