/* BUTTONS */
button
{ cursor:pointer; }
.buttons a, .buttons button
{ display:block; border:none; font-weight:bold; cursor:pointer; padding:10px 0 6px 7px; }
#searchButton
{ height:20px; position:relative; float:left; border:none; }
#buybutton button
{ width:89px; height:27px; }
.buttons button
{ overflow:visible; border:none; }
.buttons button img, .buttons a img
{ border:none; width:16px; height:16px; }
/* STANDARD */
.buttons a:active, .buttons a:link, .buttons a:visited, .buttons a:focus
{ color:#FFFFFF; text-decoration:none; }
button:hover, .buttons a:hover
{ text-decoration:underline; }
#subscribe 
{float:left; font-size:90%; padding:1px; margin-left:10px; }