/* 

    teluria.cz   Main CSS file
    ----------------------------------------------------------------------
    Author       Jan Koprajda (jan.koprajda@yxy.cz)
    Last edit    20 Jan 10
*/

/*  ----- Odkazy -----  */

a:link    { color: #3296c0; }
a:visited { color: #3296c0; }

a:hover,
a:active,
a:focus   {
    color: #0c0c0c;
	text-decoration: none;
}

/*  ----- Odstavce -----  */
p {
  line-height: 21px;
  margin-bottom: 15px;
  text-align: justify;
}
/* ----- Table -----  */

table {
	border-collapse: collapse;
}
table caption {
	font-style: italic;
	padding: 0;
	text-align: center;
}
table th,
table td {
	border: 0;
	padding: 5px 0 0 0;
}
table th {
	font-weight: bold;
	vertical-align: top;
}

img.left {
    float: left;
    margin: 0 10px 5px 0;
}
/* ----- Forms -----  */

form table {
  width: 100%;
  margin-bottom: 15px;
}
form td,
form th {
	padding-top: .1em;
	padding-bottom: .1em;
}
form th {
	padding-top: .2em;
}
input,
textarea,
select {
	margin-right: 2px;
}
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px;
}
textarea {
	line-height: 1.3em;
	width: 280px;
}
input {
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: visible;
	width: 280px;
}
input:focus,
textarea:focus {
	border-color: #777;
}
form table textarea {
    width: 460px;
    line-height: 20px;
    font-size: 11pt;
    border: 1px solid #999;
    padding: 2px 5px;
}
form table input[type="text"] {
    width: 460px;
    height: 20px;
    font-size: 11pt;
    border: 1px solid #999;
    padding: 2px 5px;
}
form table input[type="submit"] {
    font-size: 10pt;
    border: 1px solid #999;
    padding: 5px;
    text-align: center;
}
input[type="radio"],
input[type="checkbox"]{
	position: relative;
	top: 1px;
	left: -2px;
}
input.submit {
	padding: 4px 10px 3px;
	width: 100px;
}
form .required {
	color: #c33;
}


/*  ----- Clear, Hide -----  */

.hide,
.blind a,
.print {
	left: -10000px;
	overflow: hidden;
	position: absolute;
	width: 0; height: 0;
}
         .clear { clear: both; }
     span.clear { display: block; }
#ie6 span.clear,
#ie7 span.clear { display: inline; }

.float-left {
    float: left;
    margin-right: 35px;
}

/*
    PAGE LAYOUT
    ------------------------------------------------------------------------
*/

body {
  background: url(../img/bg-body.jpg) 0 0 repeat-x #dfe7f0;
  font-family: sans-serif;
  font-size: 70%;
  color: #1a171b;
  text-align: center;
}

div.body { 
  background: url(../img/bg-footer.png) center bottom no-repeat;
}

div#page {
    display: block;
	margin: -29px auto 0 auto;
    padding-bottom: 15px;
	position: relative;
	width: 968px;
	text-align: left;
}

/*  ----- Header, Top Header -----  */

div#header {
  width: 968px;
  text-align: left;
  background: url(../img/bg-topnav-top.png) center top no-repeat transparent;
}
div#header-bottom {
  display: block;
	height: 22px;
	background: url(../img/bg-topnav-bottom.png) center top no-repeat transparent;
}
div#top-header {
  width: 968px;
  margin: auto;
  padding: 0;
}

/* -- Logo -- */

div#logo {
  width: 975px;
  float: left;
  padding-right: 0px;
  margin-right: 0;
}

#logo h1,
#logo a {
	display: block;
	height: 114px;
	position: relative;
	margin-bottom: 0;
}

#logo a strong, #logo h1 strong {
	display: none;
}

#logo h1 span,
#logo a span {
	display: block;
	position: absolute;
	z-index: 1000;
	left: -316px;
	top: 0;
	background: url(../img/logo.png) no-repeat;
	height: 158px;
	width: 975px;
}

