/* @override http://www.artbay.de/extras/css/basic.css */

body {
  padding: 0;
  margin: 20px;
  color: #000;
  background-color: #d6d6d6;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 140%;
}
a {
  text-decoration: underline;
  color: #003366;
}
a:visited { color: #003366; }
a:hover { color: #970000; }
a:active { color: #003366; }

img {
	-ms-interpolation-mode: bicubic;
}

hr {
  color: #fff;
  height: 1px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #fff;
}

p.message {
  width: 750px;
  padding: 4px 0;
  border: 1px solid #390;
  margin: 10px 0;
  background-color: #EAF5E5;
  text-indent: 10px;
} 
.checkout p.message {
  width: 600px;
  margin: 10px 0 0 0;
}
p.message a {
  padding-left: 1em;
}

p.advice {
  width: 350px;
  margin-bottom: 1em;
  margin-left: 0;
}
p.advice_long {
  width: 600px;
  margin-bottom: 1em;
  margin-left: 0;
}
p.security {
  color: #555;
}
.error, label u {
  color: #C00;
}
p.error {
  width: 750px;
  padding: 4px 0;
  border: 1px solid #C00;
  margin: 10px 0;
  background-color: #FFF;
  text-indent: 10px;
} 
.checkout p.error {
  width: 600px;
  margin: 10px 0 0 0;
} 
p.tip {
  margin-top: 2em;
  color: #555;
}
td {
  border: 0;
}

