

/*
		Site:		Nick-Knows Your Name
		File:		Master Screen CSS
		Author:		Garrett Murphey/Lisa Hammock
		Date:		June 2009
*/
#head {
	background: url(/content/v5/us/electroniclearning/img/head.png) no-repeat top;
	
	}

#thumbs {
	border-top: 1px solid #80c141;	
	position: relative;
	width: 525px;
	margin: 1em auto 0 auto;
	clear: both;
	*height: 1%;
}

	#thumbs li {
		list-style: none;
	}

	#thumbs a {
		color: #80c141;
		text-decoration: none;
	}

		#thumbs a:hover {
			color: #f98405;
		}

#thumbs div.product {
	border-bottom: 1px solid #80c141;	
	position: relative;
	height: 10em;
	min-height: 130px;
	_height: 130px;
	clear: both;
	background: url(/content/v5/us/electroniclearning/img/tn-stripe.gif) repeat-y;
}

	#thumbs h3 {
		font-size: 1.4em;
		float: left;
		width: 275px;
		margin: 10px 10px 10px 120px;
		*display: inline;
	}
	
	#thumbs ul {
	    float: left;
	    width: 120px;
	}

	#thumbs li.product-image {
		position: absolute;
		width: 110px;
		height: 110px;
		top: 10px;
		left: 1px;
	}

		#thumbs li.product-image img {
			border: 0;
			display: block;
		}

	#thumbs li.product-number,
	#thumbs li.product-ages  {
		left: 125px;
		color: #f98405;
		position: absolute;
		width: 285px;
	}
	
	#thumbs li.product-number {
        top: 72px;
	}
	
	#thumbs li.product-ages {
	    top: 55px;
	}

		#thumbs li.product-number dt,
		#thumbs li.product-ages dt {
			float: left;
			clear: both;
			padding-right: 5px;
		}

		#thumbs li.product-number dd,
		#thumbs li.product-ages dd {
			float: left;
		}

	#thumbs li.product-price {
		margin: 0 auto;
		padding-top: 10px;
		width: 110px;
	}

		#thumbs li.product-price dt,
		#thumbs li.product-price dd {
			color: #80c141;
			font-weight: bold;
			text-align: center;
			
		}

		#thumbs li.product-price dd {
			font-size: 1.3em;
			margin-top: .3em;
		}

	#thumbs li.product-buy-now {
		width: 120px;
		margin-top: 3px;
		*text-align: center;
	}

		#thumbs li.product-buy-now a,
		#thumbs li.product-buy-now a span {
			display: block;
			overflow: hidden;
			margin: 0 auto;
			cursor: pointer;
			position: relative;
			width: 81px;
			height: 14px;
		}

			#thumbs li.product-buy-now a span {
				position: absolute;
				top: 0;
				left: 0;
				width: 81px;
				height: 14px;
				background: url(/content/v5/us/electroniclearning/img/buynow_plaque.gif) no-repeat top left;
			}

		#thumbs li.product-buy-now a:hover {
			background: transparent;
		}

	#thumbs li.product-find-a-retailer {
		text-align: center;
	}

		#thumbs li.product-find-a-retailer a{
			font-weight: normal;
			font-size: 90%;
			text-decoration: underline;
		}

			#thumbs li.product-find-a-retailer a:hover {
				background: transparent;
				color: #f98405;
			}

	#thumbs li.product-demo {
		width: 120px;
		position: relative;
		*text-align: center;
		margin-top: .5em;
	}

	#thumbs li.product-demo a,
	#thumbs li.product-demo a span {
		width: 81px;
		height: 14px;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

		#thumbs li.product-demo a span {
			background: url(/content/v5/us/electroniclearning/img/demo_plaque.gif) no-repeat top left;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
		}

	#thumbs li.product-commercial {
		width: 120px;
		position: relative;
		*text-align: center;
		margin-top: .5em;
	}

	#thumbs li.product-commercial a,
	#thumbs li.product-commercial a span {
		width: 81px;
		height: 14px;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

		#thumbs li.product-commercial a span {
			background: url(/content/v5/us/electroniclearning/img/btn-action.gif) no-repeat top left;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
		}

/* PAGING */

p.paging {
	display: block;
	width: 400px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.pagination {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: .5em 0 .5em 160px;
	font-size: 95%;
}

	.pagination li {
		list-style: none;
		float: left;
		margin: 0 1px 0 1px;
		}

		.pagination span,
		.pagination a:hover {
			color: #fff;
			background-color: #926CAF;
			padding: .2em .6em .4em .6em;
			font-weight: bold;
		}
		
		.pagination a:hover,
		.pagination {
			font-weight: normal;
		}
	
		.pagination a {
			padding: .2em .6em .4em .6em;
			text-decoration: none;
		}

		li.pagination-next a,
		li.pagination-next a:hover,
		li.pagination-previous a,
		li.pagination-previous a:hover {
			margin: 0 3px 0 3px;
			position: relative;
			top: -3px;
			display: block;
			width: 15px;
			height: 23px;
			text-indent: -9999px;
			overflow: hidden;
			padding: 0;
		}

		li.pagination-next a {
			background: url(/content/v5/us/electroniclearning/img/next-arrow.gif);
		}
		
		li.pagination-previous a {
			background: url(/content/v5/us/electroniclearning/img/previous-arrow.gif);
		}


	
<!--/* 0.179361117713345 [10.89.198.136] */-->