/*
	transformSelect CSS
*/
.transformSelect
{
	clear	: both;
	width	: 100%;
	margin:0;
	padding:0;		
}
.transformSelect li
{
	position: relative;
	list-style: none;
}
.transformSelect span, .transformSelect input[type=text] {
    background: #ffffff no-repeat url(../img/transformselect.jpg) right center;
    border: 1px solid #399ff2;
    color: #094a80;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    padding: 3px 5px;
    top: 0;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', Calibri, Arial, sans-serif;	
	font-size:1.1em;	
	font-weight:400;
	-webkit-appearance: none;
	z-index:9;
}
.transformSelect span{
	z-index:0;
}
.transformSelect li.open span, .transformSelect li.open input[type=text]
{
	border-radius: 0;
	-webkit-border-radius: 0;
}
.transformSelect input[type=text]
{
	width: 100%;
}
.transformSelect ul
{
	position: absolute;
	border: 1px solid #399ff2;
	border-top: 0;
	width: 99.7%;
	font-weight:300;
	max-height:200px;
	overflow:auto;
}

.transformSelect ul span
{
	border: 0;
	background: #ffffff;
	font-weight:300;	
}
.transformSelect ul span:hover
{
	background: #8bc7f8;
	border-radius: 0;
	-webkit-border-radius: 0;
}
	.transformSelect ul li
	{
		height: auto;
	}
		.transformSelect li.group ul
		{
			position: static;
			border: 1px solid #8bc7f8;
			border-right: 0;
			border-left: 0;
			border-radius: 0;
			-webkit-border-radius: 0;
		}
		.transformSelect li.group span
		{
			font-style: italic;
			border-radius: 0;
			-webkit-border-radius: 0;
			background: #f3fafe;
		}
		.transformSelect li.group > span
		{
			background: #e3f1fd;
			border-top: 1px solid #8bc7f8;
		}
		.transformSelect li.group  ul span
		{
			text-indent	: 10px;
			font-style: normal;
		}
		.transformSelect ul li.group ul span:hover
		{
			background: #8bc7f8;
		}
		.transformSelect input[type=checkbox]
		{
			position: relative;
			top: 2px;
			margin: 0 5px 0 0;
			cursor: pointer;
		}
.transformSelect ul ul
{
	max-height:none;
	overflow:visible;
}		
		
		
/* Radio */
.trans-element-radio
{
	display: inline-block;
	*display: block;
	zoom: 1;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.trans-element-radio.checked
{
	background: no-repeat url(../img/chk_on.png) center center;
}
.trans-element-radio.unchecked
{
	background: no-repeat url(../img/chk_off.png) center center;
}
.image img, .trans-element-radio, .trans-element-checkbox, #tristate img
{
	padding: 0;
	border: 1px solid #399ff2;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	vertical-align: middle;
	margin: 0 0 5px;
	cursor: pointer;
}

/* Checkbox */
.trans-element-checkbox
{
	display: inline-block;
	*display: block;
	zoom: 1;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.trans-element-checkbox.checked
{
	background: no-repeat url(../img/chk_on.png) center center;
	border:1px solid #cc0000;
}
.trans-element-checkbox.unchecked
{
	background: no-repeat url(../img/chk_off.png) center center;
}