@charset "utf-8";
/* Xerox Slovenija - Main (Layout) Style Sheet */

body {
	margin: 0px;
	padding: 0px;
	background-color: #3d3d3d;
	background-image:url(/img/xerox_bg_gradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#xerox_pgOpen, #xerox_PC, #xerox_footer, #xerox_pgClose {
	position: relative;
	display: block;
	width: 854px;
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#xerox_PC, /* PageContainer */
#xerox_footer {
	background-image: url(/img/xerox_page_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
}

#xerox_footer {
	padding: 24px 0px 0px 0px;
}

#xerox_page {
	position: relative;
	display: block;
	width: 740px;
	margin: 0px 57px;
}

#bottomBar {
	position: relative;
	display: block;
	width: 740px;
	height: 31px;
	overflow: hidden;
	background-image: url(/img/xerox-bottombar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 56px;
	padding: 0px;
}

/* countrySelector - zastavica na vrhu strani */
p.xerox_global {
	color: #ffffff;
	margin: 24px 73px 4px 0px;
	text-align: right;
}

	p.xerox_global a, .cSelArrow {
		font-size: 10px;
		color: #d6d3d3;
		text-decoration: none;
	}
	
	p.xerox_global a:hover {
		font-size: 10px;
		color: #d6d3d3;
		text-decoration: underline;
	}

/* Utility Bar - vrstica z Support & Drivers, Where to buy ... in spodnja vrstica (Xerox Home, About, Legal...) */
ul.xeroxBar {
	float: right;
	display: block;
	list-style-type: none !important;
	list-style-image: none !important;
	clear: both;
	margin: 0px 2px;
	padding: 0px;
}

	ul.xeroxBar li {
		display: block;
		float: left;
		margin: 5px 0px;
		border-left: solid 1px #cccccc;
		padding: 0px 4px 0px 5px;
	}
	
	ul.xeroxBar li.first {
		border-left: none;
	}
	
		ul.xeroxBar li a {
			color: #999999;
			text-decoration: none;
		}
		
		ul.xeroxBar li a:hover {
			color: #999999;
			text-decoration: underline;
		}

#bottomBar ul.xeroxBar {	/*	Overrides za UtilityBar (UtilityBar in BottomBar sta skoraj enaki) */
	float: none;
	padding: 3px 0px 0px 0px;
}

p.xerox_copyright {
	color: #999999;
	margin: 3px 0px 0px 64px;
	padding: 0px 0px 36px 0px;
	clear: both;
}


p.bannerContainer {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}



/* MainStage (tabela, kasneje DIV), ki glavno stran razdeli na 4 stolpce */
td.xerox_mainStage1, td.xerox_mainStage222 {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}	
	/* Default Layout (1222) */
	td.xerox_mainStage1 {	/* leftmost column */
		width: 200px;
	}
	
	td.xerox_mainStage222 {	/* 2. stolpec se razteza čez preostale tri */
		width: 540px;
	}



/* Xerox Slovenija footer */

#xerox_slovenija {
	position: relative;
	display: block;
	width: 740px;
	margin: 0px 0px 2px 56px;
	padding: 0px;
}

#xerox_slovenija h4 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	border: none;
	margin: 24px 0px 4px 12px;
	padding: 0px;
}

#xerox_slovenija h5 {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	border: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#xerox_slovenija ul {
	list-style-image: url(/img/xerox_box/normal/bullet.gif);
	list-style-position: outside;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}


