/* top controls */
#PBNwrap {
	position:absolute;
	z-index:10;
	/*background:#F0F0F0;*/
	/*width:360px;*/
	overflow: hidden;
	border-left:10px solid #f7f7f7;
	margin-left:0px;
	margin-top:0px;
}
#EVEwrap {
	position:absolute;
	z-index:10;
	background:#FFFFFF;
	overflow: hidden;
	border-left:10px solid #f7f7f7;
	border-right:10px solid #f7f7f7;
	border-top:10px solid #f7f7f7;
	border-bottom:10px solid #f7f7f7;
	margin-left:2px;
	margin-top:-10px;

}

#EVEwrap a{
 color: #3b73b9; !important;
}

#PBNspacer
{
	height:5px;
	border-left:5px solid #f7f7f7;
	border-right:5px solid #f7f7f7;
	background:#f7f7f7;
	/*padding-top:3px;*/
}

.PBNcarousel-control {
	width:164px;	margin:0px; padding:0px;
	z-index:10;
	position:relative;
}
.PBNcarousel-control a {
	width:41px;		/* changes depending on # of tabs. Must evenly divide into width of PBNcarousel-control above */
	height:17px;
	display: block;
	border-left:1px #CCC solid; border-bottom:1px #CCC solid;
	color: #3b73b9;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	outline:none;
	background:#f7f7f7;
	padding-top:4px;
}
.PBNcarousel-control #PBNsection1 {border-left:1px #f7f7f7 solid !important;}
.PBNcarousel-control a.active {
	border-top:1px #CCC solid;
	border-bottom:none;
	color: #666;	
	background:#FFF;
}
.PBNcarousel-control .active#PBNsection1 {
	border-left:1px #CCC solid !important;
}
/* determined by JS */
/*.PBNcarousel-control .active#PBNsection4 {
	border-right:1px #CCC solid;
}*/

.PBNcarousel-control a:hover {
	text-decoration: underline;	
}
.PBNcarousel-control a.active:hover {
	text-decoration: none;	
}
.PBNcolumn
{
	width: 120px;
	float:left;
}
.PBNcolumn2
{
	width:120px;
	clear:both;
	float:left;
}

.jcarousel-skin-PBN .jcarousel-container {
	/*-moz-border-radius: 10px;
	background: #F0F6F9;
	border: 1px solid #346F97;*/
	background:#FFF;
}
/* width = (tab width) x (# of tabs) + (# of tabs) - 1 */
.jcarousel-skin-PBN .jcarousel-container-horizontal {
    /*width: 367px;*/
    margin: 0px 40px 0px 0px;
	z-index:8;
	border-right:10px solid #f7f7f7;
	border-bottom:10px solid #f7f7f7;
}

.jcarousel-skin-PBN .jcarousel-container-vertical {
    width: 75px;
    height: 440px;
    padding: 40px 20px;

}

/* adjust height of dropdown to display all products 
   adjust width to fit # of tabs */
.jcarousel-skin-PBN .jcarousel-clip-horizontal {
	width:  542px;
	/*height: 560px;*/
	border:1px #CCC solid;

	/*border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;*/
	background:#FFF;
	position:relative;
	top:-1px;	
}

.jcarousel-skin-PBN .jcarousel-clip-vertical {
    width:  445px;
    height: 544px;
}

.jcarousel-skin-PBN .jcarousel-item {
	padding-top:6px;
	border-bottom:1px solid #9E9E9E;
	
}
.jcarousel-skin-PBN .jcarousel-item A
{
color:#3b73b9;
}

.jcarousel-skin-PBN .jcarousel-item-horizontal {
	width:337px; 
    margin-right: 16px;
	padding-left:10px;
	/*background: url(images/Container/Background-container.jpg) repeat-x;*/

}

.jcarousel-skin-PBN .jcarousel-item-vertical {
    margin-bottom: 10px;
	margin-top:2px;

}

.jcarousel-skin-PBN .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-PBN .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/scripts/jcarousel/skins/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-PBN .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-PBN .jcarousel-next-disabled-horizontal,
.jcarousel-skin-PBN .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-PBN .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-PBN .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/scripts/jcarousel/skins/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-PBN .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-PBN .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-PBN .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-PBN .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-PBN .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/scripts/jcarousel/skins/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-PBN .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-PBN .jcarousel-next-disabled-vertical,
.jcarousel-skin-PBN .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-PBN .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-PBN .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/scripts/jcarousel/skins/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-PBN .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-PBN .jcarousel-prev-disabled-vertical,
.jcarousel-skin-PBN .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-PBN .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.linkArrows A {
	padding-left: 10px;
	background: url(/images/SiteWide-ArrowGreyTrans.gif) 2px 5px no-repeat;
	margin-top: 2px;
	display: inline-block;
	color: #666;
	text-decoration: none;
}
.linkArrows A:hover {
	color:#3b73b9;
	text-decoration: underline;
}

.PBNP {
margin:0; padding:0;
line-height:12px;
}
