#header {
  color: #fff;
  height: 66px;
  padding: 0 0 20px 0;
  }

#header a {
  color: #fc0;
  }

img {
  border: none;
  }

#leftSide {
  float: left;
  height: 66px;
  }

#rightSide {
  float: right;
  height: 66px;
  }

#resultSet {
  width: 100%;
  text-align: right;
  margin: 4px 0px 0px 0px;
  }

#resultSet a.home {
  color: #333;
  }

#resultSet a {
  color: #fc0;
  }

ul#nav {
  margin: 29px 0px 0px 0px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  max-width: 700px;
  }

ul#nav li:last-child {
  background: none;
  }

ul#nav li {
  float: left;
  font: bold 12px Arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px 0px 0px 4px;
  margin: 0 0px 0;
  border-left: 1px solid #191919
  }

ul#nav li a {
  font: bold 12px Arial, helvetica, sans-serif;
  display: block;
  text-indent: 5px;
  margin: 0 3px 0 0;
  height: 20px;
  }

ul#nav li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

/* about */
ul#nav li a.about {
  width: 84px;
  margin-top: -5px;
  height: 25px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 0;
  text-indent: -9999px
  }

ul#nav li:hover a.about, ul#nav li.sfhover a.about, ul#nav li.active a.about {
  background: url(/imgs/menu/menu.gif) no-repeat -160px 0;
  }

/* login */
ul#nav li a.loginB {
  width: 60px;
  height: 20px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 -321px;
  text-indent: -9999px
  }

ul#nav li:hover a.loginB, ul#nav li.sfhover a.loginB, ul#nav li.active a.loginB {
  width: 60px;
  height: 20px;
  background: url(/imgs/menu/menu.gif) no-repeat -160px -321px;
  }

/* account */
ul#nav li a.account {
  width: 124px;
  margin-top: -5px;
  height: 25px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 -200px;
  text-indent: -9999px
  }
ul#nav li:hover a.account, ul#nav li.sfhover a.account, ul#nav li.active a.account  {
  background: url(/imgs/menu/menu.gif) no-repeat -160px -200px;
  }

/* promotions */
ul#nav li a.promotions {
  width: 110px;
  margin-top: -5px;
  height: 25px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 -35px;
  text-indent: -9999px
  }

ul#nav li:hover a.promotions, ul#nav li.sfhover a.promotions, ul#nav li.active a.promotions {
  background: url(/imgs/menu/menu.gif) no-repeat -160px -35px;
  }

/* collections */
ul#nav li a.collections {
  width: 126px;
  margin-top: -5px;
  height: 25px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 -275px;
  text-indent: -9999px
  }

ul#nav li:hover a.collections, ul#nav li.sfhover a.collections, ul#nav li.active a.collections {
  background: url(/imgs/menu/menu.gif) no-repeat -160px -275px;
  }

/* cart */
ul#nav li a.cart {
  width: 55px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 -160px;
  text-indent: -9999px
  }

ul#nav li:hover a.cart, ul#nav li.sfhover a.cart, ul#nav li.active a.cart {
  background: url(/imgs/menu/menu.gif) no-repeat -160px -160px;
  }


/* contact */
ul#nav li a.contact{
  width: 104px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 -80px;
  text-indent: -9999px
  }

ul#nav li:hover a.contact, ul#nav li.sfhover a.contact, ul#nav li.active a.contact {
  background: url(/imgs/menu/menu.gif) no-repeat -160px -80px;
  }

/* show sub menu */
ul#nav li:hover ul.sub, ul#nav li.sfhover ul.sub {
  left: auto;
  }

/* sub menu */

ul.sub {
  position: absolute;
  left: -999px;
  list-style: none;
  padding: 7px 13px 7px 7px;
  font: bold 12px Arial, helvetica, sans-serif;
  z-index: 10000;
  background-color: #191919;
  max-height: 100%;
  overflow: visible;
  color: white;
/*  border-top: 1px solid #ff6600;*/
  }

/* sub menu links */
ul#nav ul.sub li {
  margin: 0;
  background-color: #191919;
}

ul#nav ul.sub li a {
  text-align: left;
  background-image: none;
  padding: 0;
  margin: 2px 6px -2px 0;
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  background-color: transparent;
  background-image: none;
  }

