/* CSS Document */

  * {
  font: normal normal 11px "Trebuchet MS","Myriad", sans-serif;
  border:0;
  margin:0;
  padding:0;
  outline:0;
  list-style-type: none;
  }
  body {
  behavior: url('csshover.htc');
  background: #fff;
  }
  h1 {
  position: relative;
  font-size: 160%;
  color: #000;
  }
  h1 a {
  display:none;
  }
  h2.action {
  display: none;
  }
  p.description {
  padding: 10px 0px;
  color: #000;
  border-bottom: 2px solid #000;
  text-indent: 0;
  }
  #main {
  width: 1000px;
  margin: 0px auto;
  position: relative;
  min-height: 350px;
  background: ;
  }
  #header {
  display: none;
  }
  
  
/* search form mainpage & topmenu*/
  #topmenu {
  display: none;
  }
  #topmenu ul#top {
  display: none;
  }

  form#mainsearch {
  display: none;
  }


/* register - login */        
  #register {
  display: none;
  }

/* product menu */
  #topmenublock {
  display: none;
  }
  
  ul.menu {
  display: none;
  }  
  
/* cotainer - right content */
  #container {
  position: relative;
  border-top: 1px solid #6A383E;
  }
  #infonav {
  display: none;
  }
  #content {
  float: left;
  background: #fff; 
  }
  #content h2 {
  font-size: 160%;
  padding: 5px 10px;
  background: #6A383E;
  border-bottom: 1px solid #555;
  color: #000;
  }
  #content h2 a {color: #000}
  
  /* paging */
  
  div.pages {
  display: block;
  width: 800px;
  margin: 10px 0;
  text-align: center;
  background: #fff;
  
    }
    div.pages a {
    font-weight: bold;
    color: #000;
    background: #fff;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    }

    div.pages span {
    margin: 0 15px;
    }
    
  /* product box */  
  .box {
  width: 200px;
  float: left;
  overflow: hidden;
  }
  .even {background: #ddd}
  .odd {background: #fff}
    .box h3 {
    margin: 10px;
    font-size: 125%;
    font-weight: bold;
    }
    .box form {
    font-size: 90%;
    margin: 0 10px 10px 10px;
    }
    .box p {
    margin: 5px 10px;
    color: #fff;
    }
      .box .tobasket {
      padding: 1px;
      font-size: 90%;
      }
      .box .count {
      width: 20px;
      font-size: 90%;
      padding: 3px 1px 2px 1px;
      text-align: right; 
      }
    .img {
    margin: 9px;
    border: 1px solid black;
    position: relative;
    }
    .img a {
    display: block;
    background: #fff url('../img/design/ima/sorry.png') no-repeat center center;
    width: 180px;
    height: 180px;
    text-align: center;
    }
    .img a img.product {
    
    }
    
    .img .product_new {
    position: absolute;
    width: 70px;
    height: 18px;                
    left: 0;
    top: 5px;
    }
    .img .product_action {
    position: absolute;
    width: 80px;
    height: 18px;
    left: 0;
    top: 5px;         
    }

  img.star {
  margin: 10px 0px -3px 10px;
  }
  table.prod_table  {
  border: 1px solid #31060B;
  color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
  width: 180px;
  }
    table.prod_table tr {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 178px;        
    }
    tr.even {background: #ddd}
    tr.odd {background: #fff}
          
    td.prod_ID,td.prod_price,td.prod_dimension,td.prod_item {
    font-size:100%;
    padding-left: 2px;
    padding-right: 2px;
    }
    td.prod_dimension {
    font-size: 95%; 
    font-style: italic;
    }
    td.prod_ID {
    width: 55%;
    font-weight: bold
    }
    td.prod_price,td.prod_item {
    width: 21%; 
    text-align: right;
    vertical-align: top;
    }
    td.prod_item input {
    width: 20px;
    text-align: right;
    height: 14px;
    }
    td.prod_tobasket {text-align: right}
    td.prod_tobasket input {
    background: #fff;
    color: #000;
    }
    
  /* product detail */
  .box_detail {
  width: 100%;
  text-align: left;
  clear: both;
  }
  .box_detail img {
  margin: 9px;
  border: 1px solid #ddd;
  }
  a.box_detail_back {
  display: none;
  }


/* container - register */
  table#register_form {
  float: left;
  margin: 9px;
  border: 1px solid #555;
  
  }
  #register_form tr {
  }
  #register_form th {
  font-weight: bold;
  color: #A0676E;
  text-align: left;
  padding: 3px;
  background: #fff;
  margin: 2px;
  }
  #register_form input {
  background: #fff;
  width: 150px;
  padding: 1px;
  }
  input#register_reset {
  width: 60px;
  background: #fff;
  }
  input#register_submit {
  background: #fff;
  width: 60px;
  }
  input#newsbymail {
  width: 20px;
  background: #fff;
  border: solid #A0676E;;
  }
  td.register_info {
  color: #A0676E;
  font-weight: bold;
  padding-right: 4px;
  }
/* container - basket / action */

  .action_basket {
  display: none;
  }

/* container - basket + order*/
  table#order_form {
  margin: 9px;
  border: 1px solid #000;
  color: #000;
  }
  #order_form th {
  font-weight: bold;
  color: #A0676E;
  text-align: left;
  padding: 4px;
  background: #fff;
  border: 1px solid #999;
  }
  #order_form td {
  padding: 4px;
  border: 1px solid #999;
  }
  #order_form
  tr.order_pricerow {
  background: #fff;
  }
  #order_form a{
  	color: #000;
  }
  #register_reset,#register_submit,.order_delete,.order_delete_th{
  	display: none;
  }
  .righted {
  text-align: right;
  }
  .order_count {
  width: 30px;
  text-align: right;
  background: #fff;
  padding: 1px;
  } 
  
  #order_form .order_delete {
  background: #fff;
  }
  #order_form .basket_change  {
  background: #fff;
  }
  .order_data {
  width: 130px;
  background: #fff;
  }
  #order_form textarea {
  width: 190px;
  height: 70px;
  }
  
  
/* container - footer */
  #footer {
  display: none;
  }

  
/* text page */
  #text_page {
  margin: 15px 350px 15px 15px;
  }
  #text_page p {
  color: #fff;
  margin-bottom: 15px;
  line-height: 160%;
  }
  #text_page a {
  color: #fff;
  }
  #text_page a:hover {
  text-decoration: none;
  }
  #text_page h3 {
  font-size: 130%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  }
  #text_page h2 {
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  width: 800px;
  }  
  #text_page h4 {
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  }
  #text_page strong {
  font-weight: bold;
  color: #000;
  }
  #text_page ul {
  line-height: 160%;
  margin-bottom: 15px;
  color: #000;
  }
  #text_page ul li {
  list-style-type: disc;
  margin-left: 15px;
  }
  #text_page table {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 130% !important;
  }
  #text_page table td, #text_page table th {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3px 6px;
  }
  #text_page table td {
  text-align: right !important;
  }
  #text_page table th {
  background-color: rgb(208,208,208);
  }

  
/* general */      
  .cleaner {
  clear: both;
  height: 0;
  width: 0;
  font-size: 1px;
  margin: 0;
  line-height: 0;
  }

