/* layout.css */

@import "products.css";
@import "checkout.css";

#page {
  width: auto;
  margin: 0;
  padding: 30px 50px;
  text-align: center;
/*  border-top: 5px solid #c0bbb5; */
  background-color: #ffffff;
}

#layout {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
}

#header {
  width: auto;
  height: 55px;
  min-width: 900px;
  margin: 0 0 59px 0;
  padding: 0;
  position: relative;
}

#header h1 {
  float: left;
/*
  background-image: url(/images/dancevision_logo.gif);
  background-position: top left;
  background-repeat: no-repeat;
*/
}

#header h1, #header h1 a {
  width: 223px;
  height: 55px;
  margin: 0;
  padding: 0;
}

#header h1 a {
  display: block;
}

#header-links {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 440px;
  margin: 0 0 5px 0;
  padding: 0;
}

#header-links li {
  float: left;
  width: 100px;
  list-style-type: none;
  list-style-image: none;
  margin: 5px 0;
  padding: 0 0 0 10px;
  background-color: mint;
  background-image: url(/images/header-links-li_bg.gif);
  background-position: left;
  background-repeat: no-repeat;
}

#header-links li, #header-links li a:link, #header-links li a:visited, #header-links li a:focus, #header-links li a:hover, #header-links li a:active{
  color: #b72c1d;
}

#navigation {
  position: absolute;
  top: 65px;
  left: 0;
  clear: both;
  width: auto;
  height: 34px;
  min-width: 900px;
  background-color: #550100;
  background-image: url(/images/navigation_right_bg.gif);
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 5px solid #e4e4e4;
  z-index: 0;
}

#navigation li {
  clear: none;
  float: left;
  width: auto;
  height: 34px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#navigation li.first {
  background-image: url(/images/navigation_left_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 10px;
}

#navigation li a {
  display: block;
  width: auto;
  height: 34px;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#navigation li a span {
  display: block;
  height: 12px;
  margin: 13px 0;
  padding: 0 12px;
  border-left: 1px solid #804140;
  cursor: pointer;
}

#navigation li.first a span {
  border-left-width: 0;
  border-left-style: none;
}

#navigation li a:link, #navigation li a:visited {
  text-decoration: none;
}

#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
  text-decoration: underline;
}

#navigation li a:link, #navigation li a:visited {
  color: #ffffff;
}

#navigation li.selected a:link, #navigation li.selected a:visited, #navigation li a:focus, #navigation li a:hover, #navigation li a:active {
  color: #ffffff;
}

#navigation li.more {
  font-size: 100%;
  text-align: left;
}

#main {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  zoom: 1;
}

#content {
  margin: 0 0 10px 0;
  padding: 0;
  zoom: 1;
}

#page-home #content {
  margin: 0;
}

#left, #center, #right {
  float: left;
  margin: 0 0 13px 0;
  min-height: 400px;
}

#left {
  width: 215px;
}

#center {
  width: 505px;
  margin-left: 40px;
  margin-right: 30px;
}

#right {
  width: 160px;
}

.sidebar-box {
  background-color: #151515;
  color: #ffffff;
  width: 177px;
  padding: 25px 19px;
  margin: 0 0 10px 0;
  border-top: 5px solid #b72c1d;
}

#sidebar-search form, #sidebar-subscribe form {
  width: 177px;
  min-width: 177px;
  max-width: 177px;
  margin: 0 0 35px 0;
}

#sidebar-search form.last, #sidebar-subscribe form.last {
  margin-bottom: 0;
}

#sidebar-search form fieldset, #sidebar-subscribe form fieldset {
  border-style: none;
  border-width: 0;
  position: relative;
  padding: 2em 0 0 0;
  margin: 0;
}

#sidebar-search form fieldset div, #sidebar-subscribe form fieldset div {
  width: 177px;
  margin: 0;
  padding: 0;
}

#sidebar-search form fieldset div label, #sidebar-subscribe form fieldset div label {
  display: none;
}

#sidebar-search form fieldset div select.inputSelect, #sidebar-subscribe form fieldset div select.inputSelect {
  display: block;
  width: 165px;
  margin: 0 0 10px 0;
}

#sidebar-search form fieldset div input.inputText, #sidebar-subscribe form fieldset div input.inputText {
  width: 125px;
  height: 14px;
  margin: 0;
  padding: 4px 5px;
  border-style: none;
  border-width: 0;
}

