* { margin: 0; padding: 0; }

body, p, td, input {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #999999;
  text-decoration: underline;
}

/* table, tr, td { border: none; } */

a img { border: 0; }

/* layout */
#canvas {
  background-color: #fff;
  width: 914px;
  height: 765px;
  padding: 30px 0 0 0;
}

#banner {
  clear: both;
  margin: 0;
  padding: 8px 0 8px 0;
}

#cart {
  background-image: url('../img/cart_bg.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  color: #FFFFFF;
  padding: 2px 0 2px 0;
  width: 349px;
  height: 52px;
}

#search {
  margin-top: -20px;
  float: right;
  padding: 0;
  text-align: left;
}

#search input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #666666;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px;
}

#menu {
  background-color: #000000;
  clear: both;
  padding: 0;
}

#content {
  clear: both;
}

#footer {
  clear: both;
  font-family: Verdana, sans-serif;
  width: 914px;
}

#footer ul,
#footer li {
  display: inline;
}

#footer li {
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 0 8px 0 0;
}

#footer li a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

#footer li a:hover {
  color: #999999;
}

#newsletter {

  background-color: #E4E5E7;
  clear: both;
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  width: 230px;
  height: 25px;
}

#notice {
    color: #800080;
    height: 15px;
}

/* cart related */
.cart a img {
  border: none;
}

/* menu */
.menu {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  height: 22px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  float: left;
  position: relative;
  padding: 0 8px 0 8px;
}

.menu li a {
  color: #FFF;
  display: block;
  float: left;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding-right: 1em;
  text-decoration: none;
}

.menu li a.drop {
  font-weight: bold;
}

.menu li ul {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  top: 22px;
}

.menu li:hover a,
.menu li a:hover {
  border: 0;
  color: #CCCCCC;
  text-decoration: none;
}

.menu li:hover ul,
.menu li a:hover ul {
  background: #EEEEEE;
  border: none;
  height: auto;
  left: 0;
  top: 22px;
  overflow: visible;
  visibility: visible;
  width: 200px;
}

.menu li:hover ul li a,
.menu li a:hover ul li a {
  background: transparent;
  color: #666666;
  display: block;
  font-weight: bold;
  height: auto;
  line-height: 1.5em;
  text-decoration: none;
  width: 200px;
}

* html .menu li a:hover ul li a {
  w\idth: 9em;
}

.menu li:hover ul li a.drop,
.menu li a:hover ul li a.drop {
  font-weight: bold;
}

.menu li:hover ul li ul,
.menu li a:hover ul li a ul {
  height: 0;
  left: 9.5em;
  top: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.menu li:hover ul li a:hover,
.menu li a:hover ul li a:hover {
  color: #CCCCCC;
  text-decoration: none;
}


.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
  background: #EEEEEE;
  border: none;
  color: #000000;
  height: auto;
  visibility: visible;
  width: 9.5em;
}

.menu li:hover ul li:hover ul li a,
.menu li a:hover ul li a:hover ul li a {
  display: block;
  height: auto;
}

.menu li:hover ul li:hover ul li:hover a,
.menu li a:hover ul li a:hover ul li a:hover {
  color: #333333;
  text-decoration: none;
}

#tilegrid_canvas {
  /* border: 1px solid #000000; */
  width: 740px;
  clear: both;
  float: right;
  padding: 20px 0 0 0;
}

#tilegrid_title {
  clear: both;
  font-family: "Georgia", serif;
  font-size: 22px;
  font-weight: normal;
  padding: 4px 0 4px 0;
  text-transform: uppercase;
}

#tilegrid_menu {
  float: right;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  text-transform: uppercase;
}

#tilegrid_menu ul {
  display: inline;
  list-style-type: none;
}

#tilegrid_menu li {
  background-color: #000000;
  color: #FFFFFF;
  display: inline;
  list-style-type: none;

}

#tilegrid_menu li a {
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
}

#tilegrid_menu li a:hover {
  background-color: #999999;
  color: #FFFFFF;
  text-decoration: none;
}

#tilegrid_stripe {
  background-color: #000000;
  clear: both;
  width: 740px;
  height: 6px;
}

#tilegrid_mask {
  background-color: #CCCCCC;
  clear: both;
  overflow: hidden;
  width: 740px;
  height: 330px;
}

#tilegrid_content {
  background-color: transparent;
  padding: 16px 0 16px 0;
}

#tilegrid_content input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

#tilegrid_navigation {
  background-color: transparent;
  clear: both;
  padding: 16px 0 20px 0;
  width: 740px;
}

#tilegrid_navigation ul {
  list-style-type: none;
}

#tilegrid_navigation li a {
  color: #999999;
}

#tilegrid_navigation li a:hover {
  color: #666666;
}

#tilegrid_text {
  background-color: transparent;
  padding: 20px 0 16px 0;
  width: 640px;
}

#tilegrid_text h2 {

  color: #999999;
  font-size: 12px;
  padding: 16px 0 0 0;
}

.product_tile {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 4px 0 4px;
  overflow: hidden;
  padding: 0;
 /*  width: 144px; */
  width: 108px;
  height: 282px;
}

.product_tile p {
  line-height: 18px;
  height: 20px;
}

.product_tile p.price {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -.5px;
  padding: 0 0 0 0;
  position: relative;
  top: 24px;
}

.product_tile a {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

.product_tile a:hover {
  text-decoration: none;

}

.product_tile img {
  border: 0;
  /* cursor: crosshair; */
 /*  width: 140px;
  height: 187px; */
  overflow: hidden;
}

.product_tile a img  {
  border: 1px solid #FFFFFF;
}

.product_tile a:hover img  {
  border: 1px solid #999999;
}

.product_image {
  background-color: #FFFFFF;
  display: block;
  float: left;
  overflow: hidden;
  padding: 2px;
  width: 300px;
}

.product_details {
  background-color: #FFFFFF;
  display: block;
  float: right;
  margin: 0 0 15px 15px;
  overflow: hidden;
  padding: 2px;
  width: 415px;
}

.product_navigator {
  background-color: #FFFFFF;
  clear: both;
  padding: 0;
  overflow: hidden;
}

.product_navigator ul {
  margin: 0;
  padding: 0;
}

.product_navigator ul li {
  background-color: #000000;
  color: #FFFFFF;
  display: inline;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.product_navigator ul li a {
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  float: left;
  font-weight: bold;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
}

.product_navigator ul li a:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.product_navigator ul li a.active {
  background-color: #FFFFFF;
  color: #000000;
}

.panel {
  clear: both;
  display: none;
  width: 515px;
  height: 115px;
}

.panel.active-tab-body {
  display: block;
}

table.client_cart th {
  background-color: #EEEEEE;
  padding: 6px 0 6px 0;
}

table.client_cart td {
  padding: 6px;
}

table.client_cart select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  text-align: left;
  width: 40px;
}


/* fonts */
.bold {
  font-weight: bold;
}

.box,
a.box {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
}

a:hover.box {
  background-color: #999999;
  color: #FFFFFF;
  text-decoration: none;
}

.caps {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.left { float: left; }

.inline { display: inline; }

input.no_border {
  border: none;
  font-family: Verdana, sans-serif;
}

input.image {
  border: none;
  width: 23px;
  height: 17px;
}

.ok, .ko { font-style: italic;font-weight: bold; }

.sans {
  color: #666666;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

.strike  {
  color: #CCCCCC;
  text-decoration: line-through;
}
