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

/*Main Link Style*/
A:link, A:visited, A:active { color:#000099; 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: #000033;
}
/*Product Price Color*/
.price {
color: #990000;
}

/**************************
SEARCH BOX DISPLAY
**************************/
/*Search Box Background & Font Style*/
.searchbox {
background-color: ;
border: 0px solid ;
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: #333333;
}

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

/*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: 9pt;
font-family: Arial;
font-weight: normal;
color: #0000cc;
}

/**********
RSS Newsfeed
************/
#seonewsfeed h3 {
     margin:8px 5 5 5;
}