body {
	color: #888888;
	background-color: #FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  width: 58em;
  margin: 0 auto;
}

button {
  cursor: pointer;
}

input, button, textarea, select {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 1em;
	color: #888888;
}

a {
  color: #B1002A;
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

h2, h3, h4  {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

fieldset {
  margin: 1em 0;
}

fieldset legend {
  display: none;
}

fieldset label {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

label span.text_label {
  width: 8em;
  float: left;
}

label input, label textarea {
  margin-left: 5em;
  margin-top: -0.25em;
  width: 19em;
}

#masthead {
  float: left;
  width: 13em;
  height: 13em;
  text-align: center;
}

#navigation {
  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid #888888;
  margin-left: 14em;
  text-transform: uppercase;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
}

#navigation a {
  text-decoration: none;
  color: #888888;
}

#navigation a:hover {
  color: #aaaaaa;
}

#navigation ol {
  text-align: center;
}

#navigation ol li {
  list-style: none;
  display: inline;
  margin-right: 2em;
}

#abstract {
  width: 16.67em;
  padding: 1.33em 0;
  font-size: 0.75em;
  text-align: justify;
  float: left;
  clear: left;
}

#footer {
  clear: both;
  margin: 0 auto 1em 0;
  padding-top: 2em;
  font-size: 75%;
  text-transform: uppercase;
  margin-left: 18em;
}

#footer a {
  text-decoration: none;
  color: #888888;
}

#footer a:hover {
  color: #aaaaaa;
}

#footer ol {
  text-align: center;
}

#footer ol li {
  list-style: none;
  display: inline;
  margin-right: 2em;
}

div.body {
  width: 47em;
  margin: 2em 0 0 14em;
  padding: 0;
}

div.body ul {
  list-style-type: disc;
  margin-bottom: 1em;
}

div.body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
}

div.body li {
  margin-left: 1em;
  line-height: 1.5em;
}

div.pieces {
  float: left;
}

div.body.piece div.pieces {
  margin-top: 0;
}

div.pieces div.piece {
  width: 9.5em;
  height: 18em;
  margin: 0 2em 2em 0;
  float: left;
}

div.pieces div.piece p {
  font-size: 0.67em;
  padding: 0;
  margin: 0;
}

div.pieces div.piece>a {
  display: block;
  border: 1px solid #888888;
  width: 152px;
  height: 152px;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
  background-position: top left;
}

div.pieces div.piece img {
  display: none;
}

div.pieces div.piece img.purchase, div.pieces div.piece img.sold-out {
  display: inline;
}

div.newsletter {
  border: 1px solid #888888;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  padding: 1em;
  margin-bottom: 1em;
}

div.newsletter input {
  margin: 0;
  width: 95%;
}

div.newsletter span.text_label {
  display: none;
}

input.quantity {
  width: 2em;
  text-align: center;
}

table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
}

table tr th {
  font-weight: bold;
  padding: 0.25em 0;
}

table tr th, table tr td {
  height: 1em;
  vertical-align: baseline;
}

table tr td {
  padding: 0.25em 0;
  border-bottom: 1px dashed #aaaaaa;
  vertical-align: middle;
}

table.cart tr td.quantity {
  padding: 0;
  text-align: center;
}

table.cart tr td.image {
  padding: 0;
  vertical-align: bottom;
  width: 32px;
  padding-right: 0.5em;
}

table.cart tr th.image {
  width: 32px;
}

table.cart tr th.price {
  width: 5em;
}

table.cart {
  clear: both;
}

table.orders td fieldset {
  float: left;
  margin: 0.25em;
}

table.orders td fieldset legend {
  display: none;
}

table.orders td fieldset label, table.orders td fieldset input {
  margin: 0;
}

table.orders td fieldset span.text_label {
  display: none;
}

div.buy_now {
  text-align: right;
}

div.paypal {
  margin-top: 2em;
  text-align: center;
}

div.buy_now button {
  background: none;
  border: 0 none;
}

#cart {
  border: 1px solid #888888;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  padding: 1em;
  margin-bottom: 1em;
}

#cart a {
  color: #888888;
}

#cart a:hover {
  color: #aaaaaa;
}

#cart span.item_total {
  float: right;
}

#cart h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

div.index.images div {
  float: left;
  margin-top: 1em;
  margin-right: 2em;
}

ul.paging a {
  display: block;
  float: left;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  text-align: center;
  border: 1px solid #aaaaaa;
  text-decoration: none;
  color: #888888;
}

ul.paging span {
  display: block;
  float: left;
  margin-right: 0.5em;
  text-align: center;
}

ul.paging li {
  list-style-type: none;
}

ul.paging li span.current, ul.paging li a:hover {
  display: block;
  float: left;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  text-align: center;
  border: 1px solid #B1002A;
  text-decoration: none;
  color: #FFF;
  background-color: #B1002A;
}

dl.order {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}

dl.order dt {
  float: left;
  width: 9em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

dl.order dd {
  margin-bottom: 0.25em;
}

dl.order dd div {
  margin-left: 9em;
}

#order_search {
  width: 20em;
}

/* sIFR*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
 
.sIFR-active div.body h2 {
	font-size: 54pt;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.sIFR-active div.body h3 {
	font-size: 18pt;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

ol.search li {
  margin-left: 0;
  margin-bottom: 1em;
  list-style-type: none;
}

ol.search li h4 {
  margin-bottom: 0;
}

ol.search li p {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

div.sitemap ol {
  list-style-type: none;
}

img.left {
  float: left;
  margin: 1em 1em 1em 0;
}

img.right {
  float: right;
  margin: 1em 0 1em 1em;
}

br.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

div.send-to-friend div.piece {
  float: left;
  margin-right: 1em;
  border: 1px solid #888888;
  width: 350px;
  height: 350px;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em;
  -webkit-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-position: top left;

}

div.send-to-friend div.piece img {
  display: none;
}

div.send-to-friend fieldset {
  margin: 0;
}

div.send-to-friend span.text_label {
  display: block;
  float: none;
  width: auto;
}

div.send-to-friend input, div.send-to-friend textarea {
  margin: 0;
}

div.send-to-friend textarea {
  height: 5em;
}

div.message, div.notice, div.error {
  border: 1px solid #888888;
  padding: 1em;
  margin-bottom: 1em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em;
  -webkit-box-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.05);
}

div.message.errors, div.error {
  border: 1px solid #B1002A;
  color: #B1002A;
}

div.message.errors ul {
  list-style-type: none;
  margin: 0;
}

#main_image {
  margin-bottom: 2em;
}

div.body.index div.pieces div.piece {
  height: 8em;
}

