
/* overwrite to two-column layout
==================================*/

#nav {
    background-image:url(../../color_orange/pics/navWide.jpg);
}
#content {
	background-image: url(../../color_orange/pics/contentWide.jpg);
}
#main {
	width: 730px;
	float: right;
	position: static;
}
#column1 {
	float: left;
	position: static;
}
#column2 {
	display: none;
}

/* members query
================*/
.productSearch {
	
}
.productQuery {
	height: 80px;
}
.searchString {
	width: 240px;
	height: 40px;
	float: left;
}
.searchString INPUT {
	width: 195px;
	height: 15px;
	padding: 4px 5px 4px 25px;
	border: 0;
	background: url(pics/searchString.gif) no-repeat right top;
}
.productQuery LABEL {
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.order {
	width: 190px;
	height: 40px;
	float: left;
}
.order SELECT {
	width: 175px;
	padding: 2px;
}
.city {
	width: 175px;
	height: 40px;
	float: left;
}
.city SELECT {
	width: 160px;
	padding: 2px;
}
.memberType {
	width: 125px;
	height: 40px;
	float: left;
}
.memberType SELECT {
	width: 125px;
	padding: 2px;
}

DIV#productQuery-loading {
	clear: both;
	padding: 5px 0 0 5px;
}

/* members result
==============*/
.productResults {
	
}
.productResults TABLE.productListTable {
	padding-bottom: 10px;
	background: url(pics/border.gif) repeat-x bottom;
}
.productResults TABLE TD {
	vertical-align: top;
	padding: 2px;
}
.productResults TABLE TD DIV.divider {
	width: 724px;
	overflow: hidden;
	height: 30px;
	background: url(pics/border.gif) repeat-x left 10px;
}
.productResults TABLE TD DIV.memberLogo {
	width: 724px;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.productResults TABLE TD DIV.memberName SPAN {
	font-weight: bold;
	font-size: 1.1em;
}
.productResults TABLE TD DIV.memberName I {
	color: #747474;
}

/* navigation
===============*/
.prevNext {
	text-align: right;
}
.prevNext SPAN,
.prevNext A {
	display: inline-block;
	padding: 2px 5px;
	font-size: 14px;
}
.prevNext SPAN SPAN {
	padding: 0;
}
.prevNext A {
	text-decoration: none;
	color: #000;
}
.prevNext A:hover {
	text-decoration: underline;
}
.prevNext SPAN.disabledPrevNextButton {
	display: none;
}
.productResultsFooter .prevNext {
	padding: 20px 0 10px 0;
}
