/*=================================================================
										[Global]
=================================================================*/
* {
	margin:0;
	outline:0;
	padding:0;
}
html {
	background:url(../image/layout/bg-html.jpg);
}
body {
	background:url(../image/layout/bg-body.jpg) 0 0 repeat-x;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#57595f;	
	color:#624B48;	
	color:#594542;	
	color:#3A3962;	
}
/* saját */
a {
  font-family:sans-serif, georgia,verdana,tahoma,arial;
	font-size: 13px;
	color:#748105;
	color:#000066;
	font-weight:bold;
	font-weight:normal;
	
	text-decoration: none;
	border-bottom: dotted 1px braun;
	cursor:pointer;
}
a:visited, a:hover {
	color:#748105;
	color:#000066;
	border-bottom: dotted 1px braun;
	cursor:pointer;
}

a img {
	border:0;
}
p {
	margin-bottom:15px;
}
textarea {
	overflow:hidden;
}
.clear {
	height:0;
	overflow:hidden;
	clear:both;
}

.percent_frame {
/* A kedvezmény karikájának div-je */
width: 59px;
height: 59px;
color: white;
/* background:yellow;*/
background-image: url(http://www.konyvespont.hu/image/kedv.png); /* kedvezmény kék karikája */
background-repeat: no-repeat;
margin-bottom: 0px;
margin-top: -60px;
margin-left: 0px;
position: absolute;
font-family: Tahoma;
}
.percent_day {
width: 59px;
height: 59px;
font-size: 10px;
font-weight: bold;
line-height: 52px;
text-align: left;
padding-left: 8px;
float: left;
}
.percent_num {
font-size: 13px;
font-weight: bold;
color: #C80430;
color: red;
margin-left: 0;
margin-right: 0;
}


.button {
	background:#869615 url(../image/layout/bg-btn.png) 0 0 repeat-x;
	border: 1px solid #9DB10F;
	color: #FFFFFF;
	display: inline-block;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-right: 5px;
	padding: 1px 10px 2px;
	text-decoration: none;
}
.button_2 {
	background:#869615 url(../image/layout/bg-btn.png) 0 0 repeat-x;
	border: 1px solid #9DB10F;
	color: #FFFFFF;
	display: inline-block;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-right: 5px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

#add_to_cart {
	padding: 0 10px;
	position:relative;
	top:-1px;
}
.button:hover {
	background:#869615 url(../image/layout/bg-btn.png) 0 -10px repeat-x;
}
ul {
	list-style:inside disc;
}
input, select, textarea {
	
	padding:2px 4px;
	margin:2px;
	font:normal 12px/16px Tahoma, Geneva, Arial, sans-serif;
	font:normal 12px/18px Arial, Geneva, sans-serif, Tahoma  ;
	color:#7B7B7B;
	color:#535353;
}
#image {
	border:4px solid #d9dbca;
}

.hatterrel {
  background:url(../image/layout/bg-top.jpg) center 30px no-repeat;
}

/*=================================================================
		=> Címek
=================================================================*/
#cim_kiemelt, #cim_kategoriak, #cim_informaciok, #cim_sikertermekek, #cim_hirlevel, #cim_akcios, #cim_kosar, #cim_kiadok {
  font-family:sans-serif, georgia,verdana,tahoma,arial;
	font-size: 15px;
	font-weight:bold;
	color:#935B53;
	color:#A25244;	
	color:#9F2F45;	
	background:url(../image/layout/boxhead-left.jpg) 10px 0 no-repeat;
}

#cim_kiemelt, #cim_sikertermekek, #cim_hirlevel, #cim_akcios, #cim_kosar, #cim_kiadok {  
	padding-left:15px;
	background:url(../image/layout/boxhead-right.jpg) 10px 0 no-repeat;
}

#cim_kosar {
  margin-top:46px;
}

/*=================================================================
		=> FACEBOOK
=================================================================*/
a#csatlakozom {
  background-image: url('http://www.konyvespont.hu/catalog/view/theme/sport/image/csatlakozom.jpg');
}



/*=================================================================
										[Layout]
=================================================================*/
#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../image/layout/bg-container.jpg) center 0 repeat-y;
}
#container-inner {
	background:url(../image/layout/bg-container-inner.jpg) center 172px no-repeat;
}


/*=================================================================
		=> Header 
=================================================================*/
#header {
	height:172px;
	height:175px; /*SA*/
	position:relative;
	border:solid 0px blue;
	background:url(../image/layout/bg-header.jpg) 0 0 no-repeat;
}


