@charset "utf-8";
/* CSS Document */

/* Fix up IE6 PNG Support */  
img {
	behavior: url(scripts/iepngfix.htc);
}
/*IE :hover fix */

body {
	behavior: url("csshover3.htc");
}
/* Firefox Dotted Outline Fix */
 a:active {
	outline: none;
}
/* Firefox Dotted Outline Fix */
 a:focus {
	-moz-outline-style: none;
}

/***** clearfix *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
label {
	display: none;
}

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body {
	background-color: #fafffc;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
/*typography */

h2 {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #f28924;
	margin: 10px 0px 10px 0px;

}

h3 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009fdb;
	margin: 10px 0px 10px 5px;

}

h4 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009fdb;

}

h3 a {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009fdb;
	margin: 10px 0px 10px 5px;
	

}


p {
	
	color:#5a7367;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:14px;
	margin: 0px;

}

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

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background:url(../images/xrepeatbg1x600.jpg) repeat-x;
	width: 100%;
}
/*container for the header and the main content*/
#main_container {
	background: url(../images/mainbg1380x600.jpg) no-repeat;
	background-position: center top;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/


#header {
	width: 980px;
	height: 130px;
	margin: 0 auto;
}
#header img {
	border: 0;
}
#logo {
	background-image:url(../images/logo_130x130.jpg);
	float: left;
	height:130px;
	width:130px;
	margin: 0px 0px 0px 0px;
}
#logo img {
	border: none;
}
/*search form in header */

#header_search_container {
	float: left;
	height: 60px;
	width: 170px;
	margin: 17px 0px 0px 30px;
	padding: 0px;
}

#header_kosar img {
margin-bottom: 7px; 
float: left; 
text-align: right;
}

#header_kosar a {
margin: 10px 0px 0px 0px;
}

#header_search_form {
	position: relative;
	padding: 0px;
	height: 35px;
	margin: 0px;
	border: none;
}
#header_search_input {
	position: absolute;
	background:url(../images/head_search_input_120x20.jpg) no-repeat;
	width: 110px;
	height: 20px;
	border: none;
	padding: 2px 5px 0px 5px;
	top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #575757;
	font-size: 11px;
}
#header_search_submit {
	position: absolute;
	top: 0px;
	left: 125px;
	background:url(../images/head_search_submit_30x35.jpg);
	width: 30px;
	height: 35px;
	cursor:pointer;
	border: none;
	margin: 0px;
	padding: 0px;
}
/* DROPDOWN MENU
------------------------------------- */


/*dropdown menu container */

#main_menu_container {
	position: relative;
	width:640px;
	float: right;
	z-index:5;
}
/*styling for the main dropdown menu*/

ul.main_menu, ul.main_menu ol {
	position: absolute;
	list-style: none;
	padding: 0px;
	margin-top: 10px;
}
ul.main_menu li {
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.main_menu ol {
	padding: 0px;
	margin: 0px;
	display: none;
	width: 120px;
}
ul.main_menu li.main_menu_elem {
	height: 70px;
	margin: 50px 0px 0px 0px;
}
ul.main_menu li.main_menu_elem:hover {
	margin-top: 0px;
	height:120px;
}
ul.main_menu li#top1:hover #main_menu_elem1 {
	height: 110px;
	background:url(../images/menu_elem_1_hover_120x120.png);
}
ul.main_menu li#top2:hover #main_menu_elem2 {
	height: 110px;
	background:url(../images/menu_elem_2_hover_120x120.png);
}
ul.main_menu li#top3:hover #main_menu_elem3 {
	height: 110px;
	background:url(../images/menu_elem_3_hover_120x120.png);
}
ul.main_menu li#top4:hover #main_menu_elem4 {
	height: 110px;
	background:url(../images/menu_elem_4_hover_120x120.png);
}
ul.main_menu li#top5:hover #main_menu_elem5 {
	height: 110px;
	background:url(../images/menu_elem_5_hover_120x120.png);
}
ul.main_menu ol a {
	margin: 0 auto;
	display:block;
	float:none;
	text-align: center;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9fbe35;
	padding: 5px 0px;
	height: auto;
	width: 108px;
}
ul.main_menu ol a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #9fbe35;
	border: 1px #ffffff;
}
ul.main_menu ol li {
	width: 120px;
	background:transparent url(../images/main_menu_bg_yrepeat120x1.png) repeat-y;
}
ul.main_menu ol li.li_top {
	background:transparent url(../images/main_menu_bg_yrepeat120x1.png) repeat-y;
	height: 20px;
}
ul.main_menu ol li.bottom {
	background: transparent url(../images/main_menu_bottom120x17.png);
	height: 17px;
}
ul.main_menu ol li a.shop_elem {
	color: #f28924;
}
ul.main_menu ol li a.shop_elem:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f28924;
	border: 1px #ffffff;
}
ul.main_menu li:hover ol {
	display: block;
}
li.main_menu_elem a {
	display:block;
	height: 70px;
	width: 120px;
}
li.main_menu_sep span {
	background:url(../images/main_menu_seperator_10x70.png);
	display:block;
	height:70px;
	width:10px;
	margin: 50px 0px 0px 0px;
}
#main_menu_elem1 {
	background-image:url(../images/menu_elem_first_120x70.png);
}
#main_menu_elem2 {
	background-image:url(../images/menu_elem_2_120x70.png);
}
#main_menu_elem3 {
	background-image:url(../images/menu_elem_3_120x70.png);
}
#main_menu_elem4 {
	background-image:url(../images/menu_elem_4_120x70.png);
}
#main_menu_elem5 {
	background-image:url(../images/menu_elem_5_120x70.png);
}
/*end of main menu*/

