/* General formatting and helper styles */
h2,
h3 {
  color: #002f67;
  font-weight: normal; }

p {
  margin: 10px 0 0 0; }

.italic {
  font-style: italic; }

#homeSplash a {
  color: #0075c4; }

#homeSplash a:hover {
  color: #3366CC; }

#bodyWrap {
  padding-left: 30px; }

#body {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0px 0 0px; }

#homeSplash, #auctivatabs, #tabwrapper {
  float: left;
  width: 100%; }

#homeSplash ul li {
  list-style-type: none; }

#homeSplash ul.disc li {
  list-style-type: disc;
  font-weight: bold;
  font-size: 14px; }

#homeSplash ul.tight li {
  margin: 2px 0 0 20px; }

ul.toolsdisplay {
  margin-left: 0px;
  text-align: left; }

ul.toolsdisplay li {
  float: left;
  margin-left: 0px;
  margin-right: 25px; }

ul.toolsdisplay li p {
  width: 175px;
  margin-left: 5px; }

ul#tabs {
  margin-top: 7px; }

#tabs, #tabs li {
  float: left;
  width: 184px;
  margin: 0;
  padding: 0; }

#tabs li a {
  display: block;
  width: 184px;
  height: 52px;
  margin: 1px 0;
  padding: 0;
  line-height: 52px;
  background: transparent url(../images/defaultnew/default2/white-box.png) no-repeat top left;
  text-decoration: none;
  color: #0076C4;
  font-weight: bold;
  font-size: 16px; }

#tabs li a.tabhighlight {
  background: transparent url(../images/defaultnew/default2/blue-box.png) no-repeat top left;
  color: #fff; }

#tabs li a:hover {
  color: #5AA0CF; }

#tabcontainer {
  width: 700px;
  float: left;
  text-align: left;
  color: #0075c4;
  position: relative;
  z-index: 9;
  padding-bottom: 55px; }

#tabcontainer .left {
  float: left;
  width: 42%; }

#tabcontainer .right {
  float: right;
  width: 55%;
  text-align: right; }

#tabcontainer h2 {
  width: 100%;
  margin: 0 0 10px 0px;
  padding: 0;
  font-size: 35px;
  line-height: 36px;
  font-weight: bold;
  color: #0075c4; }

#tabcontainer h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #0075c4; }

#tabcontainer h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  color: #0075c4;
  font-weight: normal;
  text-align: center; }

#tabcontainer h5 {
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 14px; }

#tabscontent li.content {
  clear: both;
  float: left;
  height: 390px; }

#tabscontent li.active {
  display: block; }

#nav {
  clear: both;
  float: left;
  width: 200px;
  margin-left: 100px;
  text-align: center; }

#nav p {
  padding: 30px 0 20px 0; }

#nav a {
  cursor: pointer;
  text-decoration: underline;
  color: #0075c4; }

#tableft {
  display: inline;
  width: 38px;
  height: 38px;
  margin: 0 5px 0 0;
  padding: 30px 20px 0 20px;
  font-size: 10px;
  background: transparent url(../images/defaultnew/default2/arrow-back.png) no-repeat top center; }

#tabright {
  display: inline;
  width: 38px;
  height: 38px;
  margin: 0 0 0 5px;
  padding: 30px 20px 0 20px;
  font-size: 10px;
  background: transparent url(../images/defaultnew/default2/arrow-next.png) no-repeat top center; }

#store .left p {
  padding: 0 40px 0 0; }

.swoosh {
  width: 978px;
  clear: both;
  float: left;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-left: -30px;
  background: transparent url(images/swoosh.png) no-repeat top left;
  color: #a5c8dd;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 1; }

.signupbtn {
  float: right;
  margin-top: 20px; }

/* quick tour video modal */
#tourOverlay, #signupOverlay {
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .8;
  background: #051549;
  filter: alpha(opacity=80);
  z-index: 10; }

#dialog {
  display: none;
  width: 600px;
  height: 400px;
  margin-left: -300px;
  padding-top: 50px;
  background: #243E82;
  border: solid 3px #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 10; }

#dialog a {
  color: #fff; }

