body {
   background-image: url(../images/nav/background-toys-sub.jpg);
   background-color: white;
   background-repeat: repeat-x;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 0.8em;
   text-align: center;
   margin: 0;
   padding: 0;
   left: 0;
   top: 0;
   color: #000;
}

body * {
   text-align: left;
}

a, a:hover, a:visited, a:active {
   text-decoration: none;
   color: black;
   -moz-outline-style: none;
   outline: none;
}

h3 {
	margin-top:20px;
        margin-bottom: 10px;
}

h4 {
	margin-bottom:2px;
}

table {
   border-collapse: collapse;
   border: 0;
}

table tr td {
   padding: 5px;
   border: 1px solid #c0c0c0;
}

#mainDiv {
   display: block;
   width: 960px;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
}

#mainHead {
   display: block;
   margin: 10px 0px 0px 10px;
   width: 960px;
   height: 120px;
/*   background-image: url(../images/nav/logo-portal.gif); */
   background-repeat: no-repeat;
}

#mainHead a img {
   border: 0;
   float: left;
   width: 445px;
}

#topMenu {
   height: 39px;
   width: 960px;
   padding: 5px;
   text-align: left;
   white-space: nowrap;
   background-color: white;
   -webkit-border-radius: 5px;
   -webkit-box-shadow: 0px 0px 10px #808080;
   -moz-border-radius: 5px;
   -moz-box-shadow: 0px 0px 5px #888;
}

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

#topMenu ul li.separator {
   height: 37px;
   padding: 0px;
   margin-top: 2px;
   margin-left: 1px;
   margin-right: 1px;
   background-image: url(../images/nav/nav-vertical-separator.gif);
   background-repeat: repeat-y;
   float: left;
   width: 5px;
}

#topMenu ul li.separator:hover {
   background-image: url(../images/nav/nav-vertical-separator.gif);
}

#topMenu ul li:hover {
   background-image: none;
}

#topMenu ul li {
   background-image: url(../images/nav/button-background-off-color.jpg);
   font-size: 13px;
   text-align: center;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   font-weight: bold;
   float: left;
   margin-right: 0px;
   height: 39px;
}

#topMenu ul li a {
   text-align: center;
   text-decoration: none;
   height: 29px;
   display: block;
   padding: 0;
   padding: 12px 10px 0 10px;
   margin-right: 0px;
}

#topMenu ul li.current {
   background-image: none;
   padding: 12px 0px 0 0px;
   height: 27px;
}

#bottomArea {
   min-height: 100px;
   width: 970px;
   margin-top: 15px;
   padding: 0px;
}

#bottomArea a, #bottomArea a:hover, #bottomArea a:visited,
   #bottomArea a:hover {
}


#leftOneColumn {
   float: left;
   width: 280px;
   margin: 0;
   padding: 0;
}

#leftOneColumn H1 {
   width: 264px;
   background-color: white;
   font-size: 1.0em;
   padding-left: 20px;
   padding-top: 3px;
   padding-bottom: 3px;
   -moz-border-radius: 5px 0px 0px 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
   margin-top: 0;
   margin-bottom: 0;
}

#leftOneColumn UL {
   float: left;
   width: 264px;
   margin: 0;
   padding: 0;
   list-style-type: none;
   font-size: 1.0em;
}

#leftOneColumn UL LI {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin-top: 3px;
   color: white;
   font-weight: bold;
}

#leftOneColumn UL LI:hover {
   background-color: white;
}

#leftOneColumn UL LI.current {
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 40px;
   background-repeat: no-repeat;
   background-position: 20px 5px;
   background-color: white;
}

#leftOneColumn UL LI A {
   display: block;
   padding-left: 40px;
   padding-top: 3px;
   padding-bottom: 3px;
   color: white;
}
#leftOneColumn UL LI A:hover {
}

#rightTwoColumns {
   float: right;
   width: 650px;
   padding-left: 20px;
   padding-right: 20px;
   background-color: white;
   min-height: 300px;
   padding-top: 10px;
   -moz-border-radius: 0px 5px 5px 5px;
   -webkit-border-top-right-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
   margin-bottom: 20px;
}

