a.pg, a.filter {
	color: #333333;
	width: 16px;
	height: 16px;
	background: #E0E0E0;
	display: inline-block;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	border: 1px solid black;
}

a.filter {
	width: auto;
	padding-left:5px;
	padding-right: 5px;
}

a.pg:hover, a.filter:hover, a.curr:hover {
	text-decoration:none;
}

a.pg:hover, a.filter:hover, a.curr {
	background: #AA0000;
	color:white;
}

a.back {
	width: auto;
	padding-left:3px;
	padding-right: 3px;
}

table#cat-main-display {
	margin:0 auto;
	width: 930px;
	margin: 5px 0 5px 10px;
}

table#cat-main-display td {
	font-size:10pt;
	padding:3px;
	width: 180px;
}

table#cat-main-display table td {
	text-align: center;
	font-weight: bold;
}

table#cat-main-display table td.label {
	font-family: Georgia;
}

table#cat-main-display table td.group {
	text-align: left;
}

table#cat-main-display table td.image {
	vertical-align: middle;
	vertical-align: center;
}

table#cat-main-display table td.imagegrp {
	vertical-align: middle;
	width: 90px;
}

table#cat-main-display table td.detlink, table#cat-main-display table td.crtlink {
	padding-top:0px;
}

table#cat-main-display table td.detlink a, table#cat-main-display table td.crtlink a {
	display: block;
	width:99%;
	border:1px solid #444444;
	background:#444444;
	padding: 3px 0 3px 0;
	font-size:9pt;
}

table#cat-main-display table td.crtlink a {
	border:1px solid #222222;
	background:#222222;
}

table#cat-main-display table td.detlink a:hover, table#cat-main-display table td.crtlink a:hover {
	text-decoration: none;
	background:#AA0000;
	border:1px solid #690000;
}

table#grp-main-display {
	margin:0 auto;
	width: 930px;
	margin: 5px 0 5px 10px;
}

table#grp-main-display td {
	font-size:10pt;
	padding:3px;
	width: 360px;
	vertical-align: top;
}

table#grp-main-display table td {
	text-align: center;
	font-weight: bold;
}

table#grp-main-display table td.label {
	font-family: Georgia;
	text-decoration: underline;
}

table#grp-main-display table td.desc {
	font-weight: normal;
	padding-left:5px;
	text-align: left;
	padding-bottom:8px;
	line-height: 16px;
}

table#grp-main-display table td.group {
	text-align: left;
}

table#grp-main-display table td.image {

}

table#grp-main-display table td.imagegrp {
	width: 90px;
}

table#grp-main-display table td.detlink, table#grp-main-display table td.crtlink {
	padding-top:0px;
}

table#grp-main-display table td.detlink a, table#grp-main-display table td.crtlink a {
	display: block;
	width:auto;
	float: right;
	border:1px solid #444444;
	background:#444444;
	padding: 4px;
	font-size:9pt;
}

table#grp-main-display table td.crtlink a {
	border:1px solid #222222;
	background:#222222;
}

table#grp-main-display table td.detlink a:hover, table#grp-main-display table td.crtlink a:hover {
	text-decoration: none;
	background:#AA0000;
	border:1px solid #690000;
}

table#paging {
	margin-top:5px;
	margin-left:10px;
}
table#itemdetail {
	margin-left: 7px;
	font-size: 12pt;
}

table#itemdetail td {
	vertical-align: top;
	line-height: 18px;
	padding:3px;
}
table#itemdetail img#main {
	margin:1px;
	padding:1px;
	border: 0px solid black;
}

table#itemdetail a.add {
	display: inline-block;
	border:1px solid #222222;
	background:#D0D0D0;
	padding: 3px 5px 3px 5px;
	font-size:9pt;
	font-weight: bold;
	text-align:center;
	margin-top:2px;
	margin-right:1px;
	color:#222222;
}

table#itemdetail a.add:hover {
	text-decoration: none;
	background:#AA0000;
	color:white;
}

table#cart {
	width: 600px;
	font-size:10pt;
	margin-left:180px;
}

table#cart td, table#cart th {
	padding: 3px;
	vertical-align: middle;
}

table#cart th {
	font-weight: bold;
	font-family: georgia;
	font-size:10pt;
}

a.remove {
	font-size: 7pt;
	text-transform: uppercase;
	text-align: center;
	color: #990000;
}

table#cart a.cartbtn {
	display: inline-block;
	width:100px;
	padding: 3px 0 3px 0;
	font-size:9pt;
	font-weight: bold;
	text-align:center;
	margin-top:3px;
}

table#cart a.red {
	background: #660000;
	border: 1px solid black;
	color: white;
}

table#cart a.red:hover {
	background: #990000;
}

table#cart a.blu {
	background: #000066;
	border: 1px solid black;
	color: white;
}

table#cart a.blu:hover {
	background: #000099;
}
table#cart td.img, table#cart th.img {
	width: 75px;
	text-align: center;
}
table#cart td.qty, table#cart th.qty {
	width: 50px;
	text-align: center;
}
table#cart td.remove, table#cart th.remove {
	width: 20px;
	text-align: center;
}
table#cart td.price, table#cart th.price, table#cart td.total, table#cart th.total {
	width: 85px;
	text-align: center;
}
table#cart td.right {
	text-align: right;
}

h1.notop {
	padding-top:0;
	margin-top:0;
}

h1.italic{
	font-style: italic;
}
td.iname {
	line-height: 18px;
}
table#terms {
	margin-left: 20px;
	margin-top:10px;
}

table#terms td {
	padding:3px;
}

table#terms td.col1 {
	font-weight: bold;
	width: 300px;
}
table#terms table {
	margin-right: 40px;
}

