﻿@import url("../site_map/styles/layout.css");

* img {
	border:0px;
}

/********** FLEX DROP DOWN MENU FORMATTING 
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively
  font: normal 12px Calibri;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
  border: 1px solid black;
  border-bottom-width: 0;
  visibility: hidden;
  display: none; /*collapse all sub menus to begin with
  box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.
  -webkit-box-shadow: 3px 3px 8px #818181;
  -moz-box-shadow: 3px 3px 8px #818181;
  background-color: blue;
  color:white;
}

.flexdropdownmenu li{
  position: relative;
}

.flexdropdownmenu li a{
  display: block;
  width: 160px; /*width of menu (not including side paddings)
  color: white;
  /* background: #99CCFF;
  background-color:blue;
  border-bottom: 1px solid black;
  text-decoration: underline;
  padding: 4px 5px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack
  display: inline-block;
  width: 170px; /*width of menu (include side paddings of LI A
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
  background: #3399FF;
}

.rightarrowclass{
  position: absolute;
  top: 6px;
  right: 5px;
}

********FLEX DROP DOWN MENU FORMATTING **/

.divBox
{
    width: 145px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../images/btn-plastic-052214.png');
    background-repeat: no-repeat;
}

.divBox a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
    text-decoration:none;
}

.divBoxSelect
{
    width: 145px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../images/btn-plastic-select-052914.png');
    background-repeat: no-repeat;
}

.divBoxSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
    text-decoration:none;
}

.divBoxHorizontal
{
    width: 142px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../images/btn-plastic-052214.png');
    background-repeat: no-repeat;
    float: left;
}

.divBoxHorizontal a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
    text-decoration:none;
}

.divBoxHorizontalSelect
{
    width: 144px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../images/btn-plastic-select-052914.png');
    background-repeat: no-repeat;
}

.divBoxHorizontalSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
    text-decoration:none;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.strikethrough {
	text-decoration:line-through;
}

.underline {
	text-decoration:underline;
}

.red {
	color:red;
}

.white {
	color:white;
}

.xxlarge {
	font-size:xx-large;
}

.xlarge {
	font-size:x-large;
}

.large {
	font-size:large;
}

.medium {
	font-size:medium;
}

.small {
	font-size:small;
}

.xsmall {
	font-size:x-small;
}

.xxsmall {
	font-size:xx-small;
}

.table-header {
	background-color:blue;
	color:white;
	text-align:center;
	font-size:large;
	font-weight:bold;
}

.cell-header {
	background-color:blue;
	color:white;
	text-align:center;
	font-size:medium;
	font-weight:bold;
}

.cell {
	background-color:white;
	color:blue;
}

.cell a {
	color:red;
}

.cell-blue {
	background-color:blue;
	color:white;
}

.cell-blue a {
	color:white;
}

.cell-black {
	background-color:black;
	color:white;
}

.cell-black a {
	color:white;
}

.cell-clear {
	background-color: transparent;
	color:white;
}

.cell-clear a {
	color:white;
}


.cell-top {
	vertical-align:top;
}	

.cell-border {
	border: 1px solid blue;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:none;
}


.announcement-red {
	width:400px;
	background-color:red;
	border-radius:20px;
	/* margin-top:5px; */
	padding:5px;
	color:white;
	/* margin-bottom:5px; */
	border-style:outset;
}

.announcement-red a {
	color:white;
}


/********** PAGE FORMATTING **********/
body {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.8em;
	color:blue;
	background-image:url('../images/ss005800600.jpg');
}

#container {
	width: 1000px;
	margin: 0 auto;
	border-style:solid;
	border-color:navy;
	border-width:5px;
	/*background-color:white;*/
}
#header-main {
	width: 1000px;
	margin: 0 auto;
	/*background-color:white;*/
}
#top-menu {
	text-align: middle;
	font-size: 12px;
	font-weight:bold;
	/*background-color:white;*/
	color: white;
	height: 30px;
}
#top-menu td {
	background-image:url('../images/btn-plastic-052214.png');
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}
#top-menu a {
	color:white;
	text-decoration:none;
}
#content-main {
	width: 1000px;
	margin: 0 auto;
	overflow:auto;
	/*background-color:white;*/
}

/*
#content-main a {
	text-decoration:underline;
	color:red;
}
*/

