/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
#prod .yui-nav li a, #prod .yui-content {
    border:1px solid #0079c0;  /* label and content borders */
}

#prod .yui-nav .selected a {
	background-color:#ecf5fb; /* active tab bgcolor */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}	
#prod .yui-nav .selected a:hover{
	background-color:#ecf5fb; /* active tab bgcolor */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}
#prod .yui-nav a:hover {
    background-color:#ecf5fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width:1px; /* tab hover bgcolor */
}
#prod .yui-nav a {
    background-color:#0079c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; /* tab hover bgcolor */
}
#prod .yui-content {
    background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none; /* content bgcolor */
	height: 474px;
	width: 241px;
	margin: 0px;
	padding: 0px;
}

#prod .yui-nav li em {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
} /* tab padding */

#prod .yui-content {
    margin-top:-1px; /* for active tab overlap */
}
#prod .yui-nav .selected a {
	border-bottom-width: 0px; /* no bottom border for active tab */
}

/* overrides for other orientations */