/*
Zate.si
Style Sheet Print
by boomerank
*/

body {
	margin: 0;
	background: #fff;
	text-align: left;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#header {
	width: 600px;
	background: none;
	padding-bottom: 10px;
}
#header img {
	clear: both;
}

/* banner */
#headerBanner {
	display: none;
}

/* košarica */
#headerCart {
	display: none;
}

/* pomožni meni */
#header div.menuTop {
	display: none;
}

/* iskanje */
#header form {
	display: none;
}

/* pozdravno sporocilo */
#header p.greeting {
	display: none;
}

/*  zgornji menu  */
#navigation {
	display: none;
}

/* II. nivo menija */
#navigation2 {
	display: none;
}

#navigation2Bottom {
	display: none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN CONTENT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/* zgornja šnirnca */
#mainTop {
	display: none;
}

/*  vsebina strani  */
#main {
	clear: both;
	width: 600px;
	margin: 0 auto;
	padding-top:10px;
	background: none;
	border-top: 1px dashed #898989;
}

/* spodnja šnirnca */
#mainBottom {
	display: none;
}

#mainInner {
	float: none;
	width: 600px;
}

/*  glavna vsebina  */
#content {
	float: none;
}


/*=====================================================================
									COMMON
  =====================================================================*/

/* +, -, print ikonce */
#print {
	color: #fff;
}
#print img {
	display: none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								CONTENT LEFT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#contentLeft {
	display: none;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								CONTENT RIGHT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#contentRight {
	display: none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#footer {
	width: 600px;
	border-top: 1px dashed #898989;
	text-align: center;
	color: #909ead;
}

#footer span {
	display: none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							EASY CLEARING
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#header:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}