/**
* CSS styles for Aros Osiva s.r.o. {@link http://www.aros.cz}
*
* This document was developed by Deczka Webdesign, all rights reserved.
* {@link http://www.deczka.com}
*
* @author       Honza Michalicka <info@deczka.com>
* @copyright    (c) Honza Michalicka 2005 - {@link http://www.deczka.com}
* @version      1.0
*/

@import "jquery-ui-1.7.1.custom.css";

/*
* Zakladni layout stranky
* ------------------------------------------------------------------------------
*/

body {
	font-family: Verdana,  Arial, lucida, sans-serif;
	font-size: 75%; /* --- zmeneno pri rozsirovani 27.1.09; --- */
	line-height: 2em; /* --- zmeneno pri rozsirovani 27.1.09 --- */
	color: #4E4E4E;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: white; /* --- zmeneno 22.2.08 z puvodni hodnoty: #F3F3F3; --- */
}

#page  {
	width: 900px; /* --- zmeneno pri rozsirovani 27.1.09; --- */
	text-align: left;
	position: absolute;
    left: 50%;
    margin: 0 0 0 -450px; /* --- zmeneno pri rozsirovani 27.1.09; --- */
    padding: 0;
}

#header-part {
	background: white;
	height: 80px;
	margin: 0;
	padding: 20px 0 0;
	border: 0;
}

#content-part { margin: 0; padding: 0;  }
#content {
	background: white url(images/wide/aros_page_bg.gif) repeat-y top left;
	margin: 0;
	padding: 0;
}

#left-column {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}
#left-column-in { padding: 0 30px 0 30px; margin:0; }

#right-column {
	float: right;
	width: 295px; /* melo by byt 250, zmenseno kvuli IE.. posouva se footer-part*/
	margin: 0;
	padding: 0;
}
#right-column-in { padding: 0 25px 0 25px; margin:0; }

#footer-part {
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid gray;
}


/*
* Zakladni formatovani HTML prvku
* ------------------------------------------------------------------------------
*/

h1, h2, h3, h4 { margin: 1.5em 0 0.5em 0; }
h1      { font-size: 200%; margin: 1.2em 0 0.4em 0; font-style: italic; line-height: 1.4em}

h2      { font-size: 160%; margin: 2em 0 0.2em 0; }
h3      { font-size: 120% }
h4      { font-size: 110% }

a:link      { color: #DD0000; text-decoration: underline; }
a:visited   { color: #C86666; text-decoration: underline; }
a:hover     { color: #9A0404 }

p { margin: 0.8em 0 1.5em 0;}
hr { display: none; }
q, cite { font-style: italic }
abbr, acronym { border-bottom: 1px dotted inherit; cursor: help; }
img { border: none; }
table { border-collapse: collapse; font-size: 100%; }

h1, h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	/*font-style: italic;*/
	color : #46741A; /*5A8B2C;*/
}

h1      { font-size: 220%; margin: 1.2em 0 0.4em 0; line-height: 1.4em; font-weight: bold;}
ul {margin: 0; padding: 0 0 0 15px;}

/*
* Univerzalni tridy
* ------------------------------------------------------------------------------
*/

.hidden { display: none; }
.smaller { font-size: 90%;}
.cleaner { clear: both; }

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.left { float: left; }
.right { float: right; }


/*
* Navigace
* ------------------------------------------------------------------------------
*/

#navigation-part {
	margin: 0;
	padding: 0;
	border: 0;
	background: #2B4C01 url(images/btn_bg2.jpg) repeat-x top left;
	height: 30px;
	line-height: 1.5em;
}
#navigation { padding: 0; margin: 0; }

#navigation h3 { margin: 0;  padding: 0; }
#navigation ul { margin: 0 20px;  padding: 0; float: right;}
#navigation li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

#navigation li a:link, #navigation li a:visited  {
	/*font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;*/
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #E9F3C8;
	margin: 0;
	padding: 5px 10px 7px;
	display: block;
}
#navigation li a:hover {
	color: #014C15;
	background: #E9F3C8 url(images/btn_bg.jpg) repeat-x top left;
}

