/* PRICING TABLE STYLE 2 */
.tsc_pricingtable02 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #313131;
	width:100%;
}

.tsc_pricingtable02 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tsc_pricingtable02 ul li {
	margin: 0px;
	width: 100%;
	height: 100%;
	height: 26px;
	padding-top: 10px;
	float: left;
	text-align: center;
	padding-left: 0px;
}

.tsc_pricingtable02 li.pricing_header1 {
	height:36px;
	font-size: 18px;
	line-height:24px;
	color:#ffffff;
	-webkit-border-radius:1px 6px 0 0;
	-khtml-border-radius:19px 6px 0 0;
	-moz-border-radius:19px 6px 0 0;
	border-radius:19px 6px 0 0;
}

.tsc_pricingtable02 li.pricing_header2 {
	height:60px;
	font-size: 30px;
	font-weight:bold;
	line-height:50px;
	border-bottom:1px solid #cccccc;
	color:#333;
	background-color:#eee;
}

.tsc_pricingtable02 li.pricing_header2 span {
	font-size: 12px;
	line-height:40px;
}

.tsc_pricingtable02 .pricing_column_first li.pricing_header1 {
	background:none;
}

.tsc_pricingtable02 .pricing_column_first li.pricing_header2 {
	background-color:#efefef;
	border-bottom:1px solid #cccccc;
	-webkit-border-radius:19px 0px 0 0;
	-khtml-border-radius:19px 0px 0 0;
	-moz-border-radius:19px 0px 0 0;
	border-radius:19px 0px 0 0;
}

.tsc_pricingtable02 .pricing_column_first li.pricing_header2 span {
	font-size:15px;
	font-weight:bold;
	line-height:56px;
	padding-left:16px;
}

.tsc_pricingtable02 .pricing_column_first,
.tsc_pricingtable02 .pricing_column {
	height: 100%;
	float: left;
	margin-right:1px;
	position:relative;
}

.tsc_pricingtable02 .pricing_column_first {
	*z-index:2;
}

.tsc_pricingtable02 .pricing_hover_area:hover .pricing_column {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.tsc_pricingtable02 .pricing_hover_area .pricing_column:hover {
	-webkit-transform:scaleY(1.04);
	-moz-transform:scaleY(1.04);
	-o-transform:scaleY(1.04);
	-ms-transform:scaleY(1.04);
	transform:scaleY(1.04);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tsc_pricingtable02 .pricing_column_first li {
	text-align: left;
}

.tsc_pricingtable02 .pricing_column_first li span {
	padding-left:10px;
}


/* 2. Columns sizes */
.pricing_six .pricing_column,
.pricing_six .pricing_column_first { 
	width: 16.5%;
}

.pricing_five .pricing_column,
.pricing_five .pricing_column_first { 
	width: 19.8%;
}

.pricing_four .pricing_column,
.pricing_four .pricing_column_first {
	width: 24.8%;
}

.pricing_three .pricing_column,
.pricing_three .pricing_column_first { 
	width: 33.1%;
}

.tsc_pricingtable02 .odd {
	background-color: #ffffff;
	border-bottom:1px dotted #ccc;
}

.tsc_pricingtable02 .even {
	background-color: #efefef;
	border-bottom:1px dotted #ccc;
}

.tsc_pricingtable02 .pricing_yes,
.tsc_pricingtable02 .pricing_no {
	height:20px;
	width:100%;
	float:left;
}

.tsc_pricingtable02 .pricing_yes {
	background:url("../images/bullet-image-tic.png") center top no-repeat; 
}

.tsc_pricingtable02 .pricing_no {
	background:url("../images/no.png") center top no-repeat; 
}

.tsc_pricingtable02 .pricing_footer {
	width: 100%;
	height: 44px;
	padding-top: 14px;
	padding-bottom: 6px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #ccc;
	background-color: #eee;
}

.tsc_buttons2 { display:inline-block; text-decoration:none; outline:none; cursor:pointer; font:bold 12px/1em Arial, sans-serif; padding:8px 11px; color:#555; text-shadow:0 1px 0 #fff; background:#f5f5f5; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); background:-moz-linear-gradient(top, #f9f9f9, #f0f0f0); border:1px solid #dedede; border-color:#dedede #d8d8d8 #d3d3d3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;}
.tsc_buttons2:hover,
.tsc_buttons2:focus { color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9)); background:-moz-linear-gradient(top, #f9f9f9, #e9e9e9); border-color:#ccc; -webkit-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;}
.tsc_buttons2:active { position:relative; top:1px; color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f4f4f4)); background:-moz-linear-gradient(top, #eaeaea, #f4f4f4); border-color:#c6c6c6; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd;}
.tsc_buttons2.rounded { padding:8px 15px; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
input.tsc_buttons2,
button.tsc_buttons2 {  *width:auto; *overflow:visible;} /* IE7 Fix */
.tsc_buttons2 img { border:none; vertical-align:bottom;}

/*  Large buttons */
.tsc_buttons2.large { padding:12px 15px; font-size:20px; font-weight:normal; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.tsc_buttons2.large.rounded { padding:12px 22px; -webkit-border-radius:23px; -moz-border-radius:23px; border-radius:23px;}

/*  Black */
.tsc_buttons2.black { background:#525252; background:-webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); background:-moz-linear-gradient(top, #5e5e5e, #434343); border-color:#4c4c4c #313131 #1f1f1f; color:#fff; text-shadow:0 1px 1px #2e2e2e; -webkit-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #868686; -moz-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #868686; box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #868686;}
.tsc_buttons2.black:hover,
.tsc_buttons2.black:focus { background:#4b4b4b; background:-webkit-gradient(linear, left top, left bottom, from(#686868), to(#363636)); background:-moz-linear-gradient(top, #686868, #363636); border-color:#313131; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #868686; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #868686; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #868686;}
.tsc_buttons2.black:active { background:#525252; border-color:#313131; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #313131; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #313131; box-shadow:0 1px 0 #fff, inset 0 0 5px #313131;}

.tsc_pricingtable02 a.tooltip {
    	position:relative;
    	z-index:24;
    	font-size:100%;
	color: #333;
    	text-decoration:none;
	background:url("../images/knob_info.png") right center no-repeat; 
	background-size:14px 14px;
	padding:0 20px 0 10px;
}

.tsc_pricingtable02 a.tooltip:hover {
	z-index:250;
	display:inline;
}

.tsc_pricingtable02 a.tooltip span {
	z-index:25;
	position:absolute;
	width: 130px;
	left: 5px;
	top: 25px;
	text-align:left;
	color: #ffffff;
	font-size:90%;
	line-height:16px;
	background: #333;
	border: 1px solid #000000;
	padding: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
	/* Hiding the tooltip */
	visibility:hidden;
	opacity: 0;
	/* Removing transition when the mouse leaves the tooltip - Fixing a display issue */
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}

.tsc_pricingtable02 a.tooltip:hover span {
	/* CSS3 Transition */
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/* Showing the tooltip */
	visibility:visible;
	opacity: 1;
}

.tsc_pricingtable02 .blue a.pricing_button,
.tsc_pricingtable02 .blue li.pricing_header1 {
	background-color: #4db6ff;
}
.tsc_pricingtable02 .green a.pricing_button,
.tsc_pricingtable02 .green li.pricing_header1 {
	background-color: #5aad17;
}
.tsc_pricingtable02 .red a.pricing_button,
.tsc_pricingtable02 .red li.pricing_header1 {
	background-color: #ee2121;
}
.tsc_pricingtable02 .black a.pricing_button,
.tsc_pricingtable02 .black li.pricing_header1 {
	background-color: #666;
}


