/* Styles for the Consumer Goods Vertical theme */

#content h1 {
	color:#63634f;
	padding-top:9px;
}
#content h1.product {
	margin-bottom:.5em;
	padding-top:31px;
	height:49px;
	min-height:49px;
}
#content h1.product span.tagline {
	display:block;
	font-size:.65em;
}
#content h1#express {
	background:url(../../images/block_express_goods.gif) left -8px no-repeat;
	padding-left:85px;
}
#content h1#edge {
	background:url(../../images/block_edge_goods.gif) left -8px no-repeat;
	padding-left:112px;
}
#content h1#pro {
	background:url(../../images/block_pro_goods.gif) left -8px no-repeat;
	padding-left:143px;
}
#content h1#pro_w {
	background:url(../../images/block_pro-w_goods.gif) left -8px no-repeat;
	padding-left:101px;
}

/* "Callout" Class */

.callout {
	color:#454532;
	background:#B16215 url(../../images/callout-goods.jpg) left top no-repeat;
}
.callout h3 {
	color:#454532;
}
#content .callout a {
	color:#454532;
}

/* Comparison Table Colors */

table.comparison th.express {
	background-color:#FFB76E;
}
table.comparison th.edge {
	background-color:#FD9F48;
}
table.comparison th.pro {
	background-color:#FC8920;
}
table.comparison th.pro-w {
	background-color:#E57E1F;
}
table.comparison tbody td.express {
	background-color:#FFB76E;	
}
table.comparison tbody td.edge {
	background-color:#FD9F48;	
}
table.comparison tbody td.pro {
	background-color:#FC8920;	
}
table.comparison tbody td.pro-w {
	background-color:#E57E1F;	
}
