body{
    margin:             0px;   
    padding:            0px;   
    text-align:         left;
    margin:             0px;
    font-family:        "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
    font-size:          8pt;
    background-color:   #e7e7e2;
    color:              #333333;
}

div#ww-main {
    max-width:          ; 
    min-width:          700px;
    margin:             left;  
    text-align:         left;  
    /* ﾒ韵s IE 顏褻r| max-width/min-width */
    width:              expression((this.offsetParent.clientWidth > parseInt(this.currentStyle.getAttribute("max-width")))?this.currentStyle.getAttribute("max-width"):(this.offsetParent.clientWidth < parseInt(this.currentStyle.getAttribute("min-width")))?parseInt(this.currentStyle.getAttribute("min-width")):this.offsetParent.clientWidth);
}

div#ww-container, div#ww-header, div#ww-footer {
    width:              100%;
margin: 0px 0px;
padding: 0px 0px;	
}

div#ww-left {
    width:              145px; 
    height:             100%;  
}

div#ww-right {
    width:              180px;   
    height:             100%;  
}

div.ww-middle {
    height:             100%;  
    margin-left:        0px;  
    background-color:   ;
}

div[class=ww-middle] {
    display:            table;
    margin-left:        auto;
    margin-right:       auto;
}



div.text-block-1{
    background-color:   ;
}

div.text-block-1 div.text-block-1-inner{
    padding:            12px 0px 12px 8px;
    width:              100%;
}

div.text-block-1-inner{
border-top: ;
border-bottom: solid #ffffff 1px;
}

div.text-block-2{
    background-color:   ;
}

div.text-block-2 div.text-block-2-inner{
    width:              100%;
}

div.text-block-3{
}

tr.zebra-white{
   background-color:    #F5F5F5;
}

tr.zebra-black{
   background-color:    #E9E9E9;
}

/* ------------------------------- Specify settings ----------------------------- */

p{
   width:                                                               100%
   margin:              2px;
}

th{
   font-family:         "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
   font-size:           8pt;
   font-weight:         bold;
   background-color:    #F26522;
   color:               #FFFFFF;
   padding:             5px 10px;
   border-left:         1px solid #FFFDEB;
}

td{
    font-family:        "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
    font-size:          8pt;
}

h1{
   margin:              0px;
   font-family:         "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
   font-size:           12pt;
   color:               #F26522;
   font-variant:        small-caps;
}

h2{
   margin:              5px 0px;
   font-family:         "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
   font-size:           9pt;
   color:               #FF0000;
   font-variant:        small-caps;
}

h3{
    margin:             0px;
    padding:            6px 0px 0px 0px;
    font-family:        "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
    font-size:          9pt;
    color:              #003300;
    font-variant:       small-caps;
}

h4{
    margin:             0px;
    padding:            6px 0px 2px 5px;
    font-family:        "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
    font-size:          9pt;
    color:              #003300;
    background-color:   ;
}

form{
    padding:            0px;
    margin:             0px;
    vertical-align:     middle;
}

li.menu{
   list-style-image:  url(../img/li_arrow.gif);
   padding:   1px 0px;
   font-family:  "OSAKA", "ＭＳ　Ｐゴシック";
   vertical-align:   bottom;
}

li.menu2{
   list-style-image:  url(../img/li_arrow2.gif) inside;
   padding:   1px 0px 1px 5px;
   font-family:  "OSAKA", "ＭＳ　Ｐゴシック";
   vertical-align:   bottom;
}

input, select, textarea{
   background-color:    #FFFFFF;
   font-size:           8pt;
   color:               #224D70;
   font-weight:                                 bold;
}

input.search{
   background-color:    #FFFFFF;
   font-size:           8pt;
   color:               #224D70;
   font-weight:         bold;
   width:               120;
}

input.button{
   border:              1px solid #224D70;
   font-weight:         bold;
   color:               #224D70;
   padding:             0px 3px;
}

hr{
   color:               #F26522;
   height:              1px;
   clear:               both;
}

