
	/*
	                                                 
	-> Project: Lager Commerce Katalog
	-> URL: ---
	-> Version: 1.0.0                      
	-> Author: Igor Gotal - Lukša / Dobbin
	-> Copyright (c) 2011: Lager Commerce d.o.o.
	                   							                         
	*/


/* CLEARING METHODS
----------------------------------------------------------------------------*/

	.clearfix:after { 
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0; 
		height: 0; 
		}
	
	.clearfix {
		display: inline-block; 
		}
	
	html[xmlns] .clearfix {
		display: block; 
		}
	
	* html .clearfix {
		height: 1%; 
		}
	
	.clear {
		clear: both; 
		}
		
		
/* RESET & NORMALIZE
----------------------------------------------------------------------------*/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strong, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
		}

	:focus {
		outline: 0;
		}

	a {
		outline: none;
		}
		

			

/* ERROR SCREEN
----------------------------------------------------------------------------------------*/

	body {
		text-align: center;
		font: normal 62.5%/1.6 Arial, Verdana, Helvetica, sans-serif; 		 
		background-color: #494949;
		color: #000;
		padding-top: 160px;
		}
		
	.error-box {
		font: normal 1.2em/1.3 Arial, Verdana, Helvetica, sans-serif;
		text-align: left;
		padding: 30px 30px 40px 30px;
		margin: 0px auto;
		width: 500px;
		background-color: #fff;
		border: 8px solid #ffd81c;
		border-radius: 5px;  
		-moz-border-radius: 5px;  
		-webkit-border-radius: 5px;  
		}
		
	.error-box h1 {
		font: bold 1.8em/1.3 Arial, Verdana, Helvetica, sans-serif;
		text-transform: uppercase;
		margin: 25px 0 15px 0;
		color: #e10000;
		}

	.error-box h2 {
		font: bold 1.2em/1.3 Arial, Verdana, Helvetica, sans-serif;
		margin-bottom: 10px;
		padding-bottom: 4px;
		border-bottom: 1px solid #e9ebef;
		color: #000;
		}
		
	.error-box p {
		font: normal 1.1em/1.3 Arial, Verdana, Helvetica, sans-serif;
		margin-bottom: 20px;
		}
		
	.error-box ul {
		font: normal 1.2em/1.3 Arial, Verdana, Helvetica, sans-serif;
		margin-left: 35px;
		}
		
	.error-box ul li {
		padding: 1px 0 1px 0;
		}
		
	.error-box a {
		text-decoration: underline;
		color: #476dc7;
		}
		
	.error-box a:hover {
		text-decoration: none;
		}

		
		
		