/* Filters ****************************************************************************************/

#filters { position: relative; border: 1px solid #000; border: 1px solid gray; padding: 2px 5px; }
#filters .heading { font-size: 18px; line-height: 30px; }
#filters table { border-collapse: collapse; }
#filters td {
	padding: 0;
	margin: 0;
	font-size: 11px;
	vertical-align: baseline;
}
#filters input { margin: 1px 5px 1px 0; }

#carFilterWrapper a.start { font-size: 12px; padding-left: 1em; }

/* Child Groups ***********************************************************************************/

#childGroups { margin: 1em -8px; }

#childGroups h2 {
	color: #80281A;
	margin: 0 8px;
	font-size: 16px;
}

#childGroups .group {
	position: relative;
	float: left;
	/*
	width: 170px;
	height: 170px;
	*/
	margin: 8px;
	overflow: hidden;
	border: 1px solid #C04130;
	border-radius: 6px;
	text-align: center;
	background-color: #FFF;
}

#childGroups .group:hover { background-color: #F5F5F5; }

#childGroups .group span {
	position: absolute;
	left: 0;
	width: 97%;
	line-height: 22px;
	font-size: 12px;
	line-height: 1.2em;
	padding: .2em 0;
	background-color: #C04130;
	color: #FFF;
}

#childGroups .group:hover span { text-decoration: underline; }

#childGroups .group img {
	/*
	width: 170px;
	height: 170px;
	*/
}

#tooManyListings { margin: 2em 1em 4em; }

/* Item List **************************************************************************************/

#viewOptions { margin: 1em 0; }
#perPage { float: left; width: 50%; }
#orderBy { float: right; width: 50%; text-align: right; }

#itemListWrapper { /* position: relative; */ }

#itemList {
	font-size: 12px;
	color: #80281A;
	border-collapse: collapse;
	/* border: 1px solid #e0b3ac; */
	border-width: 0 1px 1px;
	width: 100%;
}

/*#itemList tr { background: url(/img/table_results_bk_01.png) repeat-x; }*/
#itemList tr { background: #FFF !important;  }
#itemList td { padding: 15px 5px 5px;}

#itemList .searchRelevance { padding-left: 20px; }
#itemList .formula { white-space: nowrap; }

.imageCol { width: 250px; }

.detailsCol .name { font-size: 16px; font-weight: bold; }
.detailsCol .itemId a { color: #000; }

#itemList .relevanceCol tr { background: none; }
#itemList .relevanceCol td { padding: 0 2px; }
#itemList .relevanceCol .totalRow { font-weight: bold; }

.priceCol { width: 95px; text-align:center; }
.priceCol .priceType { font-weight: bold; }
.detailsCol .price { font-size: 22px; white-space: nowrap; font-weight: bold; }
.priceCol .price { font-size: 22px; white-space: nowrap; }
.priceCol .qtyNote { font-size: 11px; color: #808080; }
.priceCol .msrp { color: #000; }
.priceCol .priceFromMsg { color: #777; }

.cartCol { font-size: 16px; width: 100px; }
.cartCol label { color: #000; }

.cartCol .templateMsg { text-align: center; font-size: 90%; }

.itemQty { width: 50px; }


#pageLinks { font-size: 14px; }
#pageDetails { float: left; margin: 10px 0 5px; font-weight: bold; color: #80281A; }
#pageLinks ul { float: right; padding: 0; margin: 0; width: 500px; text-align: right; line-height: 23px; margin: 5px 0; }
#pageLinks li { display: inline; list-style-type: none; background-color: #DDDDDD; margin: 0 3px; padding: 2px 5px; }
#pageLinks li.current { background-color: #808080; color: #FFF; }
#pageLinks li.listBreak { background-color: #FFF; margin: 0; padding: 0; }