/***************************
MAIN DISPLAY DETAILS
***************************/
/*Main Border Around The Sitemaps & Products*/
.tablecolor {
border: 1px solid #fa0503;
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;
} 

div.background
  {
  width: 500px;
  height: 250px;
  background: url(klematis.jpg) repeat;
  border: 2px solid black;
  }
div.transbox
  {
  width: 738px;
  height: 240px;
  margin: 0px 0px;
  background-color: #ffffff;
  border: none;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
  }

		.BlackLink {font-family:verdana; font-size:11; color:black; font-weight:bold; text-decoration:none}
		a.BlackLink:hover {text-decoration: underline}

		.BlueLink {font-family:verdana; font-size:11; color:blue; font-weight:bold; text-decoration:underline}
		a.BlueLink:hover {text-decoration: underline}

		.RedLink {font-family:verdana; font-size:11; color:red; font-weight:bold; text-decoration:none}
		a.RedLink:hover {text-decoration: underline}

		a.CatLinks {font-family:verdana; font-size:11; color:black; font-weight:bold; text-decoration:none}
		a.CatLinks:hover {text-decoration:underline}

		a.SubCatLinks {font-family:verdana; font-size:11; color:blue; font-weight:bold; text-decoration:none}
		a.SubCatLinks:hover {text-decoration:underline}

		a.TitleLinks {font-family:verdana; font-size:12; color:black; font-weight:bold; text-decoration:none}
		a.TitleLinks:hover {text-decoration:underline}

		.ItemText {font-family:verdana; font-size:11; color:black; font-weight:regular; text-decoration:none}
	
		body {background-color:white; font-family:verdana; font-size:11; color:black; font-weight:regular; text-align:left}

		td {font-family:verdana; font-size:11; font-weight:regular; text-decoration:none}

		.sm {font-family:verdana; font-size:11}

		input, select, textarea {font-family:verdana; font-size:11; color:black; border-width:1; border-color:black}


/***********************
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: #fa0503;
border: 1px solid #fa0503;
font-size: 9pt;
font-family: Verdana;
font-weight: normal;
color: #0000FF;
padding: 10px;
}
/*Search Box Link Color*/
.searchboxlink {
font-size: 9pt;
font-family: Verdana;
font-weight: normal;
color: #0000FF;
}

/*************************************************
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: #000000;
}

/*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: #0000FF;
}

