/* Site defined styles */

/* Body defines the overall background of the site */
Body {  
	margin: 0px;
	padding: 0 px;
	background-color: #0C4997;
	}
	
form {
	padding: 0px;
	margin: 0px;
}
/* ------------------------------------------ */
td img 
{
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
object 
{
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* ------------------------------------------ */
#ecmContent2
{
	text-align:left;
}
/* Cookie trail link styles */
.crumbLink {
	color : #0C4997;
	text-decoration : none;
	font-size : 9px;
	line-height : 18px;
}

.crumbLink:visited {
	text-decoration : none;
	color : #0C4997;
	font-size : 9px;
}

.crumbLink:hover {
	text-decoration : none;
	color : #2E69B4;
	font-size : 9px;
}
/* ------------------------------------------ */

.contentBold
{	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
	}
	
.content
{	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 11px;
	}
	
.contentSM
{	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 10px;
	}

.alert {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : bold;
	font-size : 12px;
}

.alertSmall {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : normal;
	font-size : 10px;
}

.subTitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF7113;
	font-weight : bold;
	font-size : 12px;
}

.subTitle2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0C4997;
	font-weight : normal;
	font-size : 14px;
}

.specialOffers {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0C4997;
	font-weight : bold;
	font-size : 14px;
}
#SubContent
{
	padding: 5px 5px 5px 5px;
}
.subContent {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0C4997;
	font-weight : bold;
	font-size : 11px;
}

.formOrange {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF7113;
	font-weight : normal;
	font-size : 11px;
}
.formBlue {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0C4997;
	font-weight : normal;
	font-size : 11px;
}
.orangePageHeader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF7113;
	font-weight : bold;
	font-size : 12px;
}

.arrow {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #B30000;
	font-weight : normal;
	font-size : 11px;
}

.coolForm {
	border-width: 1 1 1 1; 
	text-align: left; 
	border-style: solid solid solid solid; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
}

.ProductListHead
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px
}

.CartListHead
{
    background-color: #D4E0EC;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: #4571A6;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 15pt;
    padding-left: 5px
}

.ListHead
{
    border-bottom: dimgray;   
    color: #4571A6;
    font-family: Verdana, Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f3f3f3;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #FFFFFF;
    line-height: 0pt;
    padding-bottom: 0px;
}
.FormInput {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#00346A;
	background-color:#E9E9E9;
	border:1px solid #999999;
}
input.searchtext
{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#00346A;
	background-color:#E9E9E9;
	border:1px solid #999999;
	width: 130px;	
	height: 13px;
}
#searchbox
{
	background-color: #FFFFFF;
	width: 144px;
	/*height: 21px;*/	
}
a.search:visited,
a.search:link,
a.search
{
	display:block;
	background: #fff url('/assets/images/header/go_off.gif') no-repeat top left;
	width:35px; 
	height:21px;
	text-decoration: none;
}
a.search:hover  
{
	background: #fff url('/assets/images/header/go_on.gif') no-repeat top left;
}