﻿/********************************************************************/
/**********   Faigl.cz | Created by studio WPJ *********************/
/********************************************************************/

* {margin: 0; padding: 0; border:0px;}

/************************ General Styles ****************************/

html {
	background: #dcdcdc url("../images/background-top.gif") top center repeat-x; 
}
body {
	font-family: Arial, Geneva, sans-serif; 
	color:#494949;
	font-size:14px;
	text-align: left;
}
a:link { color: #f0a700; text-decoration: none;}
a:visited {color: #f0a700;text-decoration: none; }
a:hover {color: #f0a700; text-decoration: underline;}

h1 {
	padding: 10px 5px 10px 70px;
	font-size: 22px;
	color:#000; 
	font-weight: normal; 
	background: url("../images/h1_back.png") no-repeat bottom left; 
	margin:0 0 20px 0;
}
h2 {
	padding: 5px; 
	font-size: 24px;
	color:#ffaf01;
	font-weight:normal; 
}
h3 {margin: 0; padding: 8px 5px 3px 5px; font-size:22px; font-weight: normal; clear:both; color:#828282;}
h4 {margin: 0; padding: 8px 5px 3px 5px; font-size:16px; color:#828282;}
h5 {margin: 0; padding: 8px 5px 3px 5px; font-size:14px; color:#828282;}

/* Cleaner */
.cleaner { clear:both; padding:0; margin:0; background:none;}

/*************************** MAIN LAYOUT *****************************/

#page {
	margin:0px auto; 
	width: 960px;
	padding:0;
	position: relative;
	background: #FFF url("../images/page_top.gif") repeat-x;	  
}
#page_bottom {
	margin:0px auto; 
	width: 960px;
	height:27px;
	background:  url("../images/page_bottom.png") no-repeat;	  
}

#header{
	background: url("../images/header.jpg") no-repeat top center;
	height:158px;
	margin:0px auto;
	width:960px;
	position:relative;
}
#header .header-left{
	background: url("../images/header-left.jpg") no-repeat top center;
	top:0px;
	left:-282px;
	height:158px;
	width:282px;
	position:absolute;
}
#header .header-right{
	background: url("../images/header-right.jpg") no-repeat top center;
	top:0px;
	right:-307px;
	height:158px;
	width:307px;
	position:absolute;
}
a.logo {
	position:absolute;
	z-index:20;
	top:20px;
	left:40px;
	display: block;
	width: 180px;
	height: 120px;
}
/* Hledani */
#search { 
	margin: 60px 4px 0 0;
	float:right;
	height:28px;
	width:275px;
	position:relative;
}
#search p{ 
   font-family: "Century Gothic", Arial, Geneva, sans-serif; 
	color:#FFF;
	font-size:14px;
	padding:0px 10px !important;
}
#search input[type=text]{ 
	box-shadow: inset 0px 0px 4px #bdbdbd;
	border:1px solid #463888;
	padding:3px 5px;
	width:140px;
	margin:0px 0px 0px 5px;
   font-family: Arial, Geneva, sans-serif; 
	font-size:12px;
}
#search input[type=submit]{ 
	background: url("../images/search_button.gif") no-repeat;
	width:21px;
	height:19px;
	font-size:0px;
	position:absolute;
	top:0px;
	right:10px;
	cursor:pointer;
}
/* Hledani END */

