
/**
 * Frontend-package resetter
 * @version 1.3
 */

/**{border:0;padding:0;margin:0;}*/

html{font: 12px Georgia;color:#333333;}
body{padding-top:10px;}

html,body,address,blockquote,div,p,pre,h1,h2,h3,h4,h5,h6,	/* block level 	*/
dd,dl,dt,ul,ol,li,												/* lists 		*/
a,abbr,acronym,b,big,br,cite,code,del,dfn,em,i,					/* inline text 	*/
ins,kbd,q,samp,small,span,strong,sub,sup,tt,var,				/* inline text 	*/
img,object,														/* misc 		*/
caption,table,tbody,td,tfoot,th,thead,tr,						/* table 		*/
input,textarea,select,button,form,fieldset,legend,label, 		/* form 		*/
font,u,s,center,dir,menu,strike,xmp								/* depricated 	*/
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
	list-style-type: none;
}

applet,iframe,embed { display: none;}
img,object { border: 0;}
input,select,button { vertical-align: middle;}
textarea {vertical-align: top;}
input,button{overflow: visible;}
select[size]{vertical-align: top;}
select[size="1"] {vertical-align: middle;}
fieldset legend {*margin-left: -7px;}
caption,td,th,tr {vertical-align: top;}
table {border-collapse: collapse;}
optgroup {color: black;background: white;font-style: normal;}
optgroup option {padding-left: 22px;}
/*
ol li, ul li{vertical-align: bottom;}
ol li{list-style-type: decimal;}
ul li{list-style-type: disc;}
*/
a{text-decoration:underline;}
q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }
q:before	{ content: '\00AB'; }
q:after		{ content: '\00BB'; }
q q:before	{ content: '\201E'; }
q q:after	{ content: '\201C'; }

sub, sup{position: relative;font-size: 11px;}
sub{top: 5px;}
sup{top: -5px;}
/**
 * Frontend-package general classes
 */
/* Layout */
.hidden{display:none;}
.float{float:left;}
.clear{clear:both;}

