/* BUTTONS */
.buttons a, 
.buttons button{
	display:block;
   float:left;
   margin:0;
	border:none;
   font-family: "Lucida Grande", Arial, Verdana, sans-serif;
   font-size:100%;
   line-height:130%;
   font-weight:bold;
   cursor:pointer;
   padding:10px 10px 6px 7px; /* Links */
}

#searchButton button{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	text-decoration:underline;
	padding-right:0;
	margin-left:5px;
	width:24px;
	height:24px;
}	

#newsletter button{
	margin-left:5px;
	width:24px;
	height:24px;
}
	

.buttons button{
	width:auto;
   overflow:visible;
	border:none;
   padding:0 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
	padding:0 10px 5px 7px; /* Firefox */
   line-height:17px; /* Safari */
}

.buttons button img, 
.buttons a img{
	margin:0 3px -3px 0 !important;
   padding:0;
   border:none;
   width:16px;
   height:16px;
}

#submitreview {
	padding-left: 0;
}	

/* STANDARD */
.buttons a:active,
.buttons a:link,
.buttons a:visited,
.buttons a:focus{
	text-decoration:none;	
}

button:hover, 
.buttons a:hover{
		text-decoration:underline;
}
