/***********************************************/
/* main.css                                    */
/* ekolostrum.com                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #6d6e71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p{
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

fieldset{
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
legend{
	padding: 5px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #1fa02e;
}

a:link{
	text-decoration: underline;
	color: #1fa02e;
}

a:visited{
	text-decoration: underline;
	color: #1fa02e;
}

a:hover{
	text-decoration: none;
	color: #1fa02e;
}

a:active{
	text-decoration: underline;
	color: #1fa02e;
	outline:none;
}

h1{
	margin: 0px;
	font-size: 1.25em;
	color: #1fa02e;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.4em;
}

h2{
	margin: 0px;
	font-size: 1.166667em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #1fa02e;
}


h3{
	margin: 0px;
	font-size: 1.166667em;
	color: #1fa02e;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4{
	margin: 0px;
	font-size: 1em;
	color: #1fa02e;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


ul{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
li{
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}
img { 
	behavior: url(iepngfix/iepngfix.htc); 
}
a img { 
	border: 0px;
}
hr {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 1px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#mainhead{
	font-size: 12px;
	padding: 0px;
	width: 960px;
	margin: 0 auto;
	background-image: url(images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainbody{
	margin: 0 auto;
	width: 960px;
}
#mainfoot{
	width: 960px;
	padding-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

	
/***********************************************/
/* Head styles                                */
/***********************************************/
#headtop {
	text-decoration: none;
	color: #9b9c9e;
}

#headtop a{
	text-decoration: none;
	color: #9b9c9e;
}
#headtop a:link{
	text-decoration: none;
	color: #9b9c9e;
}
#headtop a:visited{
	text-decoration: none;
}
#headtop a:hover{
	text-decoration: underline;
}
#headtop a.sel{
	color: #000000;
}
#headtop a:link.sel{
	color: #000000;
}
#headtop a:visited.sel{
	color: #000000;
}
#headtop a:hover.sel{
	color: #000000;
}

#headtopleft{
	width: 500px;
	font-size: 0.9em;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	float: left;
}


#headtopright{
	width: 150px;
	font-size: 1.1em !important;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal !important;
}

#headleft{
	width: 400px;
	padding-top: 0px;
	float: left;
	margin-top: -28px;
}
#headright{
	width: 550px;
	float: right;
	text-align: right;
}
#sharethis{
	padding-top: 10px;
}
#facebook{
	padding-top: 10px;
}

#sys_nav {
	font-size: 0.916667em;
	color: #1fa02e;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sys_nav a{
	text-decoration: none;
	color: #1fa02e;
}
#sys_nav a:link{
	text-decoration: none;
	color: #1fa02e;
}
#sys_nav a:visited{
	text-decoration: none;
	color: #1fa02e;
}
#sys_nav a:hover{
	text-decoration: underline;
	color: #1fa02e;
}
#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
}
#menu{
	font-size: 1.1em;
	color: #ffffff;
	width: 700px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#menu li {
	display:inline;
	text-transform: uppercase;
}
#menu li a{
	text-decoration: none;
	color: #ffffff;
}
#menu li a:link{
	text-decoration: none;
	color: #ffffff;
}
#menu li a:visited{
	text-decoration: none;
	color: #ffffff;
}
#menu li a:hover{
	text-decoration: none;
	color: #ffffff;
}
#menu li a.sel{
	color: #000000;
}
#menu li a:link.sel{
	color: #000000;
}
#menu li a:visited.sel{
	color: #000000;
}
#menu li a:hover.sel{
	color: #000000;
}
#search {
	width: 215px;
	float: right;
	padding-top: 6px;
	padding-right: 10px;
}

#search .form_bg {
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 13px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float:left;
	display:inline;
}
#search input[type=image] {
	float:left;
	display:inline;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}