/* -----------------------------------*/
/* --------->>> CONTENT <<<-----------*/
/* -----------------------------------*/


#main_content {
	position: relative;
	background-color:#fafffc;
	width: 980px;
	margin: 0 auto;
	min-height: 470px;
	z-index: 0;
}
#main_slogen {
	background:url(../images/fooldal_szlogen980x60.jpg);
	width: 980px;
	height: 60px;
	margin: 0px 0px 0px 0px;
}


/* SIDEMENU
--------------------------------*/

.side_menu {
	float:left;
	width: 230px;
	margin: 0px;
}
ul.side_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
		font-size: 15px;
	text-align: center;
	letter-spacing: -1px;
	color: #9fbe35;
	padding: 0px;
	margin: 0px;
}
ul.side_menu li {
	margin: 0px;
	padding: 9px 0px;
	list-style-type:none;
	cursor: pointer;
}
ul.side_menu li a {
	display:block;
	width: 230px;
	height: auto;
	color: #9fbe35;
	text-decoration: none;
}
ul.side_menu li.side_menu_elem:hover a {
	color: #009fdb;
}
ul.side_menu li#first_elem {
	padding: 0px;
	width: 230px;
	height:80px;
}
ul.side_menu a.sidemenu_headline {
	display:block;
	width: 230px;
	height:80px;
	border: 0;
}

/* sidemenu logos for the subpages, with hovers */
#purell_main_link {
	background-image:url(../images/purell_headline_230x80.png);
}

#purell_landing_link {
	background-image:url(../images/purell_main_headline_230x80.png);
}

#purell_main_link:hover {
	background-image:url(../images/purell_main_headline_230x80.png);
}
#tarco_main_link {
	background-image:url(../images/tarco_headline_230x80.jpg);
}

#tarco_landing_link {
	background-image:url(../images/tarco_main_headline_230x80.jpg);
}

#tarco_main_link:hover {
	background-image:url(../images/tarco_main_headline_230x80.jpg);
}

#simex_main_link {
	background-image:url(../images/simex_headline_230x80.jpg);
}

#simex_landing_link {
	background-image:url(../images/simex_main_headline_230x80.jpg);
}

#simex_main_link:hover {
	background-image:url(../images/simex_main_headline_230x80.jpg);
}

#greenclean_landing_link {
	background:url(../images/greenclean_main_logo_230x80.jpg);
}

#greenclean_main_link {
	background:url(../images/purell_sidebar_head_button_230x80.jpg);
}

#greenclean_main_link:hover {
	background:url(../images/greenclean_main_logo_230x80.jpg);
}
#vasarlas_main_link {
	background:url(../images/vasarlas_main_logo_230x80.png);
}
#vasarlas_main_link:hover {
	background:url(../images/vasarlas_main_logo_hover_230x80.png);
}
#vasarlas_landing_link {
	background:url(../images/vasarlas_main_logo_hover_230x80.png);
}

