/*
	Print CSS for marios.lt
	Authored by Mindaugas Pelionis <mindaugas.pelionis@gmail.com>
*/

body {
	background: #fff;
	color: #000;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
}

a {
	color: #000;
}

a img {
	border: 0;
}

#content {
	border: 1pt solid #000;
	border-width: 1px 0;
	margin: 6pt 0;
	padding: 6pt;
}


/* Articles with pictures  */

.item .body {
	text-align: justify;
	overflow: auto;
	zoom: 1;
}

.item .body img {
	margin: 0 8px 8px 0;
}

/* Gallery */

.gallery {
	overflow: auto;
	zoom: 1;
}

.gallery .picture {
	width: 133px;
	float: left;
}

.gallery .picture a {
	display: block;
	padding: 4px 0;
	height: 78px;
	text-align: center;
}

#picture #content {
	text-align: center;
}

/* hiding unnecessary content */

#logo ul,
#globalNav, #productNav,
#secondaryNav,
#search,
hr {
	display: none;
}

#contacts {
	font-size: 85%;
}