.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:620px;
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;
}
.is-manufacturer-filter {
text-align:right;
padding-bottom:5px;
}
.is-manufacturer-filter select {
font-size:11px;
}