﻿/*  
Theme Name: resco.pda.sk
Theme URI: http://www.pixla.sk/
Description: Default style for web page http://resco.pda.sk
Version: 1.0.0
Author: Tomáš Chorvát
Author URI: http://www.pixla.sk/
*/

/*=====CSS RESET=====*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

/*=====SETUP=====*/
body{
	background: url(img/bg.jpg) #d2d2d2 repeat-x top;
	color: #000000;
	font: 0.8em Calibri,Tahoma,Arial,Helvetica,Sans-Serif;
}
a{
	color: #0793db;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*=====HEADINGS=====*/
h1{
	display: none;
}
h2{
	display: none;
}

/*=====CONTENT=====*/
.content{
	width: 960px;
	margin: auto;
}

.produkt{
	width: 960px;
	height: 226px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}

p {
	position: absolute;
	top: 120px;
	left: 170px;
	padding: 0px 265px 0px 0px;
	text-align: justify;
	line-height: 1.3em;
}

.cenovka{
	position: absolute;
	top: 50px;
	right: 260px;
	z-index: 10000;
}

.recenzia{
	/*padding: 41px 0px 0px 10px;*/
	position: absolute;
	top: 41px;
	right: 5px;
}

.footnote{
	float: right;
	text-align: right;
	padding: 30px 8px 20px 0px;
	width: 500px;
}
