.book_mainContent a{
	text-decoration:none;
}

img{
	padding:0px;
	margin:0px;
	border:0px;
}
body .book_container {
	width: 580px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	border-bottom-width: 1px;
	position: relative;
	font-size: 1px;
}
.book_mainContent .title{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height:1.1em;
	font-weight: bold;
	color: #801314;
	/*width: 285px;*/
	overflow: hidden;
	
}
.book_mainContent a{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}
.book_mainContent .title a{
	color: #801314;
}
.book_mainContent .autor{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	width: 250px;
	
	padding: 0px;
}
.book_mainContent .opis{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin:0px;
	padding: 0px;
	padding-bottom:10px;
	overflow: hidden;
	
	/*text-align: justify;*/
}
.book_mainContent .opis a{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
	
	/*text-align: justify;*/
}
.book_mainContent .wiecej{
	font-size: 8px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	padding-top:8px;
	text-align: right;
	float:right;
	margin-bottom:2px;
	width:auto;
	height:auto;
}
.book_mainContent .wiecej a{
	display:block;
	font-size: 8px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	text-decoration:none;
	margin-right:0px;
	
	width:44px;
	height:12px;
	background-image:URL(images/wiecej.gif);
}
.book_mainContent .wiecej a:hover{
	display:block;
	
	width:44px;
	height:12px;
	background-image:URL(images/wiecej_hover.gif);
}

.book_mainContent div.koszyk{
	position:relative;
	z-index: 2;
	width: 210px;
	/*float: left;*/
	height: 33px;
	font-size: 8px;
	font-weight: bold;
	color: #8A8A8A;
	text-align: left;
	vertical-align: middle;
	
	
}
.book_mainContent .koszyk .cena{
	display:block;
	padding:9px 0px;
	padding-left:5px;
	float:left;
	font-size:10px;
	color: #801314;
	overflow:hidden;
	width:auto;
	
	
}
.book_mainContent .koszyk .cena img{
	/*float:right;*/
	margin:0px;
	margin-left:50px;
	float:left;
}
.book_mainContent .koszyk img{
	padding:0px;
	margin:0px 0px 0px 0px;
	vertical-align: middle;
}
/*.book_mainContent .koszyk div div{ margin:0px; padding:0px; }*/
.book_mainContent .koszyk div{
	overflow:hidden;
	display:block;
	padding:0px;
	margin:0px;
	text-align:right;
	float:left;
	height:30px;
	width:130px;

}
.book_mainContent .koszyk a{
	text-decoration:none;
	font-size: 8px;
	font-weight: bold;
	color: #8A8A8A;
	text-align: left;
}
body .book_container .okladka {
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 0px; /*margin-right: 5px;*/
	position: absolute;
	text-align:left;
	width:90px;
	height:90px;
	right: 0px;
}
body .book_mainContent {
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 470px;
	height: auto;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}