/* BUTTONS */

.buttons a, 
.buttons button{
    display:block;
    float:left;
    margin:0;
   /*  background-color:#f5f5f5;
   border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;*/
		border:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:130%;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
    padding:10px 10px 6px 7px; /* Links */
}

#buybutton button{
	color:#000000;
}	

.buttons button{
    width:auto;
    overflow:visible;
		border:none;
		background-color:transparent;
    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 {
	color:#000000;
	padding-left: 0;
}

/* STANDARD */
.buttons a:active,
.buttons a:link,
.buttons a:visited,
.buttons a:focus{
   /* background-color:#6299c5;
    border:1px solid #6299c5;
    */color:#FFFFFF;
		text-decoration:none;	
}



button:hover, 
.buttons a:hover{
   /* background-color:#f9fcde;
    border:1px solid #999999;
    color:#4c4b4b;*/
		text-decoration:underline;
}


