/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
	display: none;
	font-family: Arial;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	min-width: 84px; /* be nice to Opera */
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

.tabs-nav ul {
	margin: 0px;
	padding: 0px;

}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tabs_images/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #FF0000;
	font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
	color: #690000;
	text-decoration: none;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	border: 1px solid #97a5b0;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.tabs-loading em {
	padding: 0 0 0 20px;
	background-image: url(../images/tabs_images/loading.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


#sub_content .column_1_science ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sub_content .column_1_science li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#science_info_tabs {
	float: left;
	list-style-image: none;
}

#science_info_tabs p {
	padding-right: 30px;
	margin-right: 15px;
}

#science_info_tabs .tab_nav {
	width: 600px;
	display: block;
}

#science_info_tabs .tab_content{
	width: 554px;
}

#science_info_tabs .tab_content ul{
	padding-bottom: 10px;
}

#product_info_tabs .tab_content li {
	padding-top: 0px;
	padding-bottom: 10px;
		list-style-position: inside;
	list-style-image: url(../images/checkmark.png);
}

#product_info_tabs {
	float: left;
	margin-bottom: 30px;
}

#product_info_tabs h2 {
    padding-bottom: 10px;
}

#product_info_tabs ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#product_info_tabs li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#product_info_tabs .tab_nav {
	width: 960px;
	display: block;
}

#product_info_tabs .tab_content {
	width: 960px;
}

#product_info_tabs .tab_content ul{
	padding-bottom: 10px;
}

#product_info_tabs .tab_content li {
	padding-top: 0px;
	padding-bottom: 10px;
		list-style-position: inside;
	list-style-image: url(../images/checkmark.png);
}

#sub_content .tab_content p {
	padding-bottom: 20px;
}


#sub_content .column_1_science {
	float: left;
	width: 610px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c9c9c9;
	padding-right: 30px;
	padding-left: 10px;
	height: auto;
	margin-bottom: 30px;
}

#sub_content .column_1_science h1 {
	padding-bottom: 20px;
}

#sub_content .column_1_science h2 {
	padding-bottom: 15px;
	font-size: 14px;
}

#sub_content .column_1_science h3 {
	font-size: 13px;
	color: #1a1a1c;
	padding-bottom: 5px;
}

#sub_content .column_1 p_science {
	padding-bottom: 20px;
}

#sub_content .column_1_science p {
	padding-bottom: 20px;
}

#sub_content .column_1_science p a{
}

#sub_content .column_1_science p a:hover{
	color: #690000;
	text-decoration: none;
}

#sub_content .column_1_science ul {

}

#sub_content .column_1_science li {


}