body {
	background: #a9d37e;
	font-family: "Georgia", serif;
	font-size: 10pt;
}

.hidden {
  display: none;
}

a:hover {
	text-decoration:underline;
}

a {
	color:#1D3B75;
	text-decoration:none;
}

h3 {
	margin: 5px 0;
	font-weight: bold;
}

h2 {
	margin: 0px;
}

h4 {
	margin: 10px 0px 5px 0px;
}

#mirror {
  width: 970px;
  margin: 0 auto;
}

#header {
	background: url('../images/header.png');
	min-height: 150px;
	width: 960px;
}

#page {
	border: solid 5px #fff;
	background: #fff;
	width: 950px;
}

#topmenu {
	background: url(/images/nav_bg.png) repeat-x scroll 0 0;
	margin-bottom: 5px;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
}

#footer {
  margin-top: 10px;
  font-variant: small-caps;
  font-size: 0.8em;
  vertical-align: bottom;
}

#footer a {
  font-variant: normal !important;
	width: 950px;
}

/* menus */
#topmenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 940px;
}

#topmenu li {
	float: left;
	margin: 0;
	padding: 4px 5px 0 0;
}

#topmenu a {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	font-size: 1.12em;
	padding: 2px 10px 4px 10px;
	text-decoration: none;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
}

#topmenu a:hover,
#topmenu a.active {
	background: #fff;
	color: #000;
}

#topmenu a.konyvklub {
	color: #990000;
}

#bottommenu ul {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.85em;
	width: 955px;
}

#bottommenu li {
	float: left;
	margin: 0;
	padding: 4px 5px 0 0;
}

#bottommenu a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

#bottommenu a:hover,
#bottommenu a.active {
	text-decoration: underline;
}

#topmenu li.right,
#bottommenu li.right {
	float: right !important;
}

/* forms */
fieldset {
	border:none;
	margin: 0;
	padding: 5px;
}

textarea,
input {
	display: block;
	padding: 5px;
	width: 95%;
	margin-left: 10px;
	border: solid  1px #000;
}

textarea {
	height: 200px;
}

label {
	display: block;
	margin: 10px 0 5px 0;
}

label.required:after {
	content: '*';
	color: red;
	margin-left: 5px;
}

#email {
	background:  #ffffff url(/images/icons/icon_user.gif) no-repeat 2px center;
	text-indent: 20px;
}

input[type=password] {
	background:  #ffffff url(/images/icons/icon_key.gif) no-repeat 2px center;
	text-indent: 20px;
}
input[type=reset],
input[type=submit] {
	width: 80px;
	float: right;
	margin: 10px 10px;
}

/* user action */

#user-index {
	padding: 5px;
	/*background-color: #036da9;*/
	border-bottom: solid 1px #ddd;
}

#user-index input {
	width: 280px;
}

#profile-index textarea,
#user-register textarea {
	width: 270px;
	height: 100px;
}

#profile-edit input,
#user-register input {
	width: 270px;
}

#order-index fieldset,
#profile-edit fieldset,
#user-register fieldset {
	border: none;
	margin: 0;
	padding: 5px;
	width: 290px;
}

#order-index #fieldset-userdata,
#profile-edit #fieldset-profileeditcontact,
#profile-edit #fieldset-profileeditpassword,
#user-register #fieldset-userregistercontact,
#user-register #fieldset-userregisterpassword{
	float: right;
}

#order-index #fieldset-orderaction,
#profile-edit #fieldset-userregisteraction,
#user-register #fieldset-userregisteraction {
	clear: both;
	width: 95%;
}

#order-index input[type=submit],
#order-index input[type=reset],
#user-index input[type=submit],
#profile-edit input[type=reset],
#profile-edit  input[type=submit],
#user-register input[type=reset],
#user-register input[type=submit] {
	width: 80px;
}

#profile-edit #newsletters-konyvklub,
#profile-edit #newsletters-hirlevel,
#user-register #newsletters-konyvklub,
#user-register #newsletters-hirlevel {
	float: left;
	margin-left: 10px;
	font-weight: normal;
}

#order-index label[for=order_type-ATVETEL],
#order-index label[for=order_type-UTANVET],
#order-index label[for=order_type-ATUTALAS] {
	float: left;
	clear: both;
	font-weight: normal;
}
}
#profile-edit label[for=newsletters-hirlevel],
#profile-edit label[for=newsletters-konyvklub],
#user-register label[for=newsletters-hirlevel],
#user-register label[for=newsletters-konyvklub] {
	font-weight: normal;
}

/* block */
.block {
	margin-bottom: 5px;
}

/* msg  */
#messages {
	padding: 0px;
}

#messages ul {
	margin: 0;
	list-style: none;
}

/* menu */
#sidebar .block,
#sidebar .menu {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
	list-style: none;
	background-color: #ddd;
}

#sidebar .menu ul {
	margin: 0px;
}

#sidebar .menu li{
	display: block;
	padding: 2px 2px 2px 20px;
	background-image: url('/images/icons/resultset_next.png');
	background-position: 0px center;
	background-repeat: no-repeat;
}

#sidebar .menu li a:hover {
	text-decoration: none;
}

#sidebar .menu li:hover {
	background-color: #eee;
}

#sidebar .block .menu {
	margin: -5px;
}

/* block */
.basket-block div.content {
	text-align: center;
	padding: 10px;
}

.search-block label {
	display: none;
}

.search-block input {
	margin: 0px;
}