hr.top{
   color:               #FFFDEB;
   height:              1px;
   clear:               both;
   border:              none;
}

hr.bottom{
   color:               #FFFDEB;
   height:              2px;
   clear:               both;
   border-top:          2px solid #CCCCCC;
}

hr.bottom2{
   color:               #FFFDEB;
   height:              5px;
   clear:               both;
   border-bottom:       5px solid #97FF99;
}

a.button{
   margin:              5;
   border-style:        solid;
   border-color:        #FFDB10;
   border-width:        5px;
   border:              1px solid #FFDB10;
   border-top:          10px solid #FFDB10;
   border-bottom:       10px solid #FFDB10;
   font-weight:         bold;
   color:               #FFFDEB;
   padding:             5px 5px 5px 5px;
   font-family:         "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
   font-size:           12px;
   background-color:    #F26522;
   text-decoration:     none;
}

a{
   color:               #224D70;
}

a:hover{
   text-decoration:     none;
}

strong.info-text{
   color:               #666666;
}

.featured-products{
   margin:              2px 0px;
}
.fp-image{
   width:               116px;
   border:              1px solid #DEDEDE;
   margin-right:        10px;
}
.fp-img{
   width:               100px;
   border:              1px solid #DEDEDE;
}
.fp-name{
   font-weight:         bold;
}
.fp-price{
   font-size:           10pt;
   color:               #FC5201;
   font-variant:        small-caps;
}
.fp-descr{}

.product-item{
   width:               120px;
   height:              120px;
   display:             inline;
   padding:             4px 8px;
}

.product-item img {
   border:              1px solid #DEDEDE;
}

.product-details{
}

.pd-image{
   border:              1px solid #DEDEDE;
   float:               left;
   text-align:          center;
   font-weight:         bold;
}

.pd-row{
   white-space:         nowrap;
   line-height:         30px;
}

.pd-row .pd-text{
   width:               60px;
   white-space: normal!important;
   display:             inline-block;
}

.pd-row .pd-price{
   font-size:           10pt;
   color:               #FC5201;
   font-variant:        small-caps;
}

.pd-row .pd-item{
}

.pd-row .button{
   margin-top:          10px;
}

div#ww-header div.image-logo{
   width:               100%;
}

div#ww-header div.top-menu {
   height:              30px;
   white-space:         nowrap;
   text-align:          left;
   font-size:           1px;
}

div#ww-header div.top-menu a, div#ww-header div.top-menu a.lang, div#ww-header div.top-menu span{
   display:             inline-block;
   padding:             5px 7px;
   font-family:         "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka";
   font-size:           10px;
   color:               #FFFDEB;
   font-variant:        small-caps;
   font-weight:         bold;
   text-decoration:     none;
   height:              30px;
   margin-left:         -2px;
}

div#ww-header div.top-menu a.lang{
   font-variant:        normal;
   border:			        0;
}

div#ww-header div.top-menu span{
   border:			        0;
   color:               #F9F28A;
}

div#ww-header div.top-menu a:hover, div#ww-header div.top-menu a.active{
   background-color:    ;
   color:               #F26522;
}

div#ww-footer div.bottom-menu {
   padding:             0px 0px 0px 0px;
   font-size:           11px;
   text-align: center;
   color:               #FFFFFF;
   background-color: #224D70;
   border-top: solid 1px #ffffff;
   padding:             3px 0px;
}

div#ww-footer div.bottom-menu a{
   color:               #FFF;
   display:             inline;
   text-decoration:     none;
}

div#ww-footer div.bottom-menu a:hover{
   text-decoration:     underline;
}

#copyright{
text-align: center;
   color:               #666666;
   background-color: ;
   border-top: solid 1px #ffffff;
   padding:             1px 0px;
}

div.ww-middle div.content {
   padding:             0px 20px;
}

IMG {
  border: none;
}

#country-select{
   width:               107px;
}

input.short{
   width:               50pt;
}

input.radio-check {
  background-color:     #FFFDEB;
}

.error, .error td {
  color:     #FF0000;
}