
@import "common.css";

/* other elements */

.login 
{
	font-size : 11px;
	color     : #99CCFF;
}

.bodytext 
{
	font-size   : 11px;
	color       : #000000;
	line-height : 14px;
}

.subhead 
{
	font-size   : 18px;
	font-weight : bold;
	color       : #004C9C;
}

.pagetop 
{
	font-size       : 11px;
	color           : #999999;
	text-decoration : none;
}

.testimonial
{
    background : #FFFFCC;
    border     : solid black 1px;
    color      : #666666;
    margin     : 0px auto;
    padding    : 2px;
}

.headertab {
	background : #004C9C;
}

/* --------------     order items page     ---------------------------------- */

.ordersubhead 
{
	font-size: 20px;
	color: #7D91AA;
}

.order_instock 
{
	font-size: 10px;
	color: #666666;
}

.order_removeitem 
{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