/* Side left panel */
#side{
	padding-bottom: 52px;
	width:266px;
	position:relative;
	float:left;
}
/* Menu */
#topmenu{
	float:left;
	margin: 93px 0 0 317px;
	position:relative;
	width: 908px;
	height: 43px;
	background: url("../images/menu_back.png") no-repeat;
}
#topmenu #topmenu_left{
	position:absolute;
	top:7px;
	left:-36px;
	width:36px;
	height:56px;
	background: url("../images/menu_left.png") no-repeat;
}
#topmenu #topmenu_right{
	position:absolute;
	top:7px;
	right:-36px;
	width:36px;
	height:56px;
	background: url("../images/menu_right.png") no-repeat;
}
#nav {
	padding: 0; 
	text-align:left; 
	margin: 0; 
	list-style:none;
}
#nav li {
	display:block;
	float:left;
}
#nav li.active {
	background: url("../images/menu_active_start.png") no-repeat 0px 3px;
}
#nav li a {
	border-top:3px #989797 solid;
	display:block;
	padding:9px 12px 10px 12px;
	color: #484848;
	font-size:16px;
	text-decoration:none; 
}
/* Tlačítko po najetí a aktivní */
#nav li a:hover{
	color: #e2a000;
	border-top:3px #eeb52c solid;
}
#nav li a.selected {
	border-top:3px #eeb52c solid;
	font-weight:bold;
	background: url("../images/menu_active_end.png") no-repeat right top;
}
#nav li a.selected:hover {
	color: #484848;
}

/* Seznam submenu */
#nav li ul{
	list-style:none;
	background:#ebebeb;
	padding:0px 10px 10px 10px;
	float:left;
	margin-left:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 0 0 10px 10px;

}
/* Tlačítko submenu */
#nav li li{
	list-style:none;
	background-image:none;
}
#nav li li a { 
	background-image: none;
	padding:9px 10px 4px 10px;
	width:187px;
	display:block;
	border-bottom:1px solid #d1d1d1;
	font-size:12px;
}
#nav li li a:hover {
	color: #55ab26;
	background-image: none;
}
/* Tlačítko submenu aktivní */
#nav li li a.selected {
	background-image:none;
	font-weight:bold;
	color: #6c6c6c;
}
#nav li li a.selected:hover {
	color: #55ab26;
}
/* Menu END */

/*  Obsah */

/* Levá sekce */
#side-content { 
	width: 210px;
	float: left;
	padding: 25px 25px 0px 0px;
}
/* Levé menu */
#side-content ul{ 
	list-style:none;
	font-size:14px;
	margin:0 !important;
}
#side-content li a{
	background-color:#e6e6e6;
	display:block;
	padding:7px 0 7px 15px;
	text-decoration:none;
	color:#616161;
	border-bottom:2px solid #fff;
	border-left:3px #a4a4a4 solid;
}
#side-content li a:hover, #side-content li a.selected{ 
	color:#eca700;
	text-decoration:none;
	background-color:#f2f2f2;
	border-left:3px #eeb52c solid;

}
/* Leve menu podmenu */
#side-content ul ul{ 
	border:none;
	list-style:none;
	padding:3px 0 3px 6px;
	background-color:#e5e5e5;
	font-size:12px;
}
#side-content ul ul li a{ 
	background: url("../images/side_menu_sub.gif") no-repeat 10px 8px;
	display:block;
	padding:4px 0 4px 22px;
	color:#2f2f2f;
}
#side-content ul ul li a:hover, #side-content ul ul li a.selected{ 
	background: url("../images/side_menu_sub.gif") no-repeat 10px 8px;
   color:#2f2f2f;	
}
/* Leve menu podmenu END */
/* Levé menu END */