/***********************************************/
/* Frontpage styles                            */
/***********************************************/
.ekol_free{
	background-image: url(images/ekolostrum_brezplacno_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
	height:215px;
	line-height: 1.5em;
}
.ekol_free a, .ekol_free a:link, .ekol_free a:visited{
	padding-top: 80px;
	color:#FFFFFF;
	display:block;
}
.ze{
	width: 180px;
}
.zet{
	background-image: url(images/zet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:14px;
}
.zem{
	background-color:#EDEDEE;
	padding-left:15px;
	padding-right:15px;
}
.zeb{
	background-image: url(images/zeb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:14px;
}
.z_sp{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.z_sp h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0px !important;
	margin: 0px !important;
}
.z_sp h2 a{
	color:#1176a1 !important;
}
/***********************************************/
/* Other styles                                */
/***********************************************/

#pathholder {
	padding-top: 7px;
	background-image: url(images/path_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.9em;
}
#path {
	float: left;
	width: 720px;
}
#print_size {
	float: right;
	width: 200px;
	text-align: right;
}
#content {
	padding-top: 15px;
	font-size: 1em;
}
#content h1{
	font-size: 1.25em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contentleft {
	float:left;
	width: 180px;
	padding-right: 15px;
	font-size: 0.9em;
}
#contentright {	
	width: 180px;
	float:right;
	font-size: 0.9em;
}
#contentrightwide {
	float:right;
	width: 763px;
}
#contentmid {
	float:left;
	width: 570px;
}
.centers {
	font-size: 1em;
	line-height: 1.5em;
}
.centers h1{
	margin-top: 7px;
	margin-bottom: 0px;
}
.centers h2{
	margin-top: 7px;
	margin-bottom: 0px;
	font-size: 13px;
}
.centers h2 a{
	text-decoration: none;
	color: #1fa02e;
}
.centers h2 a:link{
	text-decoration: none;
	color: #1fa02e;
}
.centers h2 a:visited{
	text-decoration: none;
	color: #1fa02e;
}
.centers h2 a:hover{
	text-decoration: underline;
	color: #1fa02e;
}
.centers h3{
	font-size: 13px;
}
.centers ul {
	padding: 0em;
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 3em;
}

.centers ul li {
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	padding-left: 1em;
	padding-bottom: 0.2em;
}

/* #contentmidsub {
	float:right;
	width: 540px;
	font-size: 0.9em;
	padding-right: 15px;
	padding-left: 15px;
}
#contentmidsub h1{
	margin-top: 15px;
	margin-bottom: 17px;
}
*/




.centersb {
	font-size: 1.2em;
	line-height: 1.5em;
}
.centersb h1{
	margin-top: 7px;
	margin-bottom: 0px;
}
.centersb h2{
	margin-top: 7px;
	margin-bottom: 0px;
}
.centersb h2 a{
	text-decoration: none;
	color: #1fa02e;
}
.centersb h2 a:link{
	text-decoration: none;
	color: #1fa02e;
}
.centersb h2 a:visited{
	text-decoration: none;
	color: #1fa02e;
}
.centersb h2 a:hover{
	text-decoration: underline;
	color: #1fa02e;
}

.centersb ul {
	padding: 0em;
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 3em;
}

.centersb ul li {
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	padding-left: 1em;
	padding-bottom: 0.2em;
}

.news {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
}
#indexleft {
	float:left;
	width: 269px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 0.916667em;
	line-height: 1.5em;
}
#indexleft h1{

	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
} 
#indexright {	
	width: 270px;
	float:right;
	padding-left: 15px;
	font-size: 0.916667em;
	line-height: 1.5em;
}
#indexright h1{
	margin: 0px;
	padding: 0px;
} 
#indexright ul{
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#indexright ul li{
	margin: 0px;
	padding: 0px;
}

