/* Stellar Common */

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 8px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

p {
	/*font-size: 1em;*/
}

img {
	border: 0;
}

input.searchbutton {
	width: 5em;
	background-color: #9CBCDC;
	border-color: #ccc #666 #666 #ccc;
	padding: 0;
	cursor: pointer;
}

td.action {
	text-align: right;
	padding-right: 2px;
}

.tblist 
{
    width: 100%;
}

table.tblist td 
{
    padding: 5px;
}

.image-border 
{
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}


.featuredProductTitle {
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
}

.featureProductTitle {
	font-size: 16px;
	font-weight: bold;
}

.featureProductTagLine 
{
	font-size: 11px;
	font-style: italic;
}

.featureProductImage 
{
	margin: 0 40px 20px 20px;
	border: solid 1px #AFAFAF;
}

.featureProductText
{
	color: #6D6D6D;
	font-size: 12px;
}

.blue 
{
	color: #003366;
}