
.triOuter, .triLeft, .triRight {
display: block;
}
.outline {
display: block;
}
.triOuter {
background: center center repeat-x;
}
.triLeft {
background-position: left top;
background-repeat: no-repeat;
}
.triRight {
background-position: right bottom;
background-repeat: no-repeat;
}
.popupbuttonOuter, .popupbuttonLeft, .popupbuttonRight {
height: 25px;
background-image: url('../../m=billing_core/cb=1/media/layout/buttons/green25.png');
}
.popupbuttonOuter {
background-position: center -25px;
}
.popupbuttonLeft {
background-position: left 0px;
}
.popupbuttonRight {
background-position: right -50px;
}
.popupbutton {
color: white;
font-size: 16px;
line-height: 24px;
font-weight: bold;
}
a:hover .popupbuttonOuter, .active .popupbuttonOuter {
background-position: center -100px;
}
a:hover .popupbuttonLeft, .active .popupbuttonLeft {
background-position: left -75px;
}
a:hover .popupbuttonRight, .active .popupbuttonRight {
background-position: right -125px;
}
a.blockButton {
display: block;
text-decoration: none;
}
ul.breadcrumb {
height: 25px;
border: 1px solid #cacaca;
background: transparent url('../../m=billing_core/cb=1/media/layout/breadcrumb_bg.png') repeat-x;
margin: 0 0 10px 0;
padding: 0;
font-size: 11px;
line-height: 23px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
ul.breadcrumb li {
float: left;
list-style: none;
height: 25px;
margin: 0;
padding: 0 0 0 8px;
}
ul.breadcrumb li a {
background: transparent url('../../m=billing_core/cb=1/media/layout/breadcrumb_split.png') right center no-repeat;
display: block;
height: 25px;
padding-right: 20px;
outline: none;
}