.cssButton, .cssButtonHover {
background-color:#F4F4F4;
color :#000000;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align:center;
text-decoration: none;
font-weight: bold;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color: #616161;
border-style: inset;
text-decoration: none;
}

a.button {display:block;height:20px;color:white;text-decoration: none;}

#navNextPrevList {width:95%;text-align:center; padding:10px 0;height:30px;margin:30px 0;}
#navNextPrevList a{margin:5px 20px;}
a.previous  {text-align:center;background-image:url(../buttons/green_200.png);width:200px;}
a.prodlist {text-align:center;background-image:url(../buttons/green_200.png);width:200px;}
a.next {text-align:center;background-image:url(../buttons/green_200.png);width:200px;}