ul.sub li.active, ul.sub li:hover, ul.sub li.sfhover  {
  background-image: none;
  background-color: #5c2500 !important;
  }

ul#nav ul.sub li:hover a {
  background-image: none;
  }

ul.sub li span.orange {
  font: normal 10px Arial, helvetica, sans-serif;
  color: #fc0;
  margin: 0 4px 0 0;
  }

ul.promoSub  {
  margin: 0 0 0 -0px;
  width: 215px;
  }

ul.promoSub li a {
  width: 210px;
  }

ul.collecSub  {
  margin: 0 0 0 -0px;
  width: 215px;
  }

ul.collecSub li a {
  width: 210px;
  }

ul.aboutSub  {
  margin: 0 0 0 -77px;
  width: 140px;
  }

ul.aboutSub li a {
  text-align: right !important;
  width: 135px;
  }

ul.accountSub  {
  margin: 0 0 0 0px;
  width: 150px;
  }

ul.accountSub li a {
  width: 145px;
  }

/* search styles */

/* search */

div#searchDiv a.search {
  display: block;
  width: 88px;
  margin-top: 5px;
  height: 25px;
  background: url(/imgs/menu/menu.gif) no-repeat 0 -120px;
  text-indent: -9999px
  }

div#searchDiv:hover a.search, div#searchDiv.sfhover a.search {
  background: url(/imgs/menu/menu.gif) no-repeat -160px -120px;
  }

/* show search */
div#searchDiv:hover #searchBox, div#searchDiv.sfhover #searchBox {
  left: auto;
  }

#searchBox {
  z-index: 134;
  }

#searchBox form {
  margin: 0;
  padding: 0;
  }

#searchBox img {
  float: left;
  }

#searchBox a.tipB {
  padding: 0;
  width:60px;
  height:16px;
  }

#searchBox a.tipB:hover span.tip{
  display:block;
  }

#searchBox a {
  text-decoration: none;
  }

#searchBox a.searchButton {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat;
  float: left;
  width:91px;
  height:32px;
  position: absolute;
  left: 230px;
  }

#searchBox a.searchButton:hover {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat 0 -32px !important;
  }

#searchBox a.ed {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -92px 0;
  float: left;
  width:78px;
  height:16px;
  margin:0 0 0 0;
  }

#searchBox a.ed:hover {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -92px -32px !important;
  }

#searchBox a.pro {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -92px -16px;
  float: left;
  width:78px;
  height:16px;
  margin:0 0 0 0;
  }

#searchBox a.pro:hover {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -92px -48px !important;
  }

#searchBox a.edRadioBlank {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -169px 0;
  border:hidden;
  float: left;
  width: 12px;
  height:16px;
  margin:0 0 0 0;
  }

#searchBox a.edRadioChecked {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -169px -32px;
  border:hidden;
  float: left;
  width: 12px;
  height:16px;
  margin:0 0 0 0;
  }

#searchBox a.proRadioBlank {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -169px -16px;
  border:hidden;
  float: left;
  width: 12px;
  height:16px;
  margin:0 0 0 0;
  }

#searchBox a.proRadioChecked {
  background: url(/imgs/menu/searchButtonPannel.png) no-repeat -169px -48px;
  border:hidden;
  float: left;
  width: 12px;
  height:16px;
  margin:0 0 0 0;
  }

#searchBox span.tip  {
  position: absolute;
  left: 165px;
  top: 30px;
  display: none;
  clear: both;
  }

#searchBox {
  position: absolute;
  width: 400px;
  left: -999em;
  list-style: none;
  float: left;
  background-color: #191919;
  margin: 0 0 0 0;
  padding: 8px 12px 8px 12px;
  }

#searchBox .hiddenBox {
  display: none;
  }

#searchBox .textBox {
  margin: 0 8px 0 0;
  width: 205px;
  height: 28px;
  padding: 2px 0 0 2px;
  }

#searchBox input {
  float: left;
  display: inline;
  padding: 0 0 0 2px;
  margin: 0;
  height: 30px;
  border: none;
  font-size: 22px;
  }

.edTip  {
  width:298px;
  height:109px;
  display:inline-block;
  background: url(/imgs/menu/edTip.png);
  }

.proTip  {
  width:314px;
  height:105px;
  display:inline-block;
  background: url(/imgs/menu/proTip.png);
  }

#searchBox .blank {
  height: 10px;
  clear: both;
  }