/* Prodejna */
#side-content #prodejna{ 
	background-color: #eff8fd;
	background: -webkit-linear-gradient(top, #eff8fd, #ffffff);
	background: -moz-linear-gradient(top, #eff8fd, #ffffff);
	background: -ms-linear-gradient(top, #eff8fd, #ffffff);
	background: -o-linear-gradient(top, #eff8fd, #ffffff);
	padding:10px 10px 0 10px;
}
#side-content #prodejna h3{ 
	padding: 2px 0px 4px 35px;
	font-size: 18px;
	color:#0090d4; 
	font-weight: normal; 
   font-family: "Century Gothic", Arial, Geneva, sans-serif;
	background: url("../images/side_prodejna_kosik.png") no-repeat 5px 30%;
}
#side-content #prodejna p{ 
	padding: 5px 0px 5px 5px;
}
#side-content #prodejna p img{ 
	margin-left:-5px;
}
#side-content #prodejna_bottom{ 
	background-color: #eff8fd;
	background: -webkit-linear-gradient(top, #ffffff, #eff8fd);
	background: -moz-linear-gradient(top, #ffffff, #eff8fd);
	background: -ms-linear-gradient(top, #ffffff, #eff8fd);
	background: -o-linear-gradient(top, #ffffff, #eff8fd);
	height:12px;
	border-bottom: 5px solid #0090d4;
}

/* Prodejna END */

/* Levá sekce END */

/* Pravá sekce */

/* Drobečková navigace */
#return_nav	{ 
	margin:0;
	padding: 15px 15px 0px 15px; 
	width: 672px;
	float: right;
}
/* Drobečková navigace END */
#content { 
	float:right;
	width: 639px;
	padding-top:20px;
}
#content.wide{ 
	float:none;
	width: 100%;
}

#main-content { 
	background: url("../images/content_top.gif") no-repeat top center;
	padding: 0px 43px 0px 43px;
	width: 874px;
	min-height:300px;
}
#main-content ul, #main-content ol{ 
	line-height:25px;
	margin-left:55px;
}
#main-content p{ 
	line-height:24px;
	padding:15px 5px;
}
#main-content table{
	margin:10px 3px 10px 3px;
	border:2px solid #ffaf01; 
	border-collapse:collapse;
	max-width:610px !important;
}
#main-content td{
	border:1px solid #ffaf01; 
	padding:4px 6px;
	text-align:center;
}
#main-content th{
	font-weight:bold;
	padding:5px 6px;
	border:1px solid #ffaf01; 
	text-align:center;
	background-color:#ffe9a4;
}
/* Pravá sekce END */

/* Footer */
#footer{ 
	margin:0px auto;
	width:788px;
	background: url("../images/footer_back.png") no-repeat top center;
	height:40px;
	padding:31px 20px 0 160px;
}
#footer p a{ 
	color:#494949;
}
#footer p{ 
	font-size:12px;
	color:#494949;
}
#footer p span{ 
	float:right;
}

/*************************** MAIN LAYOUT END *****************************/

/**************************** GALERIE ************************************/
#fotogalerie{
	clear:both;
	padding:20px 0 0 5px;
}

#fotogalerie img {
	display: block;
	float: left;
}
#fotogalerie a.imgbox {
	padding:0 25px 20px 0;
	position:relative;
	float:left;
}
#fotogalerie a.imgbox span{
	top:-3px;
	left:-3px;
	position:absolute;
	display:block;
	background: url("../images/news_image_border.png") no-repeat top left;
	height:137px;
	width:137px;
}
#fotogalerie a.imgbox:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
/************************** GALERIE END *************************************/

