/* CSS Document */

* { padding: 0; margin: 0;}
html, body, div, img {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
}

body { background-color: #f0f0f0; }

html, body { height: 100%; }

div#container { position: relative; min-height: 100%; }

* html div#container { height: 100%; }

div#main { padding-bottom: 40px; }

div#footer { position: relative; width: 800px; margin: 0 auto; margin-top: -25px; } 

div#footer-inside {
	width: 500px;
	position: relative;
	border-top: 1px solid #000;
	margin: 2px 80px 0 220px;
	height: 20px;
	vertical-align: bottom;
  font-size: 10px;
}

div#footer-logos {
	position: absolute;
  top: 1px;
  right: 0px;
}

div#footer a {
  color: #000;
}

a {
  color: #31abde;
  text-decoration: none;
}
h1 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #31abde; 
}
h2 {
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; 
}
div.news-latest-item h1, div#releases h1 { 
	color: #000;
	margin: 0;
}
div.news-latest-item h2, div#releases h2 {
	color: #000;
  margin: 0  0 15px 0;
}

div.news-list-item {
	margin-top: 20px; 
}

div#container {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
}
div#header {
  position: relative;
  width: 800px;
  height: 80px;
  background-image: url(images/header.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div#logo {
  position: absolute;
  top: 0;
  left: 0;
}
div#roboter {
  position: absolute;
  top: 0;
  right: 0;
}
div#contact {
  position: absolute;
  font-size: 12px;
  top: 22px;
  right: 110px;
}

div#navi {
  /* ie double float margin bug */
  display: inline;
  float: left;
  margin: 0 0 0 32px;
  width: 157px;
  border: 0px solid blue;
}
div#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
div#navi ul li, div#navi ul li ul li {
  margin: 0;
  padding: 0;
}
div#navi ul li a {
  display: block;
  color: #000;
  margin: 0;
  height: 29px;
  padding: 2px 0 0 10px;  
  font-size: 12px;
  background: url(images/menubar.gif) left bottom no-repeat;
}
div#navi ul li ul {
  margin: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  list-style-type: none; 
  background: url(images/menubar.gif) left bottom no-repeat;
}
div#navi ul li ul li a {
  display: block;
  color: #000;
  margin: 0;
  height: 15px;
  padding: 2px 0 0 10px;  
  font-size: 12px;
  background-image: none;
}
div#navi ul li a:hover, div#navi ul li a.active {
  background-color: black;
  color: #fff;
}
div#navi ul li ul li a:hover, div#navi ul li ul li a.active {
  background-color: #fff;
  color: #31abde;
}
div#navi h1 {
  color: #31abde;  
}
div#wholesale {
  background-image: url(images/wholesale.gif);
  background-position: left 15px;
  background-repeat: no-repeat;
  position: relative;
  margin: 25px 0 0 0; 
  padding-left: 10px; 
  width: 147px; 
  height: 120px;
  /*border: 1px solid black;*/
}
div#wholesale h1 {
	margin-bottom: 0;
}
div#wholesale h3 {
	font-size: 12px;
	margin-bottom: 0;
}
div#wholesale label {
  color: #fff;
}
div#wholesale a {
  color: #fff;
  text-decoration: underline;
}
input.textinput {
  width: 130px;
  height: 15px;
  /*border: 1px solid black;*/
}
input.submit {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
}
div#wholesale #permalogin {
  margin: 3px 3px 0 0;
}
div#wholesale #permalogin-label {
  display: inline;
}
div#search {
  margin-top: 25px;
  margin-bottom: 5px;
}
div#newsletter, div#search {
  position: relative;
  color: #31abde;
  height: 35px;
}
div#newsletter input.textinput, div#search input.textinput {
  border: 1px solid #31abde;
}
div#top {
  float: left;
  width: 500px;
  height: 21px;
  margin: 4px 0 0 31px;
  text-align: right;
  color: #31abde;  
}
.top {vertical-align: 33%; }

#substance-img {
  
}
div#content {
  float: left;
  width: 500px;
  margin: 0 0 0 31px;  
}
div#content p {
  margin-bottom: 1em;
}
div.hr {
  margin: 1.5em 0;
  height: 1px;
  background-color: #31abde;
}
div.hr hr {
  display: none;
}

div#links h1 {
	margin: 1em 0 0 0;
}
div#links div.csc-header-n1 {
	margin-bottom: 1em;
}

div#links ul li {
    list-style-type: none; 
    line-height: 16px;
    border-bottom: 0px solid #31abde;
}

div#labelmenu ul li {
    list-style-type: none;
		padding: 1em 0; 
    border-bottom: 1px solid #31abde;
}

div#labelmenu ul li a {
	color: #000;
	font-size: 14px;

  font-weight: bold;
	text-decoration: none;
}

div#cart {
	width: 500px;
	text-align: right;
}

/* shows template */
div.trost-shows-date {
  font-weight: bold;
  font-size: 17px;
  color: #31abde;
}
div.trost-shows-title {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
dl.trost-shows {
  margin-top: 2em;
}

dl.trost-shows div.hr {
  margin: 0.5em 0;
}

div.paging {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
}
div.paging a {
  text-decoration: none;
}
div.results {
  float: left;
  vertical-align: middle;
  height: 20px;
}
div.abc {
  height: 20px;
  float: left;
  padding: 0 10px;  
}
div.pages {
  height: 20px;
  float: right; 
}

div.item-list {
	padding: 15px 0;
}

div.item {
  position: relative;
  margin: 10px 0;
	width: 499px;
  height: 72px;
  clear: left;
}

div.cover {
  float: left;
  border: 1px solid #000000;
  margin-right: 10px;
}
div.item-text {
	position: relative;
	float: left;
	width: 350px;
}
div.item-text-wholesale {
	position: relative;
	float: left;
	width: 200px;
}

div.item-price {
	position: relative;
	float: right;
	width: 200px;
	text-align: right;
}
div.clearer{
	clear: both;
}



div#releases div.big {
	width: 100%;
	margin-bottom: 55px;
}
div#releases h3 {
  font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
div#releases div.big img {
	float: left; 
	width: 200px;
	height: 200px;
	border: 2px solid #31abde;
	margin-right: 15px;
}
div#releases div.small h3 {
	margin: 0;
}

div#releases div.small {
	float: left;
	width: 33%;
	height: 240px;
	margin-bottom: 15px;
}
div#releases div.small img { 
	width: 100px;
	height: 100px;
	border: 2px solid #31abde;
	margin-bottom: 10px;
}

div.news-single-img img {
	border: 2px solid #31abde;	
}

h2 p.bodytext {
	display:inline;
	margin:0;
	padding:0;
}

div#releases #pagebrowser {
	color: #31abde;	
	width: 100%;
	clear: both;
	text-align: right;
}


div#gallery h1.first-header {
	color: #31abde;
	border: none;	
}

div#gallery h1 {
	color: #000;
	border-bottom: 1px solid #31abde;
	margin-top: 2em;
}



div#gallery div.csc-header h1 {
	color: #000;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
}
