/*
Styling for results
J-P Stacey
2005-11-10
*/

.result {
	width: 760px !important;
	text-align: left;

	background-image: url(../images/backgrounds/columns_white.gif);
	background-repeat: repeat-y;
}
#multi-header {
	overflow: hidden;
	position: relative;
	top: 1px;

	background-image: url(../images/backgrounds/columns_green.gif);
	background-color: #aab81a;
	background-repeat: repeat-y;
	
	font-weight: bold;
	color: white;
}

#multi-header * {
	background-color: #aab81a;
}

.result.cell-0 {
	border-left: none;
	position: relative;
	left: 0px;
}
.result.cell-1 {
	border-right: none;
}

.my-products-add-or-del .tiny-link, .my-products-add-or-del img {
	top: 0;
}


.result-text {
	float: left;
	font-size: 0.9em;
	/*width: 670px;*/
}

.result-text/*.noimage*/ {
	/* padding-left: 30px;
	width: 720px; */ /* 710*/
	padding-left: 0;
	padding-right: 0;
	width: 760px;
}

.result-name {
	color: #5794cb;
	font-weight: bold;
	font-size: 1.1em;
}
.result-name, .result-material-info {
	display: block;
}
.result-material-info {
	color: #989898;
}

.result p {
	margin: 3px 0 3px;
	padding 0;
}

.result-parent, .result-more {
	float: left;
}

.saleable-subtype {
	font-size: 0.85em;
	text-transform: uppercase;
	padding-top: 3px;
	/* color: #989898; */
	color: #679900;
}

.result-more {
	width: 388px;
	/* width: 390px; */
}

.result-distance {
	clear: both;
	color: #989898;
}

/* Comparison header */
#multi-header .result-text * {
}

/* Comparison fields */
.not-in-wide-display {
	display: none;
}
.wide-subcell {
	float: left;
	padding: 11px 8px;
}
.result-image {
	padding-right: 10px;
}


/* Description */
/*.noimage*/ .result-wide-descr {
	width: 377px;
}
/* .result-wide-descr {
	width: 287px;
} */

.result-wide-descr .result-parent {
	float: none;
}

/* Telephone no. */
.result-wide-con {
	width: 110px;
}

/* % recyc */
.result-wide-percent {
	width: 65px;
}

/* Distance etc. */
.result-wide-dist {
	width: 91px;
}

.result-wide-add-or-del {
	width: 37px;
	padding-right: 0;
}
#multi-header .result-wide-add-or-del {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 6px;
}

.my-products-add-or-del {
	clear: none;
	float: none;
}