.lct{
	background-image: url(images/lct.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

.lcm {
	background-color: #ebf4dd;
	padding-right: 15px;
	padding-left: 15px;
}
.lcm h1{
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.lcb{
	background-image: url(images/lcb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
#submenu{
	color: #000000;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 3px;
}


.lcms {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ebf4dd;
}
.lcms h1{
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.lcbs{
	background-image: url(images/lcbs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
}
#subnav ul{
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#subnav ul li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#subnav ul li ul{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#subnav a{
	text-decoration: none;
	color: #000000;
}
#subnav a:link{
	text-decoration: none;
	color: #000000;
}
#subnav a:visited{
	color: #000000;
}
#subnav a:hover{
	color: #1fa02e;
}
#subnav a.sel{
	color: #1fa02e;
}
#subnav a:link.sel{
	color: #1fa02e;
}
#subnav a:visited.sel{
	color: #1fa02e;
}
#subnav a:hover.sel{
	color: #1fa02e;
}
#newsletter{
	background-image: url(images/newsletter_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 170px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#newsletter h1{
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	padding-bottom:3px;
	font-weight:bold;
}
#newsletter a{
	text-decoration: underline;
	color: #ffffff;
}
#newsletter a:link{
	text-decoration: underline;
	color: #ffffff;
}
#newsletter a:visited{
	text-decoration: underline;
	color: #ffffff;
}
#newsletter a:hover{
	text-decoration: none;
	color: #ffffff;
}
#newsletter .form_bg {
	font-size: 1em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 13px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top:5px;
	float:left;
}
#newsletter input[type=image] {
	float:left;
	display:inline;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#mupi {

}
#mupi #mupipad {
	padding: 0px;
}
.mct{
	background-image: url(images/mct.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

.mcm {
	background-color: #ededee;
	padding-right: 15px;
	padding-left: 15px;
}
.mcm h1{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mcb{
	background-image: url(images/mcb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
.form .form_bg {
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 13px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float:left;
	display:inline;
}
.form .form_bgs {
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 13px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float:left;
	display:inline;
}

.fct{
	background-image: url(images/fct.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

.fcm {
	background-color: #ebf4dd;
	padding-right: 15px;
	padding-left: 15px;
}
.fcm h1{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.fcb{
	background-image: url(images/fcb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
#ekomedis{
	background-image: url(images/ekomedis_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	margin-top: 15px;
}
#ekomedisleft{
	width: 165px;
	float: left;
	padding: 13px;
}
#ekomedisleft h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.4em;
	color: #000000;
	padding-bottom: 9px;
	font-weight: bold;
}
#ekomedisright{
	width: 765px;
	float: right;
}
.product{
	width: 250px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}
.product_title{
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 5px;
}
.product_title a{
	text-decoration: none;
	color: #ffffff;
}
.product_title a:link{
	text-decoration: none;
	color: #ffffff;
}
.product_title a:visited{
	text-decoration: none;
	color: #ffffff;
}
.product_title a:hover{
	text-decoration: underline;
	color: #ffffff;
}
.form_wrap{
	padding-top:10px;
	padding-bottom:10px;
}
#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid #999999;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 20px;
	color: #999999;
	display: block;
}

#popitmenu a:hover{ /*hover background color or image*/
	background-image: url(images/arrwp.gif);
	background-repeat: no-repeat;
}


#news_wrapper {
	margin-top: 15px;
}

.news_single h2{
	margin-top: 15px;
	margin-bottom: 17px;
	font-size: 1.25em;
	display: inline;
	vertical-align: top;
}

.news_single h2 a{
	text-decoration: none;
	color: #1fa02e;
}
.news_single h2 a:link{
	text-decoration: none;
	color: #1fa02e;
}
.news_single h2 a:visited{
	text-decoration: none;
	color: #1fa02e;
}
.news_single h2 a:hover{
	text-decoration: underline;
	color: #1fa02e;
}


.news_single {
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.iconpad {
	padding-right: 15px;
}
.news_date {
	font-size:0.8em;
	padding-left: 5px;
	color: #999999;
}
.news_body {
	padding-left: 34px;
	padding-top: 10px;
}
/***********************************************/
/* Typo3 styles                                */
/***********************************************/

h1.csc-header {
	padding-top: 15px;
	padding-bottom: 17px;
}
.csc-frame-frame2 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contenttable {
	border-spacing: 2px;
	border-collapse: collapse;
	background-color: white;
	border: 0px none #1fa02e;
	padding-bottom: 20px;
}
.contenttable th {
	padding: 5px 5px 5px 5px;
	background-color: rgb(239, 239, 239);
	-moz-border-radius: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1fa02e;
	border-bottom-color: #1fa02e;
}
.contenttable td {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1fa02e;
	border-bottom-color: #1fa02e;
}

.noborder th {
	border:0px;
}
.noborder td {
	border:0px;
}
.csc-textpic dl dt {
	padding: 0px;
	margin: 0px;
}
dl.csc-textpic-image{
	padding: 0px !important;
	margin: 0px !important;
}

table.csc-uploads {
	width:100%;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
}
.csc-uploads td{
	padding: 5px 5px 5px 5px;
}
.csc-uploads tr.tr-even {
	padding: 5px 5px 5px 5px;
	background-color: rgb(239, 239, 239);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1fa02e;
}
.csc-uploads tr.tr-odd {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;

	border-bottom-style: solid;
	border-bottom-color: #1fa02e;
}
/*.csc-textpic-image dt a img */
div.csc-frame-frame1 .csc-textpic-image {
	padding: 2px !important;
	border: 1px solid #999999 !important;
	width: 114px !important;
	height: 76px !important;
	margin-right: 12px !important;
	margin-bottom: 12px !important;
	text-align: center;
}
p.csc-frame-frame1 {
	color: #25b7e1;
	font-size: 13px;
	font-weight: bold;
	width: 280px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #25b7e1;
	border-right-color: #25b7e1;
	border-bottom-color: #25b7e1;
	border-left-color: #25b7e1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-right: 12px;
}
div.csc-textpic-imagewrap {
	margin-top: 12px;
}
div.csc-textpic-imagerow {
	width: 566px !important;
}

.tx-srlanguagemenu-pi1{
	float: right !important;
}
.tx-srlanguagemenu-pi1 .SPC{
	color: #9b9c9e;
	padding-left: 5px;
	padding-right: 5px;
}
.tx_tipafriend #tx_tipafriend_name, .tx_tipafriend #tx_tipafriend_email, .tx_tipafriend #tx_tipafriend_recipient, .tx_tipafriend #tx_tipafriend_pi1_captcha_response{
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 13px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tx_tipafriend #button{
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.tx_tipafriend textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 200px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.warning, .warning a:link, .warning a{
	color: #990000;
}
.tx-irfaq-dynheader{
	font-size:1.2em;
	color: #1fa02e;
	padding-bottom:0px;
	line-height:1.7em;
}
.tx-irfaq-cleaner{
	padding:0px;
	margin:0px;
	height:0px !important;
}

.tx-irfaq-questions-list {
	background-color: #ebf4dd;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}
.tx-irfaq-pi1 ul.tx-irfaq-questions-list {
	margin-bottom:0px !important;
}

.tx-irfaq-questions-list li.news{
	list-style:none;
	padding-bottom: 10px;
}
.tx-irfaq-questions-list li.news a p {
	font-weight: normal !important;
}
.tx-irfaq-pi1 ul li a {
	color:#1FA02E;
	text-decoration:underline;
}
.tx-irfaq-pi1 ul li a:link {
	color:#1FA02E;
	text-decoration:underline;
}
.tx-irfaq-pi1 ul li a:hover {
	color:#1FA02E;
	text-decoration:none;
}
.tx-irfaq-pi1 .additional-info {
	border-top: none !important;
}
.news_h1 {
	padding-top:1px;
	padding-left:15px;
	background-color:#EBF4DD;
}

#zavec_news {
	padding-top: 5px;
	padding-bottom: 10px;
}
#zavec_news p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#zavec_news a p, #zavec_news a:link p, #zavec_news a:visited p, #zavec_news a:active p{
	text-decoration: underline;
}
#zavec_news a:hover p{
	text-decoration: none;
}

fieldset.csc-mailform {
	margin-top: 10px;
	background-color: #ebf4dd !important;
	border: 0px;
}
.csc-mailform-field{
	padding-bottom: 10px;
}
.csc-mailform label{
	width: 180px;
	float: left;
	clear: both;
}
.csc-mailform-radio label{
	width: 100px;
	float: none;
	clear: none;
}
.csc-mailform input{

}
.csc-mailform .csc-mailform-label{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
}
.csc-mailform-submit{
	margin-bottom: 0px;
	margin-top: 15px;
}
.tx-pbsurvey-pi1 .pagenumbering{
	height: 0px !important;
}
.tx-pbsurvey-pi1 .question{
	font-size: 1.1em !important;
	color:#1fa02e;
}
.tx-pbsurvey-pi1 .survey_item {
	margin-bottom:10px !important;
	margin-top:10px !important;
}
/*.tx-pbsurvey-pi1 legend{
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}*/
.tx-pbsurvey-pi1 fieldset{
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.tx-pbsurvey-pi1 p.bodytext{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.tx-pbsurvey-pi1 .required {
	vertical-align:baseline;
}
.surveyrow_even {
	background-color: #fbfbfb !important;
}

.questionNumber {
	padding-right:5px;
}
.tx-pbsurvey-pi1 .questionSubtext {
	font-size: 0.9em !important;
}
.tx-pbsurvey-pi1 div {
	margin-bottom: 0px !important;
}

div.tx-sremailsubscribe-pi1  {
	padding-top: 15px;
}

div.tx-indexedsearch {
	padding-top: 15px;
}
.tx-rlmpflashdetection-pi1{
	padding-top: 30px;
}
/***********************************************/
/* Footer styles                               */
/***********************************************/

#foothold{
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	font-size: 0.9em;
}

#footholdleft{
	width: 735px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#footholdleft a{
	text-decoration: underline;
	color: #9b9c9e;
}
#footholdleft a:link{
	text-decoration: underline;
	color: #9b9c9e;
}
#footholdleft a:visited{
	text-decoration: underline;
	color: #9b9c9e;
}
#footholdleft a:hover{
	text-decoration: none;
	color: #9b9c9e;
}