#navigation .actual {
	color: #014C15;
	background: #E9F3C8 url(images/btn_bg.jpg) repeat-x top left;
}

#langs {
    position: absolute;
    top: 7px;
    right: 10px; 
} 

#langs li a:link, #langs li a:visited {
    font-size: 90%;
    color: gray;
	font-weight: normal;
	margin: 0;
	padding: 3px 6px;
	display: block;
	text-decoration: underline;
} 
#langs li a:hover {
    color: black;
	background: white;
    text-decoration: none;
}

/*
* Logo stranky
* ------------------------------------------------------------------------------
*/

#header-part .logo {
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
	
    position: relative;
	top: -10px;
	left: 30px;
}

#header-part .logo a {
	display: block;
	width: 155px;
	height: 80px;
}
#header-part .logo a:hover { background:transparent !important }
#header-part .logo span, #header-part #slogan span  { display:none; }
#header-part .logo img { display:none; }


#header-part #logo-cs {
	background: white url(images/aros_logo.gif) no-repeat 0 7px;
}
#header-part #logo-en {
	background: white url(images/aros_logo_en.gif) no-repeat top left;
}
#header-part #logo-es {
	background: white url(images/aros_logo_es.gif) no-repeat top left;
}
#header-part #logo-ru {
	background: white url(images/aros_logo_ru.gif) no-repeat top left;
}
#header-part #logo-de {
	background: white url(images/aros_logo_de.gif) no-repeat top left;
}
#header-part #logo-sk {
	background: white url(images/aros_logo_sk.gif) no-repeat top left;
}



#header-part #slogan {
	background: white url(images/aros_slogan.gif) no-repeat top left;
	float: right;
	width: 159px;
	height: 19px;
	margin: 0;
	padding: 0;
	border: none;

	position: relative;
	top: 35px;
	right: 30px;
}


/*
* Illustrace na titulni strance
* ------------------------------------------------------------------------------
*/
#page-illu {
	background: url(images/wide/aros_title_illustration3.jpg) no-repeat top left;
	height: 211px;
	width: 900px;
}

#page-illu h1 {
	font-family: Georgia, Times, serif;
	color: white;
	padding: 20px 350px 0 30px;
	font-size: 180%;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.4em;
}

#page-illu p {
	color: #373737;
	padding: 0 380px 0 30px;
	margin: 0;
		line-height: 1.6em;
}

/*
* Illustrace na ostatnich strankach
* ------------------------------------------------------------------------------
*/
#page-illu-sm {
	background: url(images/wide/aros_illustration_universal.jpg) no-repeat top left;
	height: 120px;
}


#osiva #page-illu-sm  {
	background: url(images/wide/aros_illustration_osiva.jpg) no-repeat top left;
	height: 120px;
}
#krmiva #page-illu-sm  {
	background: url(images/wide/aros_illustration_slun.jpg) no-repeat top left;
	height: 120px;
}
#travni-smesi #page-illu-sm  {
	background: url(images/wide/aros_illustration_trava1.jpg) no-repeat top left;
	height: 120px;
}
#kontakt #page-illu-sm  {
	background: url(images/wide/aros_illustration_holka.jpg) no-repeat top left;
	height: 120px;
}
#o-nas #page-illu-sm  {
	background: url(images/wide/aros_illustration_o-nas.jpg) no-repeat top left;
	height: 120px;
}
#pece #page-illu-sm  {
	background: url(images/wide/aros_illustration_pece.jpg) no-repeat top left;
	height: 120px;
}

#our-products { margin: 0 auto 30px; padding: 0; text-align: center;}
#our-products span { display: none; }
#our-products li {
   list-style-type: none; 
   margin: 5px 10px 15px 10px;
   float: left;
   display: block;
}
#our-products li a:link, #our-products li a:visited{
   height: 140px;
   width: 140px; 
   float: left;
   display: block;
}