#sidebar-search form fieldset div input.blurred, #sidebar-subscribe form fieldset div input.blurred {
  color: #7f7f7f;
}

#sidebar-search form fieldset div input.focused, #sidebar-subscribe form fieldset div input.focused {
  color: #000000;
}

#sidebar-search form fieldset input.inputSubmit, #sidebar-subscribe form fieldset input.inputSubmit {
  border-style: none;
  border-width: 0;
  width: 32px;
  height: 22px;
  background-color: transparent;
  background-image: url(/images/submit-go_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  bottom: 0;
  right: 0;
}

#sidebar-search fieldset legend, #sidebar-subscribe fieldset legend {
  /*
  position: absolute;
  top: 0;
  left: -7px;
  */
  color: #f1be17;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#sidebar-subscribe ul {
  width: 167px;
  height: auto;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  list-style-image: url(/images/home/home-a-li_bg.gif);
}

#sidebar-subscribe ul li {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 125%;
}

#sidebar-subscribe ul li a:link, #sidebar-subscribe ul li a:visited, #sidebar-subscribe ul li a:focus, #sidebar-subscribe ul li a:hover, #sidebar-subscribe ul li a:active {
  color: #ffffff;
  text-decoration: underline;
}

#left .sidebar-bordered {
  background-color: #ffffff;
  color: #000000;
  width: 177px;
  padding: 17px 18px;
  border: 1px solid #c4c4c4;
}

#sidebar-delivery.sidebar-bordered {
  background-image: url(/images/sidebar-bordered-delivery_bg.gif);
  background-position: top right;
  background-repeat: no-repeat;
  font-size: 90%;
}

#sidebar-delivery.sidebar-bordered h3 {
  line-height: 125%;
  font-size: 125%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 5px 0;
}

#sidebar-delivery.sidebar-bordered p {
  line-height: 125%;
  margin: 0;
}

#sidebar-delivery.sidebar-bordered p.narrow {
  padding: 0 25px 0 0;
}

#sidebar-shopping-cart {
  background-color: #e4e4e4;
  color: #550100;
  width: 140px;
  height: auto;
  margin: 0 0 14px 0;
  padding: 21px 10px 33px 10px;
  border-top: 5px solid #aba49c;
  font-size: 90%;
}

#sidebar-shopping-cart h3 {
  color: #550100;
  font-size: 130%;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #c7c4c0;
}

#sidebar-shopping-cart p {
  color: #550100;
}

#sidebar-shopping-cart ol {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#sidebar-shopping-cart ol li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #c7c4c0;
  color: #550100;
  height: 3em;
}

#sidebar-shopping-cart ol li dl {
  margin: 0;
  padding: 0;
  zoom: 1;
  height: 3em;
}

#sidebar-shopping-cart ol li dl dt, #sidebar-shopping-cart ol li dl dd {
  line-height: 140%;
}

#sidebar-shopping-cart ol li dl dt {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  color: #550100;
  font-weight: normal;
}

#sidebar-shopping-cart ol li dl dd {
  float: left;
  margin: 0;
  padding: 0;
  color: #550100;
}

#sidebar-shopping-cart ol li dl dd.quantity {
  width: 22px;
}

#sidebar-shopping-cart ol li dl dd.sku {
  width: 69px;
}

#sidebar-shopping-cart ol li dl dd.price {
  width: 49px;
  text-align: right;
}

#sidebar-shopping-cart #sidebar-shopping-cart-view, #sidebar-shopping-cart #sidebar-shopping-cart-checkout {
  display: block;
  float: left;
  height: 19px;
  background-repeat: no-repeat;
  background-position: left;
}

#sidebar-shopping-cart #sidebar-shopping-cart-view:link, #sidebar-shopping-cart #sidebar-shopping-cart-view:visited, #sidebar-shopping-cart #sidebar-shopping-cart-view:focus, #sidebar-shopping-cart #sidebar-shopping-cart-view:hover, #sidebar-shopping-cart #sidebar-shopping-cart-view:active, #sidebar-shopping-cart #sidebar-shopping-cart-checkout:link, #sidebar-shopping-cart #sidebar-shopping-cart-checkout:visited, #sidebar-shopping-cart #sidebar-shopping-cart-checkout:focus, #sidebar-shopping-cart #sidebar-shopping-cart-checkout:hover, #sidebar-shopping-cart #sidebar-shopping-cart-checkout:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#sidebar-shopping-cart #sidebar-shopping-cart-view {
  margin-right: 10px;
  width: 70px;
  background-image: url(/images/submit-add-to-cart_bg.gif);
}