/*=================================================================
		=> Header => Navigation
=================================================================*/
#nav {
	position:absolute;
	/*right:6px; SA */
	top:28px;
	left:270px;	
	list-style:none;
}
#nav li {
	float:left;
	/*padding: 20px 14px; ER */
	padding: 20px 10px;
	padding: 20px 6px;
	background:url(../image/layout/nav-separator.png) center right no-repeat;
	
}
#nav li.last {
	float:left;
	/*padding: 20px 14px; ER */
	padding: 20px 10px;
	background:none;
	
}
#nav a {
	/* font:normal 17px/20px Philosopher, Georgia, "Times New Roman", Times, serif; ER */
	font:normal 15px/20px sans-serif, Philosopher, Georgia, "Times New Roman", Times;
	text-transform:uppercase;
	/* color:#7c7c7c; ER */
	color:#6A4740;
	color:#624B48;	
	color:#3A3962;	
	font-weight:bold;
	border-top:1px solid transparent;
	text-decoration:none;
	padding:10px;
}
#nav a:hover, #nav a.selected {
	/*color:#89970f; ER */
	color:#E4A023;
	color:#E88D20;
	color:#A25244;
	color:#C82B4E;	
	border-top:1px solid #C82B4E;
	text-decoration:none;
}


/*=================================================================
		=> Header => Logo
=================================================================*/
#logo {
	position:absolute;
	left:20px;
	top:20px;
}


/*=================================================================
		=> Header => Search field
=================================================================*/
#search {
	bottom: 16px;
	position: absolute;
	right: 23px;
	text-align: right;
}
#filter_keyword {
	width:130px;
	width:110px; /*SA*/
	padding:3px 5px;
	background:#fbfaf2 url(../image/layout/bg-field.png) 0 0 repeat-x;
	border:1px solid #abb973;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#7b7b7b;
}
#search .button {
	margin-left:5px;
	padding-bottom:1px;
}


/*=================================================================
		=> Header => Localization Settings
=================================================================*/
#local {
	position:absolute;
	right:280px;
	bottom:18px;
	width:300px;
	text-align:right;
}
.switcher {
	text-align:left;
	float:right;
	margin-top:3px;
	margin-left:10px;
}
.switcher a {
	text-decoration:none;
	display:block;
}
.switcher .selected {
	background:#fbfaf2 url('../image/layout/bg-field.png') repeat-x;
}
.switcher .selected a {
	border:1px solid #abb973;
	background:url('../image/arrow_down.png') 116px center no-repeat;
	color:#7b7b7b;
	padding: 2px 5px 1px;
	width:90px;
}
.switcher .selected a:hover {
	background:#eff4de url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position:absolute;
	z-index:3;
	border-bottom:2px solid #abb973;
	background-color:#e1e0d6;
	display:none;
	width:131px;
}
.switcher .option a {
	color:#555;
	padding:3px 5px 3px 5px;
}
.switcher .option a:hover {
	background:#eff4de;
}
.switcher img {
	position:relative;
	top:1px;
}


/*=================================================================
		=> Header => breadcrumb
=================================================================*/
#breadcrumb {
	position:absolute;
	left:22px;
	top:121px;
	width:710px;
	overflow:hidden;
	color:#7c8909;
	font-size:16px;
}
#breadcrumb a {
	font:13px/17px tahoma, Arial, Helvetica, sans-serif;
	color:#787878;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}


/*=================================================================
		=> Column Left
=================================================================*/
#column_left {
	float:left;
	/*width:190px; ER */
	width:190px;
	clear:left;
	padding:15px 0 0 10px;
}
#column_left .box .top {
	background:url(../image/layout/boxhead-left.jpg) 0 0 no-repeat;	
}


/*=================================================================
		=> Column Right
=================================================================*/
#column_right {
	float:right;
	/*width:190px; ER */
	width:200px;
	clear:right;
	padding:25px 10px 0 0;
	margin-top:-50px;
	margin-bottom:60px;
}
#column_right .box .top {
	/*background:url(../image/layout/boxhead-right.jpg) 0 0 no-repeat; ER */
	/*background:url(../image/layout/boxhead-right.jpg) 10px 0 no-repeat; */
}
.box .top img {
	float:left;
	margin:3px 8px 0 5px;
}


