/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#masthead{
	background-color: #FFFFFF;
	background-image: url(images/topBarRoundedEng.gif);
	width: 772px;
	padding: 10px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px auto 0;
}

body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

div.centered{
	margin: 0px auto 10px;
	text-align: justify;
	width: 770px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


a{
	color: #FF3300;
	text-decoration: none;
}

a:link{
	color: #FF3300;
	text-decoration: none;
}

a:visited{
	color: #FF3300;
	text-decoration: none;
}

a:hover{
	color: #FF3300;
	text-decoration: underline;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000099;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
h2{
	font-family: Arial, sans-serif;
	font-size: 114%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#hotNewsSloupek{
	float:right;
	width: 140px;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 450px;
	padding-top: 10px;

}


#search{
	float: left;
	width: 580px;
	font-size: 80%;
	padding: 10px;
	clear: right;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 10px 10px;
	text-align: left;
	color: #666666;
	height: 20px;
	font-size: 70%;
}

#fastSearch{
	float: left;
	position: absolute;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 5px 10px;
	color: #666666;
	text-align: right;
	background-color: #999999;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #FFFFFF;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 5px 10px;
	text-align: left;
}
#produkt{
	padding: 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding-bottom: 5px;
	padding-left: 13px;
	text-align: left;
	padding-right: 0px;
	padding-top: 5px;
	background-image: url(images/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px;
	text-align: left;
}

.feature img{
}

.popiska{
	padding: 2px 10px 0px;
	font-size: 80%;
	text-align: right;
	vertical-align: sub;
}

.counter{
	padding: 10px;
	font-size: 80%;
	text-align: right;
	float: right;
	color: #CCCCCC;
}

.packagingInfo{
	padding: 0px 0px 10px;
	list-style-type: disc;
}

.packagingInfo li{
	padding: 0px 0px 10px;
	list-style-type: none;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px;
	font-size: 80%;
	text-align: justify;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px none #cccccc;
	border-left: 1px none #cccccc;
	text-align: center;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 75%;
}

#sectionLinks h3{
	padding: 2px 0px 10px 5px;
}

#sectionLinks h1{
	padding: 4px 3px;
	font-weight: bold;
	color: #FF3300;
	background-color: #F4F4F4;
}

#sectionLinks h4{
	padding: 0px;
}

#sectionLinks a {
	display: block;
	padding: 2px 5px 2px 10px;
	color: #666666;
}

#sectionLinks a:hover{
	background-color: #FF3300;
	color: #FFFFFF;
	text-decoration: none;
}

#sloupekVpravo{
	text-align: left;
	float: right;
	font-size: 80%;
	width: 168px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	clear: right;
}

#headlines{
	text-align: left;
	float: right;
	font-size: 80%;
	width: 168px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	clear: right;
}

#poll{
	text-align: right;
	float: right;
	font-size: 80%;
	padding: 10px;
	width: 148px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	clear: right;
}

#counter{
	float: right;
	font-size: 80%;
	text-align: right;
	padding: 10px;
}

#headlines a{
	display: block;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#headlines a:hover{
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
}

#pdfDownload{
	text-align: right;
	float: right;
	font-size: 80%;
	padding: 10px;
	width: 148px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: right;
}

#acrobat{
	text-align: right;
	float: right;
	padding: 10px;
	width: 148px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: right;
}

#moreInfo{
	text-align: right;
	border-bottom: 1px solid #cccccc;
	padding: 2px 10px 2px 2px;
}
.vazka img{
	text-align: right;
	float: right;
	clear: left;
}