/*#our-products #prod-trav-smesi a { background:  url(images/aros_title_travni_smesi_cs.jpg) no-repeat top left;  }
#our-products #prod-osiva a { background:  url(images/aros_title_osiva_cs.jpg) no-repeat top left;  }
#our-products #prod-krmiva a { background:  url(images/aros_title_krmiva_cs.jpg) no-repeat top left;  }
*/
#our-products a:hover { background-position: 0px -140px; }

#side-navig ul {
    margin: 0 0 0 15px;
    padding: 0;
}





/*
* Copyright info
* ------------------------------------------------------------------------------
*/
#footer-part p {
	text-align: left;
	font-size: 100%;
	line-height: 1.5em;

}
#footer-part a { color: #777777; }
#footer-part a:hover { color: red; background-color: transparent; }

#footer-part #copyright{
	color: #777777;
	padding: 0 0 20px;

}
#footer-part #author p {
	color: #999999;
	text-align: right;
	margin: 0;
	position: relative;
	top: -60px;
}
#footer-part #author a { color: #999999; }
#footer-part #author a:hover { color: red; background-color: transparent; }



/*
* Ruzne ostatni tridy
* ------------------------------------------------------------------------------
*/
.box {
	background-color: #C1DAEE;
	border-top: 1px solid #92B9DA;
	border-bottom: 1px solid #92B9DA;
	padding: 0 20px;
}
.box-no {
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 0;
}
.extra-box {
	border: 4px solid #9DC2E1;
	border-right: 22px solid #9DC2E1;
	border-left: 22px solid #9DC2E1;
	padding: 15px;
	margin: 0 0 20px 0;
	background-color: #F1C61D;
}


/*
*  Zobrazovani seznamu a detailu produktu 
* ------------------------------------------------------------------------------
*/

.travni-rada img {
    float: left;
}
.travni-rada h3 {
    margin: 0 0 5px 80px;
    margin: 5px 0 0 80px;
    font-family: Georgia, Times, serif;
	font-size: 140%;
}
.travni-rada p {
    margin: 0 0 15px 80px
}

.travni-smes img {
    float: right;
   height: 90px;
}
.travni-hnojivo img {
    float: right;
    height: 90px;
   margin: 5px 0 5px 8px;
    padding: 3px;
    border: 1px solid silver;
}
.travni-smes h3 {
    margin: 5px 0 0 0;
    font-family: Georgia, Times, serif;
	font-size: 140%;
	text-decoration: underline;
}
.travni-smes p {
    margin: 0 0 15px 0 ;
}
.travni-smes p .more {
    text-align: right;
}

.travni-smes ul {
    padding-left: 15px;
    margin-left: 0;
}

.travni-smes .cara, .travni-rada .cara {
    display: block;
    clear: both;
    width: 50%;
    border: none;
    border-top: 1px solid silver;
    color: white;
    margin: 20px 0;
}


#osiva .travni-smes img, #krmiva .travni-smes img {
    float: right;
    height: 80px;
    margin: 5px 0 5px 8px;
    padding: 3px;
    border: 1px solid silver;
}
#osiva .product-foto img, #krmiva .product-foto img {
    float: left;
    margin: 10px 10px;
    padding: 4px;
    border: 1px solid silver;
    width: 100px;
}

.nazev-lat {
    color: gray;
    font-style: italic;
}

.pozn {
    font-style: italic;
    color: #7F7F7F;
}

.rada-baleni {
    font-weight: normal;
    color: #CF0C0C;
}


.back a:link,.back a:visited {
    color: gray;
} 
.back a:hover {
    color: black;
}



.product-logo {
    float: right;
    margin: 4px;
}

.objc {
    color: #E10101;
    font-style: italic;
}
.seznam-objc {
    font-style: italic;
    /*color: #8F8F8F;*/
    font-size: 95%;
    line-height: 1.5em;
}
.ts-seznam-objc {
    font-style: italic;
    /*color: #8F8F8F;*/
    font-size: 95%;
    line-height: 1.4em;
    margin: 10px 0;
} 