#footholdright{
	width: 160px;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 0px;
	text-align: right;
}
/***********************************************/
/* Pop-up styles                               */
/***********************************************/

#poppad{
	background-image: url(images/poppad_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding:10px;
}
#poptls{
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	float:right;
	padding-right: 40px;
}
#poptls ul li{
	float:left;
	list-style:none;
	display:inline;
}
#poptls a.print,#poptls a:link.print {
	margin: 0px;
	width: 34px;
	height: 15px;
	display: block;
	float:left;
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	behavior: url(iepngfix/iepngfix.htc);
}
#poptls a:hover.print {
	background-position: 0 -20px;
	color: #f58220;
}
#poptls a.close,#poptls a:link.close {
	width: 0px;
	height: 15px;
	display: block;
	float:left;
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left: 20px;
}
#poptls a:hover.close{
	background-position: 0 -20px;
	color: #f58220;
}

#popbody{
	background-color: #FFFFFF;
}

#pophead{
	background-color: #FFFFFF;
}
.leftpop{
	padding-top: 5px;
}

.rightpop{
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.popbodypad{
	padding-top: 12px;
}
#poppadf{
	background-image: url(images/poppad_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 438px;
	background-color: #D1D2D4;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-left: 22px;
}
#popbodyf{
	padding-top: 22px;
	padding-bottom: 22px;
}
#popbodyf h1{
	color: #666666;
}
#popbodyf .mr{
	padding-left: 40px;
	color: #333333;
}
#popbodyf input {
	width: 410px;
	margin-right: 15px;
	vertical-align: top;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
#popbodyf textarea {
	width: 410px;
	margin-right: 15px;
	vertical-align: top;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: auto;
}

/***********************************************/
/* Form styles                                 */
/***********************************************/

.cssform p{
width: 480px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.grf{
	padding: 10px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/**************align styles **************/

#left{
	float: left;
	font-size: 11px;
	vertical-align: top;
	width: 49%;
}

#right{
	float: right;
	width: 49%;
	font-size: 11px;
	vertical-align: top;
}

.left2{
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px;
	vertical-align: bottom;
}

.right2{
	float: right;
	width: 100px;
}


.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.center{
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}

.clear{
	clear:both;
}
.sp{
	height: 5px;
}
.txtg{
	color: #CCCCCC;
}
.padb{
	padding-bottom: 15px;
}
.padtop{
	padding-top: 15px;
}
.padtop2{
	padding-top: 7px;
}
.padbc{
	padding-bottom: 15px;
	text-align:center;
}
.st{
	font-size:0.7em;
}
.img_left{
	float: left;

}
.align-left{
	border:1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:85%;
}
.align-left p{
	padding: 0px;
}
.num input {
	margin-left:10px;
	width:20px;
}
.vi {
	color:#b1256c;
}
