/**/
.checkBoxActive label.someClass .squaredOne label:after  {
  background: #fff;
	
	background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
	background: linear-gradient(top, #fff 0%, #fff 100%);


}
 
 .active3
  {
 background: #00bf00;
	
	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);


}
 


/* SQUARED ONE */
.squaredOne {
	width: 16px;
	height: 16px;
	background: #fcfff4;
	 margin-top: 5px;

	/*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
 
	position: relative;
	float:left;
	border:solid 1px #939393;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 1px;
	top: 1px;

	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #b0b0b0 0%, #b0b0b0 100%);
	background: -moz-linear-gradient(top, #b0b0b0 0%, #b0b0b0 100%);
	background: -o-linear-gradient(top, #b0b0b0 0%, #b0b0b0 100%);
	background: -ms-linear-gradient(top, #b0b0b0 0%, #b0b0b0 100%);
	background: linear-gradient(top, #b0b0b0 0%, #b0b0b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
}



.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 0;
	left: 0;

 
}




.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/**/

.subTab {
	transition: height 0.5s;
	background: #f6f6f6;
}
.box {
	display: none;
	transition-duration: 0.3s;
	height: 0px;
}
.red {
	display: none;
	transition-duration: 0.3s;
}
.box2 {
	display: none;
}
tr.subTab td input.checkboxIn {
	border: medium none;
	float: left;
	margin-right: 7px;
	width: auto;
}
tr.subTab td input.radioBtn {
	border: medium none;
	float: left;
	margin-right: 6px;
	width: auto;
}
tr.subTab td h3 {
	padding: 0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
}
.emiRight label {
	float: left !important;
	width: 82px;
}
tr.subTab td span {
/*  display: block;
    padding: 3px 0 0;
    width: 532px;*/
}
tr.subTab td label {
	margin: 0 !important;
}
/**/
.emiOut {
	clear: both;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 8px 0 8px 22px;
}
tr.subTab td {
	padding: 0 !important;
}
.emiLeft {
	float: left;
	width: 238px;
	background: url(../images/emi-or-bg.png) no-repeat right top;
	padding: 10px 15px 12px;
	margin-right: 15px;
}
.emiRight {
	float: left;
	width: 270px;
	padding: 10px 15px 12px 0;
}
.conditions {
	border-top: 1px solid #eaeaea;
	display: block;
	overflow: hidden;
	padding: 4px 5px 4px 28px;
}
.panelIn table tr.sub td {
	padding: 0;
	border: 0;
}
.btnIn {
	float: left;
}
.btnIn a {
	background-color: #fff;
	color: #2c2c2c;
	float: left;
	font-size: 15px;
	padding: 15px 17px 15px 18.5px;
	text-transform: uppercase;
	text-align: center;
 
}
.w280 
{
	width:349px;	
}
.w200 {
	width: 200px ;
}
.w260 {
	width: 349px;
}
.orBtn {
	float: left;
	padding: 10px 0 0;
}
.boxin {
	width: 93%;
	display: none;
	padding: 10px 20px;
	clear: both;
}
.eminIn {
	width: 100%;
	display: none;
	padding: 22px 20px 22px 20px;
	overflow: hidden;
	border-top: solid 1px #c6c6c6;
}
.arrow1 {
	background: url("../images/arrow-bg-in.png") no-repeat scroll 26px 0 rgba(0, 0, 0, 0);
}
.arrow2 {
	background: url("../images/arrow-bg-in.png") no-repeat scroll 327px 0 rgba(0, 0, 0, 0);
}
.backg_color {
	background: #f1f1f1;
}
.backg_color1 {
	background: #3680b8 !important;
	color: #fff !important;
}
.panelIn table tr.sub td {
	background: #f1f1f1;
	float:none !important;
}
.eminIn label {
	float: left;
	margin: 0 20px 0 0;
}
.eminIn label span {
	float: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 19px 24px 20px;
	color: #337ab7;
	 font-family: "LucidaSansUnicode";
	 
	 
}
.giftTop {
	border: solid 1px #b0b0b0;
	width: 580px;
	margin: 19px 15px 20px;
	display: block;
	overflow: hidden;
	background: #fff;
}
.arrowBgIn {
/*display:none;*/
}
.arrowBgIn {
	height: 8px;
	margin: 27px 0 0 4px;
	position: absolute;
	width: 14px;
	display: block;
}
.toolHover {
}
/*tooltipOffer*/
 
a.tooltipOffer {
	font-size: 14px;
	padding: 2px 0 0 5px;
	transition-duration: 0.5s;
	font-weight:normal;
}
a.tooltipOffer strong {
	line-height: 30px;
}
a.tooltipOffer:hover {
	text-decoration: none;
}
a.tooltipOffer span {
	display: none;
	margin-left: -55px;
	margin-top: -150px;
	padding: 8px;
	z-index: 10;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome, if Chrome rule needed */

a.tooltipOffer span {
	margin-left: 0px;
	margin-top: -165px;
}
}
a.tooltipOffer:hover span {
	/*display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;*/
	
	background: #222222;
	border-color: #111;
	display: inline;
	position: absolute;
	border-radius: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	color: #f5f5f5;
	text-shadow: 0 -1px 1px #111111;
}
.callout {
	border: 0 none;
	left: 11px;
	position: absolute;
	top: 128px;
	z-index: 20;
} /*CSS3 extras*/
a.tooltipOffer span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
}

@media (max-width: 767px) {
	
	
	
	
	
	.orBtn img
{
	width:auto;
}
.eminIn
{
	border:none;
}
.btnIn a {
    border-bottom: 1px solid #ccc;
	width:100%;
}
.giftTop {
	width: 95%;
	 text-align: center;
}
.w260 {
	width: 100%;
}
.arrow1, .arrow2 {
    background: none;
}
.tooltipOffer img
{
	width:auto;
}
.w200 {
	width: 100%;
}
.btnIn {
    float: none;
}
.btnIn a
{
	padding:5px;
}
.orBtn
{
	float:none;
}
}
/**/
