.clear {
clear:both;
}
.alg-left {
text-align:left;
}
.alg-center {
text-align:center;
}
.alg-right {
text-align:right;
}
.txt-bold {
font-weight:bold;
}
.txt-normal {
font-weight:normal;
}
.txt-italic {
font-style:italic;
}

.user-nav {
overflow:hidden;
position:relative;
width:770px;
height:50px;
}
.user-nav-l {
position:absolute;
left:0;bottom:10px;
}
.user-nav-r {
position:absolute;
right:0;bottom:10px;
}
* html .user-nav-r {
width:10px;
}
.listing-mode {
background:url(../images/listing-mode.gif) left top repeat-x;
text-align:right;
color:#fff;
padding:2px 4px;
}
.listing-mode img {
vertical-align:middle;
}

.hr {
border-bottom:1px solid #dcdcdc;
margin-bottom:10px;
padding-top:10px;
}