#rightTwoColumns h1, #rightTwoColumns h2 {
   font-size: 1.5em;
   padding-bottom: 5px;
   border-bottom: 5px solid #D9D6D3;
   margin-bottom: 10px;
}

#rightTwoColumns img {
   border: 0;
   float: right;
   margin: 10px 0px 10px 10px;
}

#rightTwoColumns img.left {
   float: left;
   margin: 10px 10px 10px 0px;
}

#rightTwoColumns a, #rightTwoColumns a:hover, #rightTwoColumns a:visited,
   #rightTwoColumns a:hover,
#popupBody a, #popupBody a:hover, #popupBody a:visited,
   #popupBody a:hover
 {
/*   color: #EB6E1F; */
   color: #3030a0;
   color: #2200CC;
}

#rightTwoColumns a:hover {
   border-bottom: 1px dotted #3030a0;
}

#pageFooter {
   clear: both;
   margin-left: 10px;
   margin-top: 40px;
   padding-top: 10px;
   height: 100px;
   border-top: 1px dotted #c0c0c0;
}

#rightTwoColumns H2.ProductName {
   font-size: 1.4em;
   font-weight: bold;
   border: 0;
   margin: 0;
   padding: 0;
}

#rightTwoColumns H3.ProductBrand {
   font-size: 1.2em;
   font-weight: bold;
   border: 0;
   color: #909090;
   margin: 0;
   padding: 0;
}

#rightTwoColumns img {
   border: 0;
   float: right;
   margin: 10px 0px 10px 10px;
}

#rightTwoColumns img.left {
   float: left;
   margin: 10px 10px 10px 0px;
}

#pageFooter {
   clear: both;
   margin-left: 10px;
   margin-top: 40px;
   padding-top: 10px;
   height: 100px;
   border-top: 1px dotted #c0c0c0;
}

#pageFooter #footerLinks {
   margin-top: 20px;
   width: 600px;
   float: left;
}

#pageFooter #footerLinks a {
   margin: 0px 20px 0px 20px;
   color: #009BC9;
   float: left;
}

#pageFooter #footerLinks #copyright {
   margin: 0px 20px 0px 20px;
   float: left;
}

#pageFooter div.separator {
   height: 20px;
   background-image: url(../images/nav/nav-vertical-separator.gif);
   background-repeat: repeat-y;
   float: left;
   width: 5px;
}

#pageFooter #footerLogo {
   float: right;
   margin: 0; padding: 0;
}

#pageFooter #footerLogo #logo {
   width: 74px;
   height: 57px;
   margin-right: 10px;
   float: left;
}

#pageFooter #footerLogo #logoText {
   font-size: 0.8em;
   margin-top: 9px;
   margin-right: 10px;
   width: 100px;
   float: left;
}

em, i {
   font-style: italic;
}

strong, b {
   font-weight: bold;
}

#ScoreTable {
   padding-right: 10px;
   text-align: center;
   width: 325px;
   border: none;
}

#ScoreTable TR TD {
   border: none;
}

#ScoreTable TR TD.chemical {
   text-align: center;
   font-size: 0.8em;
}

#levelBox {
   width: 144px;
   height: 144px;
   position: relative;
   margin-left: 10px;
/*   margin-left: auto;
   margin-right: auto; */
   float: left;
   font-weight: bold;
   text-align: center;
}

#levelBox div.methodDescription {
   padding-top: 50px;
   padding-bottom: 0;
   text-align: center;
   font-size: 12px;
   line-height: 12px;
}

#levelBox div.Score {
   padding-top: 0px;
   padding-bottom: 0px;
   text-align: center;
   font-size: 28px;
   line-height: 30px;
/*   text-shadow: #000000 1px 1px 5px; */
/*   text-shadow: 1px 1px 5px #000; */
}

#levelBox div.Subtext {
   padding-top: 0px;
   margin-top: 0px;
   text-align: center;
   font-size: 12px;
   line-height: 10px;
}

