.TabSection
{
    padding-top:10px;
    padding-bottom:10px;
    width:183px;
    padding-left:8px;
}
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:20px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	/*margin:0 !important;*/
	margin-right:5px;
	list-style-image:none !important; 
	border:solid 1px #666;
	border-bottom:0px;
	width:auto;
}

/* link inside the tab. uses a background image */
ul.tabs a 
{ 
	font-size:11px;
	display:block;
	height: 20px;  
	line-height:20px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px 5px 0px 5px;
	margin:0px;	
	position:relative;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#000;	
	background-color:#eeeeee;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a 
{
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
	background-color:#eeeeee;
}
/* initially all panes are hidden */ 
div.panes div
{
	visibility:hidden;	
}
/* tab pane styling */
div.panes div 
{	
	background-color:#FFFFFF;
    border-color:-moz-use-text-color #999999 #999999;
    border-style:none solid solid;
    border-width:0 1px 1px;
    height:auto !important;
    padding:15px 10px;
    border-top:0;
    border:1px solid #999;
    padding:15px 10px;

}
div.panes div ul
{
    margin:0px;
    padding:0px;
}
div.panes div ul li
{
    list-style-type:none;
    padding:0;
	margin:0;
	padding-bottom:10px;
}

div.panes div div 
{
    padding:0px;
    border:0px;
}

div.panes div ul li .LeftSection 
{
	float:left;
	width:30%;
}

div.panes div ul li .RightSection 
{
	float:right;
	width:65%;
}
div.panes div ul li .RightSection .adxTOCSummary
{
	margin:0;
	border:0px;
	padding:0px;
}

div.panes div ul li .RightSection .adxTOCSummary p 
{
	margin:0;
}
div.panes div ul li .clear
{
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
	border:none;
}

/**************************Product Detail tabs ****************************/
/* root element for tabs  */
.productdetails
{
    width:550px;
	padding:0 10px 10px;
}
ul.productdetails_tabs 
{ 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:20px;
}

/* single tab */
ul.productdetails_tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin-right:5px;
	list-style-image:none !important; 
	border:solid 1px #999999;
	width:auto;
	background-color:#EEEEEE;
}

/* link inside the tab. uses a background image */
ul.productdetails_tabs a 
{ 
	font-size:11px;
	display:block;
	height: 15px;  
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:4px 5px 0px 5px;
	margin:0px;	
	position:relative;
	font-weight:bold;
	vertical-align:middle;
}

ul.productdetails_tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.productdetails_tabs a:hover {
	color:#008DAF;	
	background-color:#FFFFFF;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.productdetails_tabs a.current, ul.productdetails_tabs a.current:hover, ul.productdetails_tabs li.current a 
{
	cursor:default !important; 
	color:#008DAF !important;
	background-color:#FFFFFF;
}
/* initially all panes are hidden */ 
div.productdetails_panes div
{
	visibility:hidden;	
}
/* tab pane styling */

div.productdetails_panes div 
{	
	background-color:#FFFFFF;
    border-color:-moz-use-text-color #999999 #999999;
    height:auto !important;
    padding:10px 10px;
    border:1px solid #999;

}
div.productdetails_panes div div
{
       border:none;
       padding:0px;
}
div.productdetails_panes div ul
{
    margin:0px;
    padding:0px;
}
div.productdetails_panes div ul li
{
    list-style-type:none;
    padding:0;
	margin:0;
	padding-bottom:10px;
}
div.productdetails_panes div ul li .clear
{
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
	border:none;
}
.productdetails div.section h3.heading {display:none; } /* Remove duplicate header on Tabbed Product Family template */

.productdetails .body .copy {font-size:12px;line-height:14px;}/*Increase text size in middle column tabbed product family*/

.Documentation
{
    margin:10px 5px !important;
}
.Documentation table .hide {
	display:none;
}

.Documentation span {
	background:#fff!important;
	font-weight:bold!important;
	display:block!important;
	padding:3px!important;
}

.Documentation table {
	margin-top:5px!important;
}

.Documentation table .OpenMenu {
	background-image:url(/Images/LessIcon.png);
	background-position:top-left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:12px!important;
	font-weight:bold!important;
}

.Documentation table .ClosedMenu {
	background-image:url(/Images/MoreIcon.png);
	background-position:top-left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:12px!important;
	font-weight:normal!important;
}

/***************************************Home Page Learn Tabs ***********************/
/* initially all panes are hidden */ 
div.learn_panes div
{
	visibility:hidden;	
}
.learn_tabs
{
    float:left;
    margin-left:0;
    padding-left:0;
    position:relative;
    width:40%;
}
ul.learn_tabs
{
    margin:0;
    padding:0;
    
}
ul.learn_tabs li
{
    margin: 0 0 0.16em;
    padding:0 0 0 1px;
    list-style-type:none;
    text-indent:0;
    list-style-image:none !important;
    display:block;
}

#HomeLearn
{
    height:120px;
    margin:0 4px;
    padding:0;
}

#BottomAdContent .adxSectionImageTable
{
	padding-left:5px;
	padding-right:5px;
}
/***************************************Home Page Find Product Tabs ***********************/
/* initially all panes are hidden */ 
div.product_panes div
{
	visibility:hidden;	
}
.product_tabs
{
    float:left;
    margin-left:0;
    padding-left:0;
    position:relative;
    width:50%;
}
ul.product_tabs
{
    margin:0;
    padding:0;
    
}
ul.product_tabs li
{
    margin:0px;
    padding:2px 0px 0px 0px;
    list-style-type:none;
    text-indent:0;
    list-style-image:none !important;
    display:block;
}
.HalfBlock .HalfBlockContent #dropdownlist 
{
	font-family:Helvetica, Arial;
	color:#333333;
	font-size:10px;
	padding-bottom:0;
	margin-left:4px;
}
#Products
{
    height:271px;
    margin:0 0 0 4px;
    padding:5px;
}
#Products div.product_panes div img 
{
	max-width:150px!important;
	min-height:150px;
}

