html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
*:focus, *:active {outline: 0px none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.25em;border:none;}

/* forms */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:300px;height:120px;padding:5px;}

/* custom */
html {
  height: 100%;
}

* html body {
  height: 100%;
}

body {
  background: #1f1f1f;
  min-height: 100%;
  position: relative;
}

.container {
  width: 950px;
  margin: 0 auto;
}

.clear {
  clear: both;
  line-height: 0;
}

#head {
  height: 362px;
  background: #241200 url(images/headBg.png) 50% 0;
}

#cartHead {
  height: 36px;
  line-height: 36px;
  float: right;
}

#cartHead p {
  color: #fff;
}

p.shopCart {
   background: transparent url(images/cartIcon.png) 0 45% no-repeat;
   padding-left: 25px;
   float: left;
}

a.checkoutButton {
  float: left;
  display: block;
  text-decoration: none;
  float: left;
  margin: 5px 0 0 5px;
  height: 27px;
  width: 79px;
  background: transparent url(images/cartButtons.png);
  text-indent: -9999px;
  line-height: 0;
}

a.checkoutButton:hover {
  background-position: 0 -26px;
}

#searchForm fieldset {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  margin-left: 40px;
}

#searchForm {margin: 0; padding: 0; line-height: 36px; float: left;}
#searchForm p { float: left; margin: 0; margin-right: 10px;}
#searchForm fieldset ol {margin: 0; padding: 0; }
#searchForm fieldset li {list-style: none; padding: 0 0 5px 0; margin: 0 0 5px 0; float: left;}
#searchForm .text input {width: 146px; height: 18px; padding: 2px 2px 0 4px; border: 1px solid #737270; color: #494949; font-size: 10px}
#searchForm .text input:focus {border: 1px solid #666;}
#searchForm .formButton { display: block; font-size: 0; line-height: 25px; margin: 5px 0 0 5px; background: url(images/cartButtons.png); background-position: 0 -53px; text-indent: -9999px; border: none; height: 27px; width: 45px; cursor: pointer; }
#searchForm .formButton:hover { background-position: 0 -80px;}


#mainNav {
  float: right;
}

#mainNav ul {
  margin: 0;
  padding: 0;
}

#mainNav li {
  float: left;
  list-style-type: none;
  margin-top: 17px;

}

#mainNav li.first {
  background: transparent url(images/mainNavFirst.png) top left no-repeat;
  padding-left: 2px;
  height: 47px;
}

#mainNav li a {
  float: left;
  display: block;
  vertical-align: bottom;
  height: 47px;
  line-height: 47px;
  color: #fffff5;
  font-family: Arial, Tahoma, sans-serif;
  font-size: .95em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 14px 0 14px;
  background: transparent url(images/mainNav.png) top right;
}

#mainNav li a:hover {
 background: transparent url(images/mainNav.png) bottom right;
}

#mainPic {
 float: left;
 background: transparent url(images/headerPic.jpg);
 width: 422px;
 height: 278px;
 margin: -49px 0 0 -54px;
}

#logo {
  position: relative;
  float: right;
  height: 140px;
  width: 279px;
  background: transparent url(images/logo.jpg);
  margin: 2px 0 0 0;
}

#logo a {
  display: block;
  height: 140px;
  width: 279px;
}

#logo p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fffff5;
  font-size: .85em;
  text-transform: uppercase;
}

#banner {
  float: right;
  margin: 20px 0 0 0;
}

#sideBar {
  float: left;
  width: 197px;
  background: transparent url(images/sidebarBg.png) left bottom;
}

.sideBarTop {
  position: relative;
  width: 197px;
  height: 10px;
  margin-top: -10px;
  background: transparent url(images/sidebarBg.png) left top no-repeat;
}

#sideBar ul {
  margin: 0 0 15px 20px;
  padding: 0;
}

#sideBar li {
  list-style-type: none;
  margin-top: 5px;
}

#sideBar li a {
  background: transparent url(images/sidebarLiBullet.gif) 0 50% no-repeat;
  padding-left: 10px;
  color: #0a0023;
  text-decoration: none;
}

#sideBar li a:hover {
  text-decoration: underline;
}

h2.watchesTitle {
  height: 58px;
  width: 197px;
  padding-top: 7px;
  background: transparent url(images/h2Watches.jpg) left bottom no-repeat;
  text-indent: -9999px;
}

h2.jewelryTitle {
  height: 58px;
  width: 197px;
  padding-top: 7px;
  background: transparent url(images/h2Jewelry.jpg) left bottom no-repeat;
  text-indent: -9999px;
}

h2.bagsTitle {
  height: 104px;
  width: 197px;
  padding-top: 7px;
  background: transparent url(images/h2Bags.jpg) left bottom no-repeat;
  text-indent: -9999px;
}

