
/* GENERAL STYLES */
body {
    background-image:url(/stores/fye/images/background-body.jpg);
    background-repeat:repeat-x;
    font-family: Arial, Helvetica, sans-serif;

}
body, td {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #023051;
}
.frameBorder {
    border-color: #0065AD;
}
h1 {
    color: #2E5A8E;
	font-family: IMpact, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.accentColor1 {
    color: #E16714;
}
.accentColor2 {
    color: #E16714;
}
a {
    color: #0360A2;
}
a:link {
    color: #0360A2;
}




/* NAV */
.nav {
   color: D5ECFD;
}
.nav a {
   color: D5ECFD;
   text-decoration: none;
}
.nav a:hover {
   color: D5ECFD;
   text-decoration: underline;
}
.footer {
  vertical-align: top;
  padding-top: 40px;
  font-size: 10px;
  color: #023051;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footerCopy {
  font-size: 10px;
  color: white;   
}
.mainTable {
    border: solid white 1px;
	background-color: white;
}



.featureHeader { 
    font-weight: bold; 
	color: #FFFFFF; 
	background-color: #025797; 
	text-decoration: none;
	background-image:url(/stores/fye/images/background-header.gif);
	padding-bottom: 3px;
	text-indent: 4px;
	padding-top: 2px;
	font-size: 11px;
}
.featureHeader2 {  font-size: 18pt; font-style: italic; font-weight: bold; color: #CC0000}
.featureStripe { background-color: #93B5CE}


/* SEARCH OPTIONS */
.pageSearchForm {
    margin: 0px;
    display:inline;
}
.pageNavLabelSearch {
    color: 444444;
    font-size: 14px;
    font-family: "Arial Narrow", Arial, Helvetica;
}
.searchOptionBuy {
    color: black;
}
.searchOptionSell {
    color: black;
}
.mainStoreContent {
    width: 740px;
    margin: 20px;
}

/* CART OPTIONS */
.cartBuyFrom {
    background-color: #025797;
    color: white;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;
	background-image:url(/stores/fye/images/background-header.gif);
	padding-bottom: 4px;
}
.cartBuyPrice {
    background-color: #025797;
    color: white;
    font-weight: bold;
	background-image:url(/stores/fye/images/background-header2.gif);
	padding-bottom: 4px;
}
.cartSellTo {
    background-color: #025797;
    color: white;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;
	background-image:url(/stores/fye/images/background-header.gif);
	padding-bottom: 4px;
}
.cartSellPrice {
    background-color: #025797;
    color: white;
    font-weight: bold;
	background-image:url(/stores/fye/images/background-header2.gif);
}
.cartUnderline {
    background-color: #93B5CE;
}
.cartTable {
    border-color: #0065AD;
	border-top: none;
}

/* ACCOUNT TABS */
.accountHeader {
    border-bottom: none;
}
.accountTab {
    background-image:url(/stores/fye/images/background-header.gif); 
    padding: 2px;
    color: white;
	width: 100%;
    font-size: 13px;
    font-weight: bold;
	text-indent: 3px;
}
.accountBackground {
    background-color: #F0F0F0;
}
.whiteTitle2 {
    font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #8EB2CC;
}

/* SEARCH RESULTS */
.productsFeature  {
    border-collapse: collapse;
    border: solid #025797 1px;
    width: 100%;
	border-top: none;
	
}
.productsFeature th {
    background-color: #025797;
    background-image:url(/stores/fye/images/background-header2.gif);
    border: solid #025797 1px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
	border-top: none;
}
.productsFeature td {
    border: solid #025797 1px;
    vertical-align: top;
    padding: 3px;
}





