/* NORMAL */

ul {
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 1.5em;
}
ul li {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	background: url(http://www.wildharvestuk.com/images/bullet.gif) no-repeat 2px 9px;
	padding: 0 0 0 12px;
	position: relative;
}
ul li span.right {
	position: absolute;
	right: 0px;
}


/* LISTS */

ul.our-range1 {
	margin: 0px;
	padding: 0px;
	width: 300px;
}
ul.our-range1 li {
	margin: 0px; padding: 0px;
	background: none;
	list-style-type: none;
	margin-bottom: 2px;
	background-color: #f2f2f2;
	margin-bottom:10px;
}
ul.our-range1 li a { 
	display: block;
	color: #000000; text-decoration: none; 
	background: #f2f2f2 url(../images/icons/arrow_dbrown_right_greybg.gif) no-repeat 10px 15px;
	width: 265px;
	padding: 10px 10px 10px 25px;
}
ul.our-range1 li a:hover { 
	display: block;
	background: #ffffff url(../images/icons/arrow_dgreen_right_greybg.gif) no-repeat 10px 15px;
	color: #2f3823; text-decoration: none; 
	width: 265px;
	padding: 10px 10px 10px 25px;
}

ul.our-range2 {
	margin: 0px;
	padding: 0px;
	width: 300px;
}
ul.our-range2 li {
	margin: 0px; padding: 0px;
	background: none;
	list-style-type: none;
	margin-bottom: 2px;
	background-color: #f2f2f2;
	margin-bottom:2px;
}
ul.our-range2 li a { 
	display: block;
	color: #2f3823; text-decoration: none; 
	background: #f2f2f2 url(../images/icons/arrow_dgreen_right_greybg.gif) no-repeat 286px 10px;
	width: 265px;
	padding: 5px 25px 5px 10px;
}
ul.our-range2 li.on a, ul.our-range2 li a:hover  { 
	display: block;
	color: #726552; text-decoration: none; 
	background: #ffffff url(../images/icons/arrow_dbrown_right_greybg.gif) no-repeat 285px 10px;
	width: 265px;
	padding: 5px 25px 5px 10px;
}

/* NEWS */

ul.news-events-tabs {
	margin: 0px;
	padding: 0px;
	width: 300px;
}
ul.news-events-tabs li {
	margin: 0px; padding: 0px;
	background: none;
	list-style-type: none;
	display: inline; float: left;
	color: #ffffff !important;
	font-size: 24px;
}
ul.news-events-tabs li a {
	display: block;
	color: #ffffff !important; text-decoration: none; 
	background-color: #959b8f;
	width: 135px;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}
ul.news-events-tabs li a:hover, ul.news-events-tabs li.on a {
	display: block;
	color: #ffffff !important; text-decoration: none; 
	background-color: #2f3823;
	width: 135px;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}

ul.news_list{
	margin: 0px; padding: 0px;
	width: 300px;
}
ul.news_list li {
	margin: 0px; padding: 0px;
	background: none;
	list-style-type: none;
	margin-bottom: 2px;
}
ul.news_list li a {
	display: block;
	background-color: #f1f0ee;
	color: #2f3823; text-decoration: none;
	width: 270px;
	padding: 10px 20px 10px 10px;
}
ul.news_list li a:hover, ul.news_list li.on a  {
	display: block;
	background: #ffffff url(../images/icons/arrow_dgreen_right_whitebg.gif) no-repeat 285px center;
	color: #2f3823; text-decoration: none;
	width: 270px;
	padding: 10px 20px 10px 10px;
}

ul.news_page_list {
	padding: 0px; margin; 0px;
	width: 300px;
	margin-left: auto; margin-right: auto;
	background: #726552;
}
ul.news_page_list li {
	margin; 0px;
	background: none;
	list-style-type: none;
	display: inline;
	float: left;
	width: 100px;
	background: #726552;
	padding: 5px 0px 5px 0px;
}
ul.news_page_list li a { color: #ffffff !important; text-decoration: none; }
ul.news_page_list li a:hover { color: #ffffff !important; text-decoration: underline; }

ul.news_page_list li.prev a {
	margin-left: 10px;
	background:  url(../images/icons/arrow_white_left_dbrownbg.gif) no-repeat 0px 5px;;
	padding-left: 10px;
}	
ul.news_page_list li.next a {
	margin-right: 10px;
	background: url(../images/icons/arrow_white_right_dbrownbg.gif) no-repeat 36px 5px;;
	padding-right: 10px;
}
ul.news_page_list li.prev { text-align: left; }
ul.news_page_list li.next { text-align: right; }
ul.news_page_list li.view { text-align: center; } 