/* Messages */ 
p.error		{background-color:#BF2F50; color:white; padding:5px 20px;margin:5px 0px;}
p.ok		{background-color:#43AF20; color:white; padding:5px 20px;margin:5px 0px;}
p.ok a		{color:inherit;text-decoration:underline;}
p.error a	{color:inherit;text-decoration:underline;}
p.info 		{background-color:#FFDC7F;color:#3F2F04; padding:5px 20px;}

/* Paginator */
.paging {clear:left;font-family:Arial,sans-serif;font-size:0.75em;margin:1em auto;padding:1em 1em 2em 0pt;width:400px; text-align:center;}
.paging li{width:20px;float:left;margin:2px;}
.paging li.prev,.paging li.next{width:60px;}
.paging .ctrl{font-family: Arial; color:gray;text-align:center;}
.paging a:hover {background:#E6E6E6 none repeat scroll 0%;}
.paging a, .paginator span {background:#FFFFFF none repeat scroll 0%;border:1px solid #FFFFFF;color:#666666;display:block; padding:2px 4px; text-align:center;}
.paging a {border:1px solid #BEB1B1;color:#777777;text-decoration:none;}
.paging a.active{background:#6E5543 none repeat scroll 0%;border:1px solid #BEB1B1;color:#FFFFFF;font-weight:bold;}
.paging span.nextprev {border:medium none;color:#666666 !important;}

object.audioplayer{height:14px;width:200px;}
body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    font: 12px Verdana, sans-serif;
}

a {
    color: #08174C;
}

table {
    width: 100%;
}

div {
    text-align: left;
}

h1 {
    /*color:#006AB6;*/
    font: 2em normal Verdana, Tahoma, sans-serif;
    margin-bottom: 5px;
}

input {
    font: 12px Tahoma;
    padding: 2px;
}

input[type=submit] {
    padding: 5px 20px;
}

select {
    border: 1px solid gray;
    font: 1.1em Tahoma;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    border: 1px solid gray;
    padding: 2px;
}

form span {
    font: 9px Tahoma;
}

td {
    vertical-align: top;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

ul.li {
    list-style: none;
}

div.edit_box {
    width: 400px;
    float: left;
    padding: 10px 0px;
}

span.link {
    cursor: pointer;
    color: #08174C;
    text-decoration: underline;
}

span.error {
    color: red;
}

span.a {
    cursor: pointer;
}

span.time {
    background: url('../img/time.png') no-repeat left;
    padding-left: 17px;
    font-weight: 150%;
    text-decoration: none;
    color: #006795;
}

a.user {
    background: url('../img/user.png') no-repeat left;
    padding-left: 17px;
    font-weight: 150%;
    text-decoration: none;
    color: #BE5028;
}

a.user:hover {
    background: #BE5028 url('../img/user.png') no-repeat left;
    padding-left: 17px;
    font-weight: 150%;
    text-decoration: none;
    color: white;
}

.ads {
    padding: 0 20px;
}

.ads h1 {
    font-size: 10px;
}

.ads a {
    color: #999999;
    text-decoration: none;
    font-size: 0.9em;
}

.ac_results {
    background-color: white;
    border: 1px solid gray;
    padding: 2px;
}

/* Class elements */
.pad {
    padding: 10px;
}

a.shop_button {
    font: 10px Arial Narrow;
    text-decoration: none;
}

div.shop {
    float: left;
    width: 100px;
}

input.blue_button {
    background: #199BDC;
    border: 0;
    color: white;
    padding: 3px 15px 3px 15px;
}

div.article {
    overflow: auto;
}

div.error {
    width: 300px;
    background: url('../img/error.png') no-repeat left;
    padding: 20px 0 0 30px;
    height: 30px;
}

div.tip {
    width: 300px;
    background: url('../img/tip.png') no-repeat left;
    padding: 20px 0 0 30px;
    height: 30px;
}

div.info_wrap {
    width: 99%;
    height: 35px;
    margin-top: 5px;
    padding-left: 1px;
}

div.info {
    font: bold 10px;
    border: 1px solid #DFDFDF;
    width: 120px;
    float: left;
    padding: 2px 4px 2px 4px;
    margin-left: -1px;
}

.book {
    background: url(../img/icon_book.png) no-repeat top left;
    padding-left: 18px;
}

li.article {
    background: url(../img/icon_article.png) no-repeat top left;
    padding-left: 18px;
}

.author {
    background: url(../img/icon_author.png) no-repeat top left;
    padding-left: 18px;
    height: 20px;
}

.folder {
    background: url(../img/folder.png) no-repeat top left;
    padding-left: 18px;
}

.money {
    background: url(../img/money.png) no-repeat top left;
    padding-left: 18px;
}

a.comment {
    background: url('../img/icon_comment.png') no-repeat left;
    padding-left: 16px;
    display: block;
}

#facebook_login_link img {
    cursor: pointer;
}

div#wrapper {
    width: 1000px;
    background-color: white;
    margin: 0 auto;
}

/* Defined elements */
div#header {
    height: 82px;
    overflow: hidden;
}

div#header div#logo {
    width: 200px;
    padding: 10px 0 0 30px;
    float: left;
}

div#header div#central {
    margin-left: 200px;
    padding: 0 40px 0 0;
    font: bold 14px "Trebuchet MS", Verdana;
}

div#header .user_actions li {
    float: left;
    padding-right: 5px;
}

div#header #user_info img {
    height: 69px;
}

div#header div#central ul.menu_1 {
    list-style: none;
    width: 300px;
    float: left;
}

div#header div#central ul.menu_1 li {
    text-align: center;
    float: left;
    padding: 0 10px;
    text-decoration: underline;
    color: #08174C;
    cursor: pointer;
}

div#header div#central ul.menu_1 li a {
    width: 100%;
    display: block;
    font: 1.3em Tahoma;
    text-align: center;
}

/*div#header div#central ul.menu_1 li a:hover{color:white;background-color:gray;text-decoration:none;}
div#header div#central ul.menu_1 li:hover{color:white;background-color:gray;text-decoration:none;}*/
div#header div#me {
    float: left;
    width: 100px;
    height: 82px;
    text-align: right;
}

div#login_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent url(../img/bg_gray.png);
    z-index: 10;
}

div#login_2 {
    position: absolute;
    top: 100px;
    width: 200px;
    background: white;
    text-align: left;
    border: 5px solid #EEEEEE;
    z-index: 11;
}

div#login_3 {
    border: 1px;
    border: 1px solid #CCCCCC;
    padding: 20px;
}

div#panel_right {
    width: 33%;
    float: left;
}

/* Menu */
div#tree {
    padding: 10px;
    background-color: white;
}