/*normal sidemenu elem*/

li.side_menu_elem {
	background:url(../images/purell_menu_separator_230x7.jpg) no-repeat;
	height: auto;
}
li.side_menu_elem a {
	height: 7px;
}
li.side_menu_elem:hover {
	color: #009fdb;
	background:url(../images/purell_menu_hover_230x120.jpg) no-repeat;
	background-color: #eefaf3;
}


/*webshop sidemenu elem*/
li.webshop {
	color: #f18926;
}
ul.side_menu li.webshop a {
	color: #f18926;
}
li.webshop:hover {
	color: #c04408;
	background:url(../images/webshop_hover.jpg) no-repeat;
	background-color: #ebf9d6;
}
ul.side_menu li.webshop:hover a {
	color: #c04408;
}
ul.side_menu li.webshop.clicked {
	color: #c04408;
	background:url(../images/webshop_hover.jpg) no-repeat;
	background-color: #ebf9d6;
}
li.clicked {
	color: #009fdb;
	background:url(../images/purell_menu_hover_230x120.jpg) no-repeat;
	background-color: #eefaf3;
}
li.side_menu_separator span {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image:url(../images/purell_menu_separator_230x7.jpg);
	width: 230px;
	height: 7px;
}
ul.side_menu li.side_menu_separator {
	padding: 0px;
	margin: 0px;
}
ul.side_menu li.sidemenu_submenu_cont {
	padding: 0px;
	display: none;
}
ol.sidemenu_submenu {
	padding: 0px;
	height: auto;
	background-color: #fafffc;
	background:url(../images/purell_menu_separator_230x7.jpg) no-repeat;
	width: 230px;
	margin-bottom: -2px;
}
ul.side_menu li.displayed {
	display: block;
}
li.submenu_elem {
	padding: 0px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:normal;
	font-weight:bolder;
	text-align:left;
	background:url(../images/purell_submenu_bg_230x1.jpg) no-repeat;
	background-position:bottom;
	height: auto;
}
ol li.submenu_elem a {
	padding-left: 30px;
	color: #6c6c6c;
}
ol li.submenu_elem:hover a {
	color: #009fdb
}
ul.side_menu li.opened {
	width: 240px;
	background:url(../images/sidemenu_opened_sign_hover_240x120.jpg) no-repeat;
}
li.opened:hover {
	background-color: #fafffc;
	background:url(../images/sidemenu_opened_sign_hover_240x120.jpg) no-repeat;
}
ol.sidemenu_submenu li.opened {
	width: 240px;
	background:url(../images/submenu_opened_sign_240x34.jpg) no-repeat;
	background-position: bottom;
}
/*end of side menu style*/



div.content {
	width: 730px;
	float: right;
	margin-bottom: 100px;
}
div.content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5a7367;
	text-align: left;
}
div.content p, pre, div.content table td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 20px 20px 0px 5px;
	color: #5a7367;
	text-align: left;
}

div.content p.headline {
	margin: 5px 290px 0px 5px;
	width: 410px;
}
/* -----------------------------------*/
/* ---------->>> WIDGETS <<<-----------*/
/* -----------------------------------*/

#widgets {
	width: 980px;
	height: 440px;
	margin: 0 auto 20px auto;
	padding: 0px 0px 0px 0px;
}
div.widget {
	float: left;
	width: 480px;
	height: 200px;
}
#search_widget {
	background-image:url(../images/search_widget_bg480x200.jpg);
	background-repeat:no-repeat;
	margin: 20px 10px 0px 0px;
}
#big_input {
 background-image:
}
#search_container {
	position: relative;
	padding: 0px;
}
#keyword_input {
	background-image:url(../images/big_input_alter_240x30.png);
	text-align: center;
	position: absolute;
	left: 230px;
	top: 120px;
	width: 240px;
	height: 20px;
	border: 0px;
	margin-top: 0px;
	padding: 5px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	
	font-weight:bold;
	color: #575757;
	letter-spacing: -0, 3px;
}
#keyword_input:focus {
	border:none;
}
#search_submit {
	cursor: pointer;
	position: absolute;
	left: 280px;
	top: 160px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	background-image:url(../images/search_button185x38.jpg);
	height: 38px;
	width: 185px;
}
#quote_widget {
	background-image:url(../images/quote_widget_bg480x200.png);
	background-repeat:no-repeat;
	margin: 20px 0px 0px 10px;
}
#quote_widget p {
	margin: 60px 0px 0px 40px;
	width: 390px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	
	font-weight: bold;
	letter-spacing: -1px;
	color: #009fdb;
}

