.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:49px;
}
.user-nav-l {
position:absolute;
left:0;bottom:0;
}
.user-nav-r {
position:absolute;
right:0;bottom:0;
}
* 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;
}

.account-field input[type="text"], .account-field input[type="password"], .account-field select {
background:#f5f5f5;
}
.account-field input[type="radio"] {
border:none;
background:none;
margin:0;
padding:0;
}
