* {
margin:0;
padding:0;
} body {
background: #fff;
color: #000;
font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
font-size:90%;
margin: 0;
}
a {
color: #006600;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: #006600;
text-decoration:none;
}
a img {
border:none;
}
h1, h2, h3, h4 {
font-weight: normal;
text-align: left;
}
h1 {
background:#fff;
color: #006600;
font-size: 120%;
margin: 0.1em 0;
}
h2 {
background:#fff;
color: #e32;
color: #006600;
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
font-size: 180%;
margin: 0.3em 0 0.3em 0;
padding-top: 0.8em;
}
h3 {
color: #993;
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
font-size: 165%;
padding-top: 1.5em;
}
h4 {
color: #993;
font-weight: normal;
padding-top: 0.5em;
}
ul, li {
margin: 0 12px;
} #container {
text-align: left;
}
#header{
padding: 10px 20px;
}
#header h1 {
background: #006600 url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/img/cake.icon.gif) no-repeat left;
color: #fff;
padding: 0px 30px;
}
#header h1 a {
color: #fff;
background: #006600;
font-weight: normal;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
background: #006600;
text-decoration: underline;
}
#content{
background: #fff;
clear: both;
color: #333;
padding: 10px 20px 40px 20px;
overflow: auto;
}
#footer {
clear: both;
padding: 6px 10px;
text-align: right;
} table {
background: #fff;
border:1px solid #ccc;
border-right:0;
clear: both;
color: #333;
margin-bottom: 10px;
width: 100%;
}
th {
background: #f2f2f2;
background: #E1FFD2;
background: #ddd;
border:1px solid #bbb;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
text-align: center;
}
th a {
background:#f2f2f2;
background: #E1FFD2;
background: #ddd;
display: block;
padding: 2px 4px;
text-decoration: none;
}
th a:hover {
background: #ccc;
background: #fff;
color: #333;
text-decoration: none;
}
table tr td {
background: #fff;
border-right: 1px solid #ccc;
padding: 4px;
text-align: center;
vertical-align: top;
}
table tr.altrow td {
background: #f4f4f4;
background: #F0FFEC;
background: #EEEEEE;
}
td.actions {
text-align: center;
white-space: nowrap;
}
td.actions a {
margin: 0px 6px;
}
.cake-sql-log table {
background: #f4f4f4;
}
.cake-sql-log td {
padding: 4px 8px;
text-align: left;
} div.paging {
background:#fff;
color: #ccc;
margin-bottom: 2em;
}
div.paging div.disabled {
color: #ddd;
display: inline;
}
div.paging span {
}
div.paging span.current {
color: #000;
}
div.paging span a {
} dl {
line-height: 2em;
margin: 0em 0em;
width: 60%;
text-align: left;
}
dl.altrow {
background: #f4f4f4;
}
dt {
font-weight: bold;
padding-left: 4px;
vertical-align: top;
}
dd {
margin-left: 10em;
margin-top: -2em;
vertical-align: top;
}   div.message {
clear: both;
color: #900;
font-size: 140%;
font-weight: bold;
margin: 1em 0;
}
div.error-message {
clear: both;
color: #900;
font-weight: bold;
}
p.error {
background-color: #e32;
color: #fff;
font-family: Courier, monospace;
font-size: 120%;
line-height: 140%;
padding: 0.8em;
margin: 1em 0;
}
p.error em {
color: #000;
font-weight: normal;
line-height: 140%;
}
.notice {
background: #ffcc00;
color: #000;
display: block;
font-family: Courier, monospace;
font-size: 120%;
line-height: 140%;
padding: 0.8em;
margin: 1em 0;
}
.success {
background: green;
color: #fff;
} div.actions ul {
margin: 0px 0;
padding: 0;
}
div.actions li {
display: inline;
list-style-type: none;
line-height: 2em;
margin: 0 2em 0 0;
white-space: nowrap;
}
div.actions ul li a {
background:#fff;
color: #006600;
text-decoration: none;
}
div.actions ul li a:hover {
color: #333;
text-decoration: underline;
} div.related {
clear: both;
display: block;
} pre {
color: #000;
background: #f0f0f0;
padding: 1em;
}
pre.cake-debug {
background: #ffcc00;
font-size: 120%;
line-height: 140%;
margin-top: 1em;
overflow: auto;
position: relative;
}
div.cake-stack-trace {
background: #fff;
border: 4px dotted #ffcc00;
color: #333;
margin: 0px;
padding: 6px;
font-size: 120%;
line-height: 140%;
overflow: auto;
position: relative;
}
div.cake-code-dump pre {
position: relative;
overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
color: #000;
background-color: #F0F0F0;
margin: 0px;
padding: 1em;
overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
clear: both;
font-size: 12px;
line-height: 15px;
margin: 4px 2px;
padding: 4px;
overflow: auto;
}
div.cake-code-dump span.code-highlight {
background-color: #ff0;
padding: 4px;
}
div.code-coverage-results div.code-line {
padding-left:5px;
display:block;
margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
background:#ecc;
}
div.code-coverage-results div.covered span.content {
background:#cec;
}
div.code-coverage-results div.ignored span.content {
color:#aaa;
}
div.code-coverage-results span.line-num {
color:#666;
display:block;
float:left;
width:20px;
text-align:right;
margin-right:5px;
}
div.code-coverage-results span.line-num strong {
color:#666;
}
div.code-coverage-results div.start {
border:1px solid #aaa;
border-width:1px 1px 0px 1px;
margin-top:30px;
padding-top:5px;
}
div.code-coverage-results div.end {
border:1px solid #aaa;
border-width:0px 1px 1px 1px;
margin-bottom:30px;
padding-bottom:5px;
}
div.code-coverage-results div.realstart {
margin-top:0px;
}
div.code-coverage-results p.note {
color:#bbb;
padding:5px;
margin:5px 0 10px;
font-size:10px;
}
div.code-coverage-results span.result-bad {
color: #a00;
}
div.code-coverage-results span.result-ok {
color: #fa0;
}
div.code-coverage-results span.result-good {
color: #0a0;
}#page {
margin: 0;
padding: 0px 0px 0px 0px;
text-align:center;
}
#page .layoutwrapper {
width: 948px;
clear: both;
display: block;
text-align:center;
margin: 0px auto;
}
#pageHeader {
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 52px;
display: block;
clear: both;  background-color: #E2E2E2;
background-color: white;
vertical-align: middle;
}
#pageHeaderLeft {
border: solid 0px black;
float: left;
height: 52px;
margin: 0px 10px 0px 0px;	
vertical-align: middle;
text-align: left;
line-height: 52px;
}
#pageHeaderCenter {
}
#pageHeaderRight {
display: inline;
float: right;
width: 200px;
height: 52px;
margin: 5px 0px 0px 0px;	
vertical-align: top;
text-align: right;
}
#pageHeaderRight a {
background:#fff;
color: #006600;
text-decoration: underline;
font-weight: bold;
}
#headersearch {
margin: 0;
clear: none;
padding: 0;
width: auto;
border: solid 0px black;
float: left;
width: 370px;
height: 52px;
margin: 0px;	
vertical-align: middle;
text-align: left;
line-height: 52px;
}
#headersearch input {
border: solid 1px #006600;
color: black;
font-family: Arial;
font-weight: normal;
font-size: 15px;
vertical-align: middle;
clear: none;
display: inline;
padding: 0;
width: auto;
} 
#headersearch input[type=submit] {
display: inline;
clear: none;
vertical-align: middle;
}
#topbar {
padding: 0;
margin: 0;
float: left;
display: block;
clear: both;
border: solid 0px black;
background: #006600;
width: 948px;
}
#topbar * {
font-family: Verdana, "Trebuchet MS", Verdana, sans-serif;
color: #FFFFFF;
list-style: none;
padding: 0;
margin: 0;
}
#topbar ul {
padding: 0;
border: solid 0px black;
}
#topbar ul li {
float: left;
margin: 0;
padding: 12px 3px 10px 3px;
text-transform:uppercase;
font-size: 14px; 
font-weight: bold;
color: #FFFFFF;
}
#topbar ul li a{
background: #006600;
border: solid 0px black;
padding: 10px;
text-decoration: none;
}
#topbar ul li a:hover{
background: #009900;
padding: 10px 10px 9px 10px;
}
#topbar .right{
float: right;
}
#topbar .highlight{
background: #009900;
color: #000000;
}
#subbar3 {
padding: 0;
margin: 0;
float: left;
display: block;
clear: both;
border: solid 0px black;
background: #009900;
width: 948px;
}
#subbar3 * {
font-family: Verdana, "Trebuchet MS", Verdana, sans-serif;
color: #FFFFFF;
list-style: none;
padding: 0;
margin: 0;
}
#subbar3 ul {
padding: 0;
border: solid 0px black;
}
#subbar3 ul li {
float: left;
margin: 0;
padding: 7px 3px 5px 3px;
font-size: 12px; 
font-weight: bold;
color: #FFFFFF;
}
#subbar3 ul li a{
background: #009900;
border: solid 0px black;
padding: 5px 10px;
text-decoration: none;
}
#subbar3 ul li a:hover{
background: #FFFFFF;
padding: 5px 10px 4px 10px;
color: #006600;
}
#subbar3 .right{
float: right;
}
#subbar3 .highlight{
background: #FFFFFF;
color: #000000;
}
#youarehere {
background: none; text-align: left; padding-left: 4px; width: 944px; margin: 0;
}html, body{
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #383838;
font-weight: normal;
text-align:center;
height: 100%;
}
h1 {
font-size: 18px;
text-align: left;
margin: 20px 0px 5px 0px;
}p {
display: block;
}
a {
color: #003366;
color: #006600;
}
a:hover {
color: #003366;
color: #009900;
}
a.outlink {
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/outlink1.gif) right top no-repeat;
padding: 0 12px 0 0;
}
#page {
margin: 0;
padding: 0px 0px 0px 0px;
text-align:center;
}
#page .layoutwrapper {
width: 948px;
clear: both;
display: block;
text-align:center;
margin: 0px auto;
}
#pageHeader {
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 49px;
display: block;
clear: both;  background-color: #E2E2E2;
background-color: white;
vertical-align: middle;
}
#pageHeaderLeft {
border: solid 0px black;
float: left;
height: 50px;
margin: 0px 10px 0px 0px;	
vertical-align: middle;
text-align: left;
line-height: 50px;
}
#pageHeaderCenter {
border: solid 0px black;
float: left;
width: 520px;
height: 50px;
margin: 0px;	
vertical-align: middle;
text-align: left;
line-height: 50px;
}
#pageHeaderRight {
display: inline;
float: right;
width: 200px;
height: 50px;
margin: 5px 0px 0px 0px;	
vertical-align: top;
text-align: right;
}
#pageHeader form {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
#pageHeader input {
border: solid 1px #006600;
color: black;
font-family: Arial;
font-weight: normal;
font-size: 15px;
} 
.publicationWrapper {
width: 624px;
border: solid 1px #336699;
border: solid 1px #EBEAFF;
border: none;
margin: 0px 0px 5px 0px;
padding: 5px;
text-align: left;
background: #EBEAFF;
background: none;
float: left;
}
.publicationLeftWrapper {
border: solid 1px #006600;
padding: 0;
margin: 0;
float: left;
display: inline;
}
.publicationRightWrapper {
margin: 0 0 0 5px;
padding: 0;
float: left;
font-size: 11px;
font-weight: normal;
text-align: left;
border: solid 0px black;
}
.coverwrapper {
border: none;
background: #009900;
padding: 1px;
margin: 0px;
float: left;
}
#taglabel { 
float: left;
margin: 0px 10px 0px 0px;
border: solid 0px black;
display: block;
clear: left;
}
#youarehere {
background: none; text-align: left; padding-left: 4px; width: 944px; margin: 0;
} #ratingbox {
height: 44px;
width: 616px;
border: solid 1px #EBEAFF;
border: solid 1px #336699;
border: solid 0px #009900;
margin: 0;
padding-top: 0px;
padding: 0;
text-align: center;
background: #EBEAFF;
background: white url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/bg_rating.gif) no-repeat;
background: none;
font-size: 16px;
font-weight: bold;
color: black;
vertical-align: middle;
line-height: 40px;
clear: both;
width: 626px;
border: none;
border: solid 0px black;
margin: 0;
text-align: left;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box2_top.gif) left top no-repeat;
font-weight: normal;
color: black;
padding: 5px 5px 1px 5px;
}
#rating {
float: left;
margin: 0 0 0 20px;
}
#ranking {
float: left; 
margin: 0 0 0 90px;
}
#views {
float: right;
margin: 0 20px 0 0;
}
#stars1 {
float: left; margin: 0 0 0 2px;
}
#ratingbox form {
margin: 0;
}
a.SmartStarsLinks{padding:0px}
.SmartStarsImages{margin:0px; border:none}
#embedbox form {
margin: 0;
padding: 0;	
}
a.copylink {
margin: 0px 0px 0px 0px; 
padding: 0px; 
float: left;
}
input.copylink {
border: solid 1px #009900;
margin: 2px 0px;
padding: 1px 0px 1px 1px;
font-size: 10px;
width: 600px;
}
div.box_636_bottom {
width: 636px;
border: none;
margin: 0;
text-align: left;
font-weight: bold;
color: black;
padding: 0;
border: solid 0px green;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box2_bottom.gif) left bottom no-repeat;
}
div.box_636_top {
width: 616px;
border: none;
border: solid 0px black;
margin: 0;
text-align: left;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box2_top.gif) left top no-repeat;
font-weight: bold;
color: black;
padding: 10px;
}
div.box_636_fill {
width: 636px;
border: none;
border: solid 0px blue;
margin: 0px 0 5px 0;
text-align: left;
font-weight: bold;
color: black;
padding: 0;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box_fill.gif) left repeat;
}
#box_categories * {
font-size: 14px;
font-weight: normal;
}
.boxRight {
margin: 0;
padding: 0;
font-size: 11px;
font-weight: normal;
text-align: left;
border: solid 1px black;
border: none;
}
.boxLeft {
border: solid 1px #EBEAFF;
border: solid 0px #336699;
background: #EBEAFF;
padding: 1px;
margin: 0px 10px 0px 0px;
float: left;
} #leftlayoutcolumn {
border: solid 0px black; float: left; width: 636px;
} div.box_290_bottom {
width: 290px;
border: none;
margin: 0;
text-align: left;
font-weight: bold;
color: black;
padding: 0;
border: solid 0px green;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box_290_bottom.gif) left bottom no-repeat;
}
div.box_290_top {
width: 290px;
border: none;
border: solid 0px black;
margin: 0;
text-align: left;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box_290_top.gif) left top no-repeat;
font-weight: bold;
color: black;
padding: 0;
}
div.box_290_fill {
width: 290px;
border: none;
border: solid 0px blue;
margin: 0px 0 15px 0;
text-align: left;
font-weight: bold;
color: black;
padding: 0;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box_290_fill.gif) left repeat;
float: right;
}
h2.box_290 {
margin: 0;
padding: 2px 4px 3px 4px;
font-size: 13px;
line-height: 15px;
font-weight: bold;
font-family: Arial;
color: #FFFFFF;
text-align: left;
border: solid 0px #000000;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/box_290_header-full.gif) left top no-repeat;
}
p.box_290 {
font-size: 11px;
font-weight: normal;
padding: 3px 5px;
margin: 0;
border: solid 0px #000000;
} #footer{
margin: 0 0 30px 0;
padding: 0;
clear: both;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/footer_fill.gif) left repeat;
font-size:11px;
color: #000000;
font-weight: normal;
}
#footer_bottom{
margin: 20px 0 0 0;
padding:4px;
clear: both;
background: url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/css/siteelements/footer_bottom.gif) left bottom no-repeat;
text-align: left;
}
#disclaimer {
background: #009900;
padding: 0;
width: 50%;
text-align: left;
}
#disclaimer h2 {
font-size: 12px;
font-weight: bold;
padding: 4px;
margin: 0;
}
#disclaimer p {
font-size: 10px;
color: #000000;
font-weight: normal;
padding: 4px;
margin: 0;
}
#disclaimer a, #disclaimer a:hover #disclaimer a:visited {
color: #FFFFFF;
}
.clear {
line-height: 0.1px;
clear: both;
} table.fb_book_list_table {
border-collapse:separate;
} td.flippingbook_book_list_item {
color:#000000;
padding: 10px 5px 10px 5px;
border: 1px solid #E6E6E6;
background: #ffffff url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/images/book_list_bg.png) 0 0 repeat-x;
} .fb_contentheading {
font-size: 16px;
font-weight: bold;
color: #000000;	
text-decoration: none;
line-height: 20px;
}
.fb_contentheading:hover {
color: #666666;
text-decoration: none;
} a.flippingbook_book_img {
margin: 0px 10px 0px 0px;
text-decoration: none;
float: left;
} .fb_bookDescription {
color: #333333;
clear: both;
border: 1px solid #e6e6e6;
padding: 10px;
margin: 0px;
background: #ffffff url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/images/book_list_bg.png) 0 0 repeat-x;
} .fb_leftPageDescription {
color: #333333;
border: 1px solid #e6e6e6;
padding: 10px;
background: #ffffff url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/images/book_list_bg.png) 0 0 repeat-x;
margin: 0px;
display: none;  }
.fb_rightPageDescription {
color: #333333;
border: 1px solid #e6e6e6;
padding: 10px;
margin: 0px;
display: none;
background: #ffffff url(//www.posclass.com/wp-content/themes/hosteva/pdf-katalog/assets/images/book_list_bg.png) 0 0 repeat-x;  }
.fb_errorMessage {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #c3d2e5;
padding: 10px;
border-top: 3px solid #84a7db;
border-bottom: 3px solid #84a7db;
border-left: 0px;
border-right: 0px;
color: #0055bb;
}
#altmsg {
padding: 5px 0;
}
#nav_bar {
padding: 20px 0;
}
#nav_bar a:link, #nav_bar a:visited, #nav_bar a:active {
background-color: #eee;
color: #000;
padding: 2px 4px;
text-decoration: none;
}
#nav_bar a:hover {
background-color: #eee;
color: #fff;
} object { outline:none; }