#levelBox.low {
   background-image: url(/images/nav/score_low_circle.png);
   color: white;
}
#levelBox.medium {
   background-image: url(/images/nav/score_medium_circle.png);
   color: #000;
}
#levelBox.high {
   background-image: url(/images/nav/score_high_circle.png);
   color: white;
}


TABLE.ComponentsTable, TABLE.SearchTable, TABLE.checkouttable {
   width: 100%;
   border-collapse: collapse;
   margin-top: 25px;
   clear: both;
   border: none;
}

TABLE.ComponentsTable TR, TABLE.SearchTable TR {
   border: none;
   border-top: 1px solid #d0d0d0;
   border-bottom: 1px solid #d0d0d0;
}

TABLE.ComponentsTable TR TD.empty {
   background-color: #d0d0d0;
}

TABLE checkouttable tr {
   border: none;
}

TABLE.ComponentsTable TR TH, TABLE.SearchTable TR TH, TABLE.checkouttable TH {
   border: none;
}

TABLE.ComponentsTable TR TD, TABLE.SearchTable TR TD, TABLE.checkouttable TR TD {
   border: none;
   text-align: center;
   padding-top: 4px;
   padding-bottom: 4px;
}

TABLE.checkouttable TR TD {
   text-align: left;
}

TABLE.ComponentsTable TR TH, TABLE.SearchTable TR TH, TABLE.checkouttable TR TH {
   padding-top: 4px;
   padding-bottom: 4px;
}

TABLE.ComponentsTable TR TD.ComponentName, TABLE.SearchTable TR TD.ProductName {
   text-align: left;
   padding-left: 10px;
}

TABLE.ComponentsTable TR.shade, TABLE.SearchTable TR.shade {
   background-color: #dfdfdf;
}

TABLE.ComponentsTable TR.noshade, TABLE.SearchTable TR.noshade {
   background-color: #efefef;
}

TABLE.checkouttable {
   padding-top: 0;
   margin-top: 0;
}

TABLE.checkouttable tr td {
   padding-left: 0;
}

#LeftHalf {
   width: 325px;
   float: left;
   margin: 0;
   padding: 0;
   margin-top: 20px;
}

#RightHalf {
   width: 325px;
   float: right;
   margin: 0;
   padding: 0;
   margin-top: 20px;
}

#ProductImageContainer {
   height: 300px;
}

#ProductImageContainer P img {
   float: none;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

P.disclaimer {
   clear: both;
   margin-top: 15px;
   text-align: justify;
   padding-left: 5px;
   padding-right: 5px;
}

P.disclaimer A, P.disclaimer A:hover, P.disclaimer A:visited,
     P.disclaimer A:active {
   text-decoration: underline;
}

#LeftHalf H5 {
   color: black;
   font-weight: bold;
   font-size: 1.1em;
   padding-bottom: 0;
   margin-bottom: 0;
}

#LeftHalf P.Detail {
   color: black;
   padding-top: 0;
   margin-top: 0;
}

#topRightLinks {
/*   z-index: 100;
   position: absolute;
   margin-left: auto;
   margin-right: auto;
   top: 15px; */
   width: 510px;
   float: right;
   text-align: right;
   padding: 0;
   margin-right: 0;
   font-weight: normal;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
}

#topRightLinks a, #topRightLinks a:hover, #topRightLinks a:visited,
   #topRightLinks a:hover {
   float: right;
   padding-right: 10px; padding-left: 10px;
   color: #009BC9;
   font-weight: normal;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
}

#mainDiv #topRightLinks div a {
   border-left: 1px solid #8CC63F;
   font-weight: normal;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
}

#mainDiv #topRightLinks div.firstLink a {
   border-left: none;
   padding-right: none;
   font-weight: normal;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
}

#topRightLinks form {
   clear: both;
   text-align: right;
   padding-top: 12px;
}

#topRightLinks a.lastLink {
   padding-right: 0;
   margin-right: none;
   font-weight: normal;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
}

#popupBody {
   margin: 10px;
   padding: 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   background-color: white;
}