/* -- Products -- */

div#products {
    width: 164px;
    float: left;
    margin: 0;
}
#products h2 {
    display: none;
}
#products ul {
    width: 164px;
    margin: 1px 0 5px 20px;
}
#products li {
    margin: 0;
    padding: 0;
}
#products li a, #products li span {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    background: url(../img/catalogue-item.png) no-repeat left bottom transparent;
    text-decoration: none;
    display:block;
    white-space: nowrap;
    height: 20px;
    padding: 5px 0 0 23px;
    width: 141px;
}
#products li span, #products li a.active {
    height: 36px;
    position: relative;
    z-index: 1600;
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
    padding: 16px 0 0 23px;
    background: url(../img/catalogue-item-active.png) no-repeat left top transparent;
}
#products li.nofirst span, #products li a.active {
    height: 39px;
    padding-top: 18px;
    background: url(../img/catalogue-nextitem-active.png) no-repeat left top transparent;
}
#products li.nofirst.butfirst span, #products li a.active {
    height: 36px;
    position: relative;
    z-index: 1600;
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
    padding: 16px 0 0 23px;
    background: url(../img/catalogue-item-active.png) no-repeat left top transparent;
}
#products li.nofirst ul {
    position: relative;
    z-index: 9111;
    margin: -8px 0 5px 4px;
    padding: 5px 0 0 0;
    background: url(../img/submenu-bg.png) no-repeat left bottom transparent;
}
#products li.nofirst.butfirst ul {
    margin-top: -6px;
}
#products li.nofirst li {
    padding: 2px 0 0 0;
    margin-left: 4px;
}
#products li.nofirst li a, #products li.nofirst li span {
    padding: 0 0 0 4px;
    margin: 0 0 0 0;
    background: none;
}
#products li.nofirst li.active {
    background: url(../img/subsubmenu-bg.png) no-repeat left top transparent;
}
#products li a:hover {
    color: #da1d1c;
}
#products li a.active:hover {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}
#products li.last a {
    border: 0;
}
#products-content {
    width: 770px;
    position: relative;
    float: left;
    left: 16px;
    top: 1px;
}
#ie7 #products-content, #ie6 #products-content {
    left: 16px;
}
#products-content .content-bg {
    width: 770px;
    height: 455px;
    min-height: 485px;
    background: url(../img/catalogue-advised-top.jpg) no-repeat left top transparent;
}
#products-content .bottom-bg {
    width: 770px;
    height: 6px;
    padding: 0;
    margin: 0;
    background: url(../img/catalogue-advised-bottom.png) no-repeat left top transparent;
}

div#advised-goods {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  background: none; /*url(../img/scrollbar.png) no-repeat left bottom;*/
}
#advised-goods div.items {
  background: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  left: 25px;
  padding: 25px 0 0 0;
  width: 750px;
  height: 880px;
}
#advised-goods .items img {
  border: 1px solid #2677ae;
}
#ie7 #advised-goods div.items,
#ie6 #advised-goods div.items {
  left: 20px;
}
#advised-goods .items ul {
  position: absolute;
  list-style: none;
  overflow: none;
  padding: 0;
  margin: 0;
  background: none;
}
#advised-goods .items li {
  display: block;
  float: left;
  background: none;
  width: 185px;
  padding: 0 0 25px 0;
}
#advised-goods .items ul li h3 {
  width: 150px;
  line-height: 16px;
  display: block;
  position: relative;
  background: none;
  font-size: 9pt;
  color: #fff;
  margin: 0;
  padding: 0 0 7px 0;
}
#advised-goods .items ul li h3 a {
  color: #fff;
  text-decoration: none;
}
#advised-goods .items ul li h3 a:hover {
  text-decoration: underline;
}
#advised-goods .items ul li p {
  width: 140px;
  text-align: left;
  color: #c9e1ec;
  padding-top: 5px;
  line-height: 14px;
}
#advised-goods .content {
  font-size: 9pt;
  padding: 0 30px 0 0;
}
#advised-goods .content img {
  margin: 0 10px 10px 0;
}
.filter {
  width: 750px;
  height: 59px;
  background: url(../img/filter-bg.png) top left no-repeat transparent;
  position: relative;
  top: 30px;
  left: -154px;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.filter.pagination {
  left: 0;
  top: 0;
  padding: 0;
}
.filter p {
  width: 648px;
  overflow: hidden;
  display: inline;
  position: relative;
  white-space: nowrap;
  margin: 0 50px 0 0;
  padding: 0 0 0 50px;
  top: 18px;
}
.filter.pagination p {
  width: 630px;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}
.pagination p.prev, .pagination p.next {
  width: 60px;
  height: 25px;
}
.pagination p.prev a, .pagination p.next a {
  display: block;
  width: 60px;
  height: 25px;
}
.filter a {
  display: inline;
  color: #fff;
  text-decoration: none;
}
.filter span {
  color: #fff;
  font-size: 11pt;
  text-decoration: underline;
}
.filter a:hover {
  text-decoration: underline;
}
.filter a.active {
    font-weight: bold;
    text-decoration: underline;
}
#ie7 .filter p,
#ie6 .filter p {
  left: 60px;
}

