/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff url(../images/background.gif) left top repeat-x;
  font: normal 62.5% Cambria, Garamond, "Times New Roman", Times, serif;
  text-align: center;
  color: #000;
}

a {
  text-decoration: none;
}

h1 a {
  width: 205px;
  height: 126px;
  background: url(../images/logo.gif) left top no-repeat;
  text-indent: -9999px;
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#container {
  width: 889px;
  margin: 0 auto;
  text-align: left;
  padding: 0 17px 0 16px;
}

#header {
  background: url(../images/header-background.jpg) left top no-repeat;
  width: 889px;
  height: 126px;
  position: relative;
}

#stars {
  position: absolute;
  z-index: 0;
  right: 0;
}

#toplinks {
  float: right;
  padding: 12px 23px 0 0;
  position: absolute;
  z-index: 1;
  right: 0;
}

#toplinks li {
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
  border-right: 1px solid #231e66;
  padding: 0 12px;
}

#toplinks li.last {
  border: 0 none;
  padding-right: 0;
}

#toplinks a {
  color: #231e66;
}

#toplinks a:hover {
  text-decoration: underline;
}

#tabs {
  position: absolute;
  top: 77px;
  left: 280px;
}

#tabs li {
  display: block;
  float: left;
}

#tabs a {
  display: block;
  float: left;
  height: 48px;
  text-indent: -9999px;
}

#tabs a.tab-about {
  width: 149px;
  background: url(../images/tab-about.gif) left top no-repeat;
}

#tabs a.tab-shop {
  width: 143px;
  background: url(../images/tab-shop.gif) left top no-repeat;
}

#tabs a.tab-visit-store {
  width: 142px;
  background: url(../images/tab-visit-store.gif) left top no-repeat;
}

#tabs a.tab-inspired {
  width: 160px;
  background: url(../images/tab-inspired.gif) left top no-repeat;
}

#sidebarhome {
  float: left;
  margin: 13px 0 13px 13px;
  width: 209px;
}

#sidebar {
  float: left;
  margin: 13px 0 13px 13px;
  width: 219px;
}

/*--------- Home Page Navigation -----------*/
#homenav li {
  display: block;
  position: relative;
}

#homenav li ul {
  display: none;
}

#homenav li:hover ul, #homenav li.iehover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 210px;
  width: 130px;
  padding: 8px;
  border: 2px solid;
}

#homenav li a {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 193px;
  height: 32px;
  padding: 50px 0 0 16px;
  line-height: 21px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

#homenav a.gifts {
  background: url(../images/nav-home-gifts-over.gif) left top no-repeat;
}

/*#homenav a.gifts:hover, #homenav li:hover a.gifts, #homenav li.iehover a.gifts {
  background: url(../images/nav-home-gifts-over.gif) left top no-repeat;
}*/

#homenav a.girls {
  background: url(../images/nav-home-girls-over.gif) left top no-repeat;
}

/*#homenav a.girls:hover, #homenav li:hover a.girls, #homenav li.iehover a.girls {
  background: url(../images/nav-home-girls-over.gif) left top no-repeat;
}*/

#homenav a.boys {
  background: url(../images/nav-home-boys-over.gif) left top no-repeat;
}

/*#homenav a.boys:hover, #homenav li:hover a.boys, #homenav li.iehover a.boys {
  background: url(../images/nav-home-boys-over.gif) left top no-repeat;
}*/

#homenav a.babies {
  background: url(../images/nav-home-babies-over.gif) left top no-repeat;
}

#homenav a.gear {
  background: url(../images/nav-home-gear.gif) left top no-repeat;
}

/*#homenav a.babies:hover, #homenav li:hover a.babies, #homenav li.iehover a.babies {
  background: url(../images/nav-home-babies-over.gif) left top no-repeat;
}*/

#homenav li li a {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 0 3px;
  line-height: 1.3em;
  margin-bottom: 0;
  border-right: 0 none;
  color: #4e4d4d;
  text-transform: lowercase;
  background: url(../images/hdots.gif) left bottom repeat-x;
}

#homenav li li.last a {
  background: none;
}

#homenav li.gifts li a:hover {
  color: #b486be;
}

#homenav li.gifts ul {
  background: #e3c6e9;
  border-color: #b486be;
}

#homenav li.girls li a:hover {
  color: #8175ef;
}

#homenav li.girls ul {
  background: #c9c5ea;
  border-color: #8175ef;
}

#homenav li.boys li a:hover {
  color: #6e8bdc;
}

#homenav li.boys ul {
  background: #bfc9e5;
  border-color: #6e8bdc;
}

#homenav li.babies li a:hover {
  color: #7ab580;
}

#homenav li.babies ul {
  background: #c3e7c6;
  border-color: #7ab580;
}

