.round5 {border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}

.service-area {
-moz-border-radius:0px 0px 7px 7px; // FF;
-webkit-border-radius:0px 0px 7px 7px; // SF;
border-radius:0px 0px 7px 7px; // CH, OP;
border:1px solid #999;
border-top:0 none transparent;
color:#888;
}

.semitransparent-container {background: transparent url(img/transparent90.png) left top repeat;}

.lcase {text-transform:lowercase;}
.ucase {text-transform:uppercase;}
.capcase {text-transform:capitalize;}
.wnormal {font-weight:normal;}
.wbold {font-weight:bold;}
.uline {text-decoration:underline;}
.udotted {border-bottom:1px dotted;}
.udashed {border-bottom:1px dashed;}
.price-color {color:#903;}
.price-old {text-decoration:line-through; font-weight:normal;}
.halti-red {color:#903;}
.border-red {border:1px solid #903;}
.input-red {border:1px solid #903; background:#ffeeee;}
.border-ddd {border:1px solid #ddd;}
.pointer {cursor:pointer;}
.grey50 {color:#888888;}

.noshow {visibility:hidden;}
.nodisplay {display:none;}