/*  ----- Top Line -----  */
div.top-line {
    width: 100%;
    height: 114px;
    background: none;
    text-align: center;
    margin: 0;
}
/*  ----- Top Navigation -----  */

div#top-navigation {
  display: block;
  height: 70px;
}
#top-navigation ul {
  display: block;
  position: relative;
  text-align: right;
  height: 70px;
}
#top-navigation li {
	float: left;
    height: 1%;
	margin: -20px 0 0 0;
	padding: 21px 0 17px 0;
	background: url(../img/bg-topnav-right.png) right top no-repeat transparent;
}
#ie7 #top-navigation li, #ie6 #top-navigation li {
    margin-top: 9px;
}
#top-navigation li a, #top-navigation li span {
	color: #0c0c0c;
	display: block;
	position: relative;
	z-index: 1500;
	float: left;
	font-weight: normal;
	font-size: 15pt;
	font-family: sans-serif;
	height: 1%;
	line-height: 21px;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	background: none;
}
#top-navigation li.first a, #top-navigation li.first span {
  padding-left: 31px;
}
#top-navigation li.last {
  background: none;
}
#top-navigation li.active span {
  color: #da1d1c;
}
#top-navigation li.active a:hover,
#top-navigation li.active a:active,
#top-navigation li.active a:focus {
} /* nedefinovano */

/*  ----- Left Blocks -----  */

div#left-blocks {
  width: 647px;
  float: left;
  margin: 0 5px 0 0;
}

/* ----- Content -----  */

div#content-large {
  width: 644px;
  float: right;
  position: relative;
  height: 1%;
  padding: 0;
}
#left-blocks-bigger div#content-large {
  width: 968px;
}
#content-large .content-in {
  padding: 0 2.8em 1em 2.4em;
  margin-top: 1px;
  background: url(../img/main-subpage-top.png) center top no-repeat transparent;
}
#content-large .home.content-in {
  background: url(../img/main-page-top.png) center top no-repeat transparent;
}
div#left-blocks-bigger .content-in {
  background-image: url(../img/main-bigpage-top.png);
}
#content-large div.content-bottom {
  height: 22px;
  margin-bottom: 2px;
  background: url(../img/main-page-bottom.png) center top no-repeat transparent;
}
#left-blocks-bigger div.content-bottom {
  background-image: url(../img/main-bigpage-bottom.png);
}
#content-large h1,
#content-large h2,
#content-large h3 {
  color: #da1d1c;
  font-size: 19pt;
  font-weight: normal;
  line-height: 35px;
  padding: 27px 20px 20px 0;
}
#content-large h2 {
  color: #000;
  font-size: 14pt;
  font-weight: normal;
  line-height: 23px;
  padding: 21px 20px 17px 0;
}
#content-large .home h2 {
  font-size: 17pt;
}
#content-large h3 {
  color: #0c0c0c;
  font-size: 10pt;
  font-weight: bold;
  padding: 0;
}
#content-large ul {
  line-height: 17px;
  margin-bottom: 15px;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: square;
}

