/*#pagetext a:hover{
    color: #000;
}*/
/*.list-group-item.active{
    color: #000;
    background: #fff;
}*/
.list-group-item img{
    float: left;
}
.list-group-item-text{
    float: left;
}

@media screen {

	#viewform {
		float: right;
	}
	
	#mouseover {
		float: right;
		clear: right;
		padding: 7px;
		margin: 5px 2% 5px 1%;
		width: 20%;
	}

	#planholder {
		width: 70%;
		padding: 1%;
		margin: 0;
		position: relative;
	}

	#planholder img {
		width: 100%;
		position: relative;
		display: block;
		top: 0;
		left: 0;
	}

	#planlinks {
		height: 100%;
		/**/
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	#planholder a {
		position: absolute;
		display: block;
		/*background-color:#00F;
		 border: 1px solid #ccf;*/
	}

	#planholder .menudiv {
		display: none;
		position: absolute;
		background-color: #FFF;
	}

	#planholder .menudiv ul {
		position: absolute;
	}

	#planholder .menudiv a {
		position: relative;
	}

	#planholder .blankimg, #planholder a img {
		width: 100%;
		height: 100%;
	}

	#plandesc {
		width: 98%;
		padding: 1%;
		clear: both;
	}

	#planholder a, #planholder button {
		/*background-color: #4E5F74;
		 border: 1px solid #E86424;
		 color: #E86424;*/
		display: block;
		position: absolute;
	}

	.tinylink {
		font-size: 8pt;
		font-weight: normal;
	}

	.noshow {
		display: none;
	}

	@media screen and (max-width: 1150px) {

		#planholder {
			width: 70%;
		}
	
	}

	@media screen and (max-width: 1000px) {

		#planholder {
			width: 70%;
		}

	}

	@media screen and (max-width: 800px) {

		#planholder {
			width: 70%;
		}
		
	}

	.showPrint{
		display:none;
	}
}