.div-clear{
	clear:both;
}

.div-left{
	float:left;
}

.ean_settings{
	margin:15px 10px;
}

.ean_settings label, .ean_settings input, .ean_settings textarea, .ean_settings select{
	display:block;	
}

.ean_settings label{
	margin-bottom:4px;
	font-weight:bold;
}

.ean_settings input, .ean_settings textarea, .ean_settings select{
	margin-bottom:13px;
}

.ean_settings input[type="checkbox"]{
	float: left;
	margin-right:10xp; 
}

.ean_active{
	color:#05870E;
}

.ean_disabled{
	color:#A6A6A6;
}

.ean_unverified{
	color:#C42500;
}

.ean_subscribed{
	color:#0332BA;
}

.ean_unsubscribed{
	color:#6A6A6A;
}

.ean_list li{
	margin-bottom:13px;
}

.command-bg{
	background:#999;
	color:#fff;
	padding:10px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

/* Default tooltip class name: .tooltip */

.tooltip { 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none; 
  width: 400px;
  line-height: 15px;
  background:#09F;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -web-kit-border-radius: 5px;
  color: #FFF;
  padding: 10px;
}

/* JQuery Switch ON/OFF */

.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -60px; }
.cb-disable.selected span { background-position: right -240px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