#content-main p {
	color:blue;
	font-weight:bold;
	font-size:18px;
}
#navigation {
	width: 145px;
	/*background-color:blue;*/
	color:white;
	/*padding: 5px;*/
	float:left;
}

#navigation td {
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat:no-repeat;
	height: 17px;
}

#navigation a {
	color: white;
	text-decoration:none;
}

#twitter-container {
	height:90px;
	width:90px;
	background-color:white;
	border-style:solid;
	border-width:2px;
	border-radius:5px;
	border-color:navy;
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
}

#content {
	width: 835px;
	padding:5px;
	float:right;
	min-height:1000px;
	/*background-color:white;*/
}

#content table {
	background-color:blue;
}

}

/*
#content a {
	text-decoration:underline;
	color:red;
}
*/

#announcement {
	width:600px;
	background-color:white;
	border-radius:10px;
	border-color:blue;
	margin-top:5px;
	padding:5px;
	color:blue;
}

#announcement a {
	color:red;
}

#announcement-820w {
	width:820px;
	background-color:white;
	border-radius:10px;
	border-color:blue;
	margin-top:5px;
	margin-left:2px;
	padding:5px;
	color:blue;
}

#announcement-800w a {
	color:red;
}

#announcement-red-400 {
	width:400px;
	background-color:red;
	border-radius:20px;
	/* margin-top:5px; */
	padding:5px;
	color:white;
	/* margin-bottom:5px; */
	border-style:outset;
}

#announcement-red-400 a {
	color:white;
}



#announcement-red-half-left {
	width:395px;
	background-color:red;
	border-radius:20px;
	/* margin-top:5px; */
	padding:5px;
	color:white;
	/* margin-bottom:5px; */
	border-style:outset;
}

#announcement-red-half-left a {
	color:white;
}

#announcement-red-half-right {
	width:395px;
	background-color:red;
	border-radius:20px;
	/* margin-top:5px; */
	padding:5px;
	color:white;
	/* margin-bottom:5px; */
	border-style:outset;
}

#announcement-red-half-right a {
	color:white;
}


#announcement-red-550-1 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-2 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-3 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-4 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-5 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-6 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-7 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-8 { 	/* ONLY USE FOR FIBER OWL 7 TEST KITS PAGE!  DO NOT USE ON ANY OTHER PAGE! */
	width:550px;
	background-color:red;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;
	font-size:large;
	font-weight:bold;
}

#announcement-red-550-1 a {
	color:white;
}

#announcement-red-550-2 a {
	color:white;
}

#announcement-red-550-3 a {
	color:white;
}

#announcement-red-550-4 a {
	color:white;
}

#announcement-red-550-5 a {
	color:white;
}

#announcement-red-550-6 a {
	color:white;
}

#announcement-red-550-7 a {
	color:white;
}

#announcement-red-550-8 a {
	color:white;
}



#announcement-blue {
	width:220px;
	background-color:blue;
	border-radius:20px;
	margin-top:5px;
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-style:outset;

}

#announcement-blue a {
	color:white;
}

#product-list {
	width:98%;
	background-color:white;
	border-radius:10px;
	border-color:blue;
	margin:auto;
	margin-top:2px;
	padding:5px;
	color:blue;
}

#sidebar-left {
	width: 145px;
	float: left;
	/*background-color:blue;*/
	color:blue;
	text-align: center;
	
}

#sidebar-left a {
	color: white;
}

#footer-main {
	float:left;
	width: 1000px;
	margin: 0 auto;
}

#footer-category {
	font-size:10px;
	text-align:center;
	color: blue;
	/*background-color:blue;*/
	padding:5px;
	height:250px;
}

#footer-category a {
	text-decoration:underline;
	color: red;
}

#footer {
	color:blue;
	/*background-color:white;*/
	font-size:10px;
}

#footer h1,h2,h3,h4,h5,h6 {
	text-align:center;
}

#footer td {
	vertical-align:middle;
}

#footer a {
	color: red;
	text-decoration:underline;
}

#footer p {
	text-align:center;
}

/* VIDEO COLLAPSIBLE QUESTION/ANSWER */

/* Style the button that is used to open and close the collapsible content */
.question {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  border-radius:10px;
  text-align: left;
  outline: none;
  font-size: 12px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .question:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.answer {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.question:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
