
body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

/* ====================================================== */
/* Gates header and footer                                */
/* ====================================================== */

#cdsHeader {
	background-image: url(../images/headerBG.gif);
	width: 100%;
}

#cdsHeader #headerLogo {
	background-color: #fff;
	padding-left: 6px;
	padding-bottom: 10px;
	width: 74px;
}

#cdsHeader #headerLabels {
	background-image: url(../images/Header.jpg);
	background-position: top right;
	width: 720px;
	height: 75px;
	white-space: nowrap;
}

#cdsHeader #headerLabels #headerGatesName {
	font-size: 24px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
}

#cdsHeader #headerLabels #headerGatesTagline {
	color: #f33;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1px;
	padding-left: 6px;
}

#cdsHeader #headerBorder img {
	width: 100%;
	height: 6px;
}

#cdsFooter {
	width: 100%;
}

#cdsFooter td {
	width: 100%;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
}

#cdsBodyTopRight {
	width: 100%;
	text-align: right;
	padding-right: 12px;
}

#cdsBodyTopCenter {
	white-space: nowrap;
}

#cdsBodyCenter {
	width: 100%;
	padding: 6px 12px 12px 12px;
}

#cdsBodyBottomCenter {
	padding: 0px 12px 12px 12px;
}


/* ====================================================== */
/* Catalog                                                */
/* ====================================================== */

.cdsLocatorRowOdd {
	background-color: #f0f0f0;
}

.cdsLocatorRowSelected {
	background-color: rgb(204,51,51);
	color: #fff;
}

.cdsShowProductTableOddRow {
	background-color: #f0f0f0;
}

.cdsCategoryLabel {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	cursor: pointer;
	padding: 2px 6px 0px 6px;
	text-decoration: none;
}

.cdsCategorySearchLink {
	font: 12px Arial, Helvetica, sans-serif;
	color: #00f;
	cursor: pointer;
	text-decoration: underline;
}

.cdsCategoryParentLink {
	color: #00f;
	cursor: pointer;
	font-size: 13px;
	padding-left: 4px;
	text-decoration: underline;
	vertical-align: top;
	white-space: nowrap;
}

.cdsCategoryBrowseToggle {
	color: #00f;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}

.cdsCategoryAttachments a {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f00;
}

.cdsShowProductAttachmentCell {
	font: 12px arial, helvetica, sans-serif;
	vertical-align: top;
	width: 310px;
}

.cdsShowProductAttachmentTable {
	border: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}

#cdsKeywordSearchResultsFrame {
	position: absolute;
	z-index: 200;
	width: 600px;
	height: 300px;
	top: 108px;
	left: 6px;
}

#cdsKeywordSearchResultsDiv {
	position: absolute;
	z-index: 201;
	background-color: #f0f0f0;
	border: 1px solid #999;
	width: 600px;
	height: 300px;
	overflow: auto;
	top: 108px;
	left: 6px;
}


