#catalogItem{
	margin-top: .5em;
	padding: 6px 8px 4px 8px ;
	background-color: #ffd;
	background-color: #f0f8d1;
	border: 1px solid #8bad6e;
	border-bottom-width: 0;
}

#catalogItem div, #catalogItem span{
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	font-size: 10pt;
}

#catalogItem h1, #catalogItem h2, #catalogItem h3{
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#catalogItem #burst{
	float: right;
	width: 188px;
	text-align: right;
	white-space: nowrap;
}

#newBurst {
	padding: 0 4px 0 4px;
}

#bestSellerBurst {
	padding: 0 0 0 4px;
}

#catalogItem #headline{
	margin: 0 112px 6px 0;
}

#photoDataBlock{
	font-size: 10pt;
	line-height: 120%;
}

#photoDataBlock img{
	margin-right: 8px;
}

#longDescription{
	font-size: 10pt;
	line-height: 120%;
}

#longDescription p:first-child {
	margin-top: 0;
	padding-top: 1em;
}

#buyBar{
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	font-size: 10pt;
	vertical-align: middle;
	background-color: #f9f8d2;
	text-align: right;
	line-height: 20px;
	white-space: nowrap;
}

.buyItemBar{	/* These are properties unique to item.php (as opposed to contentItem.php) */
	padding: 4px 8px 2px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #8bad6e;
	border-top-color: #ddd9af;
}

#buyBar img{
	vertical-align: middle;
}

#buyBar .colorLabel{
	padding-left: 35px;
	/* background-image will be set in item.php */
	background-repeat: no-repeat;
}

#buyBar .cartQTY{
	margin-right: 4px;
}

#buyBar input{
	text-align: center;
	vertical-align: middle;
}


.productWarning{
	color: #e73535;
	font-size: 9pt;
}

.itemTree{
	font-size: 9pt;
	padding: 0;
	margin: 0;
}

.styleVendor {
	font-size: 9pt;
	margin-top: 2px;
}

.itemTree a, .styleVendor a, .itemTree a:hover, .styleVendor a:hover, .itemTree a:visited, .styleVendor a:visited {
	text-decoration: none;
}

.specialOrder{
	font-style: italic;
}

.oversize{
	font-style: italic;
}

#showDetails{
	margin: 4px 0 2px 0;
	font-size: 10px;
	font-family: Verdana, courier, monospace;
	color: #ddd9af;
}

#showDetails .label{
	font-size: 10px;
	font-family: Verdana, courier, monospace;
	text-align: right;
}

#showDetails table {
	border-right: 1px solid #ddd9af;
	border-bottom: 1px solid #ddd9af;
	color: black;
}

#showDetails table th{
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, courier, monospace;
	border-left: 1px solid #ddd9af;
	border-top: 1px solid #ddd9af;
	padding: 3px;
}

#showDetails table td{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, courier, monospace;
	border-left: 1px solid #ddd9af;
	border-top: 1px solid #ddd9af;
	padding: 3px;
}