/*
 * Pub-Me Content Management System (CMS)
 * http://www.pub-me.com/
 *
 * (c) 2005-2008 Malenek webdesign - http://www.malenek.cz
 *
 * This program or any of its parts may not be used, redistributed, and/or 
 * modified without an explicit permission of the author and/or 
 * the copyrights owner.
 *
 * Definition of styles used for print-outs
 *
 */

@import url(__css.php?file=_generic.tcss);
@import url(__css.php?file=_common.tcss);
@import url(__css.php?file=_gallery.tcss);

/* Print settings */
.CartPreview, #LogInUser, .RightFooter, #vodomery-links, #MainMenu, #Menu, #FavoritePrintTop, #SearchFormNormal, #SideColumn, .nodisplay, .noprint, #Comments .CommentsClosed, #SkipToContentMenu, #LangSwitchBar, #DirectEdit, .DocumentPath, .CommentReply, ul.CardSwitcher, ul.ProductListFormatSwitcher, #EshopMenu, .EshopCartHeader { display:none; }

body { font-family:Garamond,serif; font-size:12pt; color:black; padding:0; background:white; line-height:1.5; }
a, a:visited, a:hover, .Poll a { color:black; text-decoration:none; }
img { background:none; }

#HomeLeft { padding-left:0; } 

.ArticleContainer p,
.ArticleContainer li { text-align:justify; }

#Header { border-bottom:1px solid #68b; margin-bottom:10pt; padding-bottom:10pt; }
#Footer { font-size:10pt; margin-top:10pt; border-top:1px solid #68b; padding-top:10pt; }
#Footer p { margin:0; text-align:right; }

.lp { width:200px; overflow:hidden; margin-right:0; }
.rp { width:calc(100% - 200px); }

#Logo a { color:#0296DE;; }
