body {
	margin: 0px;
}
body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625b5c;
}
p {
	margin: 5px 0px 5px 0px;
}
h1 {
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h1.smaller {
	font-size: 14px;
	margin: 5px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	color: #625b5c;
	font-weight: bold;
	margin-top: 0px 0px 10px 0px;
}
h3 {
	font-size: 12px;
	color: #625b5c;
	font-weight: bold;
	margin-top: 0px 0px 5px 0px;
}
a {
	text-decoration: underline;
	color: #625b5c;
}
a:hover {
	color: #cc0000;
}
a.white {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: underline;
	color: #dddddd;
}
.bold {
	font-weight: bold;
}
.underline {
	border-bottom-color: #75776E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.italic {
	font-style: italic;	
}
.border-top {
	border-top: 1px solid #625b5c;
}
.border-right {
	border-right: 1px solid #625b5c;
}
.border-bottom {
	border-bottom: 1px solid #625b5c;
}
.border-left {
	border-left: 1px solid #625b5c;
}
.border-box {
	border: 1px solid #625b5c;
}
.txt-white {
	color: #ffffff;
}
.txt-black {
	color: #000000;
}
.txt-grey {
	color: #75776E;
}
.txt-red{
	color: #cc0000;
}
.txt-big {
	font-weight: bold;
	font-size: 16px;
}
.txt-small {
	font-size: 9px;
}
.bg-red{
	background-color: #cc0000;
}
.bg-grey1{
	background-color: #979192;
}
.bg-grey2{
	background-color: #dadcdd;
}
.bg-grey3{
	background-color: #dadcdd;
}
/* layout */
table.main {
	width: 960px;
}
td.left {
	width: 175px;
	border-right: #625b5c solid 1px;
	padding: 10px 5px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.content {
	width: 539px;
	padding: 10px 10px 10px 10px;	
}
td.content-no-right {
	width: 739px;
	padding: 10px 10px 10px 10px;	
}
td.right {
	width: 190px;
	padding: 10px 5px 10px 5px;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.left-link-header, .product-link-header {
	background-image:url(/images/redarrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 15px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
}
.giftpak-product {
	background-image:url(/images/redarrow3.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
.product-link-header {
	margin: 15px 0px 0px 5px;
	padding: 0px 5px 0px 20px;
}
.left-link {
	padding: 0px 5px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.product-link {
	padding: 0px 5px 0px 25px;
	margin: 2px 0px 0px 0px;
}
.left-link2 {
	background-image:url(/images/greyarrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 15px;
	margin: 2px 0px 0px 0px;
}
.search-results {
	height: 25px;
	/*
	background-image: url(/images/search-results.gif);
	background-repeat: no-repeat;
	*/
	padding: 5px 5px 0px 5px;
	margin: 0px 3px 0px 3px;
	color: #ffffff;
	background-color: #979192;
}
.more-info {
	height: 24px;
	background-image: url(/images/more-info.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 0px 25px;
	color: #000000;
	font-weight: bold;
}
input.Xbutton {
	background-color: #cc0000;
	color: #ffffff;
	background-image: url(/images/redarrow2.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	border: #cc0000 solid 3px;
}
fieldset {
	margin: 0px;
	padding: 2px;
}
