/**
* @package XenCentral Trading System
* @author Skydevelop OÜ
* @copyright Copyright © 2012 Skydevelop OÜ, Estonia, EU
* @license http://www.skydevelop.com/license
* @link http://www.skydevelop.com
* @revision 15
* @version 1.2.3
*/
.xenForm .ctrlUnit.fullWidth.radiobutton {
	overflow:hidden;
}

.xenForm .ctrlUnit.fullWidth.radiobutton dt {
	float:left;
}

.xenForm .ctrlUnit.fullWidth.radiobutton dt label {
	line-height:24px;
}

.xenForm .ctrlUnit.fullWidth.radiobutton dd {
	margin-left:130px;
}

div.configureSection {
	position: relative;
}

div.configureSection .configureList li.row {
	padding: 10px;
}

div.configureSection .configureList li.row h3 .tooltip {
	display: none;
}


div.configureSection .configureList li.row h3 a {
	color:black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
	background: url('arrow.png') no-repeat 100% 4px;
	outline: none;
}

div.configureSection.progress .configureList, div.configureSection.progress .updateButton {
	visibility: hidden;
}

div.configureSection.progress {
	background: url('progress.gif') no-repeat 50% 50%;
}

div.configureSection .configureList li.row h3.open a {
	background-position: 100% -18px;
}

div.configureSection .configureList li.row ul.options {
	margin-top:3px;
	display: none;
}

.configureList.column {
	width:35%;
	float:left;
}

.updateButton {

}

.updateButton .ui-button-text {
	text-decoration: none !important;
}

.updateButton .error {
	display:none;
}

div.viewMore {
	text-align:right;
	font-size: 11px;
}