ol {
    margin-left: 0;
    padding-left: 20px;
}
ol .li1 {
    margin: 10px 0 0; 
    font-weight: bold;
}
ol li {font-weight: normal; }



/*
* Formatovani tabulek
* ------------------------------------------------------------------------------
*/

table {
	font-size: 95%;
	border: none;
	margin: 5px 0;
	line-height: 1.5em;
	background-color: white;
}
th {
	background-color: #266E39;
	color: white;
	text-align: center;
	padding: 5px 5px;
}
td {
	border-top: 1px solid #E7EFD1;
	border-bottom: 1px solid #E7EFD1;
	text-align: center;
	padding: 5px 5px;
}
.col1 {
	text-align: left;
	padding: 0 20px 0 10px;
}
.dark-row {background-color: #E7EFD1;}



table.logist {
    font-size: 90%;
}
table.logist th {
	padding: 5px 3px;
	border-left: 1px solid #E7EFD1;
	border-bottom: 1px solid #E7EFD1;
}
table.logist td {
	padding: 5px 3px;
}

table.pece-tab td{
	border: 1px solid #E7EFD1;
}


table.rady-ts {
    width: 100%;
    font-size: 100%;
    background-color: transparent;
}
table.rady-ts td {
	padding: 3px 5px;
	border-top: 1px dotted #C1CF9B;
	border-bottom: 1px dotted #C1CF9B;
}


/*
* Formatovani formularu
* ------------------------------------------------------------------------------
*/

form fieldset {
	/*background-color: #E7EFD1;*/
	padding: 20px 20px;
	border: 1px solid silver;
	border: none;
}
form textarea, form input, form select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	margin: 0 0 0 0;
}
form textarea {
	width: 350px;
}
form label span {
	float: left;
	width: 130px;
	clear: inherit;
}

#search-field {
    margin: 20px 0;  
    
}
#search-field .submit-btn {
	background: url(images/btn_bg.jpg) repeat-x bottom left;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	border: 1px solid #7C985B;
    
}
#search-field .search-fld {
	background-color: white;
	color: #6C864D;
	padding: 3px;
	border: 1px solid #87A663;
	width: 160px;
    
}
#search-field label { display: none; }

.ad {
    margin: 20px auto;
}

.ad-sm img{
    margin: 20px 0 0;

}

/*reklama na gk na strance Pece o travnik */
.spec-ad img{
    border: 0px solid #00692A;
    margin: 25px 0 0;
}


/*
* Formatovani fotek
* ------------------------------------------------------------------------------
*/
.pict, .pict-l{
	float: right;
	border: 1px solid #C3C3C3;
	padding: 3px;
	margin: 2px 0 2px 4px;
	background: white;
	text-align: center;
	line-height: 0;
}
.pict-l{
	float: left;
	margin: 2px 4px 2px 0;
}
.pict-text {
	font-size: 85%;
	font-style: italic;
	margin: 0.5em 0 0.5em;
}

.pict-homepage {
	text-align: center;
	background: white;
	border: 1px solid #B5E1FD;
	padding: 4px;
	margin: 20px 0 0;
}
.pict-homepage img {
	padding: 0px;
	margin: 2px;

}


#fotogalerie .pict-l {
    margin: 3px 3px 3px 3px;
}

.pict-gallery a:link, .pict-gallery a:visited {
	float: left;
	border: 1px solid #C9D8E7;
	padding: 3px;
	margin: 5px 5px 5px 0;
	background: white;
	width: 60px;
	height: 60px;
}

.pict-gallery img {
	width: 60px;
	height: 60px;
}


.ts-foto {
    text-align:center;
}

#oceneni { clear: both;}

#oceneni .pict-oceneni img {
    float: right;
    border: none;
    margin: 0 0 0 0px;
}



#pece h2 a:hover, #pece h3 a:hover, #kontakt h1 a:hover {
    color : #46741A;
}


