.cdsShowProductTableOddRow {
	background-color: #eeffee;
}

.cdsShowProductAttributeCell {
	font: 12px arial, helvetica, sans-serif;
	vertical-align: top;
	padding-right: 12px;
	width: 620px;
}

.cdsShowProductAttachmentCell {
	font: 12px arial, helvetica, sans-serif;
	vertical-align: top;
	width: 310px;
}

.cdsShowProductAttributeTable {
	border: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}

.cdsShowProductAttachmentTable {
	border: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}

p.cdsCartReturnLink {
	font-weight: bold;
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
}

table.cdsCartTable td {
	font-size: 13px;
	border: 1px solid #999;
	padding: 3px 6px;
}

tr.cdsCartHeaderRow {
	font-size: 14px;
	font-weight: bold;
	background-color: #093;
	color: #fff;
}

tr.cdsCartHeaderRow td {
	white-space: nowrap;
	font-weight: bold;
}

tr.cdsCartBodyRowOdd td {
	vertical-align: top;
	background-color: #eeffee;
}

.cdsCatalogTable {
	font-family: ariel,helvetica,sans serif;
	font-size: 14px;
}

#cdsHeaderLeft {}
#cdsHeaderCenter {}
#cdsHeaderRight { width: 100%; text-align: right; padding-right: 12px;}
#cdsBodyTopLeft {}
#cdsBodyTopCenter {}
#cdsBodyTopRight { width: 100%; text-align: right; }
#cdsBodyCenterLeft {}
#cdsBodyCenter { padding: 6px 12px 12px 12px;}
#cdsBodyCenterRight {}
#cdsBodyBottomLeft {}
#cdsBodyBottomCenter { padding: 0px 12px 12px 12px;}
#cdsBodyBottomRight {}
#cdsFooterLeft {}
#cdsFooterCenter {}
#cdsFooterRight {}

.cdsFooter {
	font-size: 12px;
	width: 100%;
	text-align: center;
}


