@media screen {
  body {
    background: #d4d4d4 url(/images/layout.background.png) center top repeat-x;
    margin: 0 ! important;
    width: 100%;
    cursor: default;

    -moz-user-select: none;
  }
  
  input, textarea {
    -moz-user-select: normal;
  }

  a:link, a:visited, a:active {
    color: white;
    text-decoration: underline;
  }
  
  a:hover, a img {
    border: 0;
  }
  
  form {
    margin-bottom: 0;
  }

  .woneFormInputText, .woneFormTextArea {
    border: 1px solid white;
    border-left: 3px solid white;
    background-color: #cbc9c9;
    padding-left: 2px;
  }

  .woneFormButton {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    margin: 1px 3px 1px 3px;
    background-color: #cbc9c9;
    color: #414141;
    border-top: solid 1px white;
    border-right: solid 1px #6e6e6e;
    border-bottom: solid 1px #6e6e6e;
    border-left: solid 1px white;
  }
  
  .woneTitle {
    color: #414141;
    font-family: arial black, arial, sans;
    font-size: 18pt;
    padding-top: 9px;
  }
  
  .woneMessage {
    color: #6e6e6e;
    font-family: tahoma;
    font-size: 11pt;
  }
  
  #woneLegal {
    font-family: arial, sans;
    font-size: 10pt;
    color: #7f7f88;
    text-align: center;
  }

  #woneHeader {
    position: relative;
    width: 809px;
    height: 288px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(/images/layout.bg.top.jpg);
    background-repeat: no-repeat;
  }
  
  #woneCart {
    position: absolute;
    top: 236px;
    left: 400px;
    width: 382px;
    font-family: verdana;
    font-size: 9pt;
    color: white;
    text-align: left;
  }
  
  #woneLinks {
    position: relative;
    top: 193px;
    height: 32px;
    z-index: 90;
    margin-left: 27px;
    margin-right: 27px;
  }
  
  #woneLinks ul {
    position: absolute;
    top: 0;	left: 0;
    margin: 0; padding: 0;
    white-space: nowrap;
    height: 32px;
    display: inline;
    overflow: hidden;
    width: 755px;
  }
        
  #woneLinks li {
    margin: 0; padding: 0;
    display: inline;
    float: left;
    list-style-type: none;
  }
  
  #woneLinks a {
    float: left;
    padding: 32px 0 0 0;
    overflow: hidden;
    height: 0px !important;
    height/**/: 32px;
    background: url(/images/layout.links.png) left top no-repeat;
  }
  
  #woneLink1 a {
    width: 125px;
    background-position: 0 0;
  }
  #woneLink1 a:hover, #woneLink1 a:active, #woneLink1 a.selected {
    background-position: 0 -32px;
  }
  
  #woneLink2 a {
    width: 130px;
    background-position: -125px 0;
  }
  #woneLink2 a:hover, #woneLink2 a:active, #woneLink2 a.selected {
    background-position: -125px -32px;
  }
  
  #woneLink3 a {
    width: 105px;
    background-position: -255px 0;
  }
  #woneLink3 a:hover, #woneLink3 a:active, #woneLink3 a.selected {
    background-position: -255px -32px;
  }
  
  #woneLink4 a {
    width: 128px;
    background-position: -360px 0;
  }
  #woneLink4 a:hover, #woneLink4 a:active, #woneLink4 a.selected {
    background-position: -360px -32px;
  }
  
  #woneLink5 a {
    width: 147px;
    background-position: -488px 0;
  }
  #woneLink5 a:hover, #woneLink5 a:active, #woneLink5 a.selected {
    background-position: -488px -32px;
  }
  
  #woneLink6 a {
    width: 110px;
    background-position: -635px 0;
  }
  #woneLink6 a:hover, #woneLink6 a:active, #woneLink6 a.selected {
    background-position: -635px -32px;
  }
  
  #woneBody {
    position: relative;
    width: 809px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(/images/layout.bg.middle.png);
    background-repeat: repeat-y;
    min-height: 40px;
  }
  
  #woneSidebar {
    position: relative;
    top: 0; right: 10px;
    width: 260px;
    float: right;
    background-color: #6e6e6e;
    margin-left: 27px; margin-right: 27px;
    padding: 10px;
    text-align: left;
    color: #7c7c7c;
    font-family: tahoma;
    font-size: 10pt;
  }
  
  .woneSidebarHeader1, #woneSidebar h1 {
    font-size: 13pt;
    font-weight: normal;
    color: #212e72;
    padding: 0; margin: 0;
    font-weight: bold;
  }

  .woneSidebarHeader2, #woneSidebar h2 {
    margin: 0;
    display: block;
    color: white;
    font-size: 11pt;
    font-weight: normal;
  }
  
  .woneSidebarBlock, #woneSidebar p {
    padding: 3px 0px 6px 6px;
    margin: 0;
    font-size: 11pt;
    color: #cbc9c9;
  }
  
  
  #woneContent {
    text-align: left;
    margin: 0 27px 0 27px;
    padding: 0 10px 0 10px;
    color: #cbc9c9;
    font-family: tahoma;
    font-size: 11pt;
  }
  
  #woneContent p, .woneContentBlock {
    text-align: justify;
    text-indent: 20px;
    margin-bottom: 0px;
  }
  
  #woneContent h1, .woneContentHeader1 {
    text-indent: 0;
    padding-top: 12px;
    font-family: arial black, arial;
    font-size: 13pt;
    font-weight: normal;
    color: white;
  }
  
  .woneProduct {
    position: relative;
    float: left;
    width: 235px; height: 95px;
    padding: 10px 5px 5px 5px;
    cursor: pointer;
  }
  
  .woneProductCode {
    position: absolute;
    top: 10px; left: 110px;
    width: 130px;
    font-family: arial unicode ms, arial, serif;
    font-size: 9px;
    color: white;
  }
  
  .woneProductLabel {
    position: absolute;
    top: 20px; left: 110px;
    width: 130px;
    font-family: arial unicode ms, arial, serif;
    font-size: 15px;
    color: white;
  }
  
  .woneProductDescription {
    position: absolute;
    top: 40px; left: 180px;
    width: 283px; height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: arial unicode ms, arial, serif;
    font-size: 12px;
    color: white;
  }
  
  .woneProductPrice {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: arial unicode ms, arial, serif;
    font-weight: bold;
    font-size: 17px;
    color: #939393;  
  }
  
  
  #woneProductDisplay {
    display: none;
    position: absolute;
    top: 288px;
    left: 368px;
    width: 470px;
    height: 220px;
    border: 1px solid #cbc9c9;
    background: #8e8c8d url(/images/layout.productdisplay.background.png) left top no-repeat;
    -moz-user-select: none;
    z-index: 100;
    font-family: verdana;
    font-size: 9pt;
    color: white;
  }
  
  #woneProductDisplay .woneProduct {
    padding-top: 8px;
    width: 460px;
    height: 165px;
    cursor: default;
  }
  
  #woneProductDisplay .woneProductCode {
    left: 180px;
    width: 248px;
  }
  
  #woneProductDisplay .woneProductLabel {
    left: 180px;
    width: 248px;
    font-weight: bold;
    height: 20px; overflow: hidden;
  }
    
  #woneProductDisplay .woneProductDescription {
    left: 180px;
  }
  
  .woneProductDisplayClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  
  .woneProductAdd2Basket {
    position: absolute;
    background-color: red;
    right: 10px;
    bottom: 1px;
    cursor: pointer;
    z-index: 100;
  }
  
  .woneProductOptions {
    position: absolute;
    left: 12px;
    bottom: 10px;
    width: 350px;
    height: 26px;
    z-index: 99;
  }
  
  .woneProductOptions select, .woneProductOptions input {
    margin-top: 2px;
  }
  
  #woneIndex {
    position: relative;
    width: 809px; height: 567px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    background-image: url(/images/layout.index.background.jpg);
    background-repeat: no-repeat;
  }
  
  #woneFooter {
    position: relative;
    width: 809px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(/images/layout.bg.bottom.png);
    background-repeat: no-repeat;
  }
}