@charset "UTF-8";


.moliculeDiv {

display:inline-table;

width: 144px;
border-bottom: solid 1px #FFF;
padding: 3px, 3px, 3px, 3px;
margin-left:4px;
}

.searchDiv {
display:inline-table;
width: 220px;
border-bottom: solid 1px #FFF;
padding: 3px, 3px, 3px, 3px;
margin-left:4px;
}
.spacingDiv {
display:inline-block;
width: 460px;
}
.bottomDiv {
background-image:url(../images/filter1_08.png);
background-repeat:no-repeat;
width: 460px;
height: 9px;
}
.backgroundDiv {
	background-image:url(../images/filter1_02.png);
	background-repeat:repeat-y;
	}
.SearchDropDown {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 190px;
}
.filter1_searchbox {
background-image:url(../images/ft1_search_02.gif);
background-repeat:repeat-x;
}
.filter1_diaclonebox {
background-image:url(../images/diaclone-square_02.jpg);
background-repeat:repeat-x;
}


.filter2_top {
background-image:url(../images/filter_02.gif);
background-repeat:repeat-x;
}
.filter2_bottom {
background-image:url(../images/filter_20.gif);
background-repeat:repeat-x;
}
.filter2_orange_left {
background-image:url(../images/filter_04.gif);
background-repeat:repeat-y;
}
.filter2_orange_right{
background-image:url(../images/filter_06.gif);
background-repeat:repeat-y;
}
.filter2_blue_left {
background-image:url(../images/filter_07.gif);
background-repeat:repeat-y;
}
.filter2_blue_right{
background-image:url(../images/filter_09.gif);
background-repeat:repeat-y;
}
.filter2_gray_left {
background-image:url(../images/filter_10.gif);
background-repeat:repeat-y;
}
.filter2_gray_right{
background-image:url(../images/filter_12.gif);
background-repeat:repeat-y;
}
.filter2_lightblue_left {
background-image:url(../images/filter_13.gif);
background-repeat:repeat-y;
}
.filter2_lightblue_right{
background-image:url(../images/filter_15.gif);
background-repeat:repeat-y;
}
.filter2_white_left {
background-image:url(../images/filter_w_16.gif);
background-repeat:repeat-y;
}
.filter2_white_right{
background-image:url(../images/filter_w_18.gif);
background-repeat:repeat-y;
}
.filter2_white_bottom {
background-image:url(../images/filter_w_20.gif);
background-repeat:repeat-x;
}

.filter3_background {
background-image:url(../images/filter3_01.png);
background-repeat:repeat-y;
}

.filter3_top_corner1 {
background-image:url(../images/filter_3_.gif);
background-repeat:no-repeat;
}
.filter3_top_corner2 {
background-image:url(../images/filter_3_1.gif);
background-repeat:no-repeat;

}

.TabbedPanels {
	margin: 0px;
	padding: 0px, 10px, 10px, 10px;
	float: left;
	clear: none;
	width: 470px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 3px 3px 0px 0px;
	font: bold 1.2em sans-serif;
	
	list-style: none;
	
	background-image:url(../images/filtertab_02.png);
	background-repeat:no-repeat;
	width:120px;
	height:40px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	
}

.TabbedPanelsTabHover {
	
	background-image:url(../images/filtertab_01.png);
	background-repeat:no-repeat;
}

.TabbedPanelsTabSelected {
	
	
	
	background-image:url(../images/filtertab_01.png);
	background-repeat:no-repeat;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	
	
}

.TabbedPanelsContent {
	padding: 0px;
	
}

.TabbedPanelsContent  a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContent  a:hover{
	color: #FF6600;
	text-decoration: none;
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

