/* Reset */

h1, h2, h3, h4, h5, h6, p, td {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}


/* Layout */

body {
  margin: 0px;
  text-align: center;
}

#wrapper {
  position: relative;
  margin: 22px auto 45px;
  width: 760px;
  text-align: left;
}

#header h2 {
  height: 126px;
}

#header h4 {
  padding-left: 26px;
  padding-bottom: 10px;
}

#page {
  float: left;
  width: 484px;
  margin: 14px 0px 6px 33px;
}

#footer {
  text-align: center;
  height: 24px;
  padding-bottom: 5px;
  background: white url('/img/bottom.gif') top center no-repeat;
}





/* Horizontal Nav */

#productnav {
  height: 28px;
  padding-left: 29px;
}

#productnav h4, #productnav ul {
  position: relative;
  top: 3px;
}

#productnav h4 {
  display: inline;
  margin-left: 10px;
}

#productnav ul {
  display: inline;
  list-style-position: inside;
  list-style: none;
}

#productnav li {
  display: inline;
}

#productnav li a {
  padding: 0px 5px;
}




/* Vertical Nav */

div.sidebar {
  float: right;
  clear: right;
  width: 195px;
  margin-top: 20px;
  margin-right: 27px;
  margin-bottom: 66px;
}

div.sidebar h4 {
  color: #991544 !important;
  margin-left: 13px;
  margin-bottom: 2px;
}

div.sidebar ul {
  margin-left: 14px;
  margin-bottom: 20px;
  list-style: none;
}

div.sidebar ul li {
  list-style-position: outside;
}

#nevada-logo {
  position: absolute;
  bottom: 15px;
  right: 22px;
  width: 196px;
  text-align: center;
}


/* Formatting */

body {
  background-color: #F2F2F2;
  background: #F2F2F2 url('/img/bg-grad.jpg') top center repeat-x;
}

a {
  text-decoration: none;
  color: #4C00EE;
}

a:hover {
  color: #0C88F7;
}

#wrapper {
  background: white url('/img/pagebg-rechargeablebatteries.jpg') center 153px repeat-y;
}

#header h1 {
  background: #0D0D0D url('/img/powerex-header.jpg') top center no-repeat;
}

#header h1 a img {
  border: none;
}

#productnav {
  background: #FFF100 url('img/nav-bg.jpg') center top no-repeat;
}

#productnav li {
  border-left: 1px solid white;
  border-right: 1px solid #F2CE1B;
}

div.sidebar li {
  line-height: 19px;
}

#page h1, #page h3 {
  margin-top: 2px;
  margin-bottom: 0px;
}

#page h1 {
  margin-bottom: 10px;
  margin-right: 82px;
}

#page h3 {
/*  margin: -10px 82px 14px 0px; */
  margin: -2px 82px 20px 0px;
}

#page h4 {
  margin-bottom: 1em;
}

#page p {
  margin-top: -0.4em;
  margin-bottom: 1.8em;
}

#page p.breadcrumb {
  margin: -5px 0px 0px 0px;
  color: #9D9D9D;
}

#page p.breadcrumb a {
  color: #9D9D9D;
  text-decoration: none;
}

#page p.breadcrumb a:hover {
  text-decoration: underline;
}

#page {
  color: #0D0D0D;
}

#page tr.alt td {
	background-color: #DAD1E4;
}

#page ul {
  margin: -0.6em 0px 1.4em 1em;
}

#page ul.productlist {
  margin: -10px 0px 14px;
  padding-top: 10px;
  border-top: 1px solid black;
}

#page li.productlisting {
  list-style: none;
  list-style-position: outside;
}

#page li.productlisting img {
  margin-bottom: 20px;
  margin-right: 14px;
}

#page li.productlisting h4 {
  padding-top: 4px;
}

#page li.productlisting p, #page li.productlisting h4 {
  margin-bottom: 0.5em;
}

#livecontent {
  background-color: transparent;
}

#pricing {
  width: 284px;
  height: 102px;
  float: right;
  clear: right;
  margin: 0px -4px 2px 6px;
  background: #24696c url('/img/pricing-cell.jpg') top left no-repeat;
}

#pricing-price {
  width: 135px;
  float: left;
  padding-top: 36px;
}

#pricing-buy {
  width: 147px;
  height: 102px;
  float: left;
}

#pricing #pricing-price p {
  margin: 0px 0px 0px 7px;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 30px;
}

#pricing #pricing-buy p {
  margin: 26px 14px -16px;
}

#pricing #pricing-buy p a {
  margin-left: 4px;
}


.productimages {
  width: 276px;
  float: right;
  margin: 2px 0px 9px 10px;
}

.productimages img {
  border: 4px solid white;
  margin: 4px;
}

.productimages .thumb {
  margin: 1px -4px 4px 0px;
}


.productimage {
  border: 2px solid ;
  padding: 8px;
  margin: 4px 0px 4px 16px;
}

.productthumb {
  float: left;
}