/************************** FORMULÁŘOVÉ PRVKY *******************************/
#main-content table#formular  {
	margin:15px 20px 10px 20px;
	padding:0;
	border:0;
}
#main-content table#formular td {
	padding:7px 2px;
}
#formular select  {
	background-color: white;
	border: 1px solid #412211;
	color:#000000;
	font-weight:bold;
	margin-bottom:1px;
	margin-top:1px;
	text-align:left;
	padding: 3px;
}
#formular textarea {
	background-color: white;
	border: 1px solid #d1d1d1;
	height:180px;
	width:500px;
	-moz-box-shadow: inset 0px 0px 4px #e6e6e6;
	-webkit-box-shadow: inset 0px 0px 4px #e6e6e6;
	-o-box-shadow: inset 0px 0px 4px #e6e6e6;
	box-shadow: inset 0px 0px 4px #e6e6e6;
}
ul.errorlist {
	list-style:none;
	margin:0px !important;
	color:#ff0000 !important;
}
#formular textarea:focus {
	-moz-box-shadow: 0px 0px 4px #dadada;
	-webkit-box-shadow: 0px 0px 4px #dadada;
	-o-box-shadow: 0px 0px 4px #dadada;
	box-shadow: 0px 0px 4px #dadada;
}
#formular input {
	background-color: white;
	border: 1px solid #d1d1d1;
	color:#000000;
	margin-bottom:1px;
	margin-top:1px;
	text-align:left;
	padding: 3px;
	-moz-box-shadow: inset 0px 0px 4px #e6e6e6;
	-webkit-box-shadow: inset 0px 0px 4px #e6e6e6;
	-o-box-shadow: inset 0px 0px 4px #e6e6e6;
	box-shadow: inset 0px 0px 4px #e6e6e6;
}
#formular input[type=text] {width: 220px;}
#formular input:focus {
	-moz-box-shadow: 0px 0px 4px #dadada;
	-webkit-box-shadow: 0px 0px 4px #dadada;
	-o-box-shadow: 0px 0px 4px #dadada;
	box-shadow: 0px 0px 4px #dadada;
}
#formular span{
	color:#F00;
}
#formular td{
	text-align:left;
	background: transparent;
	border:none;
}
#formular th {
	text-align:right;
	background: transparent;
	border:none;
	padding:0 10px 0 0;
}
#main-content form input[type=submit] {
	background-color: #fed245;
	background: -webkit-linear-gradient(top, #fed245, #fcbf2d);
	background: -moz-linear-gradient(top, #fed245, #fcbf2d);
	background: -ms-linear-gradient(top, #fed245, #fcbf2d);
	background: -o-linear-gradient(top, #fed245, #fcbf2d);
	background: gradient(top, #fed245, #fcbf2d);
	margin:8px 150px 8px 8px;
	text-align:center;
	border:none;
	padding:10px 25px;
	border:1px solid #FFF;
	cursor:pointer;
	float:right;
   border-radius:10px;
   font-size:16px;
}
#main-content form input[type=submit]:hover{
   background:none;
	background-color: #fcbf2d;
}
/*************************** FORMULÁŘOVÉ PRVKY END **********************************/

/******************************** NOVINKY *******************************************/
/* News Uvod */
#uvod-news{
	float:left;
	width:541px; 
	background: url("../images/news_back.png") no-repeat 0px 68px;
}
#uvod-news h2{
	background: url("../images/nabidka_top.gif") no-repeat top left;
	font-size: 22px;
	color:#000;
	font-weight:normal; 
	margin:0px;
	padding:9px 0 8px 70px;
}
#uvod-news h2 a{
	color:#986922; 
}
.novinka{
	width:493px;
	float:left;
	padding:25px 24px 10px 24px;
	margin:10px 0 0px 0;
	background: url("../images/nabidka_border_top.gif") no-repeat top left;
}
.novinka h3{
	display:inline-block;
	font-weight:bold;
	font-size: 18px;
	padding: 0px;
	margin:0px;
}
.novinka h3 a{
	color:#494949;
}
.novinka p {
	line-height:18px !important;
	font-size: 12px !important;
	padding:0px !important;
}
.novinka p.date {
	padding:4px 0 !important;
	line-height:14px;
	font-size: 12px;
	color:#888888;
	font-weight:bold;
}
.novinka a.imgbox {
	padding:0 20px 0px 0;
	position:relative;
	float:left;
}
.novinka a.imgbox span{
	top:-3px;
	left:-3px;
	position:absolute;
	display:block;
	background: url("../images/news_image_border.png") no-repeat top left;
	height:137px;
	width:137px;
}
.novinka-bottom{
	height:;
	width:;
	background: url("../images/nabidka_border_bottom.gif") no-repeat top left;
	height:13px;
	width:100%;
	clear:both;
}

