
body {
  margin:0px;
  padding:0px;
}

body, td, p, div {
  font-family:Tahoma;
  font-size:16px;
  color:#000000;
}

.cbg {
  background-color:#FFFFFF;
  background-image:url('/diz/limg1.jpg');
  background-repeat: no-repeat;
  background-position:right top;
}

.rbg {
  background-image:url('/diz/limg.jpg');
  background-repeat: no-repeat;
  background-position:left top;
}

a:link, a:visited, a:active {
  color:#fe4e00;
  text-decoration:underline;
}

a:hover {
  color:#fe4e00;
}

a.menu:link, a.menu:visited, a.menu:active {
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}

a.menu:hover {
  color:#fe4e00;
}

a.menu_top:link, a.menu_top:visited, a.menu_top:active {
  color:#fe4e00;
  font-size:12px;
  text-decoration:underline;
}

a.menu_top:hover {
  color:#FFFFFF;
}

a.menu2:link, a.menu2:visited, a.menu2:active {
  color:#fe4e00;
  font-size:12px;
  text-decoration:none;
}

a.menu2:hover {
  color:#FFFFFF;
}

.bottom {
  color:#717171;
  font-size:10px;
  width:700px;
}

a.bottom:link, a.bottom:visited, a.bottom:active {
  color:#717171;
  text-decoration:underline;
}

a.bottom:hover {
  color:#fe4e00;
}

a.name:link, a.name:active, a.name:visited {
  font-size:16px;
  font-weight:bold;
  background-color:#400002;
  color:#FFFFFF;
  padding:3px 6px 3px 6px;
  text-decoration:none;
}

a.name:hover {
  color:#ffffff;
  background-color:#fe4e00;
}

.mt {
  color:#fe4e00;
  font-size:18px;
  font-weight:bold;
}

h1 {
  font-size:20px;
  font-weight:bold;
  margin-top:0px;
  margin-bottom:20px;
}

h3 {
  font-size:16px;
  font-weight:bold;
}

input, select, textarea {
  font-family:Verdana;
  font-size:14px;
  color:#000000;
}

form {
  margin:0px;
}

small, .small {
  font-size:12px;
}

big, .big, .title {
  font-size:18px;
  font-weight:bold;
}

.error {
  color:#ff0000;
}

.strong {
  font-weight:bold;
}

.f14, .sr {
  font-size:14px;
}

.hr {
  background-color:#cbcbcb;
  width:100%;
  height:1px;
  margin: 10px 0 10px 0;
}

.hr2 {
  background-color:#681102;
  width:100%;
  height:1px;
  margin: 7px 0 7px 0;
}

.pic {
  padding:3px;
  border:#cbcbcb solid 1px;
  width:120px;
  height:160px;
}

.param {
  font-weight:bold;
}

.noact {
  color:#717171;
  text-decoration:line-through;
}

.rd {
  width:100%;
  height:1px;
  background-color:#a26c2d;
  margin-top:6px;
  margin-bottom:4px;
}

.surcharge {
  background-color:#fe4e00;
  font-size:10px;
  color:#FFFFFF;
}

.error_comments {
  color:#FF0000;
}

.img_opacity {
  opacity:0.5; 
  filter:alpha(opacity=50);
}

.submenu {
  display:none;
}



#cart_div {
  z-index:10;
  position:fixed;
  top:7px;
  right:7px;
  font-size:18px;
  background-color: #FF0000;
  color:#FFFFFF;
  padding:5px 10px 5px 10px;
  background-color: rgba(255, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#cart_div a {
  color:#FFFFFF;
  text-decoration:underline;
}

.cart_clean {
  font-size:12px;
}

.cart_remove {
  font-size:12px;
  width:25px;
  height:16px;
  display:inline-block;
  background:url(/diz/cart_on.png) no-repeat right;
  cursor:pointer;
}

.cart_add {
  font-size:12px;
  width:25px;
  height:16px;
  display:inline-block;
  background:url(/diz/cart.png) no-repeat right;
  cursor:pointer;
}