img {
  border: none;
}

hr {
  background-color: white; 
  height:1px;
  border:0;
}


#othersites {
  padding: 5px;
  width: 100%;
  text-align: center;
}

#othersites a {
  font-weight: normal;
  font: .85em/2.5em Verdana,Arial,Helvetica;
  color: #80705C;
}

#main h2.link {
  cursor: pointer;
}

/*
 *= RIGHT
*/
#right {
  width: 222px;
  float: right;
}

#right #crossselling {
  padding: 10px;
  height: 239px;
  background-color: red;
}

#right #legal {
  background-color: white;
  color: #81705c;
}

#right #legal a:link, #right #legal a:hover, #right #legal a:visited {
  color: #81705c;
}

#right #legal ul {
  margin: 0;
  float: right;
  padding: 10px 0 0 10px;
}

#right #legal ul li {
  list-style-type: none;
  display: inline;
  padding: 0 0px 0 10px;
}

#right #legal #copy {
  clear: both;
  float: right;
  width: 222px;
  text-align: right;
}

/*
 *= Formatierungen spezifisch f�r Shop
 */
table {
  margin: 10px 0 10px 0;
  text-align: center;
  text-align: left;
  font-family: verdana,arial, sans-serif;
  font-size: 12px;
  background-color: #b8b0a5;
}

th {
  background-color: #81705c;
  color: white;
  text-align: center;
}

td {
  background-color: #dfdcd7;
  color: black;
  text-align: left;
}

td a:link, td a:hover, td a:visited {
  color: black;
}

table.plain, table.plain td {
  background-color: #81705c;
  color: white;
}

.selected:after { content: "*"; }

#col3 {
	min-height: 650px;
}
#col3 #col3_content {
	min-height: 650px;
}

#col3 #col3_content a 
{
  font-size: 1em;
  padding: 0;
}

#col3 #col3_content table th,td {
  padding: 2px 6px 2px 6px;
  /* font-size: 11.0667px; */
  font-size: 0.92em;
  background-color: #81705c;
  font-family: Verdana,Arial,Helvetica;
  color: #FFFFFF;
  text-decoration: none;
  border-collapse: collapse;
  border: 1px;
}

#col3 #col3_content table th {
  font-weight: bold;
}

#col3 #col3_content #errorExplanation
{
  padding: 0.5em;
  background-color: red;
}

.product-in-basket {
  position: absolute;
  left: -25em;
  bottom: -1em;
  width: 25em;
  padding: 0.3em;
  background-color: #B8AFA4;
  color: #ffffff;
  border: solid #ffffff 2px;
  font-weight: normal;
  text-align: left;
}

table.product-order {
  width: 100%;
}

table.product-order td,
table.product-order th {
  vertical-align: top;
}

.right {
  text-align: right;
}


