body {
  background: #000;
  color: #fff;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  background: transparent url(../images/bg_top.jpg) left top no-repeat;
}

#content {
  position: relative;
}

.padding {
  padding: 18px 24px;
}

#footer {
  background: transparent url(../images/bg_footer.jpg) left top no-repeat;
}

#footer-player {
  margin-top: -110px;
}

* html #footer-player {
  margin-top: -85px;
}

#player {

}

.hp {
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 2px;
}

.half {
  width: 436px;
}

.left {
  float: left;
}

.right {
  float: right;
}

#radio {
  position: relative;
  margin-top: 40px;
  margin-left: 100px;
  width: 300px;
}

.product {
	height: 260px;
	clear: both;
}

.product-image {
	float: left;
	height: 260px;
	width: 200px;
}

.product-description {
	float: right;
	width: 236px;
}

a:link, a:visited, a:active {
  color: #ff6600;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: .5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #ff6600;
	line-height: 1.1;
}

h1, h2 {
  text-align: center;
	margin-bottom: 1.3em;
}

h3, h4, h5, h6 {
	text-align: left;
	margin-bottom: 0.2em;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
}

h3 a, h3 a:visited {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

ul {
	margin-left: 24px;
	list-style-type: circle;
}

li {
	margin-bottom: .5em;
	line-height: 1;
}

body#product li, body#product p {
	margin-bottom: .25em;
	line-height: 1.1;
	font-size: 14px;
}

body#product .left img {
  display: block;
  margin: 15px auto;
}

body#product .right img {
  float: right;
  margin: 0 0 24px 24px; 
}

body#product .left h3 {
  text-align: center;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}


div.popbox {
	padding: 1em 1.5em;
}

.datasheet {
  display: block;
  width: 100px;
  height: 40px;
  padding: 24px 0 0 70px;
  background: transparent url(../images/pdf-trans.png) left top no-repeat;
  margin: 15px auto;
  font-size: 14px;
}