/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    
	/*border:solid #2647a0; /* color between tab list and content */
    /*border-width:0 0 5px;
    zoom:1;
}

.yui-skin-sam .yui-navset .yui-nav li,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
    margin:0 0.16em 0 0; /* space between tabs */
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.yui-skin-sam .yui-navset .yui-nav .selected,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected { 
    margin:0 -6px -5px 0; /* for overlap */
}

.yui-skin-sam .yui-navset .yui-nav a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
    background:url(/img/struc/inactivetab.png) no-repeat; /* selected tab background */
    width:186px;
	border:none; 
    border-width:0;
    /*color:#000;*/
	left:-5px;
    position:relative;
    text-decoration:none;
	z-index: 20;
	height:36px;
}


.yui-skin-sam .yui-navset .yui-nav a em.tab1,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em.tab1 {
    /*border:solid #a3a3a3;*/
    /*border-width:1px 0 0;*/
    cursor:hand;
    padding:13px 0px 0px 14px;
    left:12px; right: 0; bottom: 0; /* protect from other orientations */
    /*top:10px; /* for 1px rounded corners */
    position:relative;
	/*background-image:url(/img/struc/manufacturerbenefits.gif);*/
	width:162px;
	height:20px;
	background-repeat:no-repeat;
	margin-left:1px;
}

.yui-skin-sam .yui-navset .yui-nav a em.tab2,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em.tab2 {
    /*border:solid #a3a3a3;*/
    /*border-width:1px 0 0;*/
    cursor:hand;
    /*padding:12px 0px 0px 18px;*/
    left:19px; right: 0; bottom: 0; /* protect from other orientations */
    top:10px; /* for 1px rounded corners */
    position:relative;
	/*background-image:url(/img/struc/consumerbenefits.gif);*/
	width:137px;
	height:20px;
	background-repeat:no-repeat;
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:url(/img/struc/activetab.png) no-repeat; /* selected tab background */
    background-position:left;
	width:186px;
	height:38px;
	color:#b14114;
	font-weight:bold;
	left:-5px;
	z-index: 50;
}

.yui-skin-sam .yui-navset .yui-nav a:hover,
.yui-skin-sam .yui-navset .yui-nav a:focus {
    /*background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px; /* selected tab background */
    outline:0;
}

.yui-skin-sam .yui-navset .yui-nav .selected a em.tab1 {
    /*padding:0px 0px 0px 0px; /* raise selected tab */
	padding:15px 0px 0px 14px;
}

.yui-skin-sam .yui-navset .yui-nav .selected a em.tab2 {
    padding:4px 0px 0px 10px; /* raise selected tab */
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    border-color:none; /* selected tab border color */
}

.yui-skin-sam .yui-navset .yui-content {
    /*background:none; /* content background color */
}

.yui-skin-sam .yui-navset .yui-content,
.yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border-bottom:solid 1px; /* content border */
    border-bottom-color:#CCCCCC; /* different border color */
    padding:0.25em 0.5em; /* content padding */
}

/* left and right orientations */
.yui-skin-sam .yui-navset-left .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-left .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,
.yui-skin-sam .yui-navset-right .yui-nav {
    border-width:0 5px 0 0;
    Xposition:absolute; /* from tabview-core; have to reiterate for skin-sam due to pos:rel on skin-sam yui-nav */
    top:0px; bottom:0px; /* stretch to fill content height */
}

.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,
.yui-skin-sam .yui-navset-right .yui-nav {
    border-width:0 0 0 5px;
}

.yui-skin-sam .yui-navset-left .yui-nav li,
.yui-skin-sam .yui-navset .yui-navset-left .yui-nav li,
.yui-skin-sam .yui-navset-right .yui-nav li {
    margin:0 0 0.16em; /* space between tabs */
    padding:0 0 0 1px; /* gecko: make room for overflow */
}

.yui-skin-sam .yui-navset-right .yui-nav li {
    padding:0 1px 0 0; /* gecko: make room for overflow */
}

.yui-skin-sam .yui-navset-left .yui-nav .selected,
.yui-skin-sam .yui-navset .yui-navset-left .yui-nav .selected { 
    margin:0 -1px 0.16em 0;
}

.yui-skin-sam .yui-navset-right .yui-nav .selected { 
    margin:0 0 0.16em -1px;
}

.yui-skin-sam .yui-navset-left .yui-nav a,
.yui-skin-sam .yui-navset-right .yui-nav a {
    border-width:1px 0;
}

.yui-skin-sam .yui-navset-left .yui-nav a em,
.yui-skin-sam .yui-navset .yui-navset-left .yui-nav a em,
.yui-skin-sam .yui-navset-right .yui-nav a em {
    border-width:0 0 0 1px;
    padding:0.2em .75em;
    top:auto;
    left:-1px; /* for 1px rounded corners */
}

.yui-skin-sam .yui-navset-right .yui-nav a em {
    border-width:0 1px 0 0;
    left:auto;
    right:-1px; /* for 1px rounded corners */
}

.yui-skin-sam .yui-navset-left .yui-nav a,
.yui-skin-sam .yui-navset-left .yui-nav .selected a,
.yui-skin-sam .yui-navset-left .yui-nav a:hover,
.yui-skin-sam .yui-navset-right .yui-nav a,
.yui-skin-sam .yui-navset-right .yui-nav .selected a,
.yui-skin-sam .yui-navset-right .yui-nav a:hover,
.yui-skin-sam .yui-navset-bottom .yui-nav a,
.yui-skin-sam .yui-navset-bottom .yui-nav .selected a,
.yui-skin-sam .yui-navset-bottom .yui-nav a:hover {
    background-image:none; /* no left-right or bottom-top gradient */
}