/*--------- End Home Page Navigation -----------*/

/*--------- Main Navigation -----------*/
#nav li {
  display: block;
  position: relative;
  height: 39px;
  margin: 0;
}

#nav li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 219px;
  width: 130px;
  padding: 8px;
  border: 2px solid;
}

#nav li:hover ul, #nav li.iehover ul {
  display: block;
}

#nav li a {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 202px;
  height: 38px;
  padding: 0 0 0 16px;
  margin: 0;
  line-height: 37px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

#nav a.gifts {
  background: url(../images/nav-gifts.gif) left top no-repeat;
}

#nav a.girls {
  background: url(../images/nav-girls.gif) left top no-repeat;
}

#nav a.boys {
  background: url(../images/nav-boys.gif) left top no-repeat;
}

#nav a.babies {
  background: url(../images/nav-babies.gif) left top no-repeat;
}

#nav a.gear {
  background: url(../images/nav-gear.gif) left top no-repeat;
}

#nav li li {
  height: auto;
}

#nav li li a {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 0 3px;
  line-height: 1.3em;
  margin-bottom: 0;
  border-right: 0 none;
  border-bottom: 0 none;
  color: #4e4d4d;
  text-transform: lowercase;
  background: url(../images/hdots.gif) left bottom repeat-x;
}

#nav li li.last a {
  background: none;
}

#nav li.gifts li a:hover {
  color: #b486be;
}

#nav li.gifts ul {
  background: #e3c6e9;
  border-color: #b486be;
}

#nav li.girls li a:hover {
  color: #8175ef;
}

#nav li.girls ul {
  background: #c9c5ea;
  border-color: #8175ef;
}

#nav li.boys li a:hover {
  color: #6e8bdc;
}

#nav li.boys ul {
  background: #bfc9e5;
  border-color: #6e8bdc;
}

#nav li.babies li a:hover {
  color: #7ab580;
}

#nav li.babies ul {
  background: #c3e7c6;
  border-color: #7ab580;
}

/*--------- End Main Navigation -----------*/

#tag {
  position: absolute;
  z-index: 1000;
  top: 191px;
  right: -62px;
}

#homeflash {
  width: 613px;
  height: 309px;
  margin: 13px 0 0 39px;
  float: left;
}

#footerlinks {
  background: url(../images/hdots-lg.gif) left top repeat-x;
  text-align: center;
  padding: 15px 0 10px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 20px;
}

#footerlinks ul {
  margin-bottom: 5px;
}

#footerlinks li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #757575;
}

#footer li.last {
  border: 0 none;
}

#footerlinks a {
  color: #757575;
}

#footerlinks a:hover {
  text-decoration: underline;
}

#footerlinks ul.top li {
  border-color: #8f7bc5;
}

#footerlinks ul.top a {
  color: #8f7bc5;
}

#copyright {
  background: url(../images/hdots-lg.gif) left top repeat-x;
  padding: 10px 0;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  text-align: left;
}

#copyright table {
  float: right;
}


#copyright p {
  color: #c4c4c4;
}

#copyright a {
  color: #8f7bc5;
  font-weight: bold;
}

#copyright a:hover {
  text-decoration: underline;
}

#footer {
  padding: 0 20px;
}

#section {
  width: 613px;
  height: 263px;
  margin: 13px 0 31px 29px;
  float: left;
}

#section h2 {
  padding: 224px 0 0 20px;
  width: 593px;
  height: 39px;
  line-height: 39px;
  color: #492f91;
  font-size: 3.5em;
  font-weight: bold;
}

#section h2.about {
  background: url(../images/photo_about.jpg) left top no-repeat;
}

#section h2.contact {
  background: url(../images/photo_contact.jpg) left top no-repeat;
}

#section h2.news {
  background: url(../images/photo_news.jpg) left top no-repeat;
}

#section h2.online {
  background: url(../images/photo_online.jpg) left top no-repeat;
}

#section h2.store {
  background: url(../images/photo_storefront.jpg) left top no-repeat;
}

#section h2.newsletter {
  background: url(../images/photo_newsletter.jpg) left top no-repeat;
}

#section #credit small {
  text-align: right;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  color: #626262;
  font-size: 1.1em;
  display: block;
}

#section #credit small a {
  font-weight: bold;
  color: #626262;
}

#section #credit small a:hover {
  text-decoration: underline;
}

#store-header {
  width: 613px;
  height: 146px;
  margin: 13px 0 31px 29px;
  float: left;
}

#store-header h2 {
  padding: 107px 0 0 20px;
  width: 593px;
  height: 39px;
  line-height: 39px;
  color: #492f91;
  font-size: 3.5em;
  font-weight: bold;
}