div.menu ul {
    font: 14px Corbel;
    font-weight: 150%;
    list-style: none;
}

div.menu li a:hover {
    background: #BF6647;
    color: white;
}

div.menu li a.selected {
    font-weight: bold;
    background: #43AF20;
    color: white;
}

div.menu li {
    background: url(../img/folder.png) no-repeat top left;
    padding-left: 18px;
}

div.menu a {
    text-decoration: none;
    display: block;
}

div.menu li.l2 {
    margin-left: 7px;
}

div.menu li.l3 {
    margin-left: 14px;
}

div.menu li.l4 {
    margin-left: 27px;
}

div.menu li.l5 {
    margin-left: 35px;
}

div.menu li.l6 {
    margin-left: 42px;
}

div.menu li.l7 {
    margin-left: 49px;
}

div.menu li.l8 {
    margin-left: 56px;
}

div.menu li.selected a {
    background-color: rgb(240, 240, 231);
    color: #555555;
    padding: 0 3px;
}

/*div.menu li.selected a{color:white;}*/

div#content {
    padding-bottom: 30px;
    overflow: hidden;
}

div#content p {
    margin: 10px 0 10px 0;
}

div#content div.user_register {
    padding: 15px;
    font: 12px Georgia;
}

.covers {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
    clear: both;
    overflow: hidden;
}

.covers img {
    vertical-align: top;
    margin-bottom: 100px;
}

.covers h1 {
    color: #4D453D;
    padding: 5px 0 3px 20px;
}

.covers a {
    display: block;
    float: left;
    z-index: 1;
}

div#content table td {
    padding: 3px;
}

div#content table td .input {
    width: 250px;
}

div#content table td.book {
    padding-left: 21px;
}

div#content div.books_list {
    padding: 5px;
    font: 12px Georgia;
    float: right;
    width: 95%;
}

div#content div.books_list table th {
    padding-bottom: 5px;
    color: #BBB;
    font-weight: normal;
    text-align: center;
}

div#content div.book_details {
    padding-left: 20px;
}

div#content div.book_details a.book_title {
    font-size: 14px;
    font-weight: bold;
}

div#content div.contact {
    padding: 15px;
    font: 12px Georgia;
}

div#content div.contact .input label {
    width: 200px;
    display: block;
}

div#content div.contact textarea {
    width: 400px;
    height: 150px;
}

div#content div.contact .buttons input {
    padding: 5px 30px;
    margin: 5px;
}

/*div#content div.contact .input {width:200px;}*/

div#content div.article {
    padding: 15px;
    font: 12px Georgia;
}

div#content div.article table caption {
    font: 11px Arial Narrow;
}

div#content div.article table th {
    font: 10px Arial Narrow;
    background: #D4E9ED;
    color: #9CB5BC;
}

div#content div.article table td {
    font: 12px Arial;
    vertical-align: top;
}

div#content div.news {
    padding: 20px;
}

div#content div#review {
    padding: 20px;
    font: 12px Georgia;
}

div#content div#books {
    margin: 0 10px 0 10px;
}

div#content div#shops {
    margin-top: 30px;
}

div#content div#anno {
    padding: 30px;
}

div#content td#details {
    float: left;
    width: 400px;
    padding: 20px;
    font: 12px Arial, Verdana;
}

div#content div#profile_form {
    padding: 20px;
}

form#email_request {
    padding-top: 20px;
}

div#footer {
    padding: 20px;
    background: white;
    height: 45px;
    font: 11px Arial Narrow;
    color: black;
}

div#footer .line {
    border-top: 1px solid #EEEEEE;
    height: 1px;
    margin-bottom: 15px;
}

div#footer a {
    color: black;
    margin-right: 40px;
    text-decoration: none;
}

div.profile_public_def {
    width: 200px;
    float: left;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

div.profile_public_val {
    width: 400px;
    float: left;
}

#facebook_login_link, #facebook_logout_link {
    float: right;
    color: white;
}

#user_info {
    top: -50px;
    display: none;
    clear: both;
    position: absolute;
    right: 0;
}

#personal_column ul li{
    padding:3px 0;
}
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../img/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../img/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding: 5px 0px 0px 2px;
	overflow:hidden;
	white-space: nowrap;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	vertical-align:top;
	background: transparent url(../img/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../img/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../img/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_nw.png) no-repeat;
}