.yui-skin-sam .yui-navset-left .yui-content {
    border:1px solid #808080; /* content border */
    border-left-color:#243356; /* different border color */
}

/* bottom orientation */
.yui-skin-sam .yui-navset-bottom .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav {
    border-width:5px 0 0; /* color between tab list and content */
}

.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav .selected,
.yui-skin-sam .yui-navset-bottom .yui-nav .selected { 
    margin:-1px 0.16em 0 0; /* for overlap */
}

.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li,
.yui-skin-sam .yui-navset-bottom .yui-nav li { 
    padding:0 0 1px 0; /* gecko: make room for overflow */
    vertical-align:top;
}

.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li a,
.yui-skin-sam .yui-navset-bottom .yui-nav li a { 
}

.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav a em,
.yui-skin-sam .yui-navset-bottom .yui-nav a em {
    border-width:0 0 1px;
    top:auto;
    bottom:-1px; /* for 1px rounded corners */
}

.yui-skin-sam .yui-navset-bottom .yui-content,
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-content {
    border:1px solid #808080; /* content border */
    border-bottom-color:#243356; /* different border color */
}

/* TABS */
ul.applications li {list-style-image:url(/img/struc/arrowbullet.gif); line-height:22px}
.learnmoreimg {width:235px}
h2.bigblue {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0095da; font-weight:bold; margin-bottom:0px;margin-top:20px}
h2.bigblueitem1 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0095da; font-weight:bold; margin-bottom:0px; margin-top:0px}

#tab1 {width:631px;}
	body#home #tab1 {}
	#opentab1 { background:url(/img/struc/topcap.gif); width:631px; height:12px; background-repeat:no-repeat;}
	#tab1 .tab1interiorleft {padding:5px 15px 15px 15px; width:300px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
	#tab1 .tab1interiorright {padding:5px 15px 15px 15px; width:260px; position:relative; float:right;  font-family:Arial, Helvetica, sans-serif; font-size:11px;}
	#tab1content {background:url(/img/struc/2content.gif); width:631px; min-height:300px; position:relative; top:0px}
	#closetab1 {background:url(/img/struc/bottomcap.gif); width:631px; height:12px;}
	body#news #tab1right {float:left; position:relative; left:632px; width:235px; top:-1086px}
	#tab1right {float:left; position:relative; left:636px; width:235px; top:-324px}
	body#about #tab1right {float:left; position:relative; left:631px; width:235px; top:-454px}
		#tab1right .tab1rightcap {background:url(/img/struc/topcapsmall.gif); width:235px; height:14px; background-repeat:no-repeat;}
		#tab1right .tab1rightcontent {background:url(/img/struc/2smallcontent.gif); width:235px;}
	body#news #tab1right .tab1rightcontent {padding-bottom:15px; min-height:none; height:none;}	
	body#about #tab1right .tab1rightcontent {min-height:150px;}
	body#home #tab1right .tab1rightcontent {min-height:150px;}
	body#home #tab2right .tab2rightcontent {min-height:150px;}
		#tab1right .tab1rightinterior {padding:0px 15px 0px 15px}
		#tab1right .tab1rightbottom {background:url(/img/struc/bottomcapsmall.gif); width:235px; height:12px; background-repeat:no-repeat;}

body#news #tab2 { background:url(/img/struc/topcap.gif); background-repeat:no-repeat; width:631px; height:auto; font-family:Arial, Helvetica, sans-serif; font-size:11px; position:relative; left:7px; }
		
#tab2 { background:url(/img/struc/topcap.gif); width:631px; height:12px; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
body#about #tab2 {position:relative; left:7px;}
	#opentab2 { background:url(/img/struc/topcap.gif); width:631px; height:12px; background-repeat:no-repeat;}
	.tab2interior {padding:15px;}
	#tab2 .tab2interior {padding:15px}
	
	#tab2content {background:url(/img/struc/2contentb.gif); width:631px; min-height:300px; height:auto;}
	body#about #tab2content {background:url(/img/struc/2contentb.gif); width:631px; min-height:430px; height:430px;}
	body#news #tab2content {background:url(/img/struc/2contentb.gif); width:631px; height:auto;}
	#closetab2 {background:url(/img/struc/bottomcap.gif); width:631px; height:12px; background-repeat:no-repeat;}
	body#news #closetab2 {background:url(/img/struc/bottomcap.gif); width:631px; height:12px; background-repeat:no-repeat; position:relative; top:0px;}
	#tab2right {position:absolute; left:632px; width:235px; top:0px;}
	body#home #tab2right {position:absolute; left:642px; width:235px; top:46px;}
		#tab2right .tab2rightcap {background:url(/img/struc/topcapsmall.gif); width:235px; height:14px; background-repeat:no-repeat}
		#tab2right .tab2rightcontent {background:url(/img/struc/2smallcontent.gif); width:235px;}
		#tab2right .tab2rightinterior {padding:0px 15px 0px 15px}
			
		#tab2right .tab2rightbottom {background:url(/img/struc/bottomcapsmall.gif); width:235px; height:12px; background-repeat:no-repeat;}

.yui-navset .yui-content .yui-hidden {display:none;}