/*** scotia radio button ***/

.scotiaRadio {
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	cursor:pointer;
}

.scotiaRadioLabel {
	background-image:url(../../images/btn-radio-unselected.png);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
	cursor:pointer;
	margin-right:14px;
}

.scotiaRadioLabelDisabled {
	color: #999;
	background-image:url(../../images/btn-radio-disabled.png);
}

.radioContainer .checked { background-image:url(../../images/btn-radio-selected.png); }

/*** scotia radio button ***/



.ui-buttonset .ui-button-text{
	font-size: 1em;
	/*font-size: 10px;*/
	font-family: Arial, sans-serif;
}

/* BUTTONSET */
.buttonset .ui-button{
	margin: 0 -3px 0 0;
}
.buttonset .ui-state-default{
	background: #E1E1E1;
	color: #949494;
}
.buttonset .ui-state-hover {
	border: 1px solid #E1E1E1;
}
.buttonset .ui-state-active {
	background: #D81E05 url(../../../common/images/bg-red-btn.gif) repeat-x;
	color: white;
	border-width: 1px;
	border-color: #FFA5A5 #BD0000 #BD0000;
	border-style: solid;
    text-shadow: -1px -1px 0 #900;
}

.buttonset .ui-state-focus,
.buttonset input:active+label,
.buttonset input:focus+label{
	background: #D81E05 url(../../../common/images/bg-red-btn-over.gif) repeat-x;
	-webkit-box-shadow: #cc0000 0 0 8px;
	-moz-box-shadow: #cc0000 0 0 8px;
	box-shadow: #cc0000 0 0 8px;
}

