/* 
	These styles are for the tables in the main product section pages.  Not the individual product pop-ups, but the main carabiner page, camping gear, books, etc. 
	These styles insert the background for each of the items in each category and add the line colors along the top, side and in the Rt. side advertizing section.
*/


/* Camping Gear  */
.rightadv_camp {
	margin: 10px 0; padding: 0;
	border-bottom: 1px solid #c60;
	width: 200px;
}

td#bkgr_horizon_camping {
	background-image: url(images/bkground_line1_camping.gif);
}

table#product_camping {
	margin: 0; padding: 0;
	width: 1010px;
	border: none;
}

table#product_camping td.background {
	margin: 0; padding: 0;
	width: 120px; height: 120px;
	background-image: url(camping/images/bkgroundbox_packs.gif);
	text-align: center;
}

/* Rescue Training Gear  */
.rightadv_rescue {
	margin: 10px 0; padding: 0;
	border-bottom: 1px solid #f30;
	width: 200px;
}

td#bkgr_horizon_rescue {
	background-image: url(images/bkground_line1_rescue.gif);
}

table#product_rescue {
	margin: 0; padding: 0;
	width: 720px;
	border: none;
	position: absolute; left: 200px; top: 188px;
}

table#product_rescue td.background {
	margin: 0; padding: 0;
	width: 120px; height: 120px;
	background-image: url(rescue/images/bkgroundbox_rescue.gif);
	text-align: center;
}

/* Challenge Course Supplies */
table#product_equipment {
	margin: 0; padding: 0;
	width: 920px;
	border: none;
}

table#product_equipment td.background {
	margin: 0; padding: 0;
	width: 100px; height: 100px;
	background-image: url(equipment/images/bkgroundcircle2.gif);
	text-align: center;
}

table#product_equipment td.name {
	margin: 0; padding: 5px 5px 0px 5px;
	width: 120px; height: 100px;
}

.price {	/* spacing before and after price */
	margin: 0; padding: 5px 0;
	text-align: center;
}

/* Books */
table#books {
	margin: 0; padding: 0;
	width: 800px;
	border: none;
}

table#books td {
	margin: 0; padding: 0;
	width: 190px; 
}

td#bkgr_horizon_books {
	background-image: url(images/bkground_line1_camping.gif);
}

div.horizonline {
	margin: 10px 0; padding: 0;
	border-bottom: 1px solid #639;
}