#store-header h2.girls {
  background: url(../images/header-store-temp.jpg) left top no-repeat;
}

#content {
  float: left;
  padding: 10px 10px 20px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  width: 620px;
}

.home #content {
  padding: 40px 10px 20px 30px;
}

#content h3 {
  color: #9a85d4;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
}

#content h4 {
  color: #626262;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#content div.message {
  border:1px solid #492f91;
  background:#DBD2F0;
  padding:12px;
  margin-bottom:6px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size:13px;
}

#content p {
  font-size: 1.2em;
  color: #626262;
  margin-bottom: 1em;
  line-height: 1.3em;
}

#content a {
  color: #5e469f;
  font-weight: bold;
}

#content a:hover {
  text-decoration: underline;
}

#content ul, #content dl {
  margin-bottom: 1em;
  margin-left: 20px;
}

#content ul li {
  font-size: 1.2em;
  list-style: disc;
  color: #626262;
  line-height: 1.3em;
}

#content dt {
  font-size: 1.3em;
  color: #9a85d4;
  border-bottom: 1px solid #9a85d4;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 5px;
}

#content small {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
}

#content table {
  width: 100%;
  border-bottom: 1px solid #626262;
  margin-bottom: 1em;
  font-size: 1.2em;
}

#content table th {
  font-weight: bold;
  color: #9a85d4;
  border-bottom: 2px solid #9a85d4;
  padding: 5px 10px;
}

#content table td {
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
  vertical-align: top;
}

#content table small {
  font-weight: normal;
  font-size: .9em;
  color: #626262;
  display: block;
  padding: 1em 0 0;
  margin: 0;
}

#content table small strong {
  color: #9a85d4;
}


#content table small ul {
  list-style: none;
  font-size: 1em;
}

#content table small li {
  font-size: 1em;
  list-style: none;
}


#content table input.qty {
  background: #fff;
  border: 1px solid #9a85d4;
  padding: 2px;
}

#content input#continue {
  background: #9a85d4;
  color: #fff;
  float: left;
  border: 1px solid #9a85d4;
  padding: 2px 5px;
}

#content input#update {
  background: #9a85d4;
  color: #fff;
  float: right;
  border: 1px solid #9a85d4;
  padding: 2px 5px;
}

#content input#checkout {
  background: #9a85d4;
  color: #fff;
  clear: both;
  float: right;
  border: 1px solid #9a85d4;
  padding: 2px 5px;
}

#content #totals {
  clear: both;
  text-align: right;
  float: right;
  padding-top: 20px;
  width: 180px;
}

#content #totals p {
  font-size: 1.4em;
  text-align: right;
  padding-bottom: 20px;
}

#content #totals p strong {
  display: block;
  width: 100px;
  float: left;
  text-align: right;
  clear: left;
}

#content #totals p span {
  display: block;
  float: left;
  text-align: right;
  width: 80px;
}


#content p.price {
  font-weight: bold;
  color: #5E469F;
  font-size: 1.4em;
}

#breadcrumbs p {
  font-weight: bold;
  color: #6054c3;
}

#breadcrumbs a {
  color: #6054c3;
}

#map {
  float: right;
  margin-right: 100px;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
}

.home {
  background: url(../images/main-home.gif) left top no-repeat;
}

.page {
  background: url(../images/main.gif) left top no-repeat;
}

.store {
  background: url(../images/main-store.gif) left top no-repeat;
}

.homeblocks {
  float: left;
  width: 226px;
  border-right: 1px solid #d2d2d2;
  padding: 0 38px;
  margin-top: 10px;
}

.homeblocks h2, .sidelinks a {
  font-size: 2em;
  color: #5e469f;
  height: 63px;
  padding-left: 51px;
  line-height: 63px;
}

.sidelinks a {
  display: block;
}

.sidelinks li {
  width: 218px;
  padding-top: 10px;
}

.homeblocks p {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 1em;
}

.homeblocks a {
  text-transform: uppercase;
  color: #a096ff;
}

.registry {
  padding-left: 30px;
}

.registry h2, .sidelinks .registry {
  background: url(../images/block-header-registry.gif) left top no-repeat;
}

.news h2, .sidelinks .news {
  background: url(../images/block-header-news.gif) left top no-repeat;
}

.contact {
  padding-right: 0;
  border: 0 none;
}

.contact h2 {
  background: url(../images/block-header-contact.gif) left top no-repeat;
}

.sidelinks .contact {
  background: url(../images/block-header-contact.gif) center top no-repeat;
}

.room {
  float: left;
  padding: 5px;
  width: 300px;
}

.room .photo {
  background: #fff;
  padding: 1px;
  /*border:3px solid #ada7f9;*/
  border: 3px solid #fff;
}