body.popupBody {
   background-position: 0px -165px;
}


/* Extras */

#coolLinksBox {
   clear: right;
   float: right;
   padding: 0px;
   width: 205px;
   color: #b06000;
   border: 0;
   background-color: white;
   margin: 10px 0px 10px 10px;
   margin-left: 10px;
   margin-bottom: 10px;
}

#rightTwoColumns #coolLinksBox h1 {
   border: none;
}

#coolLinksBox h1 {
   padding: 5px 10px 5px 10px;
   font-size: 12px;
   background-color: #bc5a03;
   color: #ffcc00;
   font-weight: bold;
   text-align: center;
   margin-bottom: 0.25em;
   margin: 0;
   border: none;
   border-top: 2px solid #606060;
   border-right: 2px solid #606060;
   border-left: 2px solid #606060;
   border-bottom: none;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -moz-border-radius: 10px 10px 0px 0px;
}

#rightTwoColumns #coolLinksBox #linksText {
   padding: 5px 10px 5px 10px;
   background-color: #f0f0f0;
   border-top: 0;
   border-bottom: 2px solid #606060;
   border-right: 2px solid #606060;
   border-left: 2px solid #606060;
   -webkit-border-bottom-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius: 0px 0px 10px 10px;
}

#rightTwoColumns #coolLinksBox A {
   border: none;
   text-decoration: none;
}

P.question {
   font-weight: bold;
}

P.answer {
   font-weight: normal;
}

#homePageBody {
   width: 970px;
   background-color: transparent;
   min-height: 300px;
   padding: 0px;
}

#mobileBox {
   border: none;
   padding: 0;
   margin: 0;
   margin-bottom: 10px;
   width: 264px;
   color: #fff;
}

#mobileBox table tr td {
   padding: 0;
   margin: 0;
   border: none;
}

#mobileBox H1 {
   border-bottom: 1px dotted #fff;
   font-size: 16px;
   margin-top: 0px;
   padding-top: 5px;
}

#searchBox {
   border: none;
   padding: 0;
   margin: 0;
   margin-bottom: 10px;
   width: 264px;
   color: #fff;
}

#searchBox table tr td {
   padding: 0;
   margin: 0;
   border: none;
}

#searchBox H1 {
   border-bottom: 1px dotted #fff;
   font-size: 16px;
   margin-top: 0px;
   padding-top: 5px;
}

#searchBox A {
   border: none;
   text-decoration: none;
}

div.lbl {
   width: 24px;
   height: 21px;
   margin: 0;
   padding: 0;
   background-image: url(/images/nav/searchbox-lbl.png);
   vertical-align: middle;
   float: left;
   cursor: hand;
}

div.lbm {
   width: 197px;
   height: 18px;
   margin: 0;
   padding-top: 3px;
   background-image: url(/images/nav/searchbox-lbm.png);
   color: #fff;
   line-height: 14px;
   font-size: 14px;
   vertical-align: middle;
   float: left;
   cursor: hand;
}

div.lbr {
   width: 11px;
   height: 21px;
   margin: 0;
   padding: 0;
   background-image: url(/images/nav/searchbox-lbr.png);
   vertical-align: middle;
   float: left;
   cursor: hand;
}

#mainDiv #bottomArea #leftOneColumn #mobileBox {
   float: left;
}

#mainDiv #bottomArea #leftOneColumn #mobileBox table tbody tr td H1 {
   text-align: left;
   width: 244px;
   padding: 0;
   margin: 0;
   color: white;
   font-size: 16px;
   margin-top: 0px;
   padding-top: 5px;
   background-color: transparent;
   border-bottom: none;
}

/* Buy Links */

div.buyProduct {
   font-size: 1em;
   text-align: center;
   margin: 0;
   padding: 0;
}

div.buyAZ, div.buyTTT {
   font-size: 1.5em;
   text-align: center;
   margin: 0 0 5px 0;
   padding: 0;
}

div.buyAZ A:hover {
   border: 0;
}

/* End Buy Links */


