/*
** Title:         RBS CSS Framework 1.0 Beta - Print Styles
** Author:        Ivan Arnautov
** E-mail:        arnautov.ivan-rbscorp.ru
** Last Modified: 08.01.2008
** Copyright:     2007-2008, RBS Corporation, http://www.rbscorp.ru/
*/

.print-logo,
.print {
	display: inherit;}
.logo,
.no-print,
#navigation-menu,
#catalogue,
#sub-menu,
#sidebar {
	display: none;}


/* Body Styles
--------------------------------------------*/

body {
	margin:.5in .75in;
	padding: 0;
	font: small Verdana, sans-serif;}


/* Link Styles
--------------------------------------------*/

a {
	color: #000000;}
a img {
	border-width: 0;}

#content a[href]:after,
#header  a[href]:after,
#footer  a[href]:after {
	content: " ("attr(href)")";}
#content a[href^="/"]:after,
#header  a[href^="/"]:after,
#footer  a[href^="/"]:after {
	content: " (/"attr(href)")";}
