@charset "utf-8";
/* CSS Document */

body {
	background: transparent;
  }
#base {
  position: relative;
  width: auto;
  height: auto;
  margin: 0px;
  background: transparent;
  }
#base #bg_top {
  display: none;
  }

#header {
  height: 40px;
  background: transparent;
  }
a#logo {
  height: 40px;
  padding: 0px;
  }
#header_img {
  display: none;
  }
ul#nav {
  display: none;
  }
#extra_links {
  display: none;
  }
#main {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  }
#content {
  padding-top: 70px;
  height: auto;
  width: auto;
  overflow: visible;
  }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {
  width: auto;
  }
.col_a {
  border: 1px dotted #eeeeee;
  }
.col_b {
  border: 1px dotted #eeeeee;
  }
  
#footer {
  position: relative;
  margin-top: 20px;
  padding-right: 0px;
  height: 55px;
  clear: both;
  text-align: right;
  font-size: 60%;
  color: #000000;
  background: transparent;
  }
#product {
  clear: both;
  padding-top: 100px;
  position: relative;
  }
/*
#main {
  position: relative;
  width: 80%;
  margin: 0px;
  background: #ccccdd;
  border: 4px solid #000066;
  }
#main:after {
  display: none;
  }
#header {
  position: absolute;
  background: transparent;
  height: 70px;
  }
a#logo {
  display: block;
  height: 70px;
  width: 269px;
  padding: 21px 0px 0px 56px;
  }
a#logo img {
  border: none;
  }
 */
 
 
/* nav

#lhs {
  }
*/

  /*
#product {
  }
#product img {
  }


#base.product_detail {
  }
.product_detail #main {
  }
.product_detail #content {
  }
.product_detail #main:after {
  }
 */
  
/* column layout
.layout_block {
  border: 1px dotted #ff0000;
  }
.layout_item {
  float: none;
  }
.layout_item p {
  }
.col_a {
  width: 20%;
  }
.col_b {
  margin-left: 30%;
  width: 90%;
  background: #eeeeee;
  }
   */