body { background-color: #FDE7B1 }
td { color: #000000; font-size: 9pt; font-family: arial, verdana, tahoma, helvetica, sans-serif }
..shipping { color: #000000; font-size: 7pt; font-family: arial, verdana, tahoma, helvetica, sans-serif }
..directions { color: #000000; font-size: 10pt; font-family: times, new roman }

a:link { color: #3366AA; text-decoration: none }
a:hover { color: #3366AA; text-decoration: underline }
a:active { color: #3366AA; text-decoration: underline }
a:visited { color: #3366AA; text-decoration: none }

a.directions:link { color: #000000; font-size: 10pt; font-family: times, new roman; text-decoration: underline }
a.directions:hover { color: #660000; font-size: 10pt; font-family: times, new roman; text-decoration: underline }
a.directions:active { color: #660000; font-size: 10pt; font-family: times, new roman; text-decoration: underline }
a.directions:visited { color: #000000; font-size: 10pt; font-family: times, new roman; text-decoration: underline }

a.shipping:link { color: #000000; padding: 0 0 0 0; border: none; font-size: 7pt; font-family: arial, verdana, tahoma, helvetica, sans-serif }
a.shipping:hover { color: #000000; background: #FDE7B1; text-decoration: none }
a.shipping:active { color: #000000; background: #FDE7B1; text-decoration: none }
a.shipping:visited { color: #000000; text-decoration: none }

a.sidebar:link { color: #000000 }
a.sidebar:hover { color: #000000 }
a.sidebar:active { color: #000000 }
a.sidebar:visited { color: #000000 }



#button {
	width: 162px;
	font-size: 9pt;
	padding: 0 0 0 0;
	margin-bottom: 0;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	background-color: #FEB500;
	color: #000000;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		margin: 0;
		list-style: none;
		border-bottom: 2px solid #FDE7B1;
		list-style-image: none;
		}
	
	#button li a {
		display: block;
		padding: 4px 5px 3px 3px;
		background-color: #FEB500;
		color: #000000;
		text-decoration: none
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #B3A37D;
		color: #000000;
		}

/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 /*
	width: 300px;

	 background-color: #ffffff;
	*/

}



.rss_title, rss_title a {

	margin: 0px 0;

	padding: 0;

}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}



.rss_item  {

  font-size: x-small;

  margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {



	}



.rss_item a:hover { 



	}