/** articles **/
#content-large .article p {
    font-size: 8pt;
    line-height: 17px;
}
#content-large .article .image, #content-large .articles .image {
    margin: 0 15px 5px 0;
    float: left;
}
#content-large .article {
    padding: 13px 0 7px 0;
    background: url(../img/articles-bg.png) center bottom no-repeat transparent;
}
#content-large .article h2 {
  color: #0c0c0c;
  font-size: 11pt;
  font-weight: bold;
  padding: 0 0 10px 0;    
}
#content-large .article.last {
    background: none;
}
#ie7 #content-large .article.last {
    background: url(../img/articles-bg.png) center bottom no-repeat transparent;
}

/**
* Large Content - for subpages
*/ 
#content-large p {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 110%;
}

/** contacts **/
#content-large .main-contact {
  width: 673px;
  background-color: #fbfbfb;
  margin-bottom: 25px;
}
#content-large .main-contact div {
  float: left;
  font-size: 120%;
  line-height: 18px;
  margin: 17px 60px 20px 20px;
}
#content-large ul {
  margin: 0;
  padding: 0;
}
#content-large li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-large ul ul li {
  padding-left: 20px;
}
#content-large div.list {
  padding: 0 0 10px 20px;
  margin: 0;
}
#content-large .list li a {
  list-style: none;
  padding-left: 15px;
  background: url('../img/icon-nophoto.gif') left center transparent no-repeat;
}
#content-large .list li {
    line-height: 20px;
}
#content-large .list li.node {
    margin-top: 7px;
}

/** product detail, contact detail **/
#content-large div.product-detail, #content-large div.contact-detail {
    width: 593px;
    padding-top: 30px;
}
#content-large div.product-detail div.body, #content-large div.contact-detail div.body {
    padding: 6px 25px 20px 10px;
    background: url('../img/catalogue-detail-body.png') left top transparent repeat-y;
}
#content-large .product-detail div.top, #content-large .contact-detail div.top {
    width: 593px;
    height: 4px;
    background: url('../img/catalogue-detail-top.png') left top transparent no-repeat;
}
#content-large .product-detail div.bottom, #content-large .contact-detail div.bottom {
    width: 593px;
    height: 4px;
    background: url('../img/catalogue-detail-bottom.png') left top transparent no-repeat;
}
#content-large div.product-detail li, #content-large div.contact-detail li {
    width: 110%;
}
#content-large .product-detail h1, #content-large .contact-detail h1 {
    height: auto;
    margin: 0;
    padding: 10px 0 0 0;
}
#content-large .product-detail h2, #content-large .contact-detail h2 {
    font-size: 120%;
    font-weight: bold;
    color: #03763a;
    height: auto;
    margin: 0;
    padding: 30px 0 5px 0;
}
#content-large .product-detail p, #content-large .contact-detail p {
    margin: 0;
    color: #4a5a6d;
}
#content-large .product-detail div.image, #content-large .contact-detail div.image {
    width: 184px;
    float: left;
    text-align: center;
}
#content-large .product-detail .image div.top, #content-large .contact-detail .image div.top {
    width: 184px;
    height: 3px;
    background: url('../img/catalogue-detail-img-top.png') left top transparent no-repeat;
}
#content-large .product-detail .image div.bottom, #content-large .contact-detail .image div.bottom {
    width: 184px;
    height: 4px;
    background: url('../img/catalogue-detail-img-bottom.png') left top transparent no-repeat;
}
#content-large .product-detail .image div.body, #content-large .contact-detail .image div.body {
    margin: 0;
    padding: 3px;
    background: none;
    background: none;
}
#content-large .product-detail div.text {
    float: right;
    width: 360px;
}
#content-large .product-detail p.desc {
    font-size: 100%;
}
#content-large .contact-detail h2 {
    padding-top: 20px;
}
#content-large .person {
    float: right;
    width: 360px;
}
#content-large .person p {
    padding-top: 20px;
}

