/* reset reloaded */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}


/* gem mountain */
body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:100.1%; 
	color:#000000;
	background: #7951a1 url('../images/gradBG.jpg') repeat-x;
	margin: 0px !important;
	padding: 0px !important;
	}
a {
	text-decoration: none;
	outline: none;
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	}
strong, b {
	font-weight: bold;
	}

p {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	}
li {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
td {
	font-size: 90%;
	}
img {
	border: 0;
	}

#wrap {
	margin: 0 auto;
	width: 890px;
}

#header {
}

#logo {
  margin: auto;
  float: left;
  padding-bottom: 4px;
}

#shoppingcart {
  margin: auto;
  float: right;
}
#shoppingcart input {
  cursor: pointer;
  margin: 0;
  padding: 7px;

  color: white;
  background: #b697a6;
  border: solid 1px #b697a6;

  font-weight: bold;
  font-size: .9em;
  text-decoration: none;
}
#shoppingcart input:hover {
  color: #b697a6;
  background: white;
}

#headernav {
  clear: both;
}

ul#headernav  {
  margin: 0;
  padding: 0;
  font-size: .9em;
}

ul#headernav li {
  float: left;
  margin: 0;
  padding: 0;
}

ul#headernav li a {
	display: block;
	padding: 1px 10px;

  line-height: 2em;

	text-decoration: none;
	color: #fff;
	background: url('../images/12px_whiteline.gif') no-repeat right;
}

ul#headernav li a.last {
	background: none;
}

ul#headernav li a.hovering,
ul#headernav li a:hover {
	color: #5b1c5b;
	margin: 0 -2px -1px 0;
	background: #eadcd9;
	border-right: 2px solid #aa9c6f;
	border-bottom: 1px solid #bfb5b2;
}

ul#headernav li a.selected {
	color: #5b1c5b;
	margin: 0 -2px -1px 0;
	background: #fff;
	border-right: 2px solid #aa9c6f;
	border-bottom: 1px solid #fff;
}

#contentborder {
	border-right: 2px solid #A99A6F;
	border-bottom: 2px solid #A99A6F;
}

#content {
	background: white url(../images/goldBG.gif) repeat-y left;
	border: 5px solid white;
}

#left {
	width: 160px;
	float: left;
	margin: 5px;
	  display: inline;
}

#left ul {
  margin: 0 0 4em 0;
  padding: 0;
}

#left ul li {
  margin: 0;
  padding: 0;
}

#left ul li a {
	color: white;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding: .4em 0;
	display: block;
}

#left ul li a.selected,
#left ul li a:hover {
	background: #ccba87;
	text-decoration: none;
}

#right {
  margin-left: 176px;
}

.clear {
	clear: both;
}


ul#footernav  {
	margin: 0;
	font-size: .9em;
}
ul#footernav li {
  float: left;
  margin: 0;
  padding: 0;
}
ul#footernav li a {
	color: white;
	display: block;
	padding: 1px 10px;
	margin: 0 2px 0 0;
	line-height: 2em;
	background: url('../images/12px_whiteline.gif') no-repeat right;
}

ul#footernav li a.selected, ul#footernav li a:hover {
}

ul#footernav li a.last {
	background: none;
}


/*
 ** Splash
 */
.splash {
  float: left;
  padding-right: 4px;
  text-align: center;
  text-transform: uppercase;
}
.splash img {
  padding-bottom: 2px;
}
.splash a {
  color: #7b4e6b;
  font: bold italic 10px Zapfino, Apple Chancery, serif;
}
.splash a.linktext {
  text-decoration: underline;
}


/*category*/