.delivery-prices {
  float: left;
  background: #fffee6 url('/img/information.gif') 10px 50% no-repeat;
  border: 1px solid #555555;
  padding: 14px 0px 10px;
}

.delivery-prices h4, .delivery-prices p {
  margin: 0px 1.4em 0.6em 38px !important;
}



/* Typography */

body, td {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 12px;
  line-height: 17px;
}

input { 
  font-family: 'Lucida Grande', Arial, Sans-Serif;
  font-size: 11px;
  padding: 0.2em;
}

#productnav, #productnav h4 {
  font-size: 11px;
}

#header h2 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}

#header h2 a {
  color: #F2E416;
  text-decoration: none;
}

#header h4 a {
  color: #F2F2F2;
  text-decoration: none;
  font-size: 12px;
}

div.sidebar h4 {
  color: #222222;
}

#page p.breadcrumb {
  font-size: 9px;
}

#page h1 {
  font-size: 30px;
  line-height: 37px;
  font-family: Arial, sans-serif;
  letter-spacing: -1px;
  margin-left: -1px;
  color: #222222;
}

#page h3 {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #222222;
}

#page h4, div.sidebar h4 {
  font-size: 12px;
}

#page p, #page li, #page td {
  font-size: 11px;
  line-height: 17px;
  margin-left: 1px;
  color: #444444;
}

#page strong {
  color: #222222;
}

#productnav a, div.sidebar li, div.sidebar p {
  font-size: 11px;
  font-family: Tahoma;
}

#footer {
  font-family: Arial;
  font-size: 9px;
  line-height: 14px;
  color: #999999;
}

#footer p {
  margin-right: 216px;
}

#footer a {
  color: #9999FF;
}

.little {
  font-size: 80%;
}


/* Special Styles */

.autocenter {
  margin: 0px auto;
}

.minibasket {
  margin-bottom: 20px;
  padding-top: 17px;
  height: 82px;
  background: transparent url('/img/mini-basket-bg.gif') 8px top no-repeat;
}

div.minibasket h4 {
  margin-left: 24px;
  margin-bottom: 6px;
  visibility: hidden;
}

.minibasket p {
  font-size: 11px;
  line-height: 20px;
  margin-left: 34px;
}

.minibasket p a img {
  margin-right: 4px;
  position: relative;
  top: 2px;
  left: -1px;
}


.basket-grid {
  width: 100%;
  margin-bottom: 1em;
}

.basket-grid td {
  font-size: 11px;
  padding: 4px 12px 4px 8px;
}

td.basket-grid-header {
  font-weight: bold;
  border-bottom: 1px solid black;
  padding: 4px 12px 4px 4px;
}

tr.basket-shade td {
  background-color: #EEEEFF;
}

ul.basket-checkout-options {
  float: right;
  list-style-position: outside;
  list-style: none;
  margin-top: 0em !important;
}

#page ul.basket-checkout-options li {
  line-height: 28px;
  padding-right: 12px;
}

#page ul.basket-checkout-options li img {
  position: relative;
  top: 3px;
  left: -4px;
}


#footer-glossary {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid black;
}

#footer-glossary h5 {
  margin-top: 7px;
}

#footer-glossary h5 a {
  color: black;
  font-size: 10px;
  line-height: 12px;
}

#footer-glossary p, #footer-glossary li {
  font-size: 10px;
  line-height: 12px;
}

.error-wrapper {
  width: 731px;
  margin: 20px auto;
  border: 2px solid maroon;
  background: white url('/img/error-bomb.gif') 30px center no-repeat;
}

.error-wrapper h4 {
  margin: 1.5em 40px 10px 110px;
  color: maroon;
}

.error-wrapper p {
  margin: 1em 40px 1.5em 110px;
}

.error-inline {
  background: #f3e6e6 url('/img/exclamation.gif') 10px 50% no-repeat;
  padding: 1em 1em 1em 37px;
}

.info-inline {
  background: #fffee6 url('/img/information.gif') 10px 50% no-repeat;
  padding: 1em 1em 1em 37px;
  margin-bottom: 1.5em;
}

.confirm-inline {
  background: #daefd7 url('/img/tick.gif') 10px 50% no-repeat;
  padding: 1em 1em 1em 37px;
  margin-bottom: 1.5em;
}

.info-wrapper {
  width: 460px;
  border: 2px solid #FFF500;
  background-color: #FFFEE6;

  padding: 7px;
  position: relative;
  left: -7px;
}

.info-inline p {
  position: relative;
  top: 5px;
  margin-bottom: 1em !important;
}

.hiddenclass {
  display: none;
}

.checkout-details td {
  padding: 4px 7px 4px 1px;
  font-size: 11px;
  color: #444444;
}

.checkout-details .shim-top td {
  padding-top: 16px;
}

.fp-images {
  text-align: center;
  padding-top: 8px;
}

.fp-images img {
  margin-right: 14px;
}

.download {
	margin: 14px;
	padding-top: 14px;
	border-top: 1px solid #991544;
}

.download a {
	display: block;
	padding-left: 24px; 
	background: transparent url(img/page_white_put.png) left top no-repeat;
}