.hidden {
  display:none;
}
#header {
  height: 50px;
  position: relative;
}
#header #logo {
  position: relative;
  width: 130px;
  height: 50px;
  background-image: url('/img/myespn_logo.gif');
  background-repeat: no-repeat;
}
#header #logo a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 50px;
}
#header #logo a span {
  display:none;
}
#header #cartSummary {
  float: right;
  margin-right: 30px;
  margin-top: 4px;
  height: 31px;
  padding-top: 5px;
  white-space: nowrap;
}
#header #cartSummary .button {
  float: left;
  width: 41px;
  height: 36px;
  margin-right: 6px;
  position: relative;
  top: -4px;
}
#header #cartSummary .title {
  color: #d3b8be;
  font-size: 11px;
  font-weight: bold;
  line-height: 110%;
  margin: 4px 0 0 0;
  padding-top: 10px;
}
#header #cartSummary .totals {
  color: #fff;
  font-size: 11px;
}
#page {
  width: 980px;
  margin: 0px auto;
  padding-top: 20px;
}
#content {
  position: relative;
  text-align: left;
  min-height: 440px;
  padding: 20px 20px 40px 20px;
}
* html #content {
  height: 100%;
}
#notice {
  font-size: 11px;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 10px 10px 0 10px;;
}
#calloutBox {
  background-color: black;
  background-image: url('/img/red-smoke.png');
  background-position: bottom;
  width: 250px;
  float: right;
  margin: 0px 0px 0px 12px;
}
#calloutContent {
  color: white;
  text-align: center;
  padding: 0px 10px 10px 10px;
}
#calloutContent h3 {
  font-family: Arial;
  font-size: 18px;
  text-transform: none;
  color: white;
  margin-bottom: 6px;
}
#calloutContent h4 {
  margin: 0px;
  font-family: Arial;
  font-size: 16px;
  text-transform: none;
  color: red;
}
#calloutContent a {
  color: white;
  text-decoration: underline;
}
#calloutContent b {
  color: red;
}
#calloutContent p {
  font-size: 13px;
  text-align: left;
  margin: 10px 10px 0px 10px;
  line-height: 17px;
}
#calloutContent .big {
  font-size: 23px;
  font-weight: bold;
}
.warningBox {
  border: 2px solid #ca7b3b;
}
.warningBox h1 {
  background-color: #ca7b3b;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 150%;
}
.warningBox .body {
	background:#fff5e8 url(/img/ico-warning.gif) no-repeat 15px 15px;
  padding: 15px 20px 10px 20px;
  font-size: 14px;
  text-align: left;
}
.warningBox .icon {
  width: 39px;
  height: 39px;
  float: left;
}
.warningBox .content {
  padding-left: 50px;
}
.warningBox .content p {
  margin: 0 0 14px 0;
}
.warningBox .content big {
  font-size: 1.05em;
}
.warningBox .content a {
  text-decoration: underline;
}
#acceptWarning {
  margin-top: 8px;
  margin-bottom: 18px;
}
#acceptWarning input {
  float: left
}
#acceptWarning label {
  font-size: 0.8em;
  padding-left: 26px;
  display: block;
}
.AuthorizeNetSeal {
  position: absolute;
  bottom: 60px;
  left: 75px;
}
.formHint {
  color: #adadad;
  font-size: 0.85em;
  font-style: italic;
}
#posterPanel {
  float: left;
  width: 263px;
  margin-right: 75px;
  position: relative;
  font-size: 13px;
}
#posterPanel #poster {
  width: 263px;
  height: 396px;
}
#posterPanel h1 {
  margin-top: 20px;
  color: #ac3030;
  font-size: 16px;
  width: 250px;
}
#posterPanel li {
  margin-bottom: 12px;
}
#cart table {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
}
#cart th {
  padding: 4px 8px;
  font-weight: bold;
  background-color: #eee;
  font-size: 14px;
}
#cart td {
  padding: 8px 8px;
  font-size: 14px;
}
#cart .free {
  color: #ac3030;
}
#cart td.price {
  width: 70px;
  text-align: right;
}
#cart th.price {
  width: 70px;
  text-align: right;
}
#cart td.thumb {
  vertical-align: top;
  padding-left: 0;
  padding-top: 4px;
}
#cart td.thumb img {
  width: 77px;
  heigth: 116px;
}
#cart .item .price {
  color: #ac3030;
  padding-left: 6px;
  font-weight: normal;
}
#cart .included .price {
  font-weight: bold;
}
#cart .included .item .price {
  font-weight: normal;
}
#cart .item .description {
  color: #888;
  padding-left: 6px;
  font-weight: normal;
  font-size: 0.85em;
}
#cart .qty {
  width: 50px;
  text-align: right;
}
#cart .qty input {
  width: 30px;
  text-align: right;
}
#cart tr.lineItem td {
  border-bottom: 3px solid #eee;
}
#cart tr.lineItem.last td {
  border-bottom: 8px solid #eee;
}
#cart tr.included td {
  background-color: #fde5cf;
  border-top: 7px solid white;
  border-bottom: none;
}
#cart tr.included td.thumb {
  background-color: #fff;
  border-top: 3px solid white;
  border-bottom: 8px solid #eee;
}
#cart tfoot td {
  background-color: #eee;
  font-weight: normal;
  padding: 12px 8px;
  border-bottom: 3px solid white;
}
#cart tr.updateQty td {
  background-color: white;
  font-weight: normal;
  padding: 10px 0 6px 0;
  border-top: none;
  text-align: right;
  color: #888;
  font-size: 12px;
}
#cart tr.discount .price {
  color: #ac3030;
  vertical-align: top;
}
#cart tr.total td {
  font-weight: bold;
  border-bottom: none;
  background-color: #dfdfdf;
}
#promoCodes {
  margin-top: 20px;
  border: 1px solid #c0c0c0;
}
#promoCodes h1 {
  background-color: #555;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 5px;
  text-align: center;
}
#promoCodes .valid {
  color: black;
}
#promoCodes .invalid {
  color: red;
}
/*#promoCodes .description {
  width: 80%;
  border: 1px solid green;
}
#promoCodes .removeLink {
  width: 15%;
  float: right;
  border: 1px solid blue;
}*/
#productInfo {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
#productInfo .header {
  margin-bottom: 15px;
}
#productInfo .header .title {
  float: left;
  margin-right: 25px;
}
#productInfo .header .logo {
  width: 389px;
  height: 27px;
}
#productInfo .header h2 {
  color: black;
  font-size: 14px;
  padding-top: 2px;
}
#productInfo .header .features {
  font-size: 13px;
  font-style: italic;
  color: #ac3030;
}
#productInfo #topicPanel {
  float: left;
  width: 48%;
  color: #8e8e8e;
  font-size: 13px;
  margin-right: 50px;
}
#productInfo .topic h1 {
  border-bottom: 1px solid #d5d5d5;
  font-size: 18px;
}
#productInfo .topic h1.price {
  float: right;
}
#productInfo #topicPanel ul {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 20px;
}
#productInfo #chartPanel {
  float: left;
  position: relative;
}
#productInfo #chartPanel #sizeChart {
  position: relative;
  width: 231px;
  height: 383px;
  margin-bottom: 10px;
}
#productInfo #chartPanel .swatch {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #cbcbcb;
}
#productInfo #chartPanel .swatch h1 {
  position: relative;
  top: -18px;
  left: 3px;
  font-size: 13px;
  color: #a0a0a0;
  margin: 0;
}
#productInfo #chartPanel #silhouette {
  position: absolute;
  top: 50px;
  right: -106px;
  width: 123px;
  height: 367px;
}
#productInfo #chartPanel .swatch.massive h1 {
  font-size: 1.3em;
  top: -23px;
}
#productInfo #chartPanel .swatch.super h1 {
  font-size: 1.2em;
  top: -21px;
}
#productInfo #chartPanel .swatch.large h1 {
  font-size: 1.1em;
  top: -19px;
}
#productInfo #chartPanel .swatch .size {
  position: absolute;
  right: 6px;
  top: 6px;  
  color: #a2a2a2;
  font-size: 10px;
  text-align: right;
  line-height: 10px;
}
#productInfo #chartPanel .swatch .size h2 {
  color: #ac3030;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 0.9;
}
#productInfo #chartPanel .swatch.massive .size h2 {
  font-size: 1.7em;
}
#productInfo #chartPanel .swatch.super .size h2 {
  font-size: 1.5em;
}
#productInfo #chartPanel .swatch.large .size h2 {
  font-size: 1.3em;
}
#productInfo #chartPanel .swatch .size .units {
  font-weight: normal;
}
#productInfo #chartPanel .massive {
  background-color: #f8f8f8;
  width: 229px;
  height: 344px;
}
#productInfo #chartPanel .super {
  background-color: #f3f3f3;
  width: 186px;
  height: 280px;
}
#productInfo #chartPanel .large {
  background-color: #f8f8f8;
  width: 122px;
  height: 186px;
}
#productInfo #chartPanel .standard {
  background-color: #f3f3f3;
  width: 81px;
  height: 122px;
}
#productInfo .footer {
  padding-top: 10px;
  font-weight: bold;
  font-size: 13px;
}
#lightwindow_iframe, #lightwindow_iframe_embed  {
  z-index: 2000;
}