#quote_widget h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ff7900;
	font-size: 11px;
	margin: 10px 0px 0px 40px;
	 letter-spacing: 0.5px;
}

#news_widget {
	position: relative;
	background-image: url(../images/news_widget_bg480x200.png);
	background-repeat:no-repeat;
	margin: 20px 10px 0px 0px;
}

#news_widget #text {
	width: 170px;
	position: absolute;
	left: 110px;
	top: 55px;
}

#news_widget p {
	font-size: 12px;
	color: #959595;
	text-align: center;
}
#news_widget span {
	color: #575757;
}
#subscribe {
	padding: 0px;
	margin: 0px;
}
#subscribe_form {
	position: absolute;
	top: 47px;
	left: 280px;
	width: 200px;
	height: 140px;
}
#news_submit {
	background-image:url(../images/subscribe_button186x35.jpg);
	height:35px;
	width:186px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}
.small_input {
	background-image:url(../images/small_input_180x30.jpg);
	background-repeat:no-repeat;
	width: 180px;
	height: 20px;
	margin: 10px 0px 10px 10px;
	padding: 5px 0px;
	border: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
		font-weight:bold;
	color: #575757;
	letter-spacing: -0, 3px;
	text-align: center;
}
#reasons_widget {
	background-image:url(../images/reasons_bg480x200.png);
	background-repeat:no-repeat;
	margin: 20px 0px 0px 10px;
}
#reasons_widget p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	
	color: #575757;
	margin: 63px 0px 0px 90px;
	letter-spacing: -0, 15ex;
}
/* end of wigdet styles*/


/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

#wrapper2 {
	background:url(../images/xrepeatfootbg1x280.jpg) repeat-x;
	width: 100%;
	height: 280px;
	padding: 0px;
}
#footer_container {
	background: url(../images/mainfootbg1380x280.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
	margin: 0 auto;
}
#footer {
	width: 980px;
	height: 280px;
	margin: 0 auto;
	padding: 0px;
}
#foot_szlog {
	background: url(../images/footer_szlogen980x60.jpg);
	width: 980px;
	height:60px;
	margin: 0px;
}
#bottom_menu_container {
	background-color: #fafffc;
	height: 168px;
	width: 940px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
}
div.bottom_menu {
	margin: 0px 0px 0px 0px;
	background-color: #fafffc;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 180px;
	height: 120px;
	font: 10px;
}
div.bottom_menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	text-align:center;
	line-height: 17px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
div.bottom_menu li.top {
	font-weight:bold;
}
div.bottom_menu a {
	text-decoration: none;
	color: #9fbe35;
}
div.bottom_menu a:hover {
	text-decoration: underline;
}
div.menu_separator {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(../images/menu_separator10x120.jpg);
	width: 10px;
	height: 120px;
}
#footnote {
	float: left;
	height: 12px;
	width: 740px;
	padding: 5px 0px 18px 0px;
	margin: 0px 0px 0px 30px;
}
#footnote p {
	padding: 0px;
	margin: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #009fdb;
}
#footnote a {
	color: #009fdb;
	text-decoration:none;
}

#footnote a:visited {
	color: #009fdb;
}
#footnote2 {
	text-align: right;
	float: right;
	height: 12px;

	padding: 10px 10px 18px 0px;
}
#footnote2 p {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footnote2 a {
	color: #f28924;
}

#footnote2 a:link {
	text-decoration: none;
}

#footnote2 a:visited {
	color: f28924;
}
/*end of footer style*/


/* css for the search widget select list */

