.artist-name-container  .artist-contact 
.detailbuttons { 
background: #f6f3f1; /*menu strip background*/
color: #e9e2d9 !important; 
margin-top: 15px;
overflow: hidden; 
padding: 4px 0;
width: auto;
}

* html .detailbuttons{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.artist-name-container  .artist-contact 
.detailbuttons a.dtlbtnstyl { 
background: transparent url('/m/images/menu-sm-left.gif') no-repeat top left;
color: #e9e2d9 !important; 
display: block;
float: left;
font: bold 11px arial, Verdana, Trebuchet MS; 
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none !important;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.artist-name-container  .artist-contact 
.detailbuttons a.dtlbtnstyl:link, .detailbuttons a.dtlbtnstyl:visited, .detailbuttons a:active{
color: #e9e2d9 !important; 
text-decoration: none !important;
}

.artist-name-container  .artist-contact 
.detailbuttons a.dtlbtnstyl span {
background: transparent url('/m/images/menu-sm-right.gif') no-repeat top right;
display: block;
padding: 4px 5px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.artist-name-container  .artist-contact 
.detailbuttons a.dtlbtnstyl:hover { /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
text-decoration: none !important;
}

.artist-name-container  .artist-contact 
.detailbuttons a.dtlbtnstyl:hover span { 
color: white !important;
text-decoration: none !important;
}

.artist-name-container  .artist-contact 
.black a.dtlbtnstyl {
background-image: url('/m/images/dtlbtnstylleftblack.gif');
text-decoration: none !important;
}

.artist-name-container  .artist-contact 
.black a.dtlbtnstyl span {
background-image: url('/m/images/dtlbtnstylrightblack.gif');
text-decoration: none !important;
}

.artist-name-container  .artist-contact 
.detailbuttons .rightsection {
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.artist-name-container  .artist-contact 
.detailbuttons .rightsection a {
color: navy !important;
text-decoration: none !important;
}