/****************************************
tabs content
 ****************************************/
 		#tab-content {
		width: 712px;
		clear: left;
		}
		#tab-content .tabs-wrapper{
		width: 712px;
		height: 46px;
		background: #fff url(../images/widgets/click-tab-double-border.gif) left bottom no-repeat;
		}
		#tab-content .tabs{
		float: left;
		height: 40px;
		margin-left: 15px;
		}
		#tab-content .tabs p{
		margin: 12px 0 0 0;
		font: bold 14px Arial;
		}
		#tab-content .tabs li{
		float: left;
		padding: 0 20px;
		height: 37px;
		margin-top: 2px;
		color: #999;
		cursor: pointer;
		background-color: #fff;
		border: 1px solid #d9d9d9;
		}
		#tab-content .tabs li.double-row p{
		margin-top: 4px;
		}
		#tab-content .tabs li.active{
		height: 39px;
		background: #f6f5f5 url(../images/widgets/click-tab-selected-tile.gif) top repeat-x;
		border-bottom-color: #f6f5f5;
		margin-top: 0px;
		color: #515151;
		z-index: 200;
		}
		
		#tab-content .content-wrapper{
		width: 710px;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		overflow: hidden;
		}
		#tab-content .content-wrapper p {
		margin-bottom:15px;
		}
		#tab-content .content-wrapper h5 {
		margin-bottom:16px;
		font-size: 16px;
		}
		#tab-content .content-wrapper h5 span {
		font-size: 12px;
		color: #990000;
		}
		#tab-content .scrolling-content{
			width:2136px;
		}
		#tab-content .content1, #tab-content .content2{
			width: 644px;
			padding: 25px 34px 10px 34px;
			float: left;
		}
			#tab-content .content2 img {
				float: right;
				margin-left: 20px;
			}
		#tab-content .content3{
			width: 712px;
			float: left;
		}
		#tab-content .head {
			width: 712px;
			height: 52px;
			background-color: #e9e9e9;
			border-bottom: solid 1px #c5c5c5;
		}
			#tab-content .head .head1 {
				width: 339px;
				float: left;
				font-size: 16px;
				font-weight: bold;
				color: #000;
				background: url(../images/arrow-head.jpg) no-repeat 31px 20px;
				/* padding-left: 46px; */
				padding-left: 31px;
				padding-top: 20px;
			}
			#tab-content .head .head2 {
				width: 109px;
				float: left;
				text-align: center;
				color: #404040;
				font-weight: bold;
				padding-top: 10px;
			}
			#tab-content .head .head3 {
				width: 339px;
				float: left;
				font-size: 16px;
				font-weight: bold;
				color: #000;
				padding-left: 46px;
				padding-top: 20px;
			}
			#tab-content .head .head4 {
				width: 109px;
				float: left;
				text-align: center;
				color: #404040;
				font-weight: bold;
				padding-top: 20px;
			}
		#tab-content .height1 {
			height: 81px;
		}
		#tab-content .height2 {
			height: 49px;
		}
		#tab-content .data {
			width: 712px;
			border-bottom: solid 1px #c5c5c5;
		}
			#tab-content .data .data1 {
				width: 310px;
				float: left;
				color: #404040;
				border-right: solid 1px #c5c5c5;
				padding-left: 31px;
				padding-right: 43px;
			}
				#tab-content .data .data1 p.bb {
					font-size: 14px;
					font-weight: bold;
					margin-top: 10px;
					padding: 0;
				}
				#tab-content .data .data1 p.bs {
					margin-top: 15px;
					padding: 0;
				}
			#tab-content .data .data2 {
				width: 108px;
				float: left;
				border-right: solid 1px #c5c5c5;
				background: #e2ebd8 url(../images/mark-yes.png) no-repeat center center;
			}
			#tab-content .data .data3 {
				width: 109px;
				float: left;
				background: #e2ebd8 url(../images/mark-yes.png) no-repeat center center;
			}
			#tab-content .data .data4 {
				width: 108px;
				float: left;
				border-right: solid 1px #c5c5c5;
				background: #fae5e5 url(../images/mark-no.png) no-repeat center center;
			}
			#tab-content .data .data5 {
				width: 109px;
				float: left;
				background-color: #e2ebd8;
				background: #fae5e5 url(../images/mark-no.png) no-repeat center center;
			}
			
		#tab-content .col {
			width: 322px;
			float: left;
		}
			#tab-content .col .elem {
				width: 267px;
				padding: 8px 15px 0 40px;
			}
			#tab-content .col .elem.defplus {
				background: url(../images/icons/products-banner-defplus.png) no-repeat top left;
			}
			#tab-content .col .elem.trust {
				background: url(../images/icons/banner_trust.png) no-repeat top left;
			}
			#tab-content .col .elem.sandbox {
				background: url(../images/icons/banner_sandbox.png) no-repeat top left;
			}
			#tab-content .col .elem.malware {
				background: url(../images/icons/banner_malware.png) no-repeat top left;
			}
			#tab-content .col .elem.avscan {
				background: url(../images/icons/banner_avscan.png) no-repeat top left;
			}
			#tab-content .col .elem.firewall {
				background: url(../images/icons/products-banner-firewall.png) no-repeat top left;
			}
			#tab-content .col .elem.lps {
				background: url(../images/icons/banner_lps.png) no-repeat top left;
			}
			#tab-content .col .elem.free {
				background: url(../images/icons/banner_500.png) no-repeat top left;
			}
			#tab-content .col .elem.speed {
				background: url(../images/icons/banner_speed.png) no-repeat top left;
			}
			#tab-content .col .elem.compat {
				background: url(../images/icons/banner_compat.png) no-repeat top left;
			}
		#tab-content .column1{
		width: 400px;
		float: left;
		}
		#tab-content .over1{
			border-bottom: solid 1px #d9d9d9;
			/*padding-right: 340px;
			background: url(../images/over1-bg.gif) no-repeat right 10px;*/
			padding-bottom: 15px;
		}
		#tab-content .over1 p.ts{
			padding-right: 30px;
			line-height: 18px;
		}
		#tab-content .over2{
			border-bottom: solid 1px #d9d9d9;
			padding-left: 250px;
			background: url(../images/over2-bg.jpg) no-repeat left 30px;
			padding-bottom: 65px;
			padding-top: 30px;
		}
		#tab-content .over2 p.ts{
			line-height: 18px;
		}
		#tab-content .over3{
			padding-right: 220px;
			background: url(../images/over3-bg.jpg) no-repeat right 30px;
			padding-bottom: 15px;
			padding-top: 30px;
		}
		#tab-content .over3 p.ts{
			line-height: 18px;
		}
		#tab-content  .facts-list  {
		margin-bottom:15px;
		}
		.hr  {
		clear: both;
		background:none repeat scroll 0 0 #F0F0F0;
		height:1px;
		margin:10px 0 40px;
		overflow:hidden;
		}
		#tab-content .facts-list li {
		color:#666666;
		font-size:12px;
		font-weight:normal;
		line-height:18px;
		margin-bottom:5px;
		padding-left:10px;
		background:url(../images/gray-box.gif) no-repeat scroll left 6px transparent;
		}
		#tab-content .downloadred_btn  {
		font-weight:bold;
		width:644px;
		float:left;
		}
		#tab-content .CIScolumn1{
		width:644px;
		float: left;
		}
		#tab-content .column2{
		width: 126px;
		margin-left: 40px;
		float: right;
		text-align: center;
		}
		#tab-content .price-container {
		width: 200px;
		}
		 #tab-content .price-containernew {
		float: left;
		width: 200px;
		text-align: center;
		margin-left:20px;
		}
		
		#tab-content dl.fl {
		float: left;
		margin: 20px 40px 20px 20px;
		width: 253px;
		}
		
		#tab-content dt {
		background: url(../images/red-check.gif) no-repeat left 2px;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 8px;
		padding-left: 18px;
		}
		
		#tab-content dd {
		padding-left: 18px;
		margin-bottom: 16px;
		}
		#tab-content dd ul {
		margin: 8px 0 0 30px;
		}	
		#tab-content dd li {
		list-style: outside square;
		margin-bottom: 8px;
		}
		#tab-content .tabs-cta {
			background: #f8f7f7;
			padding: 15px;
			margin-top: 30px;
			overflow: hidden;
		}
			#tab-content .tabs-cta .side-note{
				line-height: 35px;
				margin-left:220px;
			}
			#tab-content .tabs-cta .btn {
				float: right;
			}
			#tab-content .tabs-cta .btn-red {
				float: right;
			}
		
		.qa{
			width: 126px;
			height: 210px;
			height: 210px;
			margin-bottom: 70px;
			background: #fff url(../images/prod-qa.gif) top center no-repeat;
		}
		 p.price  {
		color:#000000;
		font-weight:bold;
		}
		.feature_tab-list{
			/*display:block;
			float:left; */
			margin:0px 10px 0 10px;
		}
  .feature_tab-list li {
 
font-size:12px;
font-weight:normal;
margin-bottom:0px;
padding:6px 0 6px 18px;
}
 
 .feature_tab-list  .redcheck2 {
background:url(../images/red-check.gif) no-repeat scroll 0px 8px transparent;
}