ul.selectReplacement {
	background-image:url(../images/big_input240x30.jpg);
	width:240px;
	height: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	/*font-style:italic; */
	font-weight:bold;
	color: #575757;
	letter-spacing: -0, 2px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 240px;
	overflow: visible;
}
ul#family.selectReplacement {
	position: absolute;
	left: 230px;
	top: 40px;
	z-index:20;
}
ul#type.selectReplacement {
	z-index: 10;
	position: absolute;
	left: 230px;
	top: 80px;
}
ul.selectReplacement li {
	background: #fafffc;
	cursor: pointer;
	display: none;
	list-style: none;
	margin: 0;
	padding: 7px 0px 0px 5px;
	width: 230px;
	height: 25px;
	z-index: 150;
}
ul.selectOpen li {
	display: block;
	z-index: 200;
}
ul.selectReplacement li.selected {
	background-image:url(../images/big_input240x30.jpg);
	background-repeat:no-repeat;
	display: block;
	padding-right: 20px;
	width: 220px;
	height: 30px;
	border: none;
	margin: 0px;
}
ul.selectOpen li.selected, ul.selectOpen li {
	background: #fafffc;
	cursor: pointer;
	border-style: solid;
	border-width:thin;
	border-color:#e7eaea;
	width: 230px;
	height: 25px;
	padding: 6px 0px 0px 8px;
}
ul.selectOpen li.selected:hover, ul.selectOpen li:hover {
	text-decoration:underline;
}
select.replaced {
	display: none;
}

/*landing_page szlogen*/

div.landing_page_szlogen {
	padding: 0px;
	width:730px;
	height:60px;
	float: right;
}

	#purell_szlogen {
		background:url(../images/purell_szlogen_730x60.png);
	}

	#tarco_szlogen {
		background:url(../images/tarco_szlogen_730x60.jpg);
	}

	#simex_szlogen {
		background:url(../images/simex_szlogen_730x60.png);
	}
	
	#green_slogen {
	background: url(../images/zolduljon_szlogen_730x60.jpg);
}

	#kosar_szlogen {
	background: url(../images/vasarlas_szlogen_730x60.jpg);
}

#select_div {
 padding: 60px 0px 0px 231px;
}

input.selectbox {
 height: 25px;
 width: 235px;
 background: #fafffc;
 border: 2px solid #e7eaea;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 margin-left: 231px;
 font-weight:bold;
 color: #575757;
 margin-bottom: 5px;
}

select.selectbox {
 height: 25px;
 width: 240px;
 background: #fafffc;
 border: 2px solid #e7eaea;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;

 font-weight:bold;
 color: #575757;
 margin-bottom: 5px;
}

select.selectbox option {
 padding-top: 2px;
 border: 1px solid #e7eaea;
}

td.third_col table {
 width: 100%;
 height: auto;
 margin: 10px 0 5px 0;
}

td.third_col table td {
 width: 50%;
 vertical-align: middle;
}


td.third_col table td img {
 margin: 0 auto;
 border: 1px solid #d7dddb;
}

//* akciók */

.termekek_akcio {
width: 230px;
}

div.other_items2_akcio {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	width: 200px;
	height: 105px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

div.other_items2_akcio h4 {
	color: #009fdb;
	font-weight:bold;
	margin: 8px 2px 8px 10px;
	height: 30px;
	font-size: 12px;
}



div.other_items_content2_akcio {
	position: relative;
	margin: 0px 10px 10px 10px;
	width: 180px;
	height: 105px;
	background-color: #f8fcfb;
}

div.other_items_content2_akcio p {
	position: absolute;
	line-height:normal;
	margin: 0px;
	font-size: 11px;
	top: 62px;
	left: 110px;
}

div.other_items_content2_akcio p.price_akcio {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 110px;
}

div.other_items_content2_akcio p.price_akcio2 {
	text-align: left;
	margin-top: 10px;

}

div.other_items_foot2_akcio {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 190px;
	height: 20px;
	background-color: #e9f3ed;
}

div.other_items_foot2_akcio span {
margin: 13px 3px 3px 3px;
}

div.other_items_foot2_akcio a {
	display: block;
	width: 174px;
	height:22px;
	background:url(../images/more_details_174x22.jpg);
	margin: 5px 0px 5px 8px;
}

element.style {
    float: right;
    margin: 10px;
}

.other_items3 h3 {
    color: #5A7367;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 168px;
    margin: 10px;
    text-align: justify;
    width: 450px;
}
