@charset "UTF-8";

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 240px;
top: 100px;
	position: relative;
}

#container .VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 240px;
	height: 420px;
	background: url(../images_rev/popup_photobg.gif) top left no-repeat;
top: 0px;
	position: relative;
}


/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	text-align: right;
	border-top: none;
	border-left: none;
	border: 0px;
	border-bottom: solid 1px #D6DADD;
	padding: 10px 10px 10px 10px;
	font-size: 1.2em;
		background: #D6DADD url(../images_rev/tabnav_grad.gif) top repeat-x;
		list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #1172C3;
	line-height: 1.0;
}

img.TabImage .TabbedPanelsTabSelected  {
background-image: none;
background-color: none;
border: none;
}

 img:hover .TabImage {
background-image: none;
background-color: none;
border: none;
}

img.TabbedPanelsTabHover {
background: none;
}

.VTabbedPanels .TabbedPanelsTab .vtab_image{
list-style-type: none;
margin-top: 10px;
}

.VTabbedPanels .TabbedPanelsTabHover {
	background-color: #FFF;
	background-image: none;
}

.VTabbedPanels  li.vtab_image .TabbedPanelsTabHover {

}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
background-image: none;
	color: #506173;
	font-weight: bold;
	outline: none;
	background-color: #D7E9C1;
	border-left: solid 5px #FFF;
	border-top: solid 10px #FFF;
	border-bottom: solid 10px #FFF;
}

.VTabbedPanels .TabbedPanelsTab a {
	text-decoration: none;
	color: #1170BF;
}


	
	
/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 720px;
	border: 0;
	text-align: left;
	background-color: #FFFFFF;
}


#container .VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 520px;
	border: 0;
	text-align: left;
	background-color: #FFFFFF;
}

#container .VTabbedPanels .TabbedPanelsContent {
height: 405px;
padding: 0;
margin: 0;
border: 0;
}

#nanofacts {
margin: 0; 
padding: 0; 
list-style-type: none;
}

#HTab .TabbedPanelsContent ul  {
list-style-type: square;
margin-left: 75px;
margin-right: 75px;
font-size: 1.4em;
color: #3A4754;
}

#HTab .TabbedPanelsContent  li {
margin-bottom: 15px;
}