.mapa-stranek li {
	font-size: 115%;
	font-weight: bold;
	padding: 5px;
}

/*
* ==============================================================================
* ------------------------------------------------------------------------------
*/

/* Errors */
.error-box {
	margin: 10px 0 25px;
	padding: 0 10px;
	border: 1px solid silver;
	font-weight: bold;
	color: red;
}

.news-item h3 {
    font-size: 100%;
    margin: 0;
}


.new_cs, .new_sk {
	background: url(images/novinka_red_cs.gif) no-repeat top right;
	padding-right: 40px;
}
.new_en, .new_es, .new_ru, .new_de {
	background: url(images/novinka_red_en.gif) no-repeat top right;
	padding-right: 40px;
}

.new2_cs, .new2_sk {
	background: url(images/novinka_transp_cs.gif) no-repeat 90px -1px;
	padding-right: 40px;
	z-index: 12;
}
.new2_en, .new2_es, .new2_ru, .new2_de {
	background: url(images/novinka_transp_en.gif) no-repeat 85px -1px;
	padding-right: 40px;
	z-index: 12;
}


.new3_cs, .new3_sk {
	background: url(images/novinka_red_cs.gif) no-repeat 210px 0px;
}
.new3_en, .new3_es, .new3_ru, .new3_de {
	background: url(images/novinka_red_en.gif) no-repeat 210px 0px;
}

.new4_cs, .new4_sk {
	background: url(images/novinka_transp_cs.gif) no-repeat 75px -1px;
	padding-right: 50px;
	z-index: 12;
}
.new4_en, .new4_es, .new4_ru, .new4_de {
	background: url(images/novinka_transp_en.gif) no-repeat 75px -1px;
	padding-right: 50px;
	z-index: 12;
}


.new_hnojiva {
	background: #006A2A;
	font-size: 70%;
	padding: 2px 5px;
	color: white;
	font-family: Arial, sans-serif;
	-moz-border-radius: 5px;
	margin: 0 0 0 20px;	
}

/*
* ==============================================================================
* JAZYK VERZE
* ------------------------------------------------------------------------------
*/
.es #page-illu p, .en #page-illu p, .ru #page-illu p, .de #page-illu p {
    line-height: 1.6em;
    padding: 0 380px 0 30px;
    
}
.ru #page-illu h1 {
    font-family: Times, serif;
    font-size: 170%;
}
.es #page-illu h1 {
	padding: 10px 350px 0 30px;
	font-size: 180%;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.8em;
}



.ru form label span, .es form label span {
	float: left;
	width: 150px;
	clear: inherit;
}
.ru table.logist th {
	padding: 5px 1px;
	font-weight: normal;
}
.ru h1, .ru em, .ru .pozn, .ru .ts-seznam-objc, .ru .seznam-objc {
    font-style: normal;
}
.ru .ru-novinka {
    margin: 0 0 50px; 
}
.ru .ru-novinka .right {
    position: relative;
    top: -10px;
}


.tsprofi, .tsprim {
	text-align: center;
	margin: 0 auto;
}
.tsprofi td, .tsprim td{
    border: none;
 	padding: 0 15px;
}
.tsprim td.top{
 	padding: 40px 15px 0;
}

.novy-nazev {
	color: #46741A;
}

/*
* ==============================================================================
* ADMIN
* ------------------------------------------------------------------------------
*/

#admin {
    background: white;
    
}

.pages {
    padding: 0 5px;
    margin: 20px 0;
}
.pages strong {
    padding: 2px 5px;
}
.pages a:link, .pages a:visited {
    padding: 2px 5px;
    font-weight: bold; 
    text-decoration: underline;
    border-width: 1px;   
}
.pages a:hover {
    text-decoration: none;  
    color: #05A6EA;
    background:transparent;
}

.slovicka td{
    padding: 2px 10px 2px 10px;
    text-align:left;
}

.tmave { background-color: #FCF3CE;}


