HTML, BODY {
	margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
}
BODY {
	background: #fff url('images/bg.gif') repeat-x;
}
.clearer {
	clear: both;
}
.floatright {
	float: right;
}
.center {
	text-align: center;
}
#pg_wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#pg_main {
	min-height: 100%;
	position: relative;
}
#pg_header {
	height: 70px;
	position: relative;
	background: url('images/header.gif') no-repeat center center;
}

#pg_home_link {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 70px;
}

#pg_home_link:hover {
	background: transparent;
}

#pg_home_link SPAN {
	display: none;
}

#pg_body {
	padding-top: 20px;
	padding-bottom: 100px;	/* A footer magassága, + body<->footer távolság */
	float: left;
	width: 960px;
}
#pg_footer {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 70px;			/* Height of the footer */
}
#pg_col_1 {
	float: left;
	width: 560px;
	margin: 0 0 0 200px;
	display: inline; 	/* ie6 hack */
}
#pg_col_2 {
	float: left;
	width: 200px;
	margin: 0 0 0 -760px;
}
#pg_col_3 {
	float: right;
	width: 200px;
}
#pg_col_2 .col_content {
	margin: 0 5px 0 5px;
}
#pg_col_1 .col_content {
	margin: 0 5px 0 5px;
}

HTML, BODY, H1, H2, H3, H4, H5, H6, TD, LABEL, INPUT, SELECT, A {
	font-family: Arial, verdana;
	font-size: 11px;
}

H1 {
	font-size: 14px;
	color: #800;
	border-bottom: 1px solid #800;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#category_menu {
	color: #ddd;
	line-height: 18px;
	margin: 10px 0 0 0;
}

#category_menu A {
	color: #777;
	text-decoration: none;
	white-space: nowrap;
}

#category_menu A:hover{
	color: #fff;
	background-color: #ff6c00;	
}

.book_list {
	text-align: center;
	position: relative;
}

.book_list A {
	color: #333;
	text-decoration: none;
	padding: 2px;
}

.book_list A:hover  {
	color: #fff;
	background-color: #ff6c00;
	padding: 2px;	
}

.book_list .book {
	padding: 1px 0 0 0;
}

.book_list .book.even {
	background-color: #835226;
	color: #fff;
}

.book_list .book.even A {
	color: #fff;
}

#main_text {
	text-align: right;
}

#main_text P {
	font-family: Georgia, Arial, verdana; 
	font-size: 16px;
	font-style: italic;
}

.related {
	line-height: 20px;
}

.related A {
	color: #333;
	text-decoration: none;
}

.related A:hover { 
	color: #fff;
	background-color: #ff6c00;
	padding: 2px;
}	

/* google hirdetesek formazasa */
#adsense_right2 {
	margin: 0 0 20px 0;
	float: right;
}

#adsense_right INS {

}

#google_search {
	text-align: center;

}

.booklist_adsense {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #835226;
}

.book_adsense {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
}

.icon {
	width: 16px;
	height: 16px;
	background: url('images/icons.gif') no-repeat;
	display: block;
	padding: 0 !important;
	position: absolute;
}

.icon:hover {
	background-color: #fff !important;
}

.refresh {
	right: 0;
	top: -20px;
}

.refresh:hover {
	background-position: 0 -16px;
}

.book {
	position: relative;
}

.goto {
	background-position: -32px 0;
	right: 20px;
	top: 0;
}

.goto:hover {
	background-position: -32px -16px;
}

.favourite {
	background-position: -48px 0;
	right: 0;
	top: 0;
}

.favourite:hover {
	background-position: -48px -16px;
}

#body_kereses #pg_col_2, #body_kereses #pg_col_3 {
	display:none;
}

#body_kereses #pg_col_1 {
	width: 800px;
	margin: 0 0 0 95px;
}

#category_menu UL {
	margin: 0 0 0 0;
	padding: 0;
}

#category_menu UL LI {
	list-style: none;
}

#category_menu UL LI A {
	list-style: none;
	font-size: 14px;
}

#category_menu UL LI UL {
	margin: 0 0 20px 0;
	float:  left;
}

#category_menu UL LI UL LI {
	float: left;
	margin: 2px 5px 0 0;
	padding: 0;
}

#category_menu UL LI UL LI A {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #999;
	font-size: 12px;  
}

A {
	text-decoration: none;
	color: #333333;
}

A:hover {
	color: #fff;
	background-color: #ff6c00;
	padding: 2px 0 2px 0;
}

.pagination {
	border: 1px solid #ddd;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 12px;
	margin: 5px 0 0 0; 
	width: 100%;
}

.pagination A {
	font-size: 12px;
	
}

.book_cols {
	
}

.book_cols .col{
	float: left;
	width:  170px;
	margin-right: 10px;
}


.book_cols .col3{
	margin: 0;
}

.book_cols H2 {
	background-color: #835226;
	color: #fff;
	padding: 3px;
}


.book_cols UL {
	margin: 0 0 0 15px;
	padding: 0;
}

.important {
	color: #f00;
}

#search {
	border: 1px solid #999;
	padding: 10px;
	background-color: #ddd;
	margin: 0 0 10px 0;
}

#search INPUT {
	border: 1px solid #999;
	margin: 0 5px 0 5px;
}