/***************************
MAIN DISPLAY DETAILS
***************************/
/*Main Border Around The Sitemaps & Products*/
.tablecolor {
border: 1px solid #4E8BE6;
background-color: #ffffff;
}

/*Main Link Style*/
A { color:#0000ff; text-decoration: underline; }
A:hover { color:#DB8606; text-decoration: underline; }

/*Sitemap Link Style*/
li, ul 
{
color : #ffffff; 
list-style-position: outside; 
margin-left: 4px;
font-family: Verdana;
font-size: 9pt;
} 

/***********************
PRODUCT DISPLAY
***********************/
/*Main Product Text Style*/
td, th {
font-size: 9pt;
font-family: Verdana;
color: #000000;
}
/*Product Title Text Style*/
.producttitlelink {
font-size: 10pt;
font-family: Verdana;
font-weight: bold;
color: #333333;
}
/*Product Price Color*/
.price {
color: #990000;
}

/**************************
SEARCH BOX DISPLAY
**************************/
/*Search Box Background & Font Style*/
.searchbox {
background-color: #D8D8D8;
border: 1px solid #D8D8D8;
font-size: 9pt;
font-family: Verdana;
font-weight: normal;
color: #333333;
padding: 0px;
}
/*Search Box Link Color*/
.searchboxlink {
font-size: 9pt;
font-family: Verdana;
font-weight: normal;
color: #333333;
}

/*************************************************
CATGEORY NAME & SORT BY BOX DISPLAY
*************************************************/
/*Main Box Display*/
.sortbybox {
background-color: #FFFFFF;
padding: 5px;
}

/*Category Name Font Style*/
.categoryname {
font-size: 12pt;
font-family: Verdana;
font-weight: bold;
color: #DF8600;
}

/*Sort By Font Style*/
.sortbyfont {
font-size: 9pt;
font-family: Verdana;
font-weight: bold;
color: #000000;
}

/*****************************
NAVIGATION TEXT STYLE
*****************************/
.navlink {
font-size: 9pt;
font-family: Verdana;
font-weight: normal;
color: #333333;
}