/* taxonomies */
ul.taxonomies {
	margin: 0px;
	padding: 0px;
}

ul.taxonomies li{
	display: block;
	padding: 5px 5px 5px 30px;
	background-image: url('/images/icons/folder.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

ul.taxonomies li:hover a {
	color: black;
}

ul.taxonomies li a {
	color: black;
}

ul.taxonomies li span{
	margin-left: 10px;
	font-size: 9pt;
}

li.odd {
	background-color: #fee57f;
}

li.even {
	background-color: #fff0b2;
}

ul.taxonomies li:hover {
	background-color: #a6954b;
}

/* Paginator */
div.pagination {
	margin: 10px 0;
	padding: 3px 0 4px 0;
	text-align: center;
	background-color: #fee57f;
	color: black;
}

div.pagination a {
	padding: 5px 5px;
}

div.pagination span {
	padding: 5px;
	background-color: #A89754;
}

div.pagination a:hover {
	background-color: #A89754;
}

/* UL product */

ul.products{
	margin: 0px;
	padding: 0px;
}

ul.products li {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}

ul.products li.index {
	font-size: 0.85em;
}

ul.products li div.picture{
	float: left;
	margin-right: 5px;
}

ul.products li a {
	font-weight: bold;
	color: black;
	text-shadow: red;
}

ul.products li span.author {
	font-variant: small-caps;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
}

ul.products li div.price {
	display: block;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}

ul.products li div.price span {
	display: block;
	margin: 0px;
	margin-top: 5px;
	padding: 5px;
	font-weight: 100;
	font-size: 9pt;
	width: 80px;
	text-align: center;
}

ul.products li.index div.price span {
	width: 60px;
	padding: 5px 2px;
	font-size: 7pt;
}

ul.products li div.price span.status-true {
	background-color: #669932;
	border: 1px solid #669922;
	color:white;
	-moz-border-radius: 0.5em;
}

ul.products li div.price span.status-false {
	color:white;
	background-color: #a84322;
	border: 1px solid #a84322;
	-moz-border-radius: 0.5em;
}

ul.products li div.price span.status-false2 {
	color:white;
	background-color: #333;
	border: 1px solid #333;
	-moz-border-radius: 0.5em;
}

ul.products li div.picture img {
	width: 50px;
	height: 50px;
	border: solid 2px #eee;
}

ul.products li:hover {
	background-color: #A89754;
}

ul.products li.simple {
	display: block;
	padding: 2px;
	margin-bottom: 5px;
	font-size: 10pt;
}

ul.products li.simple div.picture{
	float: left;
	margin-right: 5px;
}

ul.products li.simple a {
	color: black;
	font-weight: normal;
}

ul.products li.simple div.price {
	display: block;
	float: right;
	font-weight: normal;
}

ul.products li.simple div.picture img {
	width: 20px;
	height: 20px;
	border: solid 2px #eee;
}

ul.products li .action {
	float: right;
	margin: 5px 5px;
}

ul.products li .action a {
	display: block;
	padding: 5px 10px;
	font-weight: lighter;
	font-size: 10pt;
}

ul.products li div.to-preorder a {
	color: white;
	background-color: #a84322
}

ul.products li div.to-bookshelf a{
	color: white;
	background-color: #669966;
}

ul.products li div.to-basket {
	background-color: #669932;
}

ul.products li div.to-nothing {
	background-color: #333;
}

/* products/show */

.product .picture {
	padding: 45px;
}
.product .picture img {
	border: solid 10px #eee;
	margin: 0px 0px;
	width: 200px;
}

.product .price {
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

.product .taxonomy a {
	padding-left: 30px;
	background-image: url('/images/icons/folder.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.product .action {
	padding: 10px;
	font-size: 10pt;
	height: 42px;
	margin: 10px 0;
	-moz-border-radius: 0.5em;
}

.product .action span {
	float: right;
}

.product .action span a {
	display: block;
	font-size: 10pt;
	margin: -6px;
	padding: 6px 10px 5px 30px;
	background-color: #fff;
	background-image: url('/images/icons/icon_accept.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius: 0.5em;
}

.product .to-basket {
	background-color: #669932;
}

.product .to-nothing {
	background-color: #333;
	color: #fff;
}

.product .to-preorder {
	color: white;
	background-color: #a84322;
}
.product .description p{
	margin: 5px 0px;
	padding: 10px;
	background-color: #eee;
}

h4.author {
	font-variant: small-caps;
	margin: 10px 0px 0px 0px;
}

/* Basket */

div.basket-summary {
	font-size: 20px;
	border-bottom: solid 1px #000;
	margin: 10px 0px;
}

div.basket-summary .price{
	float: right;
}

table {
	width: 100%;
}

th {
	padding: 10px;
	background-color: #A89754;
}

td.action {
	width: 100px;
	text-align: center;
}

td.action a {
	display: block;
}

tr.odd {
	background-color: #fee57f;
}

tr.even {
	background-color: #fff0b2;
}

/* Preorders list */
.preorders td  {
	padding: 5px;
	margin-bottom: 5px;
}

.preorders td  div.picture{
	float: left;
	margin-right: 5px;
}

.preorders td  a {
	font-weight: bold;
	color: black;
	text-shadow: red;
}

.preorders td  span.author {
	font-variant: small-caps;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
}

.preorders td div.picture img {
	width: 40px;
	height: 40px;
	border: solid 5px #eee !important;
}


