/*
	GLI PANEL
	--------------------
*/

#gliPanel {
	width: 201px;
	min-height: 315px;
	height: auto !important;
	height: 315px; /* fixes IE6 */
	background: url('../img/gli-bg.gif') no-repeat 0 100%;
	font: 10px/1.25 Verdana, Arial, Tahoma, sans-serif;
	color: #5e5e5e;
	}
	#gliPanel * {
		margin: 0;
		padding: 0;
		}
	#gliPanel h3 {
		display: none;
		}
	#gliPanel .seeMore {
		display: block;
		margin: 0 0 0 110px;
		width: 74px;
		height: 26px;
		background: url('../img/gli-sprite-assets.gif') no-repeat 0 -61px;
		text-indent: -9999em;
		}
	#gliPanelContent {
		padding: 50px 13px 10px;
		background: url('../img/gli-bg.gif') no-repeat;
		}
		#gliPanelContent img {
			display: block;
			margin: 0 auto;
			}
		#gliPanelContent p {
			margin: 0 auto;
			width: 165px;
			}
		#gliPanelContent .ideaTitle {
			margin: 2px auto;
			width: 165px;
			font-size: 1.4em;
			font-weight: bold;
			color: #000;
			letter-spacing: -1px;
			}
		#gliPanelContent ul {
			list-style: none;
			overflow: hidden;
			margin: 8px 0 5px;
			height: 17px /* fixes IE6 */
			}
			#gliPanelContent li {
				float: left;
				}
				#gliPanelContent li a {
					display: block;
					width: 89px;
					height: 17px;
					background: url('../img/gli-sprite-assets.gif') no-repeat 0 0;
					text-indent: -9999em;
					}
					#gliPanelContent li a.tvAd {
						width: 86px;
						background-position: -99px 0;
						}
		#gliPanelContent .moreIdeas {
			width: 165px;
			height: 24px;
			background: url('../img/gli-sprite-assets.gif') no-repeat 0 -27px;
			text-indent: -9999em;
			}