/** products list **/
#content-large div.products {
    text-align: center;
    padding: 0 0 20px 0;
}
#content-large .products div.product {
    display: block;
    width: 211px;
    float: left;
    margin-right: 20px;
    background: url('../img/catalogue-item-body.png') left top transparent repeat-y;
}
#content-large .products .product.last {
    margin-right: 0;
}
#content-large .products .product div.top {
    width: 211px;
    height: 10px;
    background: url('../img/catalogue-item-top.png') left top transparent no-repeat;
}
#content-large .products .product div.bottom {
    width: 211px;
    height: 10px;
    background: url('../img/catalogue-item-bottom.png') left top transparent no-repeat;
}
#content-large .products h2 {
    color: #67645b;
    font-weight: bold;
    line-height: 14px;
    height: auto;
    text-align: left;
    margin: 5px 0 0 15px;
    padding: 0;
}
#content-large .products h2 a {
    color: #67645b;
    text-decoration: none;
}
#content-large .products h2 a:hover {
    color: #555;
}
#content-large .products p {
    color: #67645b;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-bottom: 10px
}
#content-large .products p.desc {
    font-size: 100%;
    font-weight: normal;
    text-align: left;
    padding: 0 0 7px 15px;
}
#content-large .products img {
    margin-bottom: 7px;
}

/** path **/
#content-large div.path {
  padding-top: 23px;
}
#content-large .path a {
  color: #03763a;
}

/* ----- Left column -----  */

div#left-column {
  width: 316px;
  float: left;
}

/*  ----- Right Blocks -----  */

div#right-blocks {
  width: 316px;
  float: left;
  margin: 0;
}

/* ----- Block -----  */

div.block {
  width: 316px;
  padding-bottom: 10px;
}
div.block div.top {
  width: 316px;
  height: 11px;
  background: url(../img/block-top.png) center top no-repeat transparent;
}
div.block div.body {
  width: 316px;
  background: url(../img/block-body.png) center top repeat-y transparent;
}
div.block div.bottom {
  width: 316px;
  height: 11px;
  background: url(../img/block-bottom.png) center top no-repeat transparent;
}
.block h2 {
  color: #fff;
	font-size: 1.1em;
	padding: 7px;
	position: relative;
	background: #c00;
}
.block p {
  font-size: 100%;
  line-height: 16px;
  text-align: left;
	padding: 8px 12px 0 20px;
	margin: 0;
}
#ie6 .block table {
  width: 97%;
}
.block table th {
	font-weight: normal;
	vertical-align: middle;
}
.block form table {
  margin: 5px 0 0 5px;
}
.block input {
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: visible;
	width: 125px;
}
.block input.submit {
	width: 80px;
}

/* ----- Large block -----  */

div.large-block {
    width: 316px;
    background: url(../img/large-block-top.png) left top no-repeat transparent;
}
div.large-block-bottom {
    width: 316px;
    height: 22px;
    margin: 0;
    background: url(../img/large-block-bottom.png) left top no-repeat transparent;
}
.large-block h2 {
    width: 316px;
    color: #181719;
    font-size: 17pt;
    font-weight: normal;
}
.large-block h2 span {
    display: block;
    padding: 21px 20px 0px 25px;
}
.large-block p {
  line-height: 16px;
  text-align: left;
	padding: 8px 12px 0 20px;
	margin: 0;
}
.large-block.contact h3 {
    font-size: 13pt;
    color: #da1d1c;
    padding: 25px 0 0 0;
    margin: 0 0 0 25px;
}
.large-block.contact p {
    font-size: 10pt;
    line-height: 19px;
    margin: 0 0 0 25px;
    padding: 5px 0 20px 0;
}
.large-block.images h2 {
    padding-bottom: 15px;
}
.large-block.images p {
  width: 314px;
  text-align: center;
  padding: 0 0 30px 0;
}
.large-block.images p.last {
  padding: 0 0 50px 0;
}
.large-block.partners div {
  margin: 0 10px 0 25px;
  padding-bottom: 10px;
  background: url('../img/partners-logo-avnh.png') left center no-repeat transparent;
}
.large-block.partners div.cmal {
  background-image: url('../img/partners-logo-cmal.png');
}
.large-block.partners div.fcbohemians {
  background-image: url('../img/partners-logo-klokan.png');
}
.large-block.partners div p {
  font-size: 110%;
  margin: 0 0 0 25px;
}