#content .room .photo a {
  display: block;
  border: 0 none;
  background: transparent;
}

#content .room .photo p {
  margin: 0;
}

.room .details {
  padding: 5px;
}

.room .details h2 {
  font-size: 1.5em;
  color: #727272;
  font-weight: bold;
  text-align: center;
}

.room .details a {
  font-weight: bold;
  color: #afa9e1;
  display: block;
}

label {
  display: block;
  font-weight: bold;
  color: #9b6cae;
}

input.textbox {
  background: #fff;
  border: 2px solid #9b6cae;
  padding: 3px;
  width: 250px;
  font-size: .9em;
}

input.submit {
  background: #edd6f4;
  border: 2px solid #9b6cae;
  color: #9b6cae;
  font-weight: bold;
  font-family: Cambria, Garamond, "Times New Roman", Times, serif;
  padding: 3px;
}

.roomphoto {
  float: left;
  margin-right: 10px;
  width: 298px;
}

.roomphoto a {
  display: block;
}

.roomphoto .thumbnails a {
  display: block;
  margin: 0;
  float: left;
  margin: 0 10px 10px 0;
}


.roomphoto img {
  margin: 0 auto;
  display: block;
}

#content .roomphoto .thumbnails p {
  margin: 0;
}


.roomphoto .thumbnails a img {
  margin: 0;
  display: block;
}


.product .details {
  float: left;
  width: 310px;
}

.product .details h2 {
  font-size: 2em;
  margin-bottom: .5em;
  color: #5e469f;
  font-family: Cambria, Garamond, "Times New Roman", Times, serif;
}

#content .roomphoto a.enlarge {
  background: url(../images/icon-enlarge.gif) left top no-repeat;
  line-height: 24px;
  padding-left: 30px;
  color: #5e469f;
  display: block;
  margin: 10px 0;
}

.productlist {
  clear: both;
}

.productlist table {
  width: 100%;
}

#content .productlist h3 {
  background: #e7e6f6;
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #5e469f;
}

.productlist th {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 5px;
}

.productlist td {
  vertical-align: top;
  font-size: 1.2em;
  padding: 5px;
}

.productlist .title {
  display: block;
  font-weight: bold;
}

th.qty {
  width: 50px;
}

input.qty {
  width: 20px;
}

.item {
  float: left;
  text-align: center;
  width: 96px;
  margin: 0 28px;
}

#cart dt {
  border:1px solid #492f91;
  background:#DBD2F0;
  padding:12px;
  margin-bottom:0px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size:12px;
  text-align:left;
  width:100%;
  height:25px;
  vertical-align:bottom;
  color:#492f91;
}
.personalize {
  padding-left:20px;
}
.personalize input.hidden {
  visibility:hidden;
  display:none;
}
.personalize input.visible {
  visibility:visible;
  display:;
}
#cart dd {
  border:1px solid #D5D5D5;
  background:#F5F5F5;
  margin-left:20px;
  padding:12px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size:12px;
  text-align:left;
}
#cart dd br {
  padding-top:5px;
  margin-top:5px;
}

#cart dd.open {
  display:;
  visibility:visible;
}

#cart dd.closed {
  display:none;
  visibility:hidden;
}

#cart div.product {
  padding:12px;
  margin-left:12px;
  border:1px solid #D5D5D5;
  background:#F5F5F5;
  text-align:left;
  width:92%;
}


#content .item p {
  margin-bottom: 0;
}

form#details label {
  color: #171717;
}

form#details select {
  width: 100px;
}

form#details input#qty {
  width: 30px;
}

/*----End Classes----*/


.productlist .photo {
  width: 96px;
  height: 96px;
}

.productlist .item {
  height: 180px;
}


h2#edit {
  font-size: 2em;
  margin-bottom: .5em;
  color: #5e469f;
  font-family: Cambria, Garamond, "Times New Roman", Times, serif;
}

#editcart label.text {
  display: block;
  margin-bottom: 3px;
  font-size: 1.1em;
}


#editcart select {
  width: 150px;
  margin-bottom: 10px;
}

#special {
  background: url(../images/savings-bg.gif) left top no-repeat;
  width: 580px;
  height: 100px;
  padding: 15px 40px 0 20px;
}

#special h1 {
  color: #5e469f;
  font-size: 1.8em;
  font-weight: bold;
  font-family: Cambria, Garamond, "Times New Roman", Times, serif;
  margin-bottom: 5px;
}

#special p {
  color: #5e469f;
  font-size: 1.2em;
  margin: 0;
  line-height: 1.5em;
}

#special p a {
  color: #5e469f;    
  font-weight: normal;
  text-decoration: underline;
}

#special h1 a {
  color: #5e469f;
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  display: block;
  float: none;
  position: relative;
  z-index: 10;
}