#rightTwoColumns .imageLeftNoFloat {
   float: none;
   clear: both;
   margin: 10px 0 10px 0;
   padding: 0;
   border: 0;
}

#rightTwoColumns .imageLeftFloat {
   float: left;
   margin: 10px 0 10px 0;
   padding: 0;
   border: 0;
}

/* Vote Stuff */

#votetable {
   clear: both;
   width: 100%;
   border-collapse: collapse;
   margin-top: 1em;
}

#votetable TH, #votetable TD {
   border-bottom: 1px solid #c0c0c0;
}

voteTable {
   margin: 0;
   margin-top: 15px;
   padding: 0;
   border-collapse: collapse;
   border-spacing: 0;
}

#voteTable th {
   color: #303030;
   text-align: left;
   border-bottom: 2px solid #808080;
   text-transform:uppercase;
   vertical-align: bottom;
}

#voteTable td {
   vertical-align: middle;
   border: none;
}

#voteTable td, #voteTable th {
   padding: 3px;
}

#voteTable .datacell {
   border-bottom: 1px solid #c0c0c0;
   border-right: 1px solid #b0b0b0;
}

#voteTable .datacell {
   border-bottom: 1px solid #c0c0c0;
   border-right: 1px solid #b0b0b0;
}
#voteTable .radiobutton {
   border-bottom: 1px solid #c0c0c0;
}
#voteTable .results {
   border-bottom: 1px solid #c0c0c0;
}
#voteTable .submit {
   padding-top: 10px;
   text-align: center;
   border-top: 2px solid #808080;
}

#voteResults {
   position: relative;
   width: 100px;
   height: 15px;
}

#voteResults #result {
/*   background-color: #ffa0a0; */
   background-color: #a0a0ff;
   height: 15px;
   z-index: 1;
   position: absolute;
   left: 0px;
   top: 0px;
}

#voteResults #votenumber {
   top: 0px;
   left: 0px;
   width: 100px;
   z-index: 2;
   font-size: 12px;
   text-align: center;
   color: black;
   position: absolute;
}

/* End vote stuff */

ol li.big, ul li.big {
   font-size: 1.5em;
   font-weight: bold;
}

.literal {
   text-transform: uppercase;
   font-family: courier-new, courier, fixed;
   color: #6060a0;
   font-weight: bold;
}

#siteletBox {
   border: none;
   padding: 0;
   margin: 0;
   margin-bottom: 10px;
   width: 264px;
   color: #fff;
}

#siteletBox table tr td {
   padding: 0;
   margin: 0;
   border: none;
   vertical-align: top;
}

#siteletBox H1 {
   border-bottom: 1px dotted #fff;
   font-size: 16px;
   margin-top: 0px;
   padding-top: 5px;
}

#siteletBox A {
   border: none;
   text-decoration: none;
}

#rightTwoColumns h2.checkouthead {
   border-bottom: 0;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 10px;
   border-bottom: 1px solid #c0c0c0;
}

.error {
   color: #c03030;
}

#rightTwoColumns h2.error {
   border-bottom: none;
}

#toycart, #toycartContents, #listAreaList {
   width: 264px;
}

#mainDiv #bottomArea #leftOneColumn #toycart h1,
#mainDiv #bottomArea #leftOneColumn #toycart h2,
#mainDiv #bottomArea #leftOneColumn #toycart h3
 {
   -moz-border-radius: none;
   -webkit-border-radius: none;
   background: transparent;
   color: white;
}

#listAreaList h2 {
   font-size: 14px;
   font-weight: bold;
   padding: 0;
   border-bottom: 1px solid #c0c0c0;
   text-align: left;
   width: 200px;
   margin: 0;
   margin-top: 5px;
   margin-bottom: 3px;
}

#listAreaList p.item {
   margin: 0;
   padding: 0;
   padding-left: 14px;
   text-align: left;
   color: white;
   width: 244px;
}

#listAreaList p.item  a {
   color: white;
}

#listAreaList a.remove {
   color: #ff0000;
}

.shoppingListRemark {
   color: white;
   font-style: italic;
}