.large-block div.nav ul {
    position: relative;
    z-index: 5;
    width: 240px;
    margin: 5px 35px 0 22px;
}
.large-block div.nav li a, .large-block div.nav li span {
    font-size: 100%;
    color: #1a171b;
    background: url("../img/catalogue-item2.png") no-repeat scroll left bottom transparent;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    display:block;
    height: 1%;
    padding: 3px 6px 7px 25px;
    width: 240px;
}
.large-block div.nav li span {
   padding: 8px 6px 9px 10px;
   background: url(../img/li-green.png) no-repeat left 33% transparent;
   line-height: 14px;
   font-size: 8pt;
}
.large-block div.nav li a:hover {
  font-weight: bold;
}
.large-block div.nav li.first {
  padding-top: 5px;
}
.large-block div.nav li.last a, .large-block div.nav li.last span {
    border: 0;
}

/* ----- Footer -----  */
div#footer {
  width: 100%;
	color: #4a5a6d;
	text-align: center;
	height: 1%;
	line-height: 1.364em;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../img/footer-body.png) left top repeat-x #f1f4f4;
}
#footer div#footer-content {
  width: 978px;
  margin: 0 auto;
  text-align: left;
}

#footer-content div#advisebureau {
  width: 568px;
  float: right;
  margin-top: 15px;
  border-left: 2px solid #cfd6d8;
}
#advisebureau h2 {
  font-size: 130%;
  margin: 0 0 15px 20px;
}
#advisebureau div {
  margin: 7px 0 5px 20px;
  border-bottom: 1px solid #cfd6d8;
}
#advisebureau div h3 {
  font-size: 110%;
  margin-bottom: 3px;
}
#advisebureau div p {
  line-height: 15px;
}

#footer-content div#copyright {
  width: 408px;
  height: 100px;
  float: left;
  margin-top: 10px;
  background: url(../img/footer-logo.png) left top no-repeat transparent;
}
#copyright p {
  margin: 0 0 1px 28px;
}
#copyright p.year {
  margin-top: 13px;
}

/* -- YXY Mark -- */
a#yxy {
  font-family: Arial, Verdana, sans-serif;
	color: #333;
}
a#yxy span.y {
	color: #cc0107;
}
a#yxy span.x {
        color: #333;
}
a#yxy:hover {
	background-color: #ddd;
}
#content-large .pattern-name {
    width: 18%;
    height: 60px;
    float:left;
    text-align: center;
    background-color: transparent;
}
#content-large .pattern-color {
    width: 82%;
    height: 60px;
    float: right;
}

/* -- Buttons -- */
div.black-button {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 116px;
    height: 27px;
}
.black-button a {
    display: block;
    width: 90px;
    height: 19px;
    color: #fff;
    text-align: right;
    font-size: 8pt;
    padding: 8px 26px 0 0;
    font-weight: bold;
    text-decoration: none;
    background: url(../img/button-black.png) no-repeat top left;
}

.large-block .black-button {
    position: relative;
    top: none;
    right: none;
    float: right;
}
.large-block .black-button a {
    width: 82px;
    padding: 8px 34px 0 0;
}

div.banner {
    display: block;
    width: 749px;
    height: 165px;
    padding: 0;
    margin: 27px 0 0 10px;
    background: url(../img/teluria-baner.gif) no-repeat top left;
}
div.banner a {
    display: block;
    width: 749px;
    height: 122px;
}