#mainCol {
  float: left;
  margin: 0 0 0 44px;
  padding: 0;
}

.itemListing, #inner #mainCol {
  background: #f4f4f4 url(images/mainColBg.png) left bottom;
  width: 709px;
  overflow: auto;
  height: auto;
  padding-bottom: 10px;
}

.itemListingTop, .mainColTop {
  background: transparent url(images/mainColBg.png) left top;
  height: 5px;
  width: 709px;
}

.productItem {
  float: left;
  margin: 14px 18px 14px 18px;
  width: 141px;
  height: 270px;
}

.productItem h3 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  height: 27px;

}

#inner .productItem h3 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
}

.productItem h3 a {
  color: #9c2a1e;
  text-decoration: none;
  text-transform: uppercase;
}

.productItem h3 a:hover {
  text-decoration: underline;
}

.productImage {
  background: #fff;
  width: 141px;
  min-height: 100px;
  border: solid 1px #eae9d9;
}

#inner .productImage {
  background: #fff;
  width: 141px;
  min-height: 165px;
  border: solid 1px #eae9d9;
}

.productImage img {
  display: block;
  margin:0 auto;
}

.descriptionBox {
  background: #1f1f1f;
  border: solid 1px #cbcbcb;
  margin: 3px 0 0 0;
  padding-bottom: 5px;
}

#inner .descriptionBox {
  background: #1f1f1f;
  border: solid 1px #cbcbcb;
  margin: 3px 0 0 0;
  padding: 5px 0 5px 0;
}

.descriptionBox p {
  margin: 6px 0 0 5px;
  color: #fffeef;
  font-size: .9em;
}

.descriptionBox span.price {
  color: #f4ed86;
  margin-left: 5px;
}

.descriptionBox p.code {
  color: #99977e;
  font-size: .8em;
  margin-bottom: 5px;
}

.descriptionBox a.similarButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #231a00;
  font-weight: bold;
  text-decoration: none;
  font-size: .85em;
  background: #ffc43a url(images/viewButton.png);
  width: 128px;
  height: 19px;
  line-height: 19px;
}

.descriptionBox a.similarButton:hover {
  text-decoration: underline;
  background: #ffc43a url(images/viewButton.png) left bottom;
}

.descriptionBox a.buyButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #231a00;
  font-weight: bold;
  text-decoration: none;
  font-size: .85em;
  background: #ffc43a url(images/BuyButton.png);
  width: 128px;
  height: 19px;
  line-height: 19px;
  margin-top: 5px;
}

.descriptionBox a.buyButton:hover {
  text-decoration: underline;
  background: #ffc43a url(images/BuyButton.png) left bottom;
}



h2.brandNewTitle {
  margin: 0;
  height: 57px;
  width: 668px;
  background: transparent url(images/h2BrandNew.jpg) no-repeat;
  text-indent: -9999px;
}


h2.tiffanyJewlery  {
  margin: 0;
  height: 57px;
  width: 668px;
  background: transparent url(images/h2Tiffany.jpg) no-repeat;
  text-indent: -9999px;
}

h2.bagsMain {
  margin: 0;
  height: 57px;
  width: 668px;
  background: transparent url(images/h2BagsMain.jpg) no-repeat;
  text-indent: -9999px;
}

h2.mostPopular {
  margin: 0;
  height: 57px;
  width: 668px;
  background: transparent url(images/h2MostPopular.jpg) no-repeat;
  text-indent: -9999px;
}


#footer {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 709px;
  float: right;
  background: transparent url(images/footerLogo.gif) right 30% no-repeat;
}

#footer ul {
  margin: 0;
  padding: 0;
  width: 709px;
}

#footer li {
  float: left;
  list-style-type: none;
  margin-top: 17px;
  font-size: .9em;
}

#footer li span {
  color: #fff;
  margin: 0 4px 0 4px;
}

#footer li a {
  color: #fff;
  text-decoration: none;
}

#footer li a:hover {
  text-decoration: underline;
}

#footer p {
  float: left;
  color: #fff;
  font-size: .9em;
  margin-top: 20px;
}

/* inner */

#inner #mainCol {
  margin-top: 10px;
  overflow: hidden;
}

#inner #sideBar {
  padding-bottom: 20px;
}

.mainColHead {
  float: left;
  border-bottom: solid 1px #1f1f1f;
  margin: 3px 15px 10px 15px;
  width: 676px;
  padding-bottom: 7px;

}

.mainColHead h1 {
  float: left;
  width: 310px;
  font-weight: bold;
  font-size: 2.6em;
  margin: 25px 0 0 0;
}

h1.oneLine {
  float: left;
  font-weight: bold;
  font-size: 2.6em;
  margin: 25px 0 0 0;
  width: 580px;
}

