/* @override http://staging-new.liquidpixels.com/styles/demos.css */

#demoControls {
	background-color: #f5f5f5;
	position: absolute;
	top: 2px;
	bottom: 6px;
	width: 184px;
	margin: 0;
	padding: 0;
	right: 2px;
}

#demoControls .header {
	display: block;
	background-color: #e5e5e5;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	height: 12px;
	padding-left: 4px;
	margin-bottom: 2px;
}

#demoControls .header.active {
	display: block;
	background-color: #52719f;
	position: relative;
	color: #fff;
}

#demoControls .header.over {
	display: block;
	background-color: #aebed2;
	position: relative;
	color: #fff;
}

#demoControls .controls {
	display: block;
	overflow: hidden;
	padding-left: 4px;
	padding-right: 4px;
}



#demo img {
	text-align: center;
}

#demo {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	z-index: -2;
}

#demoImage img {
}

#demo .wait {
	background-color: #52719f;
	width: 752px;
	height: 282px;
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0.7;
	line-height: 130px;
	font-size: 24px;
}

#demo #url {
	z-index: 100;
	position: absolute;
	bottom:  10px;
	background-color: #fff;
	left: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	color: #b1b1b1;
	font: 12px "Courier New", Courier, mono;
}

#demo #url .command {
	color: #1da517;
}

#demo #url .argn {
	color: #866ad2;
}

#demo #url .argv {
	color: #215ca4;
	font-weight: bold;
}

#demo #url .amp {
	color: #da5c7a;
}

#demoControls .heading {
	background-color: #e5e5e5;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

.MGroup {
	overflow: hidden;	
}

.MGroup div {
	display: block;
	overflow: hidden;	
}
.control {
/*	position: relative; NO!*/
	clear: left;
	display: block;
	padding: 4px 4px 4px 8px;
}

.control input {
	border: 1px solid silver;
	width: 164px !important;
}

.control .hotbox {
	padding-bottom: 2px;
	padding-right: 2px;
}

.control .hotbox.over {
	background-color: #aebed2;
}
.control .label {
	font-size: 10px;
	margin-top: 2px;
}

.control .field {
	font-size: 10px;
	margin-left: 2px;
	width: 100%;
}

.control .radioCompass {
	height: 71px;
}

.control .radioCompass .radiooption {
	padding: 0;
	margin: 0;
}

.control .radioCompass .field {
	width: 50px;
	border: 1px solid #b1b1b1;
	padding: 2px;
	background-color: #fff;
}

.control .radiooption {
	border: 2px solid #fff;
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
}

.control .radiooption img {
	display: block;
}

.control .radiooption.selected {
	border: 2px solid #aebed2;
}

.control .swatchpatch {
	border: 2px solid #fff;
	float: left;
	height: 20px;
	width: 20px;
	padding: 0;
}

.control .swatchpatch.selected {
	border: 2px solid #aebed2;
}

.irce .threeCol1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 180px;
	background-color: #f5f5f5;
}

.irce .threeCol2 {
	margin-top: 150px;
}

.irce .threeCol3 {
	height: 500px
}

.irce .menu {
	padding-left: 10px;
	padding-top: 10px;
}

#demo .wait.irce {
	background-color: #52719f;
	height: 282px;
	position: absolute;
	top: 150px;
	left: 180px;
	right: 200px;
	opacity: 0.7;
	margin-left: auto;
	margin-right: auto;
}

.copy.over {
/*	background-color: #f8f8f8;*/
/*	border: 1px solid #e1e1e1;*/
/*	padding-left: 5px;*/
	font-weight: bold;
	color: #52719f;
}
