﻿label {
	display: inline;
}
/*
	--------------------------------------------------------------------------------------------
	--REGULAR CHECKBOX
	--------------------------------------------------------------------------------------------
*/
.regular-checkbox
{
	/*display: none;*/
	position: absolute;
	left: -999999px;
}

.regular-checkbox + label
{
	/*background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 3px;
	display: inline-block;
	position: relative;*/
	display: inline-block;
	position: relative;

	padding: 8px;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	width: 5px !important;
	height: 5px !important;
	background-repeat: no-repeat;
	background-position: -20px 0px;

	cursor:pointer;
}
/*
	--------------------------------------------------------------------------------------------
	--CHECKED CHECKBOX
	--------------------------------------------------------------------------------------------
*/
.regular-checkbox.checked + label
{
	/*background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;*/
	border: none !Important;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	background-repeat: no-repeat;
	width: 5px !Important;
	height: 5px !Important;

	background-position: -20px;
}

.regular-checkbox:checked + label
{
	/*background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;*/
	border: none !important;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	background-repeat: no-repeat;
	width: 5px !important;
	height: 5px !important;
	background-position: -20px -20px;
}
.regular-checkbox.disabled + label,regular-checkbox:disabled + label
{
	border: none !important;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	background-repeat: no-repeat;
	width: 5px !important;
	height: 5px !important;
	cursor:default;

	background-position: -20px -40px;
}
/*
	--------------------------------------------------------------------------------------------
	--REGULAR RADIO
	--------------------------------------------------------------------------------------------
*/
.regular-radio
{
	/*display: none;*/
	position: absolute;
	left: -999999px;
}
.regular-radio + label {
	display: inline-block;
	position: relative;
	left: 0px;
	padding: 8px;
	-webkit-appearance: none;
	border: none !Important;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	background-repeat: no-repeat;
	width: 5px !Important;
	height: 5px !Important;
	cursor:pointer;

	background-position: 0px 0px;
}
/*
	--------------------------------------------------------------------------------------------
	--CHECKED RADIO
	--------------------------------------------------------------------------------------------
*/
.regular-radio.checked + label
{
	border: none !important;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	background-repeat: no-repeat;
	width: 5px !important;
	height: 5px !important;

	background-position: 0px -20px;
}
.regular-radio:checked + label
{
	border: none !important;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	background-repeat: no-repeat;
	width: 5px !important;
	height: 5px !important;

	background-position: 0px -20px;
}
/*
	--------------------------------------------------------------------------------------------
	--DISABLED RADIO
	--------------------------------------------------------------------------------------------
*/
.regular-radio.disabled + label,.regular-radio:disabled + label
{
	border: none !important;
	background-image: url('../../Images/Site/Icons/ie8-rb-ck.gif');
	background-repeat: no-repeat;
	width: 5px !important;
	height: 5px !important;
	cursor:default;

	background-position: 0px -40px;
}
/*
	--------------------------------------------------------------------------------------------
	--OLD
	--------------------------------------------------------------------------------------------
*/

/*.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}*/
/*.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
	color: #333333;
}*/


/*.big-checkbox + label {
	padding: 18px;
}*/

/*.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}*/

/*.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}*/

/*.radio-1 {
	width: 193px;
}*/

/*.button-holder {
	float: left;
}*/

/* RADIO */



/*.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}*/

/*.regular-radio:checked + label:after
{
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 3px; 
	background: #414141;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}*/

/*.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}*/

/*.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}*/

/*.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}*/