#slider { 
  overflow:hidden; /* so we can animate to zero width */ 
  display:block;
  width:90px;
  position: absolute;
  left: 320px;
  } 

#header div.logo a{
  overflow: hidden;
  display:block;
  width:175px;
  height:35px;
  background:url(/imgs/logo.png) no-repeat;
  text-indent:-999px;
  }

#header div.logo .leterHead, #header div.logo2 .leterHead {
  display: none;
  }

#header .corporate {
  font: normal 12px Arial, helvetica, sans-serif;
  float: left;
  }

#header .accountGreeting  {
  font: normal 12px Arial, helvetica, sans-serif;
  color: #ccc;
  text-align: right;
  margin: 0;
  }

#header .accountGreeting a {
  font: normal 12px Arial, helvetica, sans-serif;
  }


ul#footer {
  width:90%;
  margin:52px auto 12px;
  padding:0;
  list-style:none;
  text-align:center;
  font-size:12px;
  color:#a4a4a4;
}
ul#footer li {
  display:inline;
  padding:0 11px 0 12px;
  background:url(../imgs/footer-separator.gif) no-repeat 0 50%;
}
ul#footer li.first {
  background:none;
}
ul#footer li a {
  color:#a4a4a4;
  text-decoration:none;
}
ul#footer li a:hover {
  text-decoration:underline;
}

div#footer {
  width:90%;
  margin:52px auto 12px;
  padding:0;
  list-style:none;
  text-align:center;
  font-size:12px;
  color:#a4a4a4;
}

div#footer p {
  display:inline;
  padding:0 11px 0 12px;
  background:url(../imgs/footer-separator.gif) no-repeat 0 50%;
}

.footer div {
  padding:0;
  text-align:center;
  font-size:12px;
  color:#a4a4a4;
}

.footer div a {
  color:#a4a4a4;
  text-decoration:none;
}

.footer div a:hover {
  text-decoration:underline;
}

div.vcard {
  display: none;
}

.hide {
  display: none;
  visibility: hidden;
  }

body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  min-width:960px;	/* Minimum width of layout */
  background:#e5e5e5 url(http://www.brightqube.com/imgs/headerBg.gif) repeat-x;
  font:12px Arial, Verdana, Helvetica, sans-serif;
  color:#000;
  }

h1 {
  font: bold 20px Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  }

h2 {
  font: 700 12px Arial, Verdana, Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  }

ul {
  list-style: disc inside;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 16px;
  }

.tier a {
  color: #ff6600;
  }

.tier a:hover {
  color: #FFF;
  background-color: #ff6600;
  }

#main {
  width:1030px;
  overflow: hidden;
  margin:0 auto;
  }

#header div.logo2 a{
  overflow: hidden;
  display:block;
  width:208px;
  height:50px;
  background:url(/imgs/logo2.png) no-repeat;
  text-indent:-999px;
  }

/* SearchBox home page overrides */

select, input {
  font: bold 16px Arial;
  color: #2c2c2c;
  background:#fff;
  border:1px solid #a6a6a6 !important;
  padding: 2px;
  }

.chkbx {
  background: transparent;
  background-color: transparent !important;
  border: 0px solid transparent !important;
  margin-bottom: 1px;
}

.content {
  background: #fff;
  width:980px;
  padding: 25px 25px 10px 25px;
  }

.tier {
  margin: 0 0 15px 0;
  }

h1.headline {
  width: 400px;
  font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 23px;
  }

.topLeft {
  float: left;
  width: 540px;
  min-width: 540px;
  min-height: 359px;
  }

.rightUpper {
  float: right;
  margin: 0 10px 0 10px;
  max-width: 425px;
  }

.topRight {
  float: right;
  color: #aaa;
  margin: 10px 0 10px 0;
  width: 425px;
  height: 48px;
  }

.topRight h1 {
  font-size: 16px;
  }

.topRight img {
  border: none;
  }

.rightLower {
  float: right;
  margin: 10px 0 0 0;
  max-width: 425px;
  }

.rightLower p {
  text-align: justify;
  margin: 8px 0 12px 0;
  }


.left {
  float: left;
  padding: 0 40px 0 0;
  }

.right {
  float: left;
  max-width: 425px;
  }

div#searchH {
  display: block;
  width: 400px;
  height: 40px;
  }

