.page-header {
	font: bold 18px "PT Sans",Arial, Helvetica, Sans-serif;
	padding: 20px 0;
}
.header-info {
	font: normal 18px "PT Sans",Arial, Helvetica, Sans-serif;
}
.red-header {
	color: #FF0000;
}

.redesigned-table {
	width: 100%;
	border-collapse: collapse;
	font: normal 13px "Open Sans",Arial, Helvetica, Sans-serif;
	color: #262622;
}
.redesigned-table tr:hover {
	background-color: #f6f5f3;
}
.redesigned-table tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0 ;
}
.redesigned-table tr th {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0 ;
	background-color: #f6f5f3;
}
.redesigned-table tr th.order:hover {
	background-color: #d6d5d2;
	cursor: pointer;
}
.redesigned-table tr th a {
	font: bold 13px "Open Sans",Arial, Helvetica, Sans-serif;
	color: #262622;
}

.redesigned-table .text {
	font: normal 13px "Open Sans",Arial, Helvetica, Sans-serif;
	color: #262622;
}
.redesigned-table .linkb {
	font: normal 13px "Open Sans",Arial, Helvetica, Sans-serif;
	color: #262622;
}
.redesigned-table .linkb a {
	text-decoration: underline;
	color: #262622;
}
.redesigned-table .linkb a:hover {
	text-decoration: none;
}
.linkb2 {
	font: normal 13px "Open Sans",Arial, Helvetica, Sans-serif;
	color: #262622;
}

.redesigned-sizes-only {
	border-color: #e5e5e5;
	border-collapse: collapse;
	font: normal 13px "Open Sans",Arial, Helvetica, Sans-serif;
}
.redesigned-sizes-only tr td,
.redesigned-sizes-only tr th
{
	padding: 10px 20px;
	border-color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.redesigned-sizes-only tr th {
	background-color: #f6f5f3;
}

