/* ---------------------------------------------
	TOGGLE.CSS
	-toggle specifc css
-----------------------------------------------*/

/* ---------------------------------------------
	TOGGLE.CSS
-----------------------------------------------*/

div#itoggle{
	background:#95B6AB;
	padding:5px 10px 5px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#333;
	text-align:center;
	float:left;
	}
div#itoggle h3{
	margin-bottom:4px;
	font-size: 14px;
	font-weight:bold;
	}
div#itoggle p{
	color:#666;
	margin-bottom:10px;
	}
div#console p{
	margin:0;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	}

div#itoggle input.iT_checkbox_on{
	display:block !important;
	float:left;
	position:relative !important;
	top:-43px !important;
	left:100px !important;
	margin-bottom:-43px;
	}

/* -----------------------------
	This is the important bit
-------------------------------*/

div#itoggle label.ilabel{
	display:block;
	font-size:14px;
	font-weight: bolder;
	color:#123;
	padding-bottom:2px;
	cursor:pointer;
	text-align: left;
	margin-left:20px;
	}

div#itoggle label.itoggle,
div#itoggle label.itoggle span{
	display: block;
	width: 232px;
	height: 27px;
	margin-bottom: 20px;
	background: url(../images/itoggle.png) left bottom no-repeat;
	cursor:pointer;
	text-indent:-5000px;
	margin-left: auto;
	margin-right: auto;
	}
div#itoggle label.itoggle.iToff{
	background-position:right bottom;
	}
div#itoggle label.itoggle span{
	background-position: left top;
	margin: 0;
	}
div#itoggle input.iT_checkbox{
	position:absolute;
	top:-9999px;
	left:-9999px;
	}