/* Styles for the Media 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_media.gif) left -8px no-repeat;
	padding-left:85px;
}
#content h1#edge {
	background:url(../../images/block_edge_media.gif) left -8px no-repeat;
	padding-left:112px;
}
#content h1#pro {
	background:url(../../images/block_pro_media.gif) left -8px no-repeat;
	padding-left:143px;
}
#content h1#pro_w {
	background:url(../../images/block_pro-w_media.gif) left -8px no-repeat;
	padding-left:101px;
}

/* "Callout" Class */

.callout {
	color:#454532;
	background:#C99C00 url(../../images/callout-media.jpg) left top no-repeat;
}
.callout h3 {
	color:#454532;
}
#content .callout a {
	color:#454532;
}

/* Comparison Table Colors */

table.comparison th.express {
	background-color:#F4E987;
}
table.comparison th.edge {
	background-color:#EBDB59;
}
table.comparison th.pro {
	background-color:#E5CE23;
}
table.comparison th.pro-w {
	background-color:#DCBE19;
}
table.comparison tbody td.express {
	background-color:#F4E987;	
}
table.comparison tbody td.edge {
	background-color:#EBDB59;	
}
table.comparison tbody td.pro {
	background-color:#E5CE23;	
}
table.comparison tbody td.pro-w {
	background-color:#DCBE19;	
}