#sidebar-shopping-cart #sidebar-shopping-cart-checkout {
  width: 60px;
  background-image: url(/images/submit-checkout_bg.gif);
}

#sidebar-specials {
  font-size: 90%;
  background-color: #ffd343;
  border-top: 5px solid #d7b64a;
  padding: 26px 0 24px 0;
}

#sidebar-specials h3 {
  font-size: 125%;
  font-weight: bold;
  color: #000000;
  padding: 0 10px;
  margin: 0 0 6px 0;
}

#sidebar-specials ul {
  font-size: 115%;
  border-top: 1px solid #ffffff;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#sidebar-specials ul li {
  border-bottom: 1px solid #ffffff;
  margin: 0;
  padding: 6px 10px 6px 26px;
  background-image: url(/images/sidebar-specials-li_bg.gif);
  background-position: left;
  background-repeat: no-repeat;
  list-style-type: none;
  list-style-image: none;
}

#sidebar-specials ul li a:link, #sidebar-specials ul li a:visited, #sidebar-specials ul li a:focus, #sidebar-specials ul li a:hover, #sidebar-specials ul li a:active {
  color: #000000;
  text-decoration: none;
}

#sidebar-specials ul li a:link, #sidebar-specials ul li a:visited {
  text-decoration: none;
}

#sidebar-specials ul li a:focus, #sidebar-specials ul li a:hover, #sidebar-specials ul li a:active {
  text-decoration: underline;
}

#breadcrumb {
  margin: 0 0 10px 0;
  list-style-type: none;
  list-style-image: none;
}

#breadcrumb li {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 0 0 0 12px;
  display: inline;
  background-image: url(/images/breadcrumb-li_bg.gif);
  background-repeat: no-repeat;
  background-position: 0 60%;
  color: #8b8b8b;
  white-space: nowrap;
}

#breadcrumb li.first {
  background-image: none;
  margin: 0;
  padding: 0;
}

div.divAlignLeft, div.divAlignCenter, div.divAlignRight {
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  text-align: center;
  margin: 0;
  padding: 5px;
}

div.divAlignLeft.contentAlignLeft, div.divAlignCenter.contentAlignLeft, div.divAlignRight.contentAlignLeft {
  text-align: left;
}

div.divAlignLeft.contentAlignRight, div.divAlignCenter.contentAlignRight, div.divAlignRight.contentAlignRight {
  text-align: right;
}

div.divAlignCenter {
  width: auto;
  border-width: 1px 0;
  margin: 0 auto 20px auto;
}

div.divAlignLeft {
  float: left;
  width: 200px;
  margin: 0 10px 10px 0;
}

div.divAlignRight {
  float: right;
  width: 200px;
  margin: 0 0 10px 10px;
}

div.divAlignCenter h4 {
  margin: 0 0 5px 0;
}

div.divAlignCenter p.caption {
  text-align: center;
  margin: 5px 0 0 0;
}

a.get-adobe-reader {
  display: block;
  width: 112px;
  height: 33px;
  background-image: url(/images/get_adobe_reader.gif);
  background-position: left;
  background-repeat: no-repeat;
}

a.get-adobe-reader span {
  display: none;
}

#section-I {
  clear: left;
  background-image: url(/images/home/home-i_bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #620100;
  width: 920px;
  min-height: 105px;
  padding: 15px;
  margin: 0 0 13px 0;
}

#section-I dl {
  float: left;
  width: 130px;
  height: auto;
  margin: 0 30px 15px 0;
  padding: 0 30px 0 0;
  border-right: 1px solid #701b1a;
  zoom: 1;
}

#section-I dl.last, #section-I dl.last {
  margin-right: 0;
  padding-right: 0;
  border-right-width: 0;
  border-right-style: none;
}

#section-I dl dt, #section-I dl dd {
  color: #ffffff;
  margin: 0;
  padding: 0;
}

#section-I dl dt {
  margin-bottom: 5px;
  font-size: 12px;
}

