@import "blueprint/screen.css";
@import "common-basic.css";
@import "lightbox.css";

body {
	background: url('../images/weave2.jpg');
	color: #666;
	margin: 0;
	padding: 0;
}

img { border: none; }
a {
  color: #666;
  border: none;
  text-decoration: none;
}

div.container {
  width: 780px;
  background: #fff;
}

div#header {
  position: relative;
  width: 750px;
  height: 175px;
  margin: 0 auto;
  background: url('../images/header_bg.jpg') no-repeat;
}

div#header img.logo {
  margin: 60px 0 0 42px;
}

div#header span.cart {
  position: absolute;
  right: 2.5em;
}

ul#nav {
  margin: 60px 10px 0 0;
  float: right;
}

ul#nav li {
  font: 12px "Trajan Pro", "Trajan", Times, serif;
/*  font-weight: bold;*/
  text-transform: uppercase;
  float: left;
  list-style: none;
  padding: .6em 1em .3em;
  margin-right: 0;
}

ul#nav li.here {
  background-color: #f8b9d2;
}

ul#nav li:hover {
  background-color: #f8b9d2;
}

ul#nav a {
  text-decoration: none;
  color: #3A2C2C;
  letter-spacing: 2px;
}

div.content {
  font: 12px Georgia, Times, serif;
}

div#left {
  float: left;
}

div#right {
  float: right;
  width: 550px;
  padding-right: 1em;
}

ul#subnav {
  width: 152px;
  margin: 3em 0 0 3em;
}

ul#subnav li {
  list-style: none;
  border-top: 1px dotted #444;
  position: relative;
  padding: 5px 0 5px 8px;
  color: #999;
}

ul#subnav li.first {
  border-top: none;
}

ul#subnav li.here {
  background-image: url(/images/fleur_pink.gif);
  background-repeat: no-repeat;
  background-position: left 18px;
  color: #f38ab3;
}

ul#subnav li.here a {
  padding-left: 2em;
}

ul#subnav a {
  text-decoration: none;
  color: #444;
  display: block;
  padding: 15px 0 15px 8px;
}

ul#subnav .subnav-children li.here {
  background-image: url(/images/fleur_pink.gif);
  background-repeat: no-repeat;
  background-position: left 8px;
  color: #f38ab3;
}

ul#subnav ul.subnav-children {
  margin-top: -.5em !important;
  padding-left: 1em;
}

ul#subnav ul.subnav-children a {
  padding: .5em 0;
}

ul#subnav ul.subnav-children {
  margin: 12px 0 12px 5px;
  font-size: 11px;
}

ul#subnav ul.subnav-children li {
  border-color: #ccc;
  font-size: 11px;
  padding-left: 2em;
}

ul#subnav .count {
  font-size: 10px;
  color: #999;
  position: absolute;
  top: 16px;
  right: 4px;
}

ul#subnav ul.subnav-children .count {
  top: 6px;
}

img.border {
  padding: 5px;
  border: 1px solid #666;
  margin-bottom: .5em;
}

img.solid_border {
  padding: 2px;
  border: 1px solid #efefef;
}

img.cart_border {
  padding: 2px;
  border: 1px dotted #666;
}

div.product {
  float: left;
  margin: 1em;
  color: #666;
  width: 150px;
}

div.product h3 {
 font-size: 12px;
 margin: 5px 0 0 0;
}

div.product a {
  color: #666;
  text-decoration: none;
}

div#footer {
  font: 12px Georgia, Times, serif;
  text-transform: uppercase;
  margin: 3em 1em 0 1em;
  border-top: 1px dotted #444;
}

div#footer img {
  float: left;
}

div#footer ul {
}

div#footer li {
  float: left;
  list-style: none;
  margin-right: 1em;
}

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

.border-right { border-right: 1px dotted #444; }

p.zoom {
  
}

p.title {
  font: 12px Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 1em 0 .5em 0;
  padding: 0;
  border-bottom: 1px dotted #444;
}

h1 {
  font-size: 18px;
  color: #666;
}

div#notice {
  color: #666;
  background-color: #F8B9D2;
  font: 12px "Trajan Pro", "Trajan", Times, serif;
  font-weight: bold;
  float: center;
  list-style: none;
  padding: .75em;
  margin-bottom: .5em;
}

div.price {
  color: #F8B9D2;
  background-color: #F8B9D2;
}

tr.footer td {
  background-color: #F8B9D2;
  padding-right: 1em;
  border-bottom: 1px dotted #444;
}

div.clear_cart {
  font: 10px "Trajan Pro", "Trajan", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  list-style: none;
  padding: .75em;
}

/* ============== */
/* = Pagination = */
/* ============== */

.pagination {
  background: white;
  clear: both;
  margin: 1em 0;
  text-align: left;
}
.pagination a, .pagination span {
  padding: .2em .5em;
/*  display: block;*/
/*  float: left;*/
  margin-right: 1px;
}
.pagination span.disabled {
  color: #e2e2e2;
}
.pagination span.current {
  font-weight: bold;
  color: #333;
}
.pagination a {
  text-decoration: none;
  color: #999;
  background-color: #F7F6E2;
}
.pagination a:hover, .pagination a:focus {
  color: #666;
  border-color: #666;
}
.pagination .page_info {
  background: #2E6AB1;
  color: white;
  padding: .4em .6em;
  width: 22em;
  margin-bottom: .3em;
  text-align: center;
}
.pagination .page_info b {
  color: #003;
  background: #6aa6ed;
  padding: .1em .25em;
}
.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .pagination {
  height: 1%;
}
*:first-child+html .pagination {
  overflow: hidden;
}

div.title {
  padding-right: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #444;
}

div.pages {
  background: #efefef;
  margin: 1em 0em 0em 0em;
  border: 1px solid #d1d1d1;
  padding: 10px;
}

div.pages_datetime {
  float: right;
  font-weight: bold;
}

div.pages_title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
}

div.pages_body {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 2em;
  line-height: 14pt;
}