div#searchH #searchBox {
  left: auto;
  width: 400px;
  background-color: #eee !important;
  }

.mainImage {
  margin: 0 0 30px 0;
  }

.tier2 {
  padding: 0 0 15px 0;
  border-bottom: 3px solid #191919;
  }

#instructionMovie {
  z-index: 999;
  float: left;
  }

.tier3 {
  color: #333;
  margin: 0 30px 0 30px;
  }

.promo1 {
  float: right;
  width: 400px;
  color: #333333;
  padding: 0 40px 0 0;
  }

.register {
  font-size: 25px;
  }

h3.collectionCaption{
  font-size:11pt;
  margin-bottom:2px;
  }

.collectionBox{
  background-color: #FFF;
  border: thin solid #F60;
  padding: 5px;
  margin-top: 3px;
  color: #FFF;
  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
  text-align: justify;
  }

.collectionBox a {
  text-decoration: none;
  }

.collectionBox a:hover {
  background: #FFF;
  color: #FFF;
  text-decoration: underline;
  }

.promo2 {
  float: left;
  width: 400px;
  }

.blob {
  margin: 10px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border-top: 1px solid #cccccc;
  }

.blob h1 {
  padding: 0px 0px 10px 0px;
  }

.clear {
  clear: both;
  }

.tier3 {
  padding: 0 0 10px 0;
  }

.tier3 h1 {
  margin-bottom: 3px;
  }

.tier3 p {
  margin: 0 0 10px 0;
  }

.tier3 .link {
  float: right;
  margin-bottom: 10px;
  }

.tier3 .collectionName  {
  float: left;
  font: 10px Arial;
  color: #888888;
  padding-top: 10px;
  }

.tier4 .middle h2 {
  font: bold 16px Arial, Verdana, Helvetica, sans-serif;
  color: #000;
  }

.tier4 h1 {
  margin: 20px 0px 20px 0px;
  }

.tier4 {
  padding: 0 30px 0 30px;
  }

.entry {
  margin-bottom: 10px;
  }

.entry .middle {
  float: left;
  width: 300px;
  padding: 0 10px 0 0;
  }

.entry .button {
  float: left;
  padding: 0 0 0 10px;
  height: 100%;
  }

.entry .middle span {
  margin: 0px 5px 0px 0px;
  padding: 0px 10px 0px 10px;
  }

span.promotion {
  background-color: #d1e8c6;
  color: #666666;
  }

span.collection {
  background-color: #ffead3;
  color: #000;
  }

.entry .date {
  width: 50px;
  background: url(/imgs/dateSquare.gif) no-repeat;
  color: #ff0000;
  text-align: center;
  padding: 8px 2px 10px 2px;
  float: left;
  margin: 0 10px 0 0;
  }
.entry .date h2 {
  color: #fff;
  }

.entry:after {
  clear: both;
  }

.tier2 .right {
  margin-left: 15px;
  }

.reasonTable h2 {
  color: #000;
  }

.reasonTable td {
  border: 2px solid white;
  }

.reason {
  font: bold 55px Arial;
  color: #000;
  padding: 5px;
  }

.reasonTable td.first {
  background-color: #ffa366;
  }

.reasonTable td.second {
  background-color: #ffb27f;
  }

.reasonTable td.third {
  background-color: #ffc299;
  }

.reasonTable td.middle {
  width: 99%;
  }

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}


#searchBox a.edQ {
  background: url(/imgs/menu/menu.gif) no-repeat 0 -460px;
  }

#searchBox a.proQ {
  background: url(/imgs/menu/menu.gif) no-repeat -216px -460px;
  }

#searchBox a.edQ:hover {
  background: url(/imgs/menu/menu.gif) no-repeat 0 -482px !important;
  }

#searchBox a.proQ:hover {
  background: url(/imgs/menu/menu.gif) no-repeat -216px -482px !important;
  }

#searchBox .proDefault {
  height: 10px;
  width: 10px;
  clear: both;
  color: #fc0;
  background: url(/imgs/menu/menu.gif) no-repeat -50px -490px;
  margin-left: 320px;
  }

#searchBox .edDefault {
  height: 10px;
  width: 10px;
  clear: both;
  color: #fc0;
  background: url(/imgs/menu/menu.gif) no-repeat -50px -490px;
  margin-left: 215px;
  }