/* CSS Document */

#choosePages {
	padding: 12px 0 0 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#choosePages a {
	display: block;
	background: #FFF;
	border: 1px solid #999;
	color: #999;
	width: 60px;
	height: 60px;
	float: left;
	font-size: 18px;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#choosePages a:hover {
	color: #333;
}
#choosePages a .anzPages {
	display: block;
	margin-top: 0px;
	font-size: 30px;
	line-height: 25px;
}
#choosePages a .bookPrice {
	font-size: 11px;
	colord: #000;
	font-weight: normal;
}

#fotobuch-teaser {

}

#photobook-body {
	text-align: left;
	position: relative;
	width: 963px;
	margin: 0 auto;
	overflow: hidden;
}

#photobook-left {
	float: left;
	width: 722px;
	margin-right: 15px;
}

#photobook-right {
	float: left;
	width: 226px;
	overflow:hidden;
}


#photobook-content {
	padding-left: 5px;
	width: 690px;
	font-size: 12px;
	position: relative;
}
* html #photobook-content {
	width: 695px;
}


#photobook-content h1 {
	color: #6c8d06;
	font-size: 27px;
	margin: 5px 0 10px 0;
	padding: 0px;
}

#photobook-content ul, #photobook-content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#photobook-content ul {
}

#photobook-content ul li {
	clear: both;
	position: relative;
	padding-top: 16px;
	background: url(/images/website/products/general/separator.png) no-repeat center top;
	overflow: hidden;
}
* html #photobook-content ul li {
}
#photobook-content ul li.first {
	background: none;
}
#photobook-content ul li h2 {
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 18px;
	font-weight: normal;
}

#photobook-content ul li p {
	margin: 0;
	padding: 0 0 10px 0;
}

#photobook-content ul li .icon {
	float: left;
	padding-bottom: 15px;
}
#photobook-content ul li .tcontent {
	float: left;
	width: 450px;
	overflow: hidden;
	margin-left: 15px;
	padding-bottom: 15px;
}

#photobook-content ul li .buttons {
	position: relative;
	margin-top: 0px;
	overflow: hidden;
	width: 450px;
	height: 20px;
}

#photobook-content ul li .price {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
}

#photobook-content ul li .order-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#photobook-content ul li .selection {
	position: relative;
	margin:30px 0 0 0;
  width:220px;
}

* html #photobook-content ul li .selection {
  padding-top:30px;
}

#photobook-content ul li .selection ul {

}

#photobook-content ul li .selection ul li {
  background: none;
  padding: 0;
  margin: 0;
}
