@charset "UTF-8";

/* --------------------------------------
elements
---------------------------------------*/

* {
  margin : 0;
  padding : 0;
  overflow : hidden;
}

html {
  height : 100%;
  width : 100%;
}

body {
  background-color : #eeeeee;
  font-size : x-small;
  height : 100%;
  margin : 0;
  overflow : auto;
  width : 100%;
}

h2.am6 {
  background-position : left center;
  background-repeat : no-repeat;
}

h3.am6 {
  margin-bottom : 0.2em;
  margin-left : 5px;
  margin-top : 8px;
  padding-left : 18px;
  background-position : left center;
  background-repeat : no-repeat;
  background-image : url(../img/standard/h3_back.gif);
  font-size : 100%;
}

a {
  cursor : pointer;
}

input {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
}
select {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
}

textarea {
  margin-left : 3px;
  margin-right : 4px;
  overflow : auto;
  vertical-align : middle;
}

button {
  font-size : 10px;
  cursor : pointer;
}

/* --------------------------------------
universal class
---------------------------------------*/

*.alert {
  margin-left : 2em;
  font-size : 90%;
}
*.notes {
  margin-left : 20px;
  font-size : 80%;
}
span.notes{
  display : block;
  text-indent : -0.8em;
}
.longbtn {
  overflow : visible;
  padding-left : 0.6em;
  padding-right : 0.6em;
}
/* --------------------------------------
common class
---------------------------------------*/

div.shadow {
  padding : 3px 0 0 3px;
  border-width : 1px;
  border-style : solid;
  background-image : url(../img/standard/box.gif);
  background-repeat : no-repeat;
  background-color : #ffffff;
}
div.shadow_bottom {
  padding : 6px 3px 3px 3px;
  border : 1px solid;
  border-top : none;
  overflow : auto;
  background-image : url(../img/standard/box.gif);
  background-position : 0px -5px;
  background-repeat : no-repeat;
  background-color : #ffffff;
}
div.shadow_top {
  padding : 3px 3px 0px 3px;
  border : 1px solid;
  min-height : 1.5em !important;
  background-image : url(../img/standard/box.gif);
  background-repeat : no-repeat;
  border-bottom : none;
  background-color : #ffffff;
}

button.imgbtn {
  margin : 0 4px 0 0;
}
button.imgbtn img {
  margin : 2px 4px 0 0;
  vertical-align : -2px;
}
div.panel_cart_sidemenu button.imgbtn img {
  margin-left : 4px;
}
div.account {
  padding : 5px 0 0 3px;
  width : 100%;
  height : 30px;
  font-size : 90%;
  font-weight : bold;
}
div.account p {
  padding : 0 0 0 20px;
  width : 100%;
  overflow : hidden;
  background-position : left center;
  background-repeat : no-repeat;
  background-image : url(../img/standard/account.gif);
  white-space : nowrap;
}

/* --------------------------------------

---------------------------------------*/

div#main {
  margin : 0;
  height : 100%;
  min-height : 100%;
  overflow : visible;
}

/* --------------------------------------
content
---------------------------------------*/

div.content {
  margin : 0;
  padding : 0;
  width : 100%;
  border : none;
  height : 100%;
  overflow : visible;
}

iframe.main_content div.content {
  margin : 0;
  padding : 0;
  width : 100%;
  border-width : 0 2px 0 10px;
  border-style : solid;
  height : 85%;
  overflow : visible;
}

div.pop_btn {
  margin-top : 5px;
  text-align : center;
}

div.pop_error {
  margin-top : 5px;
  height : 20px;
}

div.pop_message {
  height : auto;
  font-size : 90%;
  word-break : break-all;
}
div.pop_message table {
  margin : 5px;
  padding : 0;
  border : none;
  font-size : 95%;
}
div.pop_message table td {
  padding : 3px;
}
div.op_float {
  float : left;
}