/* News Uvod END */
#news-seznam h4 {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}
div.news-linka{
	padding-bottom: 5px;
	border-top: solid 1px #D9D7D7;
	float:left;
}
div.news-linka img{
	background-color:#FFF;
	padding:5px;
	border: 1px solid #dbdbdb;
	margin:5px 15px;
	float:left;
}
div.news-linka img:hover{
	-moz-box-shadow: 0px 0px 5px #cdcdcd;
	-webkit-box-shadow: 0px 0px 5px #cdcdcd;
	-o-box-shadow: 0px 0px 5px #cdcdcd;
	box-shadow: 0px 0px 5px #cdcdcd;
	border: 1px solid #c0c0c0;
}
.pagination{
	padding:5px 15px;
	clear:both;
}

/******************************** NOVINKY END *******************************************/


/*********************************  ÚVOD ************************************************/

/* ÚVOD - KONTAKT */
#uvod-kontakt{
	float:right;
	width:307px; 
	background: url("../images/kontakt_border_top.gif") no-repeat 0px 53px;
	position:relative;
}
#uvod-kontakt  h2{
	background: url("../images/kontakt_top.gif") no-repeat top left;
	font-size: 22px;
	color:#000;
	font-weight:normal; 
	margin:0px;
	padding:9px 0 8px 70px;
}
#uvod-kontakt-bottom{
	height:13px;
	width:307px; 
	background: url("../images/kontakt_border_bottom.gif") no-repeat 0 0;
	position:relative;
	float:right;
}
#uvod-kontakt span{

	background: url("../images/kontakt_right.png") no-repeat 0 0;
}
#uvod-kontakt-content{
	padding: 25px 15px 0 25px;
	position:relative;
}
#uvod-kontakt-content h3{
	padding:0px 0px 3px !important;
	font-size:18px;
	font-weight:normal;
	color:#494949;
}
#uvod-kontakt-content p{
	font-size:12px;
	line-height:16px !important;
	padding:4px 0px !important;
}
/* ÚVOD - KONTAKT END */

/* ÚVOD - PRODEJ */
#prodej{
	height:236px;
	width:874px;
	background: url("../images/prodej_image.jpg") no-repeat top right; 
}
#prodej h1{
	height:41px;
	width:510px;
	background: url("../images/title_back.png") no-repeat top left;
	margin:0px;
	padding:23px 0 0 70px; 
}
#prodej ul{
	background: url("../images/prodej_back.gif") no-repeat top left;
	list-style:none; 
	margin:0px;
	height:172px;
	width:581px;
}
#prodej ul li{
	float:left;
	height:61px;
	width:100px;
	padding:5px 0px 7px 78px;
	font-size:18px;
	color:#616161;
	position:relative;
	margin:14px 0 0 15px;
}
#prodej ul li.second_row{
	margin:12px 0 0 15px;
}
#prodej ul li.second_row.small{
	padding-top:16px;
	height:50px;
}
#prodej ul li img{
	position:absolute;
	top:0px;
	left:0px;
}
#prodej ul li a{
	color:#616161;
}
/* ÚVOD - PRODEJ END */

/* ÚVOD - PROVÁDÍME */
#provadime{
	margin-bottom:30px;
	margin-top:30px;
}
#provadime h2{
	background: url("../images/provadime_top.gif") no-repeat top left;
	font-size: 22px;
	color:#000;
	font-weight:normal; 
	margin:0px;
	padding:9px 0 8px 70px;
}
#provadime ul{
	height:121px;
	width:874px;
	list-style:none;
	margin:7px 0 0 0;
}
#provadime ul li{
	float:left;
	font-size:17px;
}
#provadime ul li a{
	color:#575756;
	display:block;
}
#provadime ul li a#p01{
	background: url("../images/provadime_01.gif") no-repeat top left;
	padding:80px 0 0 0;
	text-align:center;
	height:41px;
	width:133px;
}
#provadime ul li a#p02{
	background: url("../images/provadime_02.gif") no-repeat top left;
	padding:80px 0 0 0;
	text-align:center;
	height:41px;
	width:129px;
}
#provadime ul li a#p03{
	background: url("../images/provadime_03.gif") no-repeat top left;
	padding:80px 0 0 0;
	text-align:center;
	height:41px;
	width:126px;
}
#provadime ul li a#p04{
	background: url("../images/provadime_04.gif") no-repeat top left;
	padding:80px 0 0 0;
	text-align:center;
	height:41px;
	width:123px;
}
#provadime ul li a#p05{
	background: url("../images/provadime_05.gif") no-repeat top left;
	padding:80px 0 0 0;
	text-align:center;
	height:41px;
	width:130px;
}
#provadime ul li a#p06{
	background: url("../images/provadime_06.gif") no-repeat top left;
	padding:80px 0 0 0;
	text-align:center;
	height:41px;
	width:130px;
}
#provadime ul li a#p07{
	background: url("../images/provadime_07.gif") no-repeat top left;
	padding:80px 0 0 0;
	text-align:center;
	height:41px;
	width:103px;
}
/* ÚVOD - PROVÁDÍME END*/
img.uspory{
	float:right;
   margin-top:10px;
}
/*************************************  ÚVOD END **********************************************/