/*=================================================================
		=> column => Categories nav - Kategória rész
=================================================================*/
#category ul {
	line-height:25px;
	list-style:none;
}
#category ul li {
	border-bottom:1px dashed #ccc;
	background:url('../image/bullet_1.png') no-repeat left 10px;
	padding:0 0 0 10px;
	list-style:none!important;
	list-style-position:outside;
}
#category ul li ul li {
	border-bottom:0!important;
	background:none!important;
	padding:0 0 0 10px;
	list-style:none!important;
	list-style-position:outside;
}
#category ul li:hover {
	background-position:2px 10px;
}
#category ul li a {
	text-decoration:none;
	color:#666;
	display:block;
}
#category ul li a:hover, #category ul li a b {
	text-decoration:none;
	color:#788603;
	font-weight:normal;
}


/*=================================================================
		=> column => Informaion nav - Információs rész (bal oszlop alul)
=================================================================*/
#information ul {
	line-height:25px;
	list-style:none;
}
#information ul li {
	border-bottom:1px dashed #ccc;
	background:url('../image/bullet_2.png') no-repeat left center;
	padding:0 0 0 14px;
	list-style:none!important;
	list-style-position:outside;
}
#information ul li:hover {
	background-position:2px center;
}
#information ul li a {
	text-decoration:none;
	color:#666;
	display:block;
}
#information ul li a:hover {
	text-decoration:none;
	color:#788603;
}
/*=================================================================
		=> column => products list {featured,special,latest,bestsellers}
=================================================================*/
.prods td {
	border-bottom:1px dashed #ccc;
	padding:5px;
}
/*=================================================================
		=> column => products list {home}
=================================================================*/
.list td a img {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:20px 1px;
	background:#fff;
	border:1px solid #ccc;
}
.list td a:hover img {
	border:1px solid #76860d;
}
/*=================================================================
		=> Content
=================================================================*/
#content {
	margin-left:200px;
	margin-right:200px;
	margin-bottom:10px;
	margin-top: -40px; /*SA*/
}
* html #content {
	width:580px;
	overflow:hidden;
}
#content .top .left {
	display:none;
}
#content .top .right {
	display:none;
}
#content .top, #content .middle {
	padding:20px;
}
#content .middle {
	padding:0 20px
}
#content .top {
	/*background:url(../image/layout/bg-top.jpg) center bottom no-repeat; SA*/	
}
#content .top h1{
	padding:0px 0 25px 0;
	/*font-size:26px; ER */
	font-size:22px;
	text-align:center;
	/*font-weight:bold;*/
	/*font-family: tahoma;*/
}
.heading {
	padding:0px 0 25px 0;
}
#content h1, .heading {
	/*color:#737373; ER */
	color:#935B53;
  font: 300 26px/30px "Yanone Kaffeesatz", tahoma, arial, sans, serif;   /*ER */	
	font: 300 26px/30px sans-serif,"Yanone Kaffeesatz", tahoma, arial, sans, serif;	
	
	font-size: 18px;	
	margin:0px;
}