#section-I dl dd {
  font-size: 11px;
}

#section-I dl dd ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 10px;
  padding: 0;
}

#section-I dl dd ul li {
  list-style-type: none;
  list-style-image: url(/images/home/home-i-li_bg.gif);
  color: #ffffff;
  margin: 0 0 5px 0;
  padding: 0;
}

#section-I dl dd ul li a:link, #section-I dl dd ul li a:visited, #section-I dl dd ul li a:focus, #section-I dl dd ul li a:hover, #section-I dl dd ul li a:active {
  color: #ffffff;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

#section-I:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.player {
  width: 640px;
  margin: 0 auto;
}

div.download {
  background-color: #ffffff;
  background-image: url(/images/download-icon.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  min-height: 58px;
  padding: 0;
}

div.download a {
  display: block;
  padding: 8px 5px 8px 58px;
  font-size: 30px;
  height: 42px;
  color: #aba49c;
  text-decoration: none;
}

div.download small {
  display: block;
  text-align: center;
  padding: 3px;
  background-color: #aba49c;
  color: #000000;
}

ol.pdfs, ol.pdfs li {
  list-style-type: none;
  list-style-image: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

ol.pdfs li {
  margin: 3px 0 0 0;
  padding: 3px 0 0 0;
  border-top: 1px solid #d9d9d9;
}

ol.pdfs li dl {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  background-image: url(/images/pdf_16x16.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

ol.pdfs li dl dt, ol.pdfs li dl dd {
  margin: 0;
  padding: 0;
}

#destinations {
  background-color: #cecece;
  width: 920px;
  height: 114px;
  margin: 0 0 10px 0;
  padding: 15px;
  list-style-type: none;
  list-style-image: none;
}

#destinations li {
  float: left;
  width: 142px;
  height: 114px;
  background-color: #e5e5e5;
  margin: 0 21px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#destinations li a {
  display: block;
  width: 132px;
  height: 16px;
  text-align: center;
  margin: 0;
  padding: 5px 5px 93px 5px;
  color: #000000;
  text-decoration: none;
  background-position: 5px 21px;
  background-repeat: no-repeat;
  font-weight: bold;
}

#destinations li a#destination-dv {
  background-image: url(/images/destination-dv_bg.gif);
}

#destinations li a#destination-ab {
  background-image: url(/images/destination-ab_bg.gif);
}

#destinations li a#destination-mc {
  background-image: url(/images/destination-mc_bg.gif);
}

#destinations li a#destination-pd {
  background-image: url(/images/destination-pd_bg.gif);
}

#destinations li a#destination-ds {
  background-image: url(/images/destination-ds_bg.gif);
}

#footer {
  clear: both;
  color: #aba49c;
  width: auto;
  min-width: 900px;
  height: auto;
  padding: 0 0;
  margin: 10px auto;
  font-size: 10px;
  zoom: 1;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #aba49c;
}

#copyright, #legal {
  float: left;
  width: auto;
  height: auto;
}

#copyright {
  margin: 0;
}

#legal {
  clear: left;
  margin: 0;
  white-space: nowrap;
}

#legal a {
  margin: 0 10px;
}

#contact, #powered {
  clear: right;
  float: right;
  width: 60%;
  height: auto;
  text-align: right;
}

#adnfooter {
  margin: 10px auto 0 auto;
  width: 430px;
  height: 83px;
  position: relative;
}

#accessdance {
  float: left;
  width: 199px;
  height: 63px;
  margin: 10px;
  padding: 0;
  background-image: url(/images/footer/accessdance_logo.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#accessdance a {
  display: block;
  width: 199px;
  height: 63px;
  margin: 0;
  padding: 0;
}

#accessdance a span {
  display: none;
}

#member, #dance-lessons {
  position: absolute;
  left: 225px;
  color: #000000;
}

#member a:link, #member a:visited, #member a:focus, #member a:hover, #member a:active, #dance-lessons a:link, #dance-lessons a:visited, #dance-lessons a:focus, #dance-lessons a:hover, #dance-lessons a:active {
  color: #6699ff;
}

#member {
  top: 38px;
}

#dance-lessons {
  top: 55px;
}

#content:after, #home-content-wrapper:after, #spotlight:after, #footer:after, div.product:after, div#more:after, #checkout-tabs:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


#header, #navigation, #main, #footer {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