/*************************************  VYHLEDÁVÁNÍ **********************************************/
.pagination{
	border-top:1px #d6d6d6 solid;
	padding:5px 15px;
	clear:both;
}
/***********************************  VYHLEDÁVÁNÍ END ********************************************/

/***********************************  REGISTRACE DO KLUBU *****************************************************/
#registrace {padding: 5px 20px;}
#registrace .group {background-color:#fff; border:1px #dddddd solid; padding:5px 10px 15px 10px; border-radius: 10px;}
#registrace .group h2{font-size:18px;padding:15px 14px 20px 14px;font-weight:bold;}

#registrace .block {float:left; width: 250px; margin:0 0px;position:relative;}
#registrace .block label{padding:5px 10px; display:inline-block;}
#registrace label[for=agree]{padding:0 0 5px 10px; display:inline-block; color:#0161A9; font-weight:bold;}
#registrace .block input[type=text],
#registrace .block input[type=email] {
	margin-left:5px;
	margin-bottom:10px;
	padding:5px 5px;
	width:50px;
	border-radius: 5px;
	box-shadow: inset 0 2px 5px #f0f0f0;
	border:1px solid #dddddd;
   float:right;
}
/* Chyba ve formulari */
#registrace .block input[type=email],
#registrace .block.error input[type=text]{ 
	border:1px solid #eb0000;
}
#registrace .block.error span{ 
	color: #eb0000;
	font-size:11px;
	display:none;
}
/* Chyba ve formulari END */

/* Seznam chybnych udaju */
.ui-widget div.error_list{
	display:inline;line-height:20px;
	padding:5px 10px;
}
/* Seznam chybnych udaju END */

/* Vyzadovane pole */
#registrace .block.required label{font-weight:bold; background: url("/templates/images/required_star.gif") no-repeat 100% 10%;padding-right:8px;}
/* Vyzadovane pole END */

#registrace .block input#id_name, #registrace .block input#id_adress, #registrace .block input#id_phone, #registrace .block input#id_email{ width:150px;}

#registrace .block textarea{ 
	margin-left:5px;
	margin-bottom:10px;
	padding:5px 8px;
	width:380px;
	height:50px;
	border-radius: 5px;
   box-shadow: inset 0 2px 5px #f0f0f0;
	border:1px solid #dddddd;
}
#registrace .group input[type=submit]{ 
	margin: 8px 15px 8px 8px !important;
}
#registrace .block ul{ 
	list-style:none;
}
#registrace .block ul li{ 
	display:inline-block;
}
#registrace .block img.captcha{ 
	margin-left:10px;
}
#registrace .error_message {
   clear: both;
   display: none;
   padding: 5px;
	border-radius: 5px;
	background-color:#fff2e9;
	border:#ffceab 1px solid;
	margin-bottom:10px;
}
/***********************************  REGISTRACE DO KLUBU END **************************************************/
