/* BUTTONS */
.buttons a, .buttons button 
{ display:block; float:left; margin:0; border:none; font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-size:16px; line-height:130%; cursor:pointer; padding:10px 10px 6px 7px; }
#searchButton button 
{ font-family:Impact, Impact5, Charcoal6, sans-serif; text-decoration:underline; color:#737373; padding:0 5px 0 0; }
.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 */ }
#submitreview 
{ padding-left: 0; }
#searchButton button 
{ height:25px; width:30px; float:right; }
.buyItem
{ float:left; clear:both; font-size:18px; }

/* STANDARD */
.buttons a:active, .buttons a:link, .buttons a:visited, .buttons a:focus 
{ text-decoration:none; }
button:hover, .buttons a:hover 
{ text-decoration:underline; }
