.tabs {
    position: relative;
	/*margin: 40px auto;
	width: 750px;*/
	background: none repeat scroll 0 0 #e4e8ec;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 66px;
	height: 45px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 66px;
}
.tabs input#tab-3{
	left: 132px;
}
.tabs input#tab-4{
	left: 182px;
}/**/

.tabs label {
	background: #fff;
	/*background: none repeat scroll 0 0 #e4e8ec;*/
	font-size: 10px;
	line-height: 16px;
	height: 45px;
	position: relative;
	/*padding: 0 20px;*/
    float: left;
	display: block;
	width: 66px;
	color: #385c5b;
	/*letter-spacing: 1px;*/
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    /*border-radius: 3px 3px 0 0;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);*/
}

/*.tabs input:hover + label {
	background: #5ba4a4;
}*/

.tabs label:first-of-type {
    z-index: 4;    
}
/*.tabs label:nth-of-type(4) {    
    border-left: 1px solid #ccc;
}*/

.tab-label-2 {
    z-index: 3;
    border-left: 1px solid #ccc;
}

.tab-label-3 {
    z-index: 2;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tab-label-4 {
    z-index: 1;
    border-left: 1px solid #ccc;
}
.tab-label-1 .tabname {
  margin: 2px 18px;
  position: fixed;
}
.tab-label-2 .tabname {
  margin: 2px 12px;
  position: fixed;
}
.tab-label-3 .tabname {
  margin: 2px 13px;
  position: fixed;
}
.tabclose {
  cursor: pointer;
  display: table;
  line-height: 16px;
  margin-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 61px;
}
.tabs input:checked + label {
    background: #fff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
    	background: #fff;
	position: relative;
    	width: 100%;
	height: 100%;
	z-index: 5;
    	/*box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);*/
    	border-radius: 0 3px 3px 3px;
}

.content-item {
	width:260px;
	height: 93%;
	position: relative;
	/*top: 45px;*/
	left: 0;
	overflow-x: hidden;
    	overflow-y: auto;
	/*padding: 10px 40px;*/
	z-index: 1;
    	opacity: 0;
    	display: none;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	/*z-index: 100;*/
	display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

.content input[type=radio], input[type=checkbox] {
	display:none;

}

.content input[type=radio] + label {
	height:12px;
	line-height:10px;
	cursor: pointer;
	/*display:inline-block;	
	margin:-2px;
	padding: 6px 18px;
	margin-bottom: 0;
	font-size: 14px;
	
	color: #333;
	text-align: center;
	vertical-align: middle;	
	background-color: #f7f7f7;  
	border: 1px solid rgba(64,142,214,0.5);	
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:2px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:2px 2px 4px 0px rgba(50, 50, 50, 0.5);*/
}

.content input[type=radio]:checked + label {
	   background-image: none;
	outline: 0;
	/*-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);*/
		background-color:#408ed6;
		color:#FFF;

}
.chk_settings_pillbox input[type=checkbox] + label {
	height:12px;
	line-height:9px;
	cursor: pointer;
	/*display:inline-block;	
	margin:-2px;
	padding: 6px 18px;
	margin-bottom: 0;
	font-size: 14px;
	
	color: #333;
	text-align: center;
	vertical-align: middle;
	
	background-color: #f7f7f7;  
	border: 1px solid rgba(64,142,214,0.5);	
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:2px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:2px 2px 4px 0px rgba(50, 50, 50, 0.5);*/
}

.chk_settings_pillbox input[type=checkbox]:checked + label {
	   background-image: none;
	outline: 0;
	/*-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);*/
		background-color:#408ed6;
		color:#FFF;

}

/*----------------------------------------------------*/
.content input[type=checkbox] + label span {
	display:inline-block;
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width:56px;
	height:40px;
	background: url(../../images/tracking/checkbox.png) no-repeat bottom;
	text-indent: -99999px;

}

.content input[type=checkbox]:checked + label span{
	
	background-position:  0px 0px;
	text-indent: -99999px;
	outline: 0;
}
/*----------------------------------------------------*/
.tabs .accessory_view1 label{
	height:0px;
	display: inline-table;
	width: 30px;
}
.accessory_view1 input[type=checkbox] + label span {
	display:inline-block;
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width:13px;
	height:13px;
	background: url("../../images/tracking/tracking-icon-set.png") no-repeat scroll -265px -3px transparent;
	text-indent: -99999px;

}

.accessory_view1 input[type=checkbox]:checked + label span{
	
	background-position: -265px -31px;
	text-indent: -99999px;
	outline: 0;
}
ul.accessory_view1 {
	margin: 0 -51px;
	width: 230px;
}
/*----------------------------------------------------*/

li.option input[type=radio], input[type=checkbox] {
	display:none;

}
li.option input[type=checkbox] + label span {
	display:inline-block;
	margin-bottom: 0;
	font-size: 12px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width:13px;
	height:13px;
	background: url("../../images/tracking/tracking-icon-set.png") no-repeat scroll -265px -3px transparent;
	line-height: 12px;
	text-indent: 16px;

}

li.option input[type=checkbox]:checked + label span{	
	background-position: -265px -31px;	
	outline: 0;
}
/*li.option input[type=checkbox]:hover + label span{	
	background-position: -265px -17px;	
	outline: 0;
}*/

li.option label {
    cursor: pointer;
    display: block;
    height: 19px;
    position: relative;
    vertical-align: top;
}
li.option{
  margin-bottom: 4px;
  transition: opacity 0.3s ease-out 0s;
  white-space: nowrap;
  display: block;  
  overflow: hidden;
  /*width: 122px;*/
}
.option li {
  list-style: outside none none;
}
/*----------------------------------------------------*/
.li-option {
	/**width: 200px;*/
}
li.li-option input[type=checkbox] + label span {
	display:inline-block;
	margin-bottom: 0;
	font-size: 12px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width:20px;
	height:20px;
	background: url("../../images/adv-screen/check-20.png") no-repeat scroll 0px 0px transparent;	
}
li.li-option input[type=checkbox]:checked + label span{	
	background-position: 1px -20px;	
	outline: 0;
}
.lb-option {
	height: 24px !important;
}
.sp-option-header {
	font-size: 20px !important;
	width: 25vw !important;
	text-align: left !important;
	text-indent: 30px;
	line-height: 18px;
	color: #D5D5D5;
	font-weight: lighter;
}
.sp-option {
	font-size: 1.3vw !important;
	width: 25vw !important;
	text-align: left !important;
	text-indent: 30px;
	line-height: 18px;
	color: #D5D5D5 !important;
	font-weight: lighter;
}