html * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Lucida sans", "lucida grande", "Tahoma", "verdana", "sans serif";
	
}
html {
	height: 100%;
}

body {
	/*background-image: url(/images/html/grid-2.png);
	background-position: top center;
	background-repeat: no-repeat;*/
	height: 100%;
	font-size: 11px;
	line-height: 13px;
}

a {
	outline: none;
	
}

.rollover:hover, .rollover:focus, .rollover:active  {
	background-position: 0px -18px;
}

.paddination a:hover {
	color: red;
}

#screen {
	width: 100%;
	position: relative; 
	min-height: 100%;
	margin: 0 auto;
}

* html #screen {
	height: 100%;
}

ul {
	list-style: none;
}

select {
	border: 1px solid silver;
}

#container {
	width: 981px;
	margin: 0px auto;
	margin-top: 6px;
	padding-bottom: 65px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#register_form {
	margin-top: 25px;
}

#register_form p, #invoice_form p, #delivery_form p, #contact_form p{
	padding-bottom: 15px;
}

#register_form label, #delivery_form label,  #invoice_form label, #contact_form label{
	text-transform: uppercase;
	font-size: 9px;	
}

#register_form input, #delivery_form input, #contact_form input{
	margin-top: 2px;
}

#register_form p {
	padding-bottom: 16px;
}

#register_form input, #delivery_form input, #invoice_form input, #contact_form input{
	height: 15px;
	width: 195px;
	padding: 3px;
	background-image: url(../images/html/input_register.jpg);
	background-repeat: no-repeat;
}

#contact_form textarea{
	width:292px;
	padding:4px;
	font-size:14px; 
	height:142px;
	background-image: url(../images/html/input_text.jpg);
	background-repeat: no-repeat;
}
#footer {
	position: relative;
	clear: both;
	height: 65px;
	margin-top: -30px;
}

#footer div {
	width: 1009px;
	margin: 0px auto;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 5px; 
	height: 30px;
	padding-top: 25px;
	padding-bottom: 10px;
}

div.slider{
	display: block;
    background-image: url('../images/icons/reart-scroll_bg.png'); 
	height: 300px;
 	cursor: pointer;
	float: right;
}

div.handle{
	 background-image: url('../images/icons/reart-scroll_uchwyt.png');  
	 cursor: pointer;
	/* width:4px;*/
}

.news_description{
	
	margin-top: 20px;
}
