.list
{
	/*display:inline-block;*/
}

.list-item
	{
		padding:5px 10px;
		border:1px solid #ddd;
		border-bottom:2px solid #ccc;
		margin-bottom:5px;
		border-radius:5px;
		cursor:pointer;
		background-color:#eee;
		display:inline-block;
		margin-right:5px;
	}



	
	.list-item .switch
	{
		padding:0px;
		//border:1px solid #bbb;
		border-top:2px solid #ccc;
		background-color:#fff;
		
		border-radius:100px;
		display:inline-block;
		height:20px;
		width:20px;
		margin-right:10px;
		vertical-align:top;
		position:relative;
	}
	
	.list-item .switch.checkbox
	{
		border-radius:2px;
	}
	
	.list-item .switch .pip
	{
		background-color:/*orange*/#E79924;
		
		width:15px;
		height:15px;
		
		border-radius:100px;
		
		//border-bottom:1px solid /*dark-blue*/#4694BF;
		display:none;
		position:absolute;
		top:2px;
		left:3px;
		
	}
	
	.list-item .switch .pip.checkbox
	{
		color:/*orange*/#E79924;
		font-size:30px;
		position:relative;
		left:8px;
		background:none;
		border:none;
	}