@CHARSET "UTF-8";

div.info {
	background-image: url("../gfx/FIXpoetry_shop.gif");
}

/** content **/
div#content {
	margin-top: 303px;
}

div#skyscraper {
	top: 301px;
}

body h1 {
	background: none;
	height:40px;
}
ul.books li {
	clear: both;
}
ul.books li h2 {
	color: #AF8E68;
	font-weight: bold;
	font-size: 16px;
	padding: 25px 0 10px 15px;
}
ul.books li ul{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 2px solid #CCB79E;
	width: 822px;
}
ul.last li ul{
	border-bottom: none;
}
ul.books li li{
	clear: none;
	float: left;
	overflow: hidden;
	width: 274px;
}
ul.books li li img{
	float: left;
	margin: 0 5px 0 15px;
}
ul.books li h3{
	/* margin-bottom: 10px; */
}
ul.books li h3 cite{
	display: block;
	font-weight: normal;
}
ul.books li p {
	font-size: 11px;
}
ul.books li p a{
	font-size: 12px;
}
ul.books li p.button {
	
	float: left;
	position: relative;
	margin-top: 4px;
	margin-right: 5px;
}
#content ul.books .button a{
	padding-left: 12px;
	padding-right: 12px;
}



ul.externalBooks {
	overflow: hidden;
}
ul.externalBooks li{
	float: left;
	height: 160px;
	border-bottom: 2px solid #CBB69D;
	width: 292px;
	position: relative;
}
ul.externalBooks li div.image{
	float: left;
	width: 110px;
	text-align: center;
	
}
ul.externalBooks li img{
	margin: 20px auto;
}
ul.externalBooks li h2{
	font-weight: normal;
	font-style: italic;
	top: 20px;
}
ul.externalBooks li cite{
	display: block;
	font-style: normal;
	font-weight: bold;
}
ul.externalBooks p, ul.externalBooks h2{
	position: absolute;
	left: 120px;
}
ul.externalBooks p.kind{
	top: 66px;
}
ul.externalBooks p.publisher{
	top: 78px;
}
ul.externalBooks p.price{
	top: 90px;
}
ul.externalBooks p.button{
	top: 110px;
}

ul.paging {
	position: relative;
	top: 5px;
	left: 500px;	
}



div#cart {
	position: absolute;
	top: 284px;
	left: 822px;
	width: 170px;
	border: 1px solid #CCB79E;
	z-index: 10;
}
div#cart h2{
	color: #188CB0;
	background-color: #CCB79E;
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
div#cart p.head{
	background-color: #EBDFD0;
	height: 17px;
	line-height: 17px;
	clear: both;
	vertical-align: middle;
	margin-bottom: 10px;
	font-size: 11px;
}
div#cart p{
	padding-left: 10px;
	padding-right: 10px;
}
div#cart label{
	padding: 12px 10px 10px 10px;
	float: left;
	font-size: 12px;
	color: #158BB1;
	font-weight: bold;
}
div#cart select{
	margin: 10px 0;
	border: 1px solid #CCB79E;
	float: left;
	width: auto;
}
div#cart p.button{
	padding-left: 0px;
	margin-bottom: 15px;
	position: relative;
	left: 15px;
}
div#cart h3{
	padding-left: 10px;
	padding-right: 10px;
	color: #158BB1;
}
div#cart li{
	margin-bottom: 15px;
}
div#cart li h3{
	font-size: 12px;
	font-weight: normal;
}

div.shipping {
	padding-left: 15px;
	padding-bottom: 10px;
}
div.shipping label {
	float: left;
	width: 65px;
	clear: both;
	margin: 0;
	padding: 0;
}
div.shipping li {
	overflow: hidden;
	clear: both;
}

table.orderArticles, form.orderUser {
	margin-left: 25px;
}

.orderArticles .position{
	width: 25px;
}
.orderArticles .amount{
	width: 30px;
}
.orderArticles .title{
	width: 280px;
}
.orderArticles .author{
	width: 330px;
}
.orderArticles .price{
	width: 30px;
}

table.orderArticles caption{
	text-align: left;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
.orderArticles td {
	padding-bottom: 2px;	
}
td.author{
	font-style: italic;
}


p.changeOrder {
	padding: 10px 0 10px 25px;	
}

form.orderUser {
	overflow: hidden;
}

.orderUser fieldset{
	float: left;
	width: 380px;
}

.orderUser legend {
	color: #188CB0;
	padding-bottom: 3px;
	font-weight: bold;
}
.orderUser legend span{
	font-weight: normal;
}
.orderUser fieldset.captcha{
	clear: both;
	padding-top: 40px;
}
fieldset.captcha span.button {
	margin-bottom: 10px;
}
.orderUser select{
	width: auto;
	margin-bottom: 5px;
}
.orderUser input.text{
	margin-bottom: 5px;
	display: inline;
}
.orderUser span.hint{
	display: block;
}

input.zip {
	width: 50px;
}
input.city {
	width: 255px;
}
.intro {
   padding: 10px 0 0px 15px ;
   width: 800px ;
}