#categoryheader {
  position: relative;
  width: 702px;
  width: expression('699px'); /* MSIE 6 box model issue */
  height: 130px;
  padding-bottom: 10px;

  background: #ccba87;
  border-bottom: 2px solid #A99A6F;
}
#categorytitle {
  z-index: 2;
  position: absolute;
  left: 16px;
  bottom: 8px;
  font: bold italic 22px Zapfino, Apple Chancery, serif;

  color: #fff;
  background: transparent;
}
#categorytitlebar {
  position: absolute;
  width: 702px;
  left: 0;
  bottom: 0;
  padding: 8px 0;
  font: bold italic 22px Zapfino, Apple Chancery, serif;

  background: #fff;
  opacity: 0.2;
  z-index: 1;
}
#categorydescription {
  padding-top: 4px;
  font: 120% serif;
  color: #7B4E6B; /* #A99A6F; */
}

.category {
  width: 296px;
  float: left;
  margin: 10px 20px 10px 10px;
  text-align: center;
}
.categorythumb {
  width: 296px;
  height: 296px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.categorycaption {
}

a .categorycaption {
	color: black;
	font-size: .9em;
	color: black;
	border-top: 1px solid #A99A6F;
	padding: 4px 0;
	display: block;

}
a:hover .categorycaption {
	background: #eddfdc;
	text-decoration: none;
}

/*product*/

#product {
	margin-left: -5px;
	text-align: left;
	font-size: .9em;
}

#product th {
	height: 50px;
	vertical-align: bottom;
	padding-bottom: 6px;
}

#product td {
	vertical-align: top;
}

#productleft {
	width: 298px;
	margin-right: 5px;
	border-bottom: 2px solid #A99A6F;
}

#productmiddle {
	width: 120px;
	margin-right: 5px;
	border-bottom: 2px solid #A99A6F;

}

#productright {
	width: 273px;
	border-bottom: 2px solid #A99A6F;
}

#producttitle {
	font-size: 1.4em;
}

#productprice {
	font-size: .9em;
	color: #7b4e6b;
}

#productlargeimage {
  width: 298px;
  height: 298px;
  overflow: hidden;
	border: solid 1px #A99A6F;
	text-align: center;
}

#productimages {
	width: 298px !important;
	overflow: hidden;
}

#productthumbs {
}

#productthumbs img {
	width: 37px;
	margin-top: 5px;
	border: solid 1px #A99A6F;
	cursor: pointer;
}

#productimagedescription {
	font-size: .9em;
	color: #A99A6F;
  font-size: 1.1em; /* 20081109 */
  color: #7951a1;
	font-weight: bold;
	padding-top: 10px;
}

#productoptions {
	background: #eddfdc;
	padding: 10px;
}

#productoptions select {
	width: 100px;
	margin-top: 10px;
}

#productaddtocart {

}

#productaddtocart a {
	color: white;
	font-size: .9em;
	font-weight: bold;
	background: #b193a2;
  border: solid 1px #b193a2;
	padding: 10px;
	text-align: center;
	display: block;
}

#productaddtocart a:hover {
	color: #b193a2;
	background: white;
}

#out-of-stock div {
  color: white;
  font-size: .9em;
  font-weight: bold;
  background: #b13342;
  border: solid 1px #b193a2;
  padding: 10px;
  text-align: center;
}

#productdescription {
	padding-top: 10px;

}

#productimagedescription {
  width: 110px;
}

/* thickbox product images */
a.thickbox {
  display: inline-block;
  margin-top: 12px;
  padding: 3px;
  min-height: 16px;
  background: #7951a1;
  border: 3px solid #7951a1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
/*
 min-width:19em;
 _width:19em;
*/
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
}
a.thickbox:hover {
  background-color: #336699;
  border-color: #336699;
}


/*text*/

#text {
	padding-top: 0; /* 5px; */
	padding-right: 5px;
}

#textimage {
	width: 400px;
	float: left;
}

#textimage img {
	border: solid 1px #A99A6F;
	
}

#textcontent {
	margin-left: 405px;
}

#textcontent h1{
	font-size: 1.4em;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #A99A6F;
}

#textcontent p{
	margin: 0;
	font-size: .8em;
}

