/***************************
MAIN DISPLAY DETAILS
***************************/
/*Main Border Around The Sitemaps & Products*/
.tablecolor {
border: 1px solid #b5da48;
background-color: #ffffff;
}

/*Main Link Style*/
A { color:#0000cc; text-decoration: underline; }
A:hover { color:#0000cc; text-decoration: underline; }

/*Sitemap Link Style*/
li, ul 
{
color : #ffffff; 
list-style-position: outside; 
margin-left: 4px;
font-family: Arial;
font-size: 9pt;
} 

/***********************
PRODUCT DISPLAY
***********************/
/*Main Product Text Style*/
td, th {
font-size: 9pt;
font-family: Arial;
color: #000000;
}
/*Product Title Text Style*/
.producttitlelink {
font-size: 10pt;
font-family: Arial;
font-weight: bold;
color: #0000cc;
}
/*Product Price Color*/
.price {
color: #990000;
}

/**************************
SEARCH BOX DISPLAY
**************************/
/*Search Box Background & Font Style*/
.searchbox {
background-color: #f0efdd;
border: 1px solid #f0efdd;
font-size: 9pt;
font-family: Arial;
font-weight: normal;
color: #333333;
padding: 10px;
}
/*Search Box Link Color*/
.searchboxlink {
font-size: 9pt;
font-family: Arial;
font-weight: normal;
color: #0000cc;
}

/*************************************************
CATGEORY NAME & SORT BY BOX DISPLAY
*************************************************/
/*Main Box Display*/
.sortbybox {
background-color: #6495ed;
padding: 5px;
}

/*Category Name Font Style*/
.categoryname {
font-size: 12pt;
font-family: Arial;
font-weight: bold;
color: #ffffff;
}

/*Sort By Font Style*/
.sortbyfont {
font-size: 9pt;
font-family: Arial;
font-weight: bold;
color: #ffffff;
}

/*****************************
NAVIGATION TEXT STYLE
*****************************/
.navlink {
font-size: 8pt;
font-family: Arial;
font-weight: normal;
color: #ffffff;
text-decoration: none;
}