#content h1 span, .heading span {
	/*color:#7b8902; ER */
	color:#935B53;
	color:#3A3962;
}
.box {
	margin-bottom:10px;
}
.box .top {
	padding:6px 0px 8px 7px;
	color:#6c6c6c;
	font:400 18px/22px 'Yanone Kaffeesatz', arial, sans, sans-serif;
}
.box .middle {
	padding:10px;
}
.bottom {
	display:none;
}
.success {
	padding:5px 0px;
	margin-bottom:10px;
	background:#E4F1C9;
	border:1px solid #A5BD71;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.warning {
	padding:5px 0px;
	margin-bottom:10px;
	background:#FFDFE0;
	border:1px solid #FF9999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.wait {
	padding:5px 0px;
	margin-bottom:10px;
	background:#FBFAEA;
	border:1px solid #EFEBAA;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.required {
	color:#FF0000;
	font-weight:bold;
}
.error {
	color:#FF0000;
	display:block;
}
.help {
	cursor:pointer;
}
.tooltip {
	border:1px solid #FDDA5C;
	background:#FBFF95;
	padding:5px;
	font-size:11px;
	width:250px;
}
/*=================================================================
		=> buttons field (bottom of content)
=================================================================*/
.buttons {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCCCCC;
	margin: 10px 0 0;
	padding: 6px;
}
.buttons input {
	padding:0px;
	margin:0px;
}
.buttons table {
	width:100%;
	border-collapse:collapse;
}
.buttons table td {
	vertical-align:middle;
}
/*=================================================================
		=> Content boxes
=================================================================*/
.content {
	background:#F7F7F7;
	border:1px solid #ccc;
	margin-top:3px;
	margin-bottom:10px;
	padding:10px;
}
.list {
	margin-bottom:10px;
	width:100%;
}
.list td {
	text-align:center;
	vertical-align:top;
	padding-bottom:10px;
}
/*=================================================================
		=> Sort select menu
=================================================================*/
.sort {
	margin:-85px 0 42px 0;
	height:30px;
	width:100%;
}
.sort .div1 {
	float:right;
	margin-left:5px;
	padding-top:6px;
	padding-right:9px;
}
.sort .div2 {
	text-align:right;
	padding-top:6px;
}
.sort select {
	font-size:11px;
	margin:0;
	padding:0;
}
/*=================================================================
		=> pagination
=================================================================*/
.pagination {
	display:inline-block;
	width:100%;
	background:#F8F8F8;
	margin-bottom:10px;
}
.pagination .links, .pagination .results {
	padding:7px;
}
.pagination .links {
	float:left;
}
.pagination .links a {
	border:1px solid #ccc;
	padding:4px 7px;
	text-decoration:none;
	color:#000000;
}
.pagination .links b {
	border:1px solid #ccc;
	padding:4px 7px;
	text-decoration:none;
	color:#000000;
	background:#FFFFFF;
}
.pagination .results {
	float:right;
}
/*=================================================================
		=> tabs (product)
=================================================================*/
.tabs {
	width:100%;
	height:31px;
	margin-bottom:0px;
}
.tabs a {
	float:left;
	display:block;
	padding:4px 15px 7px 15px;
	margin-right:2px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	background:#FFFFFF url('../image/tab_3.png') repeat-x;
	color:#7c8909;
	font-size:13px;
	text-decoration:none;
	z-index:1;
	position:relative;
	top:1px;
}
.tabs a.selected {
	background:#FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom:0px;
	padding-bottom:8px;
	z-index:3;
}
/*
.tab_page {
	border:1px solid #DDDDDD;
	background:#FFFFFF;
	padding:10px;
	display:block;
	z-index:2;
	margin-bottom:10px;
}
*/
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;	
	padding: 20px 14px 4px 14px;
	display: block;
	z-index: 2;
	margin-bottom: 14px;
}

.tab_page p {
  margin:0 0 14px 0;
}

/*=================================================================
		=> Shopping cart basket
=================================================================*/
.cart {
	border-collapse:collapse;
	width:100%;
	border:1px solid #fff4dc;
	margin-bottom:10px;
}
.cart th {
	background:#fff4dc;
	padding:6px;
	font-weight:normal;
	color:#777;
}
.odd td {
	background:#cfd0c3;
}
.even td {
	background:#ddded4;
}
.cart td {
	padding:10px;
}
.tags, .tags a {
	font-style:italic;
	font-size:x-small;	
}
.tags {
	padding-left:24px;
}

#module_cart .middle {
	padding: 0 0 0 10px;
}
.cart_module_total {
	padding:0 3px 0 3px;
	font-size:0.9em;
	color:#222;
}
.cart_remove {
	margin-top:3px;
	background:url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top:3px;
	background:url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
#coupon {
	padding:8px;
}
#coupon .button {
	padding-bottom:0px;
}
.button_add_small, a.button_add_small:visited {
	margin-top:3px;
	background:url('../image/button_add_small.png') no-repeat left center transparent;
	/*background:url('../image/kosar_3.png') no-repeat left center transparent;*/
	/*background:url('../image/kosar_10.png') no-repeat left center transparent;*/
	/*background:url('../image/kosar_9.png') no-repeat left center transparent;*/
	/*background:url('../image/tp_kosar_icon.png') no-repeat left center transparent;*/
	/*background:url('../image/kosar_icon.png') no-repeat left center transparent;*/
	
	/*background:url('../image/kosar_8.png') no-repeat left center transparent;*/
	

	padding:5px;
	text-decoration:none;
	cursor:pointer;
}
#content .middle .box {
	float:left;
	margin:0 6px 10px 6px;
	min-height:0px;
}
#content .middle .box .middle {
	width:158px;
	min-height:0px;
}
/*=================================================================
		=> footer
=================================================================*/
#footer {
	clear:both;
	height:60px;
	padding:70px 20px 30px;
	background:url(../image/layout/bg-footer.jpg) center top no-repeat;
}
#footer .div1 {
	float:left;
	text-align:left;
}
#footer .div2 {
	float:right;
	text-align:right;
}

ol {
margin-left:40px
}