.liveSample {
	background-color: #FFFFCC;
	color: black;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}
.demoDiv {
	background-color: #CCCCCC;
	width: 400px;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.grayBG {
	background-color: #CCCCCC;
}

pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #F0F7FE;
	padding: 5px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4{
	color: #000099;
	font-variant: small-caps;
	font-size:120%;
}
.tsd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e6296;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

#productMenu {
	border: 1px solid #0e6296;
	width:300px;
	height:200px;
	overflow: scroll;
    overflow-x: hidden;
	z-index:1002;
	cursor:pointer;
	padding: 0px;
	position: absolute;
	top: -10px;
	left: 205px;
	background-color: white;
}
#productMenu table {
	margin: 0px;
}
#productSample {
	position: relative;
}
.hover {
	background-color: #ff9232;
}
.boxshot {
	position: relative;
	float: left;
	height: 32px;
	width: 32px;
	padding: 0px;
	overflow: hidden;
}
.boxshot img {
	position: absolute;
	width: 60px;
	height: 32px;
	left: -15px;
}

.ipcheck {
	display:none;
}
