/* shared */
.homebutton { display:block; width:147px; height:42px; background-position:0 0; background-repeat:no-repeat; color:#FFF; text-decoration:none; margin-bottom:10px; float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; }
.homebutton:hover { text-decoration:none; }
.homebutton .l1 { padding:3px 0 0 6px; width:136px; height:18px; white-space:nowrap; overflow:hidden; cursor:pointer; }
.homebutton .l2 { padding:0 0 0 6px; width:136px; height:14px; white-space:nowrap; overflow:hidden; cursor:pointer; font-weight:normal; font-size:12px; line-height:13px; }

/* buttons */
.homebutton.hb-blue { background:url(../images/buttons/blue.png) 0 0 no-repeat; }
.homebutton.hb-dark-purple { background:url(../images/buttons/dark-purple.png) 0 0 no-repeat; }
.homebutton.hb-dark-red { background:url(../images/buttons/dark-red.png) 0 0 no-repeat; }
.homebutton.hb-green { background:url(../images/buttons/green.png) 0 0 no-repeat; }
.homebutton.hb-purple { background:url(../images/buttons/purple.png) 0 0 no-repeat; }
.homebutton.hb-red { background:url(../images/buttons/red.png) 0 0 no-repeat; }
.homebutton.hb-yellow { background:url(../images/buttons/yellow.png) 0 0 no-repeat; }

.homebutton.hb-ladies { background:url(../images/buttons/ladies.png) 0 0 no-repeat; height:70px; }
.homebutton.hb-ladies .l1 { padding:31px 0 0 45px; width:97px; }
.homebutton.hb-ladies .l2 { padding:0 0 0 45px; width:97px; }
.homebutton.hb-facebook { background:url(../images/buttons/facebook.png) 0 0 no-repeat; height:84px; }
.homebutton.hb-facebook .l1 { padding:45px 0 0 0; width:147px; text-align:center !important; }
.homebutton.hb-facebook .l2 { display:none; visibility:hidden; }