.mainColHeadFilter {
  float: right;
}

.mainColHeadFilter ul {
  margin: 0;
  padding: 0;
}

.mainColHeadFilter li {
  float: left;
  list-style-type: none;
  margin: 15px 7px 0 7px;
  font-size: .9em;
}

.mainColHeadFilter li a {
  display: block;
  color: #f7f7f7;
  background: transparent url(images/filterNavBg.png);
  font-size: 9px;
  line-height: 9px;
  width: 65px;
  text-align: center;
  padding: 5px 0 7px 0;
}

.mainColHeadFilter li a:hover {
  background: transparent url(images/filterNavBg.png) left bottom;
  text-decoration: none;
}

.colHeadTitle {
 float: left;
}

a.backLink {
  margin-left: 220px;
  color: #1f1f1f;
  font-size: .8em;
}

a.backLinkLine {
   color: #1f1f1f;
  font-size: .8em;
}

a.breadcrumbs {
  color: #1f1f1f;
  font-size: .8em;
}

a.breadcrumbs:hover {
  text-decoration: none;
}


a.backLink:hover {
  text-decoration: none;
}

.genericInnerContent {
  margin: 10px 15px 10px 15px
}

.detailsContent {
  width: 347px;
  float: left;
}

.detailsContent h2 {
  margin: 20px 0 5px 0;
  line-height: .8em;
}

h2.priceItem {
  float: left;
  color: #e00000;
  background: transparent url(images/cardsPrice.gif) right 50% no-repeat;
  font-size: 4em;
  line-height: .7em;
  margin: 0 0 10px 0;
  width: 347px;
}

#cartAdd {margin: 0; padding: 0; float: left;}
#cartAdd p { margin: 7px 0 0 0; float: left;}
#cartAdd fieldset {margin: 20px 0 20px 70px; padding: 0; border: none; }
#cartAdd select {float: left; padding: 0; margin: 7px 25px 0 10px; border: 1px solid #737270; color: #494949; font-size: 10px}
#cartAdd .AddButton { float: left; display: block; font-size: 0; line-height: 25px; margin: 0; background: url(images/AddButton.png); text-indent: -9999px; border: none; height: 32px; width: 151px; cursor: pointer; }
#cartAdd .AddButton:hover { background: url(images/AddButton.png) left bottom; }

.deleteButton { display: block; font-size: 0; line-height: 25px; margin: 0; background: url(images/deleteButton.png); text-indent: -9999px; border: none; height: 24px; width: 89px; cursor: pointer; }
.deleteButton:hover { background: url(images/deleteButton.png) left bottom; }

.continueButton { display: block; font-size: 0; line-height: 25px; margin: 0; background: url(images/continueButton.png); text-indent: -9999px; border: none; height: 30px; width: 139px; cursor: pointer; }
.continueButton:hover { background: url(images/continueButton.png) left bottom; }

.checkoutButtonA { display: block; font-size: 0; line-height: 25px; margin: 0; background: url(images/checkoutButton.png); text-indent: -9999px; border: none; height: 30px; width: 129px; cursor: pointer; }
.checkoutButtonA:hover { background: url(images/checkoutButton.png) left bottom; }

.confirmButton { display: block; font-size: 0; line-height: 25px; margin: 0 auto; background: url(images/confirmButton.png); text-indent: -9999px; border: none; height: 40px; width: 169px; cursor: pointer; }
.confirmButton:hover { background: url(images/confirmButton.png) left bottom; }

.detailsImages {
  float: left;
  margin: 0 0 0 30px;
  width: 302px;
}

.detailsImages img {
  border: solid 1px #1f1f1f;
}

.detailsImages p {
  margin: 20px 0 10px 0;
}

h2.checkoutH2 {
  margin: 10px 0 35px 0;
  border-bottom: solid 1px black;
}

a.viewColButton {
  display: block;
  height: 22px;
  width: 143px;
  background: transparent url(images/viewCollection.png);
  text-indent: -9999px;
  margin: 5px auto;
}

a.viewColButton:hover {
  background: transparent url(images/viewCollection.png) left bottom;

}

a.viewDetButton {
  display: block;
  height: 22px;
  width: 143px;
  background: transparent url(images/viewDetails.png);
  text-indent: -9999px;
  margin: 5px auto;
}

a.viewDetButton:hover {
  background: transparent url(images/viewDetails.png) left bottom;

}

a.AddToButton {
  display: block;
  height: 22px;
  width: 143px;
  background: transparent url(images/addToButton.png);
  text-indent: -9999px;
  margin: 5px auto;
}

a.AddToButton:hover {
  background: transparent url(images/addToButton.png